# Toshiba Tecra 9100 configuration Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "bitstream" Load "type1" # Load "Xst" Load "IA" # Load "glx" # Load "dri" EndSection Section "Files" RgbPath "/usr/X11/lib/X11/rgb" FontPath "/usr/X11/lib/X11/fonts/TrueType/" FontPath "/usr/X11/lib/X11/fonts/Type1/" FontPath "/usr/X11/lib/X11/fonts/Type1/sun/" FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/" FontPath "/usr/X11/lib/X11/fonts/misc/" FontPath "/usr/X11/lib/X11/fonts/100dpi/" FontPath "/usr/X11/lib/X11/fonts/75dpi/" # FontPath "/usr/X11/lib/X11/fonts/local/" # FontPath "/usr/X11/lib/X11/fonts/Speedo/" # FontPath "/usr/X11/lib/X11/fonts/freefont/" # ModulePath "/usr/X11/lib/modules" EndSection Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the VT switch sequence # (where n is 1 through 12). This allows clients to receive these key # events. # Option "DontVTSwitch" # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. # Option "Dont Zoom" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" # Option "Protocol" "Xqueue" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" Option "XkbRules" "xorg" Option "XkbModel" "pc101" Option "XkbLayout" "us" Option "XkbOptions" "altwin:meta_alt" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/kdmouse" # Option "Resolution" "256" # Option "Protocol" "Xqueue" # Option "BaudRate" "9600" # Option "SampleRate" "150" Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # Option "ChordMiddle" EndSection Section "InputDevice" Identifier "USB" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "display" VendorName "Toshiba" HorizSync 31.5 - 90.0 VertRefresh 59-70 Option "dpms" EndSection Section "Device" Identifier "video" Driver "savage" Option "FlatPanel" EndSection Section "Screen" Identifier "Screen 1" Device "video" Monitor "display" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1400x1050" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "USB" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" EndSection