Bug 447488 - Curser will not return from screen1 on dual head
Summary: Curser will not return from screen1 on dual head
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-drv-ati
Version: 9
Hardware: x86_64
OS: Linux
low
low
Target Milestone: ---
Assignee: Dave Airlie
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-20 03:36 UTC by David Lerner
Modified: 2018-04-11 18:40 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-14 17:30:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
X configuration file. (940 bytes, application/octet-stream)
2008-05-20 03:36 UTC, David Lerner
no flags Details
Plain text xorg.conf per request (940 bytes, text/plain)
2008-05-31 22:44 UTC, David Lerner
no flags Details
Xorg.0.log to match attachment 307292 xorg.conf (76.80 KB, text/plain)
2008-05-31 22:48 UTC, David Lerner
no flags Details
Xorg.0.log greated when starting X with no xorg.conf file (80.14 KB, text/plain)
2008-05-31 22:59 UTC, David Lerner
no flags Details

Description David Lerner 2008-05-20 03:36:53 UTC
Description of problem:
The xorg.conf file was edited to create a second head on a radeon card. It
displays correctly and it appears to work correctly with gnome. The problem is
that the cursor can not be moved back to screen0 once it has been moved to screen1.

Version-Release number of selected component (if applicable):


How reproducible:
Always.

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 David Lerner 2008-05-20 03:36:53 UTC
Created attachment 306083 [details]
X configuration file.

Comment 2 Matěj Cepl 2008-05-30 22:06:15 UTC
Thanks for the bug report.
Please attach your X server config file (/etc/X11/xorg.conf) and X server log
file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file
attachments using the bugzilla file attachment link below.

Could you please also try to run without any /etc/X11/xorg.conf whatsoever and
let X11 autodetect your display and video card? Attach to this bug
/var/log/Xorg.0.log from this attempt as well, please.

We will review this issue again once you've had a chance to attach this information.

Thanks in advance.

Comment 3 David Lerner 2008-05-31 22:44:57 UTC
Created attachment 307292 [details]
Plain text xorg.conf per request

Original install xorg.conf with edits to support dual head.

Comment 4 David Lerner 2008-05-31 22:48:30 UTC
Created attachment 307294 [details]
Xorg.0.log to match attachment 307292 [details] xorg.conf

Requested log file.

Comment 5 David Lerner 2008-05-31 22:59:24 UTC
Created attachment 307295 [details]
Xorg.0.log greated when starting X with no xorg.conf file

X starts with second head in clone mode.
This is the 3rd of 3 requested files.

Comment 6 Thomas J. Baker 2008-10-31 15:17:46 UTC
You may be using outdated xorg.conf syntax. This syntax worked for me on F9 and now on Rawhide/F10.

Section "ServerLayout"
	Identifier     "new dual head configuration"
	Screen      0  "Screen0" 0 0
EndSection


Section "Monitor"
	Identifier  "2407WFP"
	Option	    "LeftOf" "2001FP"
	Option      "PreferredMode" "1920x1200"
EndSection

Section "Monitor"
	Identifier  "2001FP"
	Option	    "RightOf" "2407WFP"
	Option      "PreferredMode" "1600x1200"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "radeon"
	Option	    "Monitor-DVI-0" "2407WFP"
	Option	    "Monitor-DVI-1" "2001FP"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     24
EndSection

Comment 7 Bug Zapper 2009-06-10 01:01:49 UTC
This message is a reminder that Fedora 9 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 9.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '9'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 9's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 9 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 8 Bug Zapper 2009-07-14 17:30:20 UTC
Fedora 9 changed to end-of-life (EOL) status on 2009-07-10. Fedora 9 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.