[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]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux