https://bugs.kde.org/show_bug.cgi?id=356225
--- Comment #241 from PhillB <phi...@webwombat.com.au> --- Thanks Flex1911: I created an xorg.conf file similar to yours but based on: X -config /root/xorg.conf.new then hacked at it until it worked. I used Ctrl-Alt-F2 to switch to another screen. Then hacked at the xorg.conf and ran it using xinit -- :2 If it blew up then Ctrl-Alt-F8 and Ctrl-Alt-F2 to recover and look at: /var/log/Xorg.2.log Finally got it going. The primary stays the primary and the screens go where they should. The panel always go to the primary now. Anyway, thanks for the tip. It worked for me. PhillB Section "ServerLayout" Identifier "X.org Configured" Screen "ScreenLVDS" Screen "ScreenVGA" # Screen "ScreenLVDS" 1050 912 # Screen "ScreenVGA" 0 0 # Screen "ScreenLVDS" Absolute 1050 912 # Screen "ScreenVGA" Absolute 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "catalogue:/etc/X11/fontpath.d" FontPath "built-ins" EndSection Section "Module" Load "glx" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "LVDS1" VendorName "Acer" ModelName "5750 Monitor" Option "Primary" "true" Option "Position" "1050 912" # Option "RightOf" "VGA1" # Option "DPMS" "true" EndSection Section "Monitor" Identifier "VGA1" VendorName "Benq" ModelName "ScreenEye" Option "Rotate" "Left" Option "Position" "0 0" # Option "LeftOf" "LVDS1" # Option "DPMS" "true" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz", ### <percent>: "<f>%" ### [arg]: arg optional #Option "Accel" # [<bool>] #Option "AccelMethod" # <str> #Option "Backlight" # <str> #Option "CustomEDID" # <str> #Option "DRI" # <str> #Option "Present" # [<bool>] #Option "ColorKey" # <i> #Option "VideoKey" # <i> #Option "Tiling" # [<bool>] #Option "LinearFramebuffer" # [<bool>] #Option "HWRotation" # [<bool>] #Option "VSync" # [<bool>] #Option "PageFlip" # [<bool>] #Option "SwapbuffersWait" # [<bool>] #Option "TripleBuffer" # [<bool>] #Option "XvPreferOverlay" # [<bool>] #Option "HotPlug" # [<bool>] #Option "ReprobeOutputs" # [<bool>] #Option "XvMC" # [<bool>] #Option "ZaphodHeads" # <str> #Option "VirtualHeads" # <i> #Option "TearFree" # [<bool>] #Option "PerCrtcPixmaps" # [<bool>] #Option "FallbackDebug" # [<bool>] #Option "DebugFlushBatches" # [<bool>] #Option "DebugFlushCaches" # [<bool>] #Option "DebugWait" # [<bool>] #Option "BufferCache" # [<bool>] Identifier "Card0" Driver "intel" BusID "PCI:0:2:0" Option "LVDS1" "LVDS1" Option "VGA1" "VGA1" EndSection Section "Screen" Identifier "ScreenLVDS" Device "Card0" Monitor "LVDS1" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "ScreenVGA" Device "Card0" Monitor "VGA1" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection -- You are receiving this mail because: You are watching all bug changes.