up

次へ

PC-VS7006DB NEC SiS part01

色々試行した結果を 見てみましょう

vesa 暗黙の 起動

この場合は 起動状態で ペンギンが 見える(起動の途中で 画面が 切り替わっ てから という条件は 有りますが)コンソール で 日本語が 見える 但し、 cat file name で の場合 less file name は 文字化け 但し、 パイプが切断されま した という システム からの 日本語の 文字は 見える。

grub の 起動条件

SiS fb に 関しては 完璧に 無視 という状態です

  root (hd0,10)
  kernel (hd0,10)/vmlinuz root=/dev/hda11 ro vga16 vga=0x317 unicon=eucjp 

dmesg の 抜粋

キーボード 入力 可能ですし マウスも 有効に なりますが コンソールでの 日本語 入力 は 出来ません (設定は していない状態 ということです。kon が無い)

# dmesg 
...
Kernel command line: root=/dev/hda11 ro vga16 vga=0x317 unicon=eucjp  mem=229312K
...
vesafb: framebuffer at 0xd0000000, mapped to 0xce806000, size 3072k
vesafb: mode is 1024x768x16, linelength=2048, pages=4
vesafb: protected mode interface info at caaa:0004
vesafb: scrolling: redraw
vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
...
vga16fb: initializing
vga16fb: mapped to 0xc00a0000
fb1: VGA16 VGA frame buffer device
Unikey successfully installed.
usb.c: registered new driver usbdevfs
...

X を 立ち上げると 日本語の 入力 (emacs)は 可能です。

SiS fb 無視

これで SiS フレーム バッファ が 上手く ゆく という 考えで ...

grub の 起動条件

  root (hd0,10)
  kernel (hd0,10)/vmlinuz root=/dev/hda11 ro video=sisfb:mode:1024x768x16 vga16 vga=0x317 unicon=eucjp

dmesg の 抜粋

甘くも甘し秋の夕暮れ

# dmesg 
...
Kernel command line: root=/dev/hda11 ro video=sisfb:mode:1024x768x16 vga16 vga=0x317 unicon=eucjp mem=229312K
...
vesafb: framebuffer at 0xd0000000, mapped to 0xce806000, size 3072k
vesafb: mode is 1024x768x16, linelength=2048, pages=4
vesafb: protected mode interface info at caaa:0004
vesafb: scrolling: redraw
vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
...
vga16fb: initializing
vga16fb: mapped to 0xc00a0000
fb1: VGA16 VGA frame buffer device
Unikey successfully installed.
...

結論としては SiS 無視 という状態です。

SiS ノミ?

grub の 起動条件

  root (hd0,10)
  kernel (hd0,10)/vmlinuz root=/dev/hda11 ro video=sisfb:mode:1024x768x16 unicon=eucjp

dmesg の 抜粋

Kernel command line: root=/dev/hda11 ro video=sisfb:mode:1024x768x16 unicon=eucjp mem=229312K

はっきり ゆって まあ 無視 フレーム バッファ 使用されない という状態で す。 勿論 日本語の 表示は されませんが X 起動すれば そこでは 日本語も 可 能です。

にゃんたろう 拝!

2009年 8月15日 (土) 21:15:14 JST 作成


次へ

up

Copyright © 2004.-2009. nyantarou All Rights Reserved.