nur eine idee da ich mich mit ati nicht rumschlagen musste, versuche es doch mal in der /etc/X11/xorg.conf
ich konnte es mit einem nvidia-prog unter x einstellen vielleicht hilft dir meine kaotische xconf
-------------
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "On"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "type1"
Load "glx"
Load "int10"
Load "v4l"
Load "vbe"
EndSection
Section "ServerFlags"
# Removed Option "Xinerama" "1"
Option "Xinerama" "0"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"Option "metamodes" "CRT: 1280x1024 +0+0, DFP: 1280x1024 +1280+0"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "HP 1730"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "hp L1730"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "hp L1730"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA GeForce 6200"
Driver "nvidia"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA GeForce 6200"
Monitor "HP 1730"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "RenderAccel" "true"
Option "XAANoOffscreenPixmaps" "True" # Optional wenn NVIDIA Treiber verwendet werden
Option "UseFBDev" "true"
Option "TripleBuffer" "True" # Dreifacher Buffer für flüssigere Animationen
Option "NvAgp" "1"
#Option "NoLogo"
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024"
Option "TwinViewOrientation" "RightOf"
EndSubSection
EndSection
Section "Screen"
# Removed Option "TwinView" "0"
# Removed Option "metamodes" "CRT: 1280x1024 +0+0"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
Option "NvAGP" "2"
Option "Coolbits" "1"
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "RenderAccel" "true"
Option "XAANoOffscreenPixmaps" "True" # Optional wenn NVIDIA Treiber verwendet werden
Option "UseFBDev" "true"
Option "TripleBuffer" "True" # Dreifacher Buffer für flüssigere Animationen
Option "NvAgp" "1"
Option "NoLogo" "1"
DefaultDepth 24
Option "TwinView" "1"
Option "metamodes" "CRT: 1280x1024 +0+0, DFP: 1280x1024 +1280+0"
Option "TwinViewOrientation" "RightOf"
Option "NoPowerConnectorCheck"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
Option "NvAGP" "2"
Option "Coolbits" "1"
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "RenderAccel" "true"
Option "XAANoOffscreenPixmaps" "True" # Optional wenn NVIDIA Treiber verwendet werden
Option "UseFBDev" "true"
Option "TripleBuffer" "True" # Dreifacher Buffer für flüssigere Animationen
Option "NvAgp" "1"
Option "NoLogo" "1"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewOrientation" "RightOf"
Option "metamodes" "CRT: 1280x1024 +0+0, DFP: 1280x1024 +1280+0"
Option "NoPowerConnectorCheck"
EndSection
Section "Extensions"
Option "Composite" "1"
EndSection