Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" Option "Xinerama" "true" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "extmod" Load "xie" Load "pex5" Load "glx" Load "dri" Load "GLcore" Load "dbe" Load "record" # This loads the Type1 and FreeType font modules Load "type1" Load "freetype" # Also load the Speedo font module Load "speedo" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" EndSection Section "Monitor" Identifier "Onboard LCD" VendorName "Hitachi" ModelName "VisionBook Pro" # The following two values are pretty PNAMBC - we just need # ranges wide enough to handle the LCD at 1024x768. HorizSync 30.0 - 150.0 VertRefresh 40.0 - 150.0 EndSection Section "Device" ### Available Driver options are:- #Option "Linear" #Option "NoAccel" #Option "HWclocks" #Option "SWcursor" #Option "HWcursor" #Option "STN" #Option "UseModeline" #Option "NoStretch" Option "LcdCenter" #Option "MMIO" #Option "SuspendHack" #Option "FixPanelSize" #Option "18BitBus" #Option "ShowCache" #Option "ShadowFB" #Option "Rotate" #Option "SetMclk" #Option "FPClock8" #Option "FPClock16" #Option "FPClock24" Identifier "Card0" Driver "chips" VendorName "C&T" BoardName "65555" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Onboard LCD" # For some reason it won't do 1024x768x16 with the default modelines; # and I haven't figured out what the overrides should be. So I'll stick # to 8bpp for now. # DefaultDepth 16 DefaultDepth 8 SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 # Don't list 1280x1024 because we don't want a virtual # screen bigger than the LCD Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 # Don't list 1280x1024 because we don't want a virtual # screen bigger than the LCD Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 # Don't list 1280x1024 because we don't want a virtual # screen bigger than the LCD Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 # Don't list 1280x1024 because we don't want a virtual # screen bigger than the LCD Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" EndSection