[Bug 854140] Re: xsession fails on login due to video driver kubuntu 11.10

2012-05-07 Thread Gachoud Philippe
sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri did
the trick for me

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854140

Title:
  xsession fails on login due to video driver kubuntu 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/854140/+subscriptions

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


[Bug 854140] Re: xsession fails on login due to video driver kubuntu 11.10

2011-11-03 Thread Chematronix
Also happened to me after removing the -fglrx propietary driver in
Jockey.  Fixed by purging it some more and reinstalling libgl1-mesa:

sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon 
sudo apt-get install xserver-xorg-video-ati
sudo apt-get install --reinstall libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64 
libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg

sudo /etc/init.d/kdm restart # or whichever login manager you use

as per a
href=https://wiki.ubuntu.com/X/Troubleshooting/FglrxInteferesWithRadeonDriver#Problem
:__Need_to_fully_remove_-fglrx_and_reinstall_-
ati_from_scratchFglrxInteferesWithRadeonDriver/a.

I suspect that only sudo apt-get install --reinstall libgl1-mesa-
glx:amd64 libgl1-mesa-dri:amd64 libgl1-mesa-glx:i386 libgl1-mesa-
dri:i386 was necessary, so you may want to try that first and report
back.

Note that this is on Oneiric (which has multiarch enabled by default),
where I had both amd64 and i386 packages installed, so I had to
reinstall both or face a a
href=https://bugs.launchpad.net/ubuntu/+source/apt/+bug/859188;E:
Internal Error, No file name for libgl1-mesa-glx/a.  If you're not on
Oneiric or have disabled multiarch, an old fashioned sudo apt-get
install --reinstall libgl1-mesa-glx libgl1-mesa-dri should work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854140

Title:
  xsession fails on login due to video driver kubuntu 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/854140/+subscriptions

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


[Bug 854140] Re: xsession fails on login due to video driver kubuntu 11.10

2011-10-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854140

Title:
  xsession fails on login due to video driver kubuntu 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/854140/+subscriptions

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


[Bug 854140] Re: xsession fails on login due to video driver kubuntu 11.10

2011-10-01 Thread Mikael Bergqvist
After last update I can not log in. Will try removing AMD propritetary
drivers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854140

Title:
  xsession fails on login due to video driver kubuntu 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/854140/+subscriptions

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


[Bug 854140] Re: xsession fails on login due to video driver kubuntu 11.10

2011-09-24 Thread rdesfo
I tried to download the driver from the AMD website and when it is
installed it still causes a failed login.

Xsession: X session started for ryan at Sat Sep 24 14:23:48 EDT 2011
Setting IM through im-switch for locale=en_US.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to 
/etc/X11/xinit/xinput.d/default.
startkde: Starting up...
Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kded(1643): Communication problem with  kded , it probably crashed. 
Error message was:  org.freedesktop.DBus.Error.NoReply :  Message did not 
receive a reply (timeout by message bus)  

Could not open library ksmserver: Cannot load library 
/usr/lib/kde4/libkdeinit/libkdeinit4_ksmserver.so: (libGL.so.1: cannot open 
shared object file: No such file or directory)
ksmserver: error while loading shared libraries: libGL.so.1: cannot open shared 
object file: No such file or directory
startkde: Shutting down...
klauncher: Exiting on signal 1
startkde: Running shutdown scripts...
startkde: Done.
Xsession: X session started for ryan at Sat Sep 24 14:29:43 EDT 2011
Setting IM through im-switch for locale=en_US.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to 
/etc/X11/xinit/xinput.d/default.
startkde: Starting up...
Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kded(2078): Communication problem with  kded , it probably crashed. 
Error message was:  org.freedesktop.DBus.Error.NoReply :  Message did not 
receive a reply (timeout by message bus)  

Could not open library ksmserver: Cannot load library 
/usr/lib/kde4/libkdeinit/libkdeinit4_ksmserver.so: (libGL.so.1: cannot open 
shared object file: No such file or directory)
ksmserver: error while loading shared libraries: libGL.so.1: cannot open shared 
object file: No such file or directory
startkde: Shutting down...
klauncher: Exiting on signal 1
startkde: Running shutdown scripts...
startkde: Done.

** Summary changed:

- kubuntu 11.10 unable to log in
+ xsession fails on login due to video driver kubuntu 11.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854140

Title:
  xsession fails on login due to video driver kubuntu 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/854140/+subscriptions

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