DynaBook
Satellite 1860 SA150CにVine 3.1
X設定以外は、スムースに入ります。
但し、X設定では難航しました。
インストール中 X の設定で、X のテストをしているときに止まってしまうので、X のテストを
スキップをして、/etc/X11/xorg.confを作りました。
野宮 賢 さんに教えられた方法を参考にして手で修正を考えましたが旨く行かなかったので、
マニュアルで選択とモニターをHorizSyncを28-48Hz
解像度16bit 1024X768で60Hzで入力をした所動き出しました。
/etc/X11/xorg.confのFileの中身です。下記で動くようになりました。
# X.Org X11R6.7.0 configuration
generated by Xconfigurator 4.92
Section "ServerLayout"
Identifier "XOrg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse9" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "unix/:7100"
FontPath "/usr/X11R6/lib/X11/fonts/japanese"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection
# Module loading section
Section "Module"
Load "dbe" # Double-buffering
Load "GLcore" # OpenGL support
Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
# Load "record" # X event recorder
# Load "xtt" # TrueType font handler
Load "type1" # Adobe Type 1 font handler
Load "freetype" # TrueType font handler
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "Xkbdisable"
Option "XkbLayout" "jp"
Option "XkbModel" "jp106"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse9"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "AlwaysCore"
EndSection
Section "Monitor"
Identifier "CustomConfiguration"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28-80
VertRefresh 60
Option "dpms"
EndSection
Section "Device"
Identifier "VESA driver (generic)"
Driver "vesa"
BoardName "Unknown"
EndSection
Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection
Section "Screen"
Identifier "Screen0"
Device "VESA driver (generic)"
Monitor "CustomConfiguration"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0660
EndSection
|