2xMonitor na ATI X1600
Momentalne mam X nastaveny tak ze mam dve nezavisle KDE plochy, mys sa presuva v poriadku ale okno zostava vzdy na tej ploche kde vzniklo.
nemate s tymto nejake skusenosti ?
tu je xorg.conf
Section "ServerLayout"
Identifier "Xorg Configured"
Screen "DefScreen" 0 0
Screen "aticonfig-Screen[1]" RightOf "DefScreen"
InputDevice "DefMouse" "CorePointer"
InputDevice "DefKeyboard" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "int10"
Load "extmod"
Load "bitmap"
Load "pcidata"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "DefKeyboard"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "DefMouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
Identifier "DefMonitor"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "DefDevice"
Driver "fglrx"
Option "1680x1050" "horizontal"
Option "ForceMonitors" "lvds,crt1,tv"
Option "TVFormat" "PAL-B"
Option "/etc/X11/xorg.conf" "Xorg Configured"
Option "Mode2" "1680x1050"
# Option "PairModes" "1280x800+1680x1050 1680x1050+1280x800"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "DefScreen"
Device "DefDevice"
Monitor "DefMonitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050" "1280x800"
EndSubSection
EndSection
Pre pridávanie komentárov sa musíte prihlásiť.