I type:
sudo dpkg-reconfigure $(dpkg -l | awk '{print $2}'|grep "^xserver"|tr '\n' ' ')
ouput:
/usr/sbin/dpkg-reconfigure: xserver-xorg is broken or not fully installed
I type:
sudo apt-get install xserver-xorg
It seems to work.
I type:
sudo dpkg-reconfigure $(dpkg -l | awk '{print $2}'|grep "^xserver"|tr '\n' ' ')
Output:
/usr/sbin/dpkg-reconfigure: xserver-common-lts-quantal is broken or not fully installed
I type:
sudo apt-get install xserver-common-lts-quantal
which also seems to work.
I type:
sudo dpkg-reconfigure $(dpkg -l | awk '{print $2}'|grep "^xserver"|tr '\n' ' ')
Output:
/usr/sbin/dpkg-reconfigure: xserver-xorg is broken or not fully installed
For information on my system, and what I am trying to do, reference: Ubuntu 12.04 touch-pad and keyboard problems asus q500a
Output for: sudo dpkg -l | grep xserver-xorg-video
:
ii xserver-xorg-video-all 1:7.6+12ubuntu2 X.Org X server -- output driver metapackage
ii xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 X.Org X server -- AMD/ATI display driver wrapper
ii xserver-xorg-video-cirrus 1:1.3.2-4build1 X.Org X server -- Cirrus display driver
ii xserver-xorg-video-fbdev 1:0.4.2-4ubuntu2 X.Org X server -- fbdev display driver
ii xserver-xorg-video-intel 2:2.17.0-1ubuntu4.4 X.Org X server -- Intel i8xx, i9xx display driver
rc xserver-xorg-video-intel-lts-quantal 2:2.20.9-0ubuntu2.2~precise1 X.Org X server -- Intel i8xx, i9xx display driver
ii xserver-xorg-video-mach64 6.9.0-1build2 X.Org X server -- ATI Mach64 display driver
ii xserver-xorg-video-mga 1:1.4.13.dfsg-4build2 X.Org X server -- MGA display driver
ii xserver-xorg-video-neomagic 1:1.2.5-2build2 X.Org X server -- Neomagic display driver
ii xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build3 X.Org X server -- Nouveau display driver
ii xserver-xorg-video-openchrome 1:0.2.904+svn1050-1ubuntu0.1 X.Org X server -- VIA display driver
rc xserver-xorg-video-openchrome-lts-quantal 1:0.3.1-0ubuntu1~precise3 X.Org X server -- VIA display driver
ii xserver-xorg-video-qxl 0.0.16-2ubuntu0.1 X.Org X server -- QXL display driver
ii xserver-xorg-video-r128 6.8.1-5build2 X.Org X server -- ATI r128 display driver
ii xserver-xorg-video-radeon 1:6.14.99~git20111219.aacbd629-0ubuntu2 X.Org X server -- AMD/ATI Radeon display driver
ii xserver-xorg-video-s3 1:0.6.3-4build2 X.Org X server -- legacy S3 display driver
ii xserver-xorg-video-savage 1:2.3.3-1ubuntu1 X.Org X server -- Savage display driver
ii xserver-xorg-video-siliconmotion 1:1.7.5-1build2 X.Org X server -- SiliconMotion display driver
ii xserver-xorg-video-sis 1:0.10.3-3build2 X.Org X server -- SiS display driver
ii xserver-xorg-video-sisusb 1:0.9.4-2build2 X.Org X server -- SiS USB display driver
ii xserver-xorg-video-tdfx 1:1.4.3-4build2 X.Org X server -- tdfx display driver
ii xserver-xorg-video-trident 1:1.3.4-2build2 X.Org X server -- Trident display driver
ii xserver-xorg-video-vesa 1:2.3.0-7build2 X.Org X server -- VESA display driver
ii xserver-xorg-video-vmware 1:12.0.1-1ubuntu1.1 X.Org X server -- VMware display driver
rc xserver-xorg-video-vmware-lts-quantal 1:12.0.2+git.e5ac80d8-0ubuntu1~precise2 X.Org X server -- VMware display driver
seth@seth-Q500A:~$ sudo apt-get autoremove
:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
seth@seth-Q500A:~$ sudo apt-get autoclean
:
Reading package lists... Done
Building dependency tree
Reading state information... Done
seth@seth-Q500A:~$ sudo apt-get --purge remove
:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
seth@seth-Q500A:~$ sudo dpkg-reconfigure $(dpkg -l | awk '{print $2}'|grep "^xserver"|tr '\n' ' ')
:
/usr/sbin/dpkg-reconfigure: xserver-common-lts-quantal is broken or not fully installed
seth@seth-Q500A:~$ sudo apt-get autoremove $(dpkg -l | awk '{print $2}'|grep "^xserver"| grep lts-quantal | tr '\n' ' ')
:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package xserver-common-lts-quantal is not installed, so not removed
Package xserver-xorg-core-lts-quantal is not installed, so not removed
Package xserver-xorg-lts-quantal is not installed, so not removed
Package xserver-xorg-video-intel-lts-quantal is not installed, so not removed
Package xserver-xorg-video-openchrome-lts-quantal is not installed, so not removed
Package xserver-xorg-video-vmware-lts-quantal is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
xserver-xog packages
. To confirm this I want you to post the output of :sudo dpkg -l | grep xserver-xorg-video
. edit your question and post it. – Saurav Kumar Oct 06 '13 at 06:27lts-quantal
packages which are actually not needed, so because of that you have duplicates as well as residual of same packages. likexserver-xorg-video-vmware
andxserver-xorg-video-vmware-lts-quantal
. Give me some time to post my answer. – Saurav Kumar Oct 06 '13 at 21:43residual packages
. Did you follow my answer's1st step
? Didn't you get anyNot installed(residual package)
option on top-left side last option? You have residual package which is clear and you've to remove them usingSyanptic
. else there is no other way to solve this issue.. :) Try to repeat2nd step
and this time include one more command in the beginning:sudo apt-get -f install
Reply.. – Saurav Kumar Oct 08 '13 at 08:42xserver-xorg
package/drivers. :) So your problems,including previous one solved or not? It should be solved. If not then I suggest you to follow this post. it will upgrade your kernel, which is best suitable with 12.04 LTS and also the drivers which is best suit to that kernel. Try it once.. – Saurav Kumar Oct 09 '13 at 09:27Xserver-Xorg::lts-raring
packages should install without any problem. I think you are missing something. I gave you all possible effort that I could give. Since you got a newKernel: 3.8.x
, I suggest you to run this command oncesudo dpkg-reconfigure -a
to reconfigure all the packages installed to your Ubuntu. It would take some time.. If still it doesn't solve then last thing I suggest you to re-install Ubuntu. :( – Saurav Kumar Oct 12 '13 at 08:09lts-raring
packages. Since you did it, I suggest you to follow this post's 4th step once again. Read the 4th step completely if you get any error. and if you get any error insudo dpkg-reconfigure -a
then ignore it and continue with next.. – Saurav Kumar Oct 13 '13 at 09:59sudo apt-get update && sudo apt-get install --install-recommends xserver-xorg-lts-raring
If gui is not working you can press ctrl+alt+F1 to go to cli mode and execute the code. After installing xserver-xrog dont' forget to repeat the 4th step. – Saurav Kumar Oct 23 '13 at 09:04sudo dpkg-reconfigure -a
and continue with other step. Actuallysudo dpkg-reconfigure -a
, re-configure all the packages installed in your system. Since it looks that you may have some broken packages that is why it screws the thing. Following command will list the broken/residual packages in your system:sudo dpkg -l | grep "^rc"
If this command doesn't print any output it means that your system is clean :) Reply what do you get!! – Saurav Kumar Oct 24 '13 at 01:25sudo dpkg -l | grep "^rc"
! What do you get when you execute this command? Reply.. – Saurav Kumar Oct 24 '13 at 11:22