Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 19626  / 2 Years ago, mon, september 26, 2022, 11:10:14

I, I've installed Ubuntu 11.10 on my dual screen PC and everything worked flawlessly.



Then they asked me about proprietary drivers: ATI.



I said "ok install them".



Now it doesn't work on my dual screen anymore, I've got only one "duplicated" screen.



So, my question is: how to re-install the original video driver?


More From » drivers

 Answers
5

To properly revert the graphic drivers to the out of the box state do the following commands in a terminal.



sudo apt-get remove --purge xorg-driver-fglrx fglrx*
sudo apt-get remove --purge fglrx*
sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases
sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri
sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
sudo dpkg-reconfigure xserver-xorg


Now reboot your system and everything will be fine.


[#37397] Wednesday, September 28, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
damomnning

Total Points: 422
Total Questions: 90
Total Answers: 106

Location: Mali
Member since Thu, Aug 13, 2020
4 Years ago
;