| Vine 3.1 on DynaBook
Satellite 1860 SA150C
==Original
report was written in Japanese==
I installed Vine 3.1 on DynaBook Satellite 1860 SA150C
with no
difficulties except for X configuration.
When I configured X during installation, it stopped
suddenly so I skipped X
and created /etc/X11/xorg.conf file instead.
I selected manual input and entered "HorizSync
28-48Hz 16bit 1024X768 60Hz"
and it worked.
Here is the /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
|