Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1643  / 1 Year ago, fri, february 17, 2023, 12:32:08

The computer cannot boot into the GUI Mode after installing "ATI binary X.Org driver" from Ubuntu software center.
Now I boot into recovery mode -> root -> mount -o remount,rw /.



What can I do to fix the problem?
How to delete "ATI binary X.Org driver"?



Thank you for your attention



------------------------------------------------------------
Desktop Information
------------------------------------------------------------
OS : Ubuntu 14.04 LTS (64 bits)
Display Card : MSI R4770 Cyclone (ATI Radeon HD 4770)*
CPU : AMD Athlon II X4 620
------------------------------------------------------------
* "No additional drivers available" in "Additional Driver" page

More From » ati

 Answers
7

You can "reconfigure" xorg or remove the driver and reinstall and check if it helps. If that doesn't help, I'd recommend you to re-install the default ones.



1st Try and reconfigure the Xserver conf, (assuming you're in the terminal, type the following):



sudo dpkg-reconfigure xserver-xorg


And after that, try and reboot your system.
If that dint help either, you can try and remove the ATI drivers and use the default ones.



For which,type the following:



sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*


After which you need to Remove your xorg.conf



sudo rm /etc/X11/xorg.conf


If the ATI drivers are still not working, you can try and revert to "default" ones, so Reinstall xorg



For 32bits systems



sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx libgl1-mesa-dri


For 64bits systems



sudo apt-get install --reinstall libgl1-mesa-glx:i386 libgl1-mesa-glx:amd64 libgl1-mesa-    dri:i386 libgl1-mesa-dri:amd64 xserver-xorg-core


Configure Xorg,
Now reboot the Machine,



sudo reboot


After the reboot all the fglrx packages will be gone, you will be using default drivers and hopefully you should be in the "Normal" mode, do let me know if you need anything.


[#25725] Sunday, February 19, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nstitutencert

Total Points: 171
Total Questions: 126
Total Answers: 124

Location: Azerbaijan
Member since Fri, May 12, 2023
1 Year ago
nstitutencert questions
Fri, Dec 10, 21, 16:31, 2 Years ago
Tue, Apr 19, 22, 05:51, 2 Years ago
Wed, Jan 26, 22, 07:52, 2 Years ago
Sun, Aug 29, 21, 21:43, 3 Years ago
;