|
DynaBook DB50C/SCA
#<DATE> May 9 2001
#<PC> Toshiba DynaBook DB50C
#<CPU> Intel Celeron 500MHZ
#<VMODEL> Trident Cyber 9525DVD
#<DIST> Vine Linux 2.1.5
#<XFRV> XFree86 3.3.5
#<XFRS> XF86_SVGA
#<VCHIP> Trident Cyber 9525DVD
#<VBUS> PCI?
#<VRAM> 2.5MB
#<VDEPTH> 32bpp
#<RESOL> 800x600
#<LCDSIZE> 13"
#<LCDTYPE> TFT
#
#
#----------------------------------------------------------------------
# **********************************************************************
# Files section. This allows default font and rgb
paths to be set
# **********************************************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "unix/:-1"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
AllowMouseOpenFail
EndSection
# **********************************************************************
# Keyboard section
# **********************************************************************
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
LeftAlt Meta
RightAlt Meta
ScrollLock Compose
RightCtl Control
XkbDisable
XkbRules "xfree86"
XkbModel "jp106"
XkbLayout "jp"
EndSection
# **********************************************************************
# Pointer section
# **********************************************************************
Section "Pointer"
Protocol "PS/2"
Device "/dev/mouse"
Emulate3Buttons
Emulate3Timeout 50
ZAxisMapping 4 5
EndSection
# **********************************************************************
# XInput section
# **********************************************************************
Section "XInput"
Subsection "Mouse"
Protocol "IMPS/2"
Port "/dev/input/mice"
Device "/dev/input/mice"
DeviceName "Mixed USB Mouse"
ZAxisMapping 4 5
AlwaysCore
EndSubsection
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
Identifier "My Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 48.5
VertRefresh 50-100
ModeLine "800x600" 36 800 824 896 1024 600
601 603 625
#Modeline "800x600" 40 800 840 968 1056
600 601 605 628 +hsync +vsync
#Modeline "800x600" 50 800 856 976 1040
600 637 643 666 +hsync +vsync
#Modeline "800x600" 60.75 800 864 928 1088
600 616 621 657 -HSync -VSync
#Modeline "800x600" 69.65 800 864 928 1088
600 604 610 640 -HSync -VSync
EndSection
Section "Device"
Identifier "Generic VGA"
VendorName "Unknown"
BoardName "Unknown"
Chipset "generic"
EndSection
Section "Device"
Identifier "Trident Cyber 9525 (generic)"
VendorName "Unknown"
BoardName "Unknown"
VideoRam 2560
Option "accel" # Use this if acceleration
works on your laptop
EndSection
Section "Screen"
Driver "svga"
Device "Trident Cyber 9525 (generic)"
Monitor "My Monitor"
Subsection "Display"
Depth 32
Modes "800x600"
ViewPort 0 0
EndSubsection
EndSection
|