Section "Module" # double buffer extension Load "dbe" # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # font modules Load "type1" Load "speedo" Load "freetype" #Load "xtt" # glx module Load "glx" # dri module Load "dri" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/TrueType/" EndSection Section "ServerFlags" # Ikke Ctrl+Alt+FX #Option "DontVTSwitch" # Ikke Ctrl+Alt+Bs #Option "DontZap" # Ikke Ctrl+Alt+[KP+/KP-] #Option "Dont Zoom" EndSection Section "InputDevice" Identifier "LaptopKeyboard" Driver "kbd" Option "AutoRepeat" "150 20" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "no" EndSection Section "InputDevice" Identifier "Logitech Cordless TrackMan Wheel" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/psaux" Option "SendCoreEvents" "true" Option "ZAxisMapping" "4 5" Option "Buttons" "5" Option "Resolution" "50" EndSection Section "Monitor" Identifier "LCD" HorizSync 28-50 VertRefresh 43-75 EndSection Section "Device" Identifier "Trident Microsystems Cyber 9525" Driver "vesa" VideoRam 2048 Option "accel" EndSection Section "Screen" Identifier "LaptopScreen" Device "Trident Microsystems Cyber 9525" Monitor "LCD" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x768" "320x200" "640x480" "800x600" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Toshiba Satellite Pro 4200" Screen "LaptopScreen" InputDevice "Logitech Cordless TrackMan Wheel" "CorePointer" InputDevice "LaptopKeyboard" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection