# dbs v2 # /etc/X11/XF86Config # Toshiba Libretto CT50 with Chips and Technologies 65554 # XFree86 4.3.0 and upwards #============================================================================== Section "Screen" Identifier "screen0" Device "device0" Monitor "monitor0" DefaultDepth 8 SubSection "Display" Depth 1 Virtual 0 0 EndSubSection SubSection "Display" Depth 4 Virtual 0 0 EndSubSection SubSection "Display" Depth 8 Virtual 0 0 EndSubSection SubSection "Display" Depth 15 Virtual 0 0 EndSubSection SubSection "Display" Depth 16 Modes "640x480" ViewPort 0 0 Virtual 0 0 EndSubSection EndSection #------------------------------------------------------------------------------ Section "InputDevice" Identifier "mouse0" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/misc/psaux" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "keyboard0" Driver "keyboard" Option "XkbLayout" "gb" Option "XkbModel" "pc104" EndSection #------------------------------------------------------------------------------ Section "ServerLayout" Identifier "XFree86 Configured" Screen "screen0" InputDevice "mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection #------------------------------------------------------------------------------ Section "Module" Load "extmod" # Load "xie" # Load "pex5" Load "glx" Load "dri" Load "GLcore" Load "dbe" Load "record" Load "type1" Load "speedo" Load "freetype" EndSection #------------------------------------------------------------------------------ Section "Monitor" Identifier "monitor0" VendorName "Toshiba" ModelName "Libretto 50CT" HorizSync 31.5 VertRefresh 50-70 # 640x480 @ 60 Hz, 31.5 kHz hsync Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 640x400 @ 70 Hz, 31.5 kHz hsync Modeline "640x400" 25.175 640 664 760 800 400 409 411 450 # 640x480 @ 72 Hz, 36.5 kHz hsync Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 640x480 @ 75 Hz, 37.50 kHz hsync ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -HSync -VSync # 640x400 @ 85 Hz, 37.86 kHz hsync Modeline "640x400" 31.5 640 672 736 832 400 401 404 445 -HSync +VSync # 640x480 @ 85 Hz, 43.27 kHz hsync Modeline "640x480" 36 640 696 752 832 480 481 484 509 -HSync -VSync # 640x480 @ 100 Hz, 53.01 kHz hsync Modeline "640x480" 45.8 640 672 768 864 480 488 494 530 -HSync -VSync EndSection #------------------------------------------------------------------------------ Section "Device" Identifier "device0" Driver "chips" VendorName "Chips and Technologies" BoardName "65554" EndSection #------------------------------------------------------------------------------ Section "DRI" EndSection #------------------------------------------------------------------------------ Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" # FontPath "/opt/local/share/fonts/t1/" # FontPath "/opt/local/share/fonts/ttf/" EndSection #------------------------------------------------------------------------------ Section "ServerFlags" EndSection #==============================================================================