Bug 121885 - isolated windows with dual head
Summary: isolated windows with dual head
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kde
Classification: I don't know
Component: dualhead (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-13 14:36 UTC by Willi Richert
Modified: 2020-09-09 02:59 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Willi Richert 2006-02-13 14:36:20 UTC
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
Comment 1 Willi Richert 2006-02-14 15:18:34 UTC
Apparently, global shortkeys do work, when processed in kded's kmilo (generic multimedia keys plugin).
Comment 2 Willi Richert 2006-02-14 16:20:59 UTC
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.
Comment 3 Lubos Lunak 2006-06-22 16:30:24 UTC
> 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.
Comment 4 Andrew Crouthamel 2018-11-02 04:22:01 UTC
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!
Comment 5 Andrew Crouthamel 2018-11-16 02:45:03 UTC
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!
Comment 6 Nate Graham 2020-09-09 02:59:04 UTC
Bug was reported against KDE3 and pertains to dualhead (as distinct from multi-monitor), neither of which are officially supported anymore.