[Fixed] Fedora 11 -- can't move windows all the way onto right monitor

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Cry <cry_regarder <at> yahoo.com> writes:
> I can't drag a window all the way from my left monitor to the 
> right monitor.  It stops with about 100 pixels left on the left 
> monitor.  Driving me insane.  

I don't know what changed when to cause this as I don't log in 
and out frequently and their have been many updates since I 
last logged out.  The fix however involved modifying my xorg.conf 
file.  It turns out that my "Device" section had:

        Option      "monitor-TMDS-2" "left"
        Option      "monitor-TMDS-1" "right"

lines but that TMDS-1 and 2 are not the names for the DVI ports 
anymore.  Now it is DVI1 and DVI2.  Also I removed the monitor 
definition from the "Screen" section.  My new xorg.conf is:

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "intel"
        Option      "monitor-DVI2" "left"
        Option      "monitor-DVI1" "right"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Virtual   3840 1200
	EndSubSection
EndSection

Section "Monitor"
  Identifier "left"
  Option "PreferredMode" "1920x1200"
  Option "Position" "0 0"
EndSection

Section "Monitor"
  Identifier "right"
  Option "PreferredMode" "1920x1200"
  Option "Position" "1920 0"
EndSection

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux