#file: /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "record" Load "dbe" EndSection Section "ServerFlags" Option "AIGLX" "on" Option "Xinerama" "off" Option "BlankTime" "0" #do not turn display off... Option "StandbyTime" "0" #do not turn display off... Option "SuspendTime" "0" #do not turn display off... Option "OffTime" "0" #do not turn display off... Option "DontZap" "false" #allow ctrl+alt+backspace to shutdown >=xorg-server-1.6 EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "cymotionlinux" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" Option "XkbOptions" "ctrl:nocaps,terminate:ctrl_alt_bksp" # Option "Device" "/dev/input/event3" EndSection Section "InputDevice" # configuration ala http://tektix.org/blog/linux-howtos/ubuntu-and-logitech-g5-refresh # mousewheel in FF: http://forums.gentoo.org/viewtopic-p-4654076.html?sid=c806e163983cc017b596e46590a900cd#4654076 Identifier "Mouse0" Driver "evdev" Option "CorePointer" Option "Device" "/dev/input/by-id/usb-Logitech_USB_Gaming_Mouse-event-mouse" Option "ZAxisMapping" "invert" Option "Emulate3Buttons" "false" Option "Buttons" "9" Option "Resolution" "800" EndSection Section "Monitor" # mm Identifier "LCD-Desktop" VendorName "DEL" ModelName "DELL 2405FPW" DisplaySize 517 325 HorizSync 30.0 - 81.0 VertRefresh 56.0 - 76.0 Option "DPMS" Option "Position" "0 0" #add this to your farthest right monitor Option "PreferredMode" "1920x1200" # Preferred resolution for the monitor EndSection Section "Monitor" DisplaySize 508 286 #mm #desired DPI: 96 #DisplaySize 1600 900 #mm #original value Identifier "LCD-TV" VendorName "SNY" ModelName "SONY TV XV" HorizSync 14.0 - 70.0 VertRefresh 48.0 - 62.0 Option "DPMS" Option "Position" "0 60" #Option "PreferredMode" "1920x1080" # Preferred resolution for the monitor EndSection Section "Device" Identifier "Card0" VendorName "ATI Technologies Inc" BoardName "RV670PRO [Radeon HD 3850]" BusID "PCI:1:0:0" #start block for proprietary ati driver #Driver "fglrx" #Option "Capabilities" "0x00000800" #Option "DesktopSetup" "clone" #Option "Mode2" "1920x1080,1280x720,1280x1024,1280x768,1024x768,800x600,640x480" #Option "EnableMonitor" "tmds1,tmds2i" #end block for proprietary ati driver #start block for open source driver Driver "radeon" Option "AccelMethod" "EXA" # default shadowfb Option "DRI" "on" Option "EXAVSync" "on" #end block for open source driver # # #XrandR 1.2 setup: #radeon, no kms #Option "monitor-DVI-1" "LCD-Desktop" #Option "monitor-DVI-0" "LCD-TV" #radeon, kms Option "monitor-DVI-0" "LCD-Desktop" Option "monitor-DVI-1" "LCD-TV" #radeonhd #Option "monitor-DVI-I_1/digital" "LCD-Desktop" #Option "monitor-DVI-I_2/digital" "LCD-TV" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "LCD-Desktop" DefaultDepth 24 SubSection "Display" Virtual 1920 1200 EndSubSection EndSection Section "DRI" # Access to OpenGL ICD is allowed for all users: Mode 0666 EndSection