#!Xorg.conf ############################### FOR DUAL HEAD ############################### #Section "ServerLayout" # Identifier "Server Layout" # Screen "Screen1" # Screen "Screen2" LeftOf "Screen1" # physical location of second screen # # Valid options are RightOf, LeftOf, Above, Below # InputDevice "Logitech" "CorePointer" # InputDevice "Bluetooth" "AlwaysCore" # InputDevice "Keyboard1" "CoreKeyboard" # InputDevice "Keyboard-Bluetooth" "CoreKeyboard" #EndSection ############################### FOR DUAL HEAD ############################### Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" 0 0 InputDevice "Logitech" "CorePointer" # InputDevice "Bluetooth" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Keyboard-Bluetooth" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/sharefonts" FontPath "/usr/share/fonts/artwiz" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/arabeyes-fonts" FontPath "/usr/share/fonts/dejavu" FontPath "/usr/share/fonts/encodings" FontPath "/usr/share/fonts/kacst-fonts" FontPath "/usr/share/fonts/ukr" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" # FontPath "/usr/share/fonts/lfpfonts-fix" EndSection Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" Load "glx" Load "dri" # Load "evdev" EndSection ############################### KEYBOARD SECTION ########################## Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Keyboard-Bluetooth" Driver "kbd" Option "SendCoreEvents" "true" Option "AutoRepeat" "500 30" # Option "XkbModel" "logiinkseusb" Option "XkbModel" "pc105" # Option "XkbLayout" "us+inet" Option "XkbLayout" "us" Option "XkbRules" "xorg" EndSection ############################### KEYBOARD SECTION ########################## ################################## MOUSE SECTION ########################## #Section "InputDevice" # Identifier "Bluetooth" # Driver "mouse" # Option "Protocol" "ExplorerPS/2" # Option "Device" "/dev/input/mice" # Option "SendCoreEvents" "true" # Option "Buttons" "9" # Option "ZAxisMapping" " 6 7" #EndSection Section "InputDevice" Identifier "Logitech" Driver "evdev" Option "Protocol" "evdev" Option "Dev Name" "Logitech USB RECEIVER"# cat /proc/bus/input/devices Option "Dev Phys" "usb-0000:00:1d.1-1/input0" Option "Device" "/dev/input/event1" # (/dev/input/mice also appears to work) Option "Buttons" "12" Option "ZAxisMapping" "11 12" Option "Resolution" "800" EndSection ################################## MOUSE SECTION ########################## ################################ MONITOR SECTION ########################## Section "Monitor" Identifier "Gateway" DisplaySize 363 272 HorizSync 30.0 - 95.0 VertRefresh 50.0 - 160.0 Option "dpms" EndSection Section "Monitor" Identifier "AccuSync 90" DisplaySize 363 272 HorizSync 31-96 VertRefresh 55-160 Option "dpms" EndSection ################################ MONITOR SECTION ########################## ################################## VIDEO SECTION ########################## Section "Device" Identifier "Standard VGA" Driver "vga" VendorName "Unknown" BoardName "Unknown" EndSection Section "Device" Identifier "Radeon Pro (R300ND)" Driver "fglrx" BusID "PCI:1:0:0" # Option "RenderAccel" "true" # Option "backingstore" "true" # Option "AllowGLXWithComposite" "true" # VideoRam 32768 # Option "EnablePageFlip" "True" # === Screen Management === # Option "DesktopSetup" "0x00000000" #Don't change this for dualhead # Option "IgnoreEDID" "off" # Option "MonitorLayout" "CRT, CRT" # Option "HSync 2" "27-80" # Option "VRefresh2" "55-90" # Option "ScreenOverlap" "0" # === Misc Options === Option "UseFastTLS" "0" Option "BlockSignalsOnLock" "on" Option "UseInternalAGPGART" "no" Option "ForceGenericCPU" "no" Option "KernelModuleParm" "agplock=0" # AGP locked user pages: disabled Option "EnablePrivateBackZ" "yes" # Enable on both heads for FSAA # Screen 1 # This refers to first head EndSection #Section "Device" # Identifier "Radeon Pro (R300ND)-2" # Driver "fglrx" # === Screen Management === # Option "DesktopSetup" "0x00000000" #Don't change this for dualhead # === FSAA Management === # If you have no FSAA options on your second Device, then by default you won't have FSAA # on the second head. # Option "FSAAEnable" "no" # Disable FSAA on second head # Option "FSAAScale" "1" # Disable FSAA on second head # Option "FSAADisableGamma" "no" # Option "FSAACustomizeMSPos" "no" # Option "FSAAMSPosX0" "0.000000" # Option "FSAAMSPosY0" "0.000000" # Option "FSAAMSPosX1" "0.000000" # Option "FSAAMSPosY1" "0.000000" # Option "FSAAMSPosX2" "0.000000" # Option "FSAAMSPosY2" "0.000000" # Option "FSAAMSPosX3" "0.000000" # Option "FSAAMSPosY3" "0.000000" # Option "FSAAMSPosX4" "0.000000" # Option "FSAAMSPosY4" "0.000000" # Option "FSAAMSPosX5" "0.000000" # Option "FSAAMSPosY5" "0.000000" # === Misc Options === # Option "EnablePrivateBackZ" "yes" # Enable on both heads for FSAA # BusID "PCI:1:0:1" # vendor=1002, device=4e45 (Same for both heads) # Screen 2 # This refers to second head #EndSection ################################## VIDEO SECTION ########################## Section "Screen" Identifier "Screen 1" Device "Radeon Pro (R300ND)" Monitor "Gateway" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1600x1200" "1280x1024" "1024x768" EndSubSection EndSection #Section "Screen" # Identifier "Screen 2" # Device "Radeon Pro (R300ND)-2" # Monitor "AccuSync 90" # DefaultDepth 24 # SubSection "Display" # Viewport 0 0 # Depth 24 # Modes "1600x1200" "1280x1024" "1024x768" # EndSubSection #EndSection #Section "Extensions" # Option "Composite" "Enable" # Option "RENDER" "Enable" #EndSection Section "DRI" Mode 0666 EndSection