小川です。実は困っています。
libretto100 にVine2.0CRを入れて、いじっているのですが、
Xが800x600でしか使えません。色々MLなどで見てみましたが、1999年に1件
(libretto100の記事)あるだけでした。インストール後何もしなくて
もXは800x600で立ち上がったのですが、800x480で画面の下を表示させたくて、
XF86Setupで/etc/X11/XF86Configをつくりました。しかし、viで編集して
800x480に書き換えると、Xが立ち上がらなくなります。
(--)SVGA:There is not mode definition named "800x480"
とのメッセージがでます。
以下にXF86Configを書きます。少し長いですが、どなたかよろしくお願いします。
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:-1"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
EndSection
Section "ServerFlags"
EndSection
Section "Keyboard"
Protocol "Standard"
XkbRules "xfree86"
XkbModel "jp106"
XkbLayout "jp"
EndSection
Section "Pointer"
Protocol "PS/2"
Device "/dev/mouse"
EndSection
Section "Monitor"
Identifier "Primary Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5-37.9
VertRefresh 55-90
Modeline "800x480" 40.00 800 864 928 1088 480 481 484 509 +hsync +vsync
EndSection
Section "Device"
Identifier "Primary Card"
VendorName "Unknown"
BoardName "NeoMagic (laptop/notebook)"
# Chipset "NM2160"
# IOBase 0xfea00000
# MemBase 0xfd000000
# VideoRam 2048
# DacSpeed 90
# Option "linear"
# Option "nolinear"
# Option "sw_cursor"
# Option "hw_cursor"
# Option "no_accel"
# Option "intern_disp"
# Option "extern_disp"
# Option "mmio"
# Option "no_mmio"
# Option "lcd_center"
# Option "no_stretch"
EndSection
Section "Screen"
Driver "Accel"
Device "Primary Card"
Monitor "Primary Monitor"
DefaultColorDepth 16
SubSection "Display"
Depth 8
Modes "800x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "800x480"
EndSubSection
EndSection
Section "Screen"
Driver "SVGA"
Device "Primary Card"
Monitor "Primary Monitor"
DefaultColorDepth 16
SubSection "Display"
Depth 8
Modes "800x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "800x480"
EndSubSection
EndSection
Section "Screen"
Driver "VGA16"
Device "Primary Card"
Monitor "Primary Monitor"
SubSection "Display"
Depth 4
Modes "800x480"
EndSubSection
EndSection
Section "Screen"
Driver "VGA2"
Device "Primary Card"
Monitor "Primary Monitor"
SubSection "Display"
Depth 1
Modes "800x480"
EndSubSection
EndSection
Section "Screen"
Driver "Mono"
Device "Primary Card"
Monitor "Primary Monitor"
SubSection "Display"
Depth 1
Modes "800x480"
EndSubSection
EndSection