[Bug 153425] Re: screen shifts right when /dev/console written to

2008-02-18 Thread a7x
I am also having the same problem on Gutsy, and I too have a multiseat
setup (two nVidia cards using the nvidia 169.09 driver).  The shift only
seems to happen on the first seat, although my second seat is rarely
used.  The shift doesn't happen very often, especially since I added the
isolateDevice parameter to my gdm.conf-custom, but it does seem to
happen fairly reliably upon shutdown.

My guess is that the patch in the LKML thread mentioned in the original
post (and present in 2.6.22, see
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2ae854777592856ad8ce4d4cdb6114804e2e28f6)
fixed most instances of the screen shift problem, but there's something
about multiseat X setups that allow the occasional write to /dev/console
to leak through and cause a scroll.

There seems to be a few similar Ubuntu bugs (bug #75214, bug #100105,
and bug #139546) but I'm guessing that kernel 2.6.22 used in Gutsy
resolved those.  I think that the only remaining instances of this
screen shift issue are in multiseat X setups.

luis:  Are you still able to reproduce this in Gutsy?  I can't figure
out how to reproduce it.  Also, would you mind changing the subject to
mention multiseat so that this doesn't get marked as a duplicate to
the other screen shift bugs?

** Changed in: xorg (Ubuntu)
   Status: Incomplete = Confirmed

-- 
screen shifts right when /dev/console written to
https://bugs.launchpad.net/bugs/153425
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153425] Re: screen shifts right when /dev/console written to

2008-02-18 Thread a7x
I guess I should mention that my screen shifts to the left, not to the
right.

Other people having the same problem with a multiseat setup:
http://ubuntuforums.org/showpost.php?p=3618100postcount=6
http://www.linuxquestions.org/questions/linux-hardware-18/dual-
nvidia-7300-display-shift-left-597433/

-- 
screen shifts right when /dev/console written to
https://bugs.launchpad.net/bugs/153425
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153425] Re: screen shifts right when /dev/console written to

2008-02-03 Thread luis
Thanks for your comment. Unfortunately it seems that the patch doesn't
really fix this issue. I'm running 2.6.22-14, and the patch is already
there (according to LXR it was put there in the first 2.6.22 kernel),
but the problem persist. I'm about to reboot to try your suggestion
about -sharevts, so I'll soon know if that helps.

-- 
screen shifts right when /dev/console written to
https://bugs.launchpad.net/bugs/153425
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153425] Re: screen shifts right when /dev/console written to

2008-02-03 Thread luis
It does seem to help, but then I have to explicitly disable AIGLX in xorg.conf. 
It seems that it is trying to do some vt operations and then my primary screen 
locks up. But at least I tried writing:
 echo Some random text /dev/console
and the secondary monitor didn't wrap, so I'm keeping my fingers crossed.

-- 
screen shifts right when /dev/console written to
https://bugs.launchpad.net/bugs/153425
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153425] Re: screen shifts right when /dev/console written to

2008-01-17 Thread ElDiabolo
As a workaround omitting -sharevts in the command line that starts the X
server on the primary graphics card works for me (with gdm).

-- 
screen shifts right when /dev/console written to
https://bugs.launchpad.net/bugs/153425
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153425] Re: screen shifts right when /dev/console written to

2008-01-16 Thread ElDiabolo

See
http://linux.derkeiler.com/Mailing-Lists/Kernel/2007-05/msg00440.html
for a description of (probably) the same bug and also
http://www.mail-archive.com/[EMAIL PROTECTED]/msg14998.html
for the patch.

I am encountering the same bug on debian etch on a multi seat system
with to nvidia fx5200.

-- 
screen shifts right when /dev/console written to
https://bugs.launchpad.net/bugs/153425
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153425] Re: screen shifts right when /dev/console written to

2007-11-01 Thread luis
Never mind, still present.

-- 
screen shifts right when /dev/console written to
https://bugs.launchpad.net/bugs/153425
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153425] Re: screen shifts right when /dev/console written to

2007-10-28 Thread luis
I updated to Gutsy, and that problem went away. I believe the fix was
actually in the kernel as I noticed that the fix in the vgacon.c shows
up in the default Gutsy kernel. And it does make sense that it's the
kernel that is allowing a leak from the console into the hardware
controlled by X.

-- 
screen shifts right when /dev/console written to
https://bugs.launchpad.net/bugs/153425
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153425] Re: screen shifts right when /dev/console written to

2007-10-19 Thread luis
I wrote to the console as root
echo some random text/dev/console
eight times and the screen rotated back to normal. This happened just before I 
took a snapshot of the Xorg log file. The date on this file is 2007-10-19 
17:27, whereas I tested at 18:10, so I'm pretty sure the last messages didn't 
happen at the same time as the shift. I've also notice that it's not just a 
plain side screen rotation , but the screen actually shifts what appears to be 
one bit up, so that eventually you start seeing the top of the screen at the 
bottom.

This is the result of my lspci -vvnn:

00:00.0 Host bridge [0600]: ATI Technologies Inc Unknown device [1002:7910]
Subsystem: ASUSTeK Computer Inc. Unknown device [1043:826d]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort+ SERR- PERR-
Latency: 64

00:01.0 PCI bridge [0604]: ATI Technologies Inc Unknown device [1002:7912] 
(prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 99
Bus: primary=00, secondary=01, subordinate=01, sec-latency=68
I/O behind bridge: d000-dfff
Memory behind bridge: fdb0-fdcf
Prefetchable memory behind bridge: f800-f9ff
Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort+ SERR- PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- Reset- FastB2B-
Capabilities: [44] HyperTransport: MSI Mapping
Capabilities: [b0] Subsystem: ATI Technologies Inc Unknown device 
[1002:7912]

00:07.0 PCI bridge [0604]: ATI Technologies Inc Unknown device [1002:7917] 
(prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0, Cache Line Size: 32 bytes
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: e000-efff
Memory behind bridge: fdf0-fdff
Prefetchable memory behind bridge: fdd0-fddf
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- Reset- FastB2B-
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express Root Port (Slot-) IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+
Device: Latency L0s 64ns, L1 1us
Device: Errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
Device: RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
Device: MaxPayload 128 bytes, MaxReadReq 128 bytes
Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1, Port 4
Link: Latency L0s 64ns, L1 1us
Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-
Link: Speed 2.5Gb/s, Width x1
Root: Correctable- Non-Fatal- Fatal- PME-
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Address:   Data: 
Capabilities: [b0] Subsystem: ASUSTeK Computer Inc. Unknown device 
[1043:826d]
Capabilities: [b8] HyperTransport: MSI Mapping

00:12.0 SATA controller [0106]: ATI Technologies Inc SB600 Non-Raid-5 SATA 
[1002:4380] (prog-if 01 [AHCI 1.0])
Subsystem: ASUSTeK Computer Inc. Unknown device [1043:81ef]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 64
Interrupt: pin A routed to IRQ 17
Region 0: I/O ports at ff00 [size=8]
Region 1: I/O ports at fe00 [size=4]
Region 2: I/O ports at fd00 [size=8]
Region 3: I/O ports at fc00 [size=4]
Region 4: I/O ports at fb00 [size=16]
Region 5: Memory at fe02f000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [60] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:13.0 USB Controller [0c03]: ATI Technologies Inc SB600 USB (OHCI0) 
[1002:4387] (prog-if 10 [OHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device [1043:81ef]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
 

[Bug 153425] Re: screen shifts right when /dev/console written to

2007-10-19 Thread luis
It might also be relevant how I start the X servers via gdm. gdm.conf is
unchanged and gdm.conf-custom is:

# GDM Configuration Customization file.
#
snip comments
# NOTE: Lines that begin with # are considered comments.
#
# Have fun!

[daemon]

[security]

[xdmcp]

[gui]
GtkRC=

[greeter]
GraphicalTheme=happygnome-list
GraphicalThemedColor=#00
Browser=true
Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,gdm,postgres,pvm,rpm,luis,gallery

[chooser]

[debug]

[servers]
0=Standard0
1=Standard1
 
[server-Standard0]
name=Standard server
#command=/usr/X11R6/bin/X  -novtswitch -sharevts -isolateDevice PCI:1:5:0 
-layout Seat0
command=/usr/X11R6/bin/X -sharevts -isolateDevice PCI:1:5:0 -layout Seat0
flexible=true

[server-Standard1]
name=Standard server
#command=/usr/X11R6/bin/X -novtswitch -sharevts -isolateDevice PCI:3:6:0 
-layout Seat1
command=/usr/X11R6/bin/X -sharevts -isolateDevice PCI:3:6:0 -layout Seat1
flexible=true

-- 
screen shifts right when /dev/console written to
https://bugs.launchpad.net/bugs/153425
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153425] Re: screen shifts right when /dev/console written to

2007-10-19 Thread luis
I took this screen shot of the screen shot! The (Gnome) screen shot
shows how the screen is supposed to look. When I connecte and
unconnected the camera I used for this screen shot, the screen dutifully
shifted right. It seems very reproducible.

** Attachment added: ScreenShot.JPG
   http://launchpadlibrarian.net/10075343/ScreenShot.JPG

-- 
screen shifts right when /dev/console written to
https://bugs.launchpad.net/bugs/153425
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153425] Re: screen shifts right when /dev/console written to

2007-10-19 Thread Bryce Harrington
Please attach your /var/log/Xorg.0.log[.old] files showing the failure
and the output of lspci -vvnn.  See https://wiki.ubuntu.com/X/Debugging
for more info on debugging X problems, and other info you could include
to help triage this bug.

** Changed in: xorg (Ubuntu)
   Status: New = Incomplete

-- 
screen shifts right when /dev/console written to
https://bugs.launchpad.net/bugs/153425
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs