[Ubuntu-x-swat] [Bug 1132736] Re: Xorg fail to start after installing the hardware enablement stack on precise due to missing symlink after purging old xserver-xorg

2014-01-22 Thread Malte S. Stretz
Wouldn't this be fixable by non-ltsing the package xserver-xorg (which is only owner of the symlink and a bunch of conffiles anyway) and changing the depends of the other packages, mybe introducing an empty/virtual package for dependency resolution? It looks like xorg- renamed-package-lts-foo is su

[Ubuntu-x-swat] [Bug 1132736] Re: Xorg fail to start after installing the hardware enablement stack on precise due to missing symlink

2013-05-12 Thread Malte S. Stretz
To reproduce this do the following: 1. Install Ubuntu 12.04 2. Upgrade to the LTS enablement stack 3. Purge the old config via aptitude purge ~c This will remove the files /etc/X11/X and /etc/X11/xorg.conf (and maybe /etc/X11/default-display-manager can't remember if this was caused by something

[Ubuntu-x-swat] [Bug 1134492] Re: xserver-xorg-lts-quantal breaks Kubuntu

2013-04-18 Thread Malte S. Stretz
Instead of patching apt, wouldn't it be easier to ship a script like do- release-upgrade (eg. do-lts-upgrade --component=xorg --component=linux --target=quantal) which does all the necessary magic? It could even do something like 1. trigger package downloads only 2. force-remove the old packages 3

[Ubuntu-x-swat] [Bug 1134492] Re: xserver-xorg-lts-quantal breaks Kubuntu

2013-04-14 Thread Malte S. Stretz
No, I can't test it because I upgraded by now. I reopened the bug because I think the official wiki page https://wiki.ubuntu.com/Kernel/LTSEnablementStack should get a big fat warning that the recommended command can completely brick your (K)Ubuntu. I also ran into bug 1168859 which rendered my to

[Ubuntu-x-swat] [Bug 1168859] Re: touchpad doesn't work after upgrade to xserver-xorg-lts-quantal

2013-04-14 Thread Malte S. Stretz
Hmmm... xserver-xorg-input-all-lts-quantal and xserver-xorg-video-all- lts-quantal got dropped when upgrading. Installing the latter fixed the touchpad. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-lts-quantal in Ubuntu. https://bugs.laun

[Ubuntu-x-swat] [Bug 1168859] [NEW] touchpad doesn't work after upgrade to xserver-xorg-lts-quantal

2013-04-14 Thread Malte S. Stretz
Public bug reported: Yesterday I upgraded to xserver-xorg-lts-quantal. After a reboot, the Synaptics touchpad doesn't work anymore. My Logitech trackball (connected as a Logitech Unifying Device) still works). ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xserver-xorg-lts-quantal 1:7.7+1u

[Ubuntu-x-swat] [Bug 1168859] Re: touchpad doesn't work after upgrade to xserver-xorg-lts-quantal

2013-04-14 Thread Malte S. Stretz
** Attachment added: "Xorg.0.log" https://bugs.launchpad.net/ubuntu/+source/xorg-lts-quantal/+bug/1168859/+attachment/3643849/+files/Xorg.0.log -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-lts-quantal in Ubuntu. https://bugs.launchpad

[Ubuntu-x-swat] [Bug 1134492] Re: xserver-xorg-lts-quantal breaks Kubuntu

2013-04-13 Thread Malte S. Stretz
I have to correct myself: Removing the multiarch packages helped, but the default solver still wants to drop half of KDE while the aspcud solver looks good: root@slpn-nb-mss:~# apt-get install -V --no-remove xserver-xorg-lts-quantal --solver aspcud Reading package lists... Done Building dependenc

[Ubuntu-x-swat] [Bug 1134492] Re: xserver-xorg-lts-quantal breaks Kubuntu

2013-04-13 Thread Malte S. Stretz
This is actually caused by multiarch packages present. I fixed this by manually removing the google-earth-stable:i386, teamviewer7:stable and libgl1-*:i368 packages which also removed wine1.4 (which depends on wine1.4:i386) and skype:i386. Even though this is a bug in the default apt solver (which

[Ubuntu-x-swat] [Bug 951736] Re: Cannot change brightness on laptop with ATI Radeon 6470M (HP ProBook 6560b)

2012-03-10 Thread Malte S. Stretz
** Project changed: xserver-xorg-driver-ati => linux -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-ati in Ubuntu. https://bugs.launchpad.net/bugs/951736 Title: Cannot change brightness on laptop with ATI Radeon 6470M (HP P

[Ubuntu-x-swat] [Bug 951736] Re: Cannot change brightness on laptop with ATI Radeon 6470M (HP ProBook 6560b)

2012-03-10 Thread Malte S. Stretz
** Bug watch added: Linux Kernel Bug Tracker #40862 http://bugzilla.kernel.org/show_bug.cgi?id=40862 ** Also affects: xserver-xorg-driver-ati via http://bugzilla.kernel.org/show_bug.cgi?id=40862 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Ubuntu-x-swat] [Bug 951736] [NEW] Cannot change brightness on laptop with ATI Radeon 6470M (HP ProBook 6560b)

2012-03-10 Thread Malte S. Stretz
Public bug reported: "When I press Fn+F9 or F10 which are the keyboard buttons to decrease/increase the screen brightness of my HP Probook 6560b laptop, nothing happens." This was quoted from the following bug from the kernel.org bugtracker which has some more infos: https://bugzilla.kernel.org/s

[Ubuntu-x-swat] [Bug 710144] Re: Xsession: unable to launch "" X session --- "" not found; falling back to default session.

2011-05-11 Thread Malte S. Stretz
Almost. The process which logs you in to your X session (I guess it is kdm, but I'm not entirely sure) calls the Xsession script which creates your actual session. That script expects either one or zero parameters: The name of the session to use. If no parameter is given, it assumes you want to use

[Ubuntu-x-swat] [Bug 710144] Re: Xsession: unable to launch "" X session --- "" not found; falling back to default session.

2011-05-07 Thread Malte S. Stretz
That's not a typo. You can read it as "default"|""). -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/710144 Title: Xsession: unable to launch "" X session --- "" not found; falling back to def

[Ubuntu-x-swat] [Bug 710144] Re: Xsession: unable to launch "" X session --- "" not found; falling back to default session.

2011-04-28 Thread Malte S. Stretz
A quick glance at the source of the script should show if the bug is still there. I reassigned this bug to xorg-server since the bugbot always reassigns to xserver-xorg-video-ati if the bug is assigned to xorg where this bug really stems from. ** Package changed: xserver-xorg-video-ati (Ubuntu) =

[Ubuntu-x-swat] [Bug 710144] Re: Xsession: unable to launch "" X session --- "" not found; falling back to default session.

2011-02-09 Thread Malte S. Stretz
** Bug watch added: Debian Bug tracker #612681 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612681 ** Also affects: xorg (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612681 Importance: Unknown Status: Unknown ** Package changed: xserver-xorg-video-ati (Ubuntu)

[Ubuntu-x-swat] [Bug 710144] Re: Xsession: unable to launch "" X session --- "" not found; falling back to default session.

2011-02-02 Thread Malte S. Stretz
WTF? Why keeps the bugbot assigning this bug to the wrong package? The file /etc/X11/Xsession.d/20x11-common_process-args is from x11-common which is built from xorg. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-ati in ubunt

[Ubuntu-x-swat] [Bug 710144] Re: Xsession: unable to launch "" X session --- "" not found; falling back to default session.

2011-02-02 Thread Malte S. Stretz
** Package changed: xserver-xorg-video-ati (Ubuntu) => xorg (Ubuntu) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg in ubuntu. https://bugs.launchpad.net/bugs/710144 Title: Xsession: unable to launch "" X session --- "" not found; fallin

[Ubuntu-x-swat] [Bug 710144] Re: Xsession: unable to launch "" X session --- "" not found; falling back to default session.

2011-01-30 Thread Malte S. Stretz
-- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg in ubuntu. https://bugs.launchpad.net/bugs/710144 Title: Xsession: unable to launch "" X session --- "" not found; falling back to default session. __

[Ubuntu-x-swat] [Bug 710144] [NEW] Xsession: unable to launch "" X session --- "" not found; falling back to default session.

2011-01-30 Thread Malte S. Stretz
Public bug reported: Binary package hint: xorg I recently both got an upgrade for Xorg and went to KDE 4.6 (via the PPA), so I don't know who caused this message to appear. But now everytime I logon I get an xmessage telling me "Xsession: unable to launch "" X session --- "" not found; falling ba

[Ubuntu-x-swat] [Bug 461975] Re: [RS690] Broken sync and Nokia 800 Pro+

2010-04-14 Thread Malte S. Stretz
I just noticed that the boot splash screen is garbled, too. So its not really an X issue but somewhere else. The VGA input of my screen works fine with another machine; I'll try to find another box with a DVI out to see if it might be the hardware. Or I'd just throw this stupid screen away if I had

[Ubuntu-x-swat] [Bug 461975] Re: [RS690] Broken sync and Nokia 800 Pro+

2010-04-12 Thread Malte S. Stretz
Ok, seems like the stuff I saw in comment 2 was the same thing as bug 530725 (and maybe bug 556782) because I was able to take a screenshot of the stuff. But the new corruption/distortion I see since the last update isn't the same as I can't take a screenshot of it anymore. -- [RS690] Broken syn

[Ubuntu-x-swat] [Bug 461975] Re: [RS690] Broken sync and Nokia 800 Pro+

2010-04-12 Thread Malte S. Stretz
Bug 530725 sounds similar. -- [RS690] Broken sync and Nokia 800 Pro+ https://bugs.launchpad.net/bugs/461975 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-ati in ubuntu. ___ Mailing li

[Ubuntu-x-swat] [Bug 461975] Re: [RS690] Broken sync and Nokia 800 Pro+

2010-04-12 Thread Malte S. Stretz
** Tags added: lucid ** Tags removed: karmic -- [RS690] Broken sync and Nokia 800 Pro+ https://bugs.launchpad.net/bugs/461975 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-ati in ubuntu.

[Ubuntu-x-swat] [Bug 461975] Re: [RS690] Broken sync and Nokia 800 Pro+

2010-04-12 Thread Malte S. Stretz
One recently upgraded package brought back the sync/whatever issue. I'll attach a snippet from my apt history.log. *sigh* time for a new screen I guess, this is getting annoying. ** Attachment added: "history.log" http://launchpadlibrarian.net/43904364/history.log -- [RS690] Broken sync and

[Ubuntu-x-swat] [Bug 461975] Re: [RS690] Broken sync and Nokia 800 Pro+

2010-03-28 Thread Malte S. Stretz
I upgraded to lucid now and the sync seems fine with 1:6.12.191-1ubuntu2 (radeonhd OTOH seems to be completely broken now). But what I can see (and I can even take screenshots of it, see attachments) are random horizontal bars popping up and vanishing again. I have no idea what cases this. Oh, and

[Ubuntu-x-swat] [Bug 461975] Re: [RS960] Broken sync and Nokia 800 Pro+

2009-10-27 Thread Malte S. Stretz
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/34456671/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/34456672/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/34456673/Dependencies.txt ** A

[Ubuntu-x-swat] [Bug 461975] [NEW] [RS960] Broken sync and Nokia 800 Pro+

2009-10-27 Thread Malte S. Stretz
Public bug reported: Binary package hint: xserver-xorg-video-ati This is a quick bug drop before the Karmic release about yet another bug with the radeon-killer monitor Nokia 800 Pro+ about which you can read more in bug 298094. While the latest radeon driver from the ubuntu-x-swat x-updates PPA