Version: Unbekannt (using KDE 3.5.1-1.5.fc3.kde, Fedora Core release 3 (Heidelberg)) Compiler: gcc version 3.4.4 20050721 (Red Hat 3.4.4-2) OS: Linux (i686) release 2.6.12-1.1381_FC3 Having dual screens (laptop lcd + extern lcd) there are some annoying issues: - konqueror on display 0.1 (virtual desktop 2): Ctrl-L (send link of webpage) opens a kmail window on display 0.0 virtual desktop 2. - moving a window from 0.1 to 0.0 is impossible - global shortcuts do not work if in the wrong display ====================== Here is my xorg.conf: ======================================= # XFree86 4 configuration created by pyxf86config Section "ServerLayout" Identifier "Default Layout" Screen "Primary Screen" Screen "Other Screen" RightOf "Primary Screen" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection #Section "ServerFlags" # Option "Xinerama" "true" #EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Section "Device" Identifier "I855GM-0" Driver "i810" BusID "PCI:0:2:0" Screen 0 Option "MonitorLayout" "CRT,LFP" EndSection Section "Device" Identifier "I855GM-1" Driver "i810" BusID "PCI:0:2:0" Option "MonitorLayout" "CRT,LFP" Screen 1 EndSection Section "Screen" Identifier "Primary Screen" Device "I855GM-0" Monitor "Internal" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" EndSubSection EndSection Section "Screen" Identifier "Other Screen" Device "I855GM-1" Monitor "FSC-P19" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x786" "800x600" EndSubSection EndSection Section "Monitor" Identifier "Internal" VendorName "Monitor Vendor" ModelName "LCD Panel 1400x1050" HorizSync 31.5 - 90.0 VertRefresh 59.0 - 75.0 Option "dpms" EndSection Section "Monitor" Identifier "FSC-P19" HorizSync 64.77 VertRefresh 60 vendorname "Fujitsu Siemens" modelname "P19" #UseModes "Modes1" EndSection Section "DRI" Group 0 Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection
Apparently, global shortkeys do work, when processed in kded's kmilo (generic multimedia keys plugin).
What's also annoying: klipper is usually started at display 0.0 and does not work for 0.1. Starting a second klipper at 0.1 does not work.
> moving a window from 0.1 to 0.0 is impossible That's a feature of dualhead. You probably just want to use Xinerama, which actually happens to be supported in KDE.
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? Thank you for helping us make KDE software even better for everyone!
Bug was reported against KDE3 and pertains to dualhead (as distinct from multi-monitor), neither of which are officially supported anymore.