[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2021-09-15 Thread XxEarthxX
** Changed in: xorg-server (Ubuntu) Assignee: (unassigned) => XxEarthxX (budwiser) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title: [SRU] X doesn't work for

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.15.1-0ubuntu2.6 --- xorg-server (2:1.15.1-0ubuntu2.6) trusty-proposed; urgency=medium [ Laércio de Sousa ] * Backport support for logind-based multiseat back to trusty. (LP: #1209008) [ Maarten Lankhorst ] * Re-enable

[Desktop-packages] [Bug 1209008] Update Released

2014-12-18 Thread Brian Murray
The verification of the Stable Release Update for xorg-server has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-17 Thread Laércio de Sousa
Unfortunately, I can't reproduce your error in my hardware. Both seats wake up correctly here. My hardware consists of an integrated Intel graphics device and a Silicon Motion SM501 PCI graphics card. I'm also using Xubuntu with lightdm 1.10.3 from trust-updates repo. BTW, did you upgrade your

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-17 Thread Andrzej Pietrasiewicz
I have two discrete cards. So the difference is that your integrated card is probably on the platform bus, while both of my discrete cards are PCI-E devices. I started testing multiseat setup described in this thread only last Saturday and since then have always been using the lightdm version

Re: [Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-17 Thread Laércio de Sousa
Oh sorry! I didn't catch your lightdm.conf above. When you restart lightdm service, all Xorg processes are killed and then restarted. That's why your seat-1 goes back to normal when you do that. I suspect your seat-1 Xorg may be killed when suspending. You can confirm it by running ps -FC Xorg |

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-17 Thread Andrzej Pietrasiewicz
Before suspend: UIDPID PPID CSZ RSS PSR STIME TTY TIME CMD root 1236 1223 12 55708 73248 0 20:56 tty7 00:00:10 /usr/bin/X -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch root 1238 1223 2 36801 64892 0 20:56 ?

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-17 Thread Andrzej Pietrasiewicz
Regarding the doubt whether not coming back of seat-1 greeter is caused by the screenscaver kicking-in: that is not the case. I checked again and did a quick suspend and then resume and then looked up the x-1-greeter.log and there was no line about the screensaver. It does activate but far later

Re: [Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-17 Thread Laércio de Sousa
What about your lightdm.log file? And your Xorg.1.log? Any suspect message? Em qua, 17 de dez de 2014 18:41, Andrzej Pietrasiewicz andrzejtp2...@gmail.com escreveu: Regarding the doubt whether not coming back of seat-1 greeter is caused by the screenscaver kicking-in: that is not the case. I

Re: [Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-17 Thread Laércio de Sousa
You could also disable light-locker for user logged in seat-1 and see if problem persists. Em qua, 17 de dez de 2014 18:44, Laércio de Sousa lbsous...@gmail.com escreveu: What about your lightdm.log file? And your Xorg.1.log? Any suspect message? Em qua, 17 de dez de 2014 18:41, Andrzej

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-17 Thread Andrzej Pietrasiewicz
More details on todays behaviour: After boot both screens come up, but sometimes seat-1 does appear, sometimes not and instead seat0 display extends to both monitors. Regardless of whether seat-1 appears or not, the initial position of mouse pointer of seat0 is offset BUT related to seat0's

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-17 Thread Andrzej Pietrasiewicz
I GOT ENLIGHTENED. I know what changed since yesterday. I don't have my printer installed in the multisesat ubuntu, so I'm ocassionally booting into my Debian install where I have my multiseat setup based on a Xephyr approach, where both monitors are connected to the two heads of JUST ONE of the

Re: [Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-17 Thread Laércio de Sousa
Anyway, have you tried to simplify your config files? For example, in your udev rules, you don't need to tag anything as seat0 explicitly, and in your xorg.conf file, are you sure you need all that Screen and ServerLayout sections? In principle just the Device sections would be enough. -- You

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-17 Thread Andrzej Pietrasiewicz
I followed your advice and multiseat setup still works. And still seat-1 resume problem remains. I noticed that if I do (as root) a number of commands like: # DISPLAY=:1 XAUTHORITY=/var/run/lightdm/root/:1 xrandr --output DVI-I-2 --off # DISPLAY=:1 XAUTHORITY=/var/run/lightdm/root/:1 xrandr

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-16 Thread Andrzej Pietrasiewicz
It works for me, too. That said, I experience problems with coming back from machine's suspend: the screen at seat-1 in my setup (please see above) remains blank. I don't know if this is related to multiseat setup in any way, but it is really annoying. I'm using a dirty workaround: at waking up I

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-16 Thread Laércio de Sousa
A possible workaround is preventing your seat-1 X server from suspending. Include the following config to your lightdm.conf: [Seat:seat-1] xserver-command=/usr/bin/X -core -dpms -s 0 Anyway, if you swap your video cards bewteen seats (i.e. swap seat0 and seat-1 occurences in your xorg.conf), do

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-16 Thread Andrzej Pietrasiewicz
The xserver-command with dpms does not work. If I swap the cards in xorg.conf I can see symmetric behaviour: the card which is assigned to seat0 wakes up correctly, but the other one does not, it's just this time that the cards are swapped. -- You received this bug notification because you are

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-15 Thread Laércio de Sousa
I've just updated xorg packages in my computer lab to 2:1.15.1-0ubuntu2.6. Multiseat is working pretty well (even with non-KMS video devices on non-seat0 seats). No regressions observed at the moment. ** Tags removed: verification-failed verification-needed ** Tags added: verification-done --

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-14 Thread Andrzej Pietrasiewicz
Hi Laércio, SHAME ON ME When I started looking for files to paste here, I had a closer look at my xorg.conf: Section ServerLayout Identifier Layout0 Screen 0 Screen0 0 0 MatchSeat seat0 EndSection Section ServerLayout Identifier Layout1 Screen 0

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-13 Thread Andrzej Pietrasiewicz
Does NOT work for me :-( I'm still getting the no screens found error, which, if I understand correctly, is supposed to be fixed with:

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-13 Thread Andrzej Pietrasiewicz
** Tags added: verification-failed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

Re: [Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-13 Thread Laércio de Sousa
Andrzej, please paste here the xorg.conf you've written for your NVIDIA card, as well as your /var/log/Xorg.1.log, when you use the proprietary driver. Em sáb, 13 de dez de 2014 19:20, Andrzej Pietrasiewicz andrzejtp2...@gmail.com escreveu: ** Tags added: verification-failed -- You received

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-10 Thread Brian Murray
Hello Richard, or anyone else affected, Accepted xorg-server into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/xorg- server/2:1.15.1-0ubuntu2.6 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-09 Thread Mathew Hodson
The xorg-server SRU for trusty has been shadowed by a security update and needs to be re-merged. ** Changed in: xorg-server (Ubuntu Trusty) Status: Fix Committed = In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-09 Thread Mathew Hodson
** Tags removed: saucy verification-needed ** Tags added: trusty -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title: [SRU] X doesn't work for video cards with non-KMS

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-09 Thread Robert Hooker
** No longer affects: hwe-next -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-08 Thread Mathew Hodson
xorg-server is available in the trusty-proposed repository and at https://launchpad.net/ubuntu/+source/xorg-server/2:1.15.1-0ubuntu2.2 . Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Your feedback

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-08 Thread Richard Hansen
I do not have a non-KMS card in a non-seat0 seat, but I can at least say that I have not seen any regressions. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title: [SRU]

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-08 Thread Mathew Hodson
A new version of xorg-server is available in the trusty-proposed repository and at https://launchpad.net/ubuntu/+source/xorg- server/2:1.15.1-0ubuntu2.3 . -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu.

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-05 Thread Marc Deslauriers
Could someone please test the package currently in trusty-proposed? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title: [SRU] X doesn't work for video cards with

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-12-01 Thread Mathew Hodson
** Branch linked: lp:~ubuntu-multiseat/ubuntu/saucy/xorg- server/bug1209008 ** Branch linked: lp:~ubuntu-multiseat/ubuntu/raring/xorg- server/bug1209008 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu.

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-11-09 Thread Mathew Hodson
trusty-proposed package is available at https://launchpad.net/ubuntu/+source/xorg-server/2:1.15.1-0ubuntu2.2 ** Changed in: xorg-server (Ubuntu Trusty) Status: In Progress = Fix Committed ** Bug watch removed: Red Hat Bugzilla #962907 https://bugzilla.redhat.com/show_bug.cgi?id=962907

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-11-05 Thread Maarten Lankhorst
A package has been uploaded to trusty-proposed, can you do a SRU verification? ** Tags added: verification-needed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title:

[Desktop-packages] [Bug 1209008] Re: [SRU] X doesn't work for video cards with non-KMS drivers on non-seat0 seats

2014-11-04 Thread Mathew Hodson
** Package changed: fedora = hwe-next ** Changed in: hwe-next Importance: Unknown = Undecided ** Changed in: hwe-next Status: Unknown = New ** Changed in: hwe-next Remote watch: Red Hat Bugzilla #962907 = None -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2014-10-01 Thread Laércio de Sousa
** Branch linked: lp:~ubuntu-multiseat/xorg-server/trusty-matchseat -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title: X fails to detect certain video cards on

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2014-10-01 Thread Laércio de Sousa
** Description changed: - From https://bugs.freedesktop.org/show_bug.cgi?id=66851: + [Impact] - I have a multiseat setup with a primary on-board Intel graphics - device and a secondary Silicon Motion SM501 graphics card. My SM501 - is configured via custom xorg.conf with siliconmotion ddx

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2014-09-30 Thread Maarten Lankhorst
** Also affects: xorg-server (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: xorg-server (Ubuntu Trusty) Status: New = In Progress ** Changed in: xorg-server (Ubuntu Trusty) Assignee: (unassigned) = Laércio de Sousa (lbssousa) -- You received this bug

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2014-07-03 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.15.1-0ubuntu8 --- xorg-server (2:1.15.1-0ubuntu8) utopic; urgency=medium * debian/patches/xfree86-pci-bus-probe-non-seat0.patch - Upstream patch to fix No devices detected error for seats other than seat0. (LP: #1209008)

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2014-07-01 Thread Alberts Muktupāvels
** Branch linked: lp:~albertsmuktupavels/xorg-server/lp-1209008 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title: X fails to detect certain video cards on non-seat0

[Desktop-packages] [Bug 1209008]

2014-05-16 Thread Laércio de Sousa
Fixed in http://cgit.freedesktop.org/xorg/xserver/commit/?id=29b1484bb9555e45067669cbfe68a3c40596f4ff -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title: X fails to

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2014-05-16 Thread Bug Watch Updater
** Changed in: xorg-server Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title: X fails to detect certain video cards on

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2014-05-15 Thread Laércio de Sousa
Fixed in upstream. See commit http://cgit.freedesktop.org/xorg/xserver/commit/?id=29b1484bb9555e45067669cbfe68a3c40596f4ff -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2013-10-10 Thread Laércio de Sousa
Hi there! Oleg Samarin, who introduced the master-of-seat concept in systemd- logind, has recently submitted a patch for xorg-server that introduces a new capability: MatchSeat. The concept is explained here: http://lists.x.org/archives/xorg-devel/2013-September/037945.html and the patch is

[Desktop-packages] [Bug 1209008]

2013-09-14 Thread Alberts Muktupāvels
I sent your patch to xorg-de...@lists.x.org. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title: X fails to detect certain video cards on non-seat0 seats Status in

[Desktop-packages] [Bug 1209008]

2013-09-14 Thread Laércio de Sousa
Oh, thank you all! I've already sent an e-mail some days ago, with this patch rewritten against latest xserver git: http://lists.x.org/archives/xorg-devel/2013-September/037711.html Now waiting for someone to review it... -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1209008]

2013-09-07 Thread Timo Aaltonen
you should send the patch to xorg-devel@ for review: http://wiki.x.org/wiki/Development/Documentation/SubmittingPatches/ -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2013-08-08 Thread a7x
Raring and saucy packages containing the patch have been uploaded to the multiseat PPA: https://launchpad.net/~ubuntu-multiseat/+archive/ppa -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu.

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2013-08-08 Thread Laércio de Sousa
Hi guys! Glad to see that my patch works for you. I left Ubuntu some time ago to try some other systemd-enabled distros (Fedora and openSUSE) for better multiseat support. Thanks to your collaboration, I will be back to Ubuntu soon. BTW, the following patch is a little bit more appropriate for

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2013-08-08 Thread Alberts Muktupāvels
** Branch linked: lp:~albertsmuktupavels/xorg-server/fix-no-devices- detected-for-seats-other-than-seat0 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1209008 Title: X fails to

[Desktop-packages] [Bug 1209008] [NEW] X fails to detect certain video cards on non-seat0 seats

2013-08-06 Thread a7x
Public bug reported: From https://bugs.freedesktop.org/show_bug.cgi?id=66851: I have a multiseat setup with a primary on-board Intel graphics device and a secondary Silicon Motion SM501 graphics card. My SM501 is configured via custom xorg.conf with siliconmotion ddx driver, so it exposes no

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2013-08-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xorg-server (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu.

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2013-08-06 Thread a7x
(continuing the conversation from bug #976124 here since this bug report seems more relevant) but there were problems - huge memory leaks. In attached zip are log files for xorg and lightdm. My .xsession-errors was full of error lines: dconf-CRITICAL **: unable to create file

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2013-08-06 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=66851. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Desktop-packages] [Bug 1209008] Re: X fails to detect certain video cards on non-seat0 seats

2013-08-06 Thread Alberts Muktupāvels
These did not go away when you added the 'master-of-seat' udev tag? I did not test it... But memory leaks is not releated to this bug. I think it caused because o permission denied error. Memory leaks was for gnome-settings-daemon, indicator-applet-complete if I remember correctly. Xorg