Revert to open source graphics drivers - options greyed out 14.04 The 2019 Stack Overflow Developer Survey Results Are In Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraDefault Ubuntu 15.04 radeon driverCan I install and use the video driver from the CD that came with my motherboard in place of the driver that comes with newer releases of Ubuntu?Unable to update display driver in Ubuntu 14.04 LTSUnable to log in after graphics driver changeUbuntu freezes at splash screenUbuntu 15.10 is Mirroring my monitors and the settings are unchangeableDifferences between the 2 FGLRX graphics driversWhat's the difference between ATI FGLRX drivers and the “post release update” driver?Why isn't Ubuntu using the open-source AMD/ATI drivers?Which driver should I choose?Low graphics mode error on open-source driverNVIDIA graphics drivers optionsCannot change graphic driver. All options are greyed out. (Ubuntu 14.04.3 LTS)Radeon HD 7730 Active or NotAMD/Ati VGA driver makes Ubuntu stop on BootProblem with installing additional drivers for AMD Trinity Radeon Mobility HD7620G
Can I visit the Trinity College (Cambridge) library and see some of their rare books
Why doesn't a hydraulic lever violate conservation of energy?
Example of compact Riemannian manifold with only one geodesic.
Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?
What force causes entropy to increase?
Make it rain characters
Am I ethically obligated to go into work on an off day if the reason is sudden?
How to support a colleague who finds meetings extremely tiring?
Sub-subscripts in strings cause different spacings than subscripts
Could an empire control the whole planet with today's comunication methods?
How to type a long/em dash `—`
Visa regaring travelling European country
Identify 80s or 90s comics with ripped creatures (not dwarves)
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Does Parliament hold absolute power in the UK?
Word for: a synonym with a positive connotation?
Why not take a picture of a closer black hole?
How did passengers keep warm on sail ships?
How do I design a circuit to convert a 100 mV and 50 Hz sine wave to a square wave?
Do I have Disadvantage attacking with an off-hand weapon?
Why are PDP-7-style microprogrammed instructions out of vogue?
How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?
How to read αἱμύλιος or when to aspirate
My body leaves; my core can stay
Revert to open source graphics drivers - options greyed out 14.04
The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraDefault Ubuntu 15.04 radeon driverCan I install and use the video driver from the CD that came with my motherboard in place of the driver that comes with newer releases of Ubuntu?Unable to update display driver in Ubuntu 14.04 LTSUnable to log in after graphics driver changeUbuntu freezes at splash screenUbuntu 15.10 is Mirroring my monitors and the settings are unchangeableDifferences between the 2 FGLRX graphics driversWhat's the difference between ATI FGLRX drivers and the “post release update” driver?Why isn't Ubuntu using the open-source AMD/ATI drivers?Which driver should I choose?Low graphics mode error on open-source driverNVIDIA graphics drivers optionsCannot change graphic driver. All options are greyed out. (Ubuntu 14.04.3 LTS)Radeon HD 7730 Active or NotAMD/Ati VGA driver makes Ubuntu stop on BootProblem with installing additional drivers for AMD Trinity Radeon Mobility HD7620G
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I tried switching to the proprietary AMD/ATI drivers using the Software Center > Edit > Software Sources > Additional drivers
window in 14.04, which left me with a scary black-as-the-night screen after reboot. I could not even open the text only console.
Using a live cd, I chroot
-ed in and ran sudo apt-get remove --purge fglrx*
and in my nervous haste may have installed ubuntu-drivers-common
(I don't know/remember if it was already installed).
I assume I've reverted back to open source because my display is working again, but I'm not sure...
When I open the Additional drivers
window, all options (xserver-xorg-video-ati
, fglrx-updates
, and fglrx
) are greyed out and can't be selected! And now there is a new option selected, "Continue using a manually installed driver."
When I run ubuntu-drivers list
I get the following output:
fglrx-updates
fglrx
So, what's going on? Using sudo apt-get remove --purge fglrx*
says everything is gone.
When I run ubuntu-devices
I get the following output:
model : Radeon HD 6970M
vendor : Advanced Micro Devices, Inc. [AMD/ATI]
manual_install: True
modalias : pci:v00001002d00006720sv0000106Bsd00000B00bc03sc00i00
driver : fglrx - distro non-free
driver : xserver-xorg-video-ati - distro free builtin recommended
driver : fglrx-updates - distro non-free
I believe the problem is manual_install
is set to True. I don't know if I'm actually using the open source driver, I don't know why the driver options are greyed out, I don't know how to set manual_install
to False.
I don't have any backup xorg.conf
files in /etc/X11
(although I do have a xorg.conf.failsafe
there - is that a backup?) and the "revert" button is greyed out in the Additional drivers
window.
I just want to go back to the way things were (open source driver selected and automatically updates).
Extra info: The reason I changed drivers was because sometimes after trying to awake Ubuntu from sleeping (especially after long periods asleep)... well, it doesn't. It stays at a black (grey) screen. Searching seems indicate it's a known bug.
14.04 drivers xorg amd-graphics fglrx
add a comment |
I tried switching to the proprietary AMD/ATI drivers using the Software Center > Edit > Software Sources > Additional drivers
window in 14.04, which left me with a scary black-as-the-night screen after reboot. I could not even open the text only console.
Using a live cd, I chroot
-ed in and ran sudo apt-get remove --purge fglrx*
and in my nervous haste may have installed ubuntu-drivers-common
(I don't know/remember if it was already installed).
I assume I've reverted back to open source because my display is working again, but I'm not sure...
When I open the Additional drivers
window, all options (xserver-xorg-video-ati
, fglrx-updates
, and fglrx
) are greyed out and can't be selected! And now there is a new option selected, "Continue using a manually installed driver."
When I run ubuntu-drivers list
I get the following output:
fglrx-updates
fglrx
So, what's going on? Using sudo apt-get remove --purge fglrx*
says everything is gone.
When I run ubuntu-devices
I get the following output:
model : Radeon HD 6970M
vendor : Advanced Micro Devices, Inc. [AMD/ATI]
manual_install: True
modalias : pci:v00001002d00006720sv0000106Bsd00000B00bc03sc00i00
driver : fglrx - distro non-free
driver : xserver-xorg-video-ati - distro free builtin recommended
driver : fglrx-updates - distro non-free
I believe the problem is manual_install
is set to True. I don't know if I'm actually using the open source driver, I don't know why the driver options are greyed out, I don't know how to set manual_install
to False.
I don't have any backup xorg.conf
files in /etc/X11
(although I do have a xorg.conf.failsafe
there - is that a backup?) and the "revert" button is greyed out in the Additional drivers
window.
I just want to go back to the way things were (open source driver selected and automatically updates).
Extra info: The reason I changed drivers was because sometimes after trying to awake Ubuntu from sleeping (especially after long periods asleep)... well, it doesn't. It stays at a black (grey) screen. Searching seems indicate it's a known bug.
14.04 drivers xorg amd-graphics fglrx
1
You can see which driver is installed by "lspci -k | grep VGA -A2" command in terminal. Please add it to your post.
– Pilot6
May 20 '15 at 8:29
1
I have the same problem. Did you find a solution?
– Sacha Epskamp
May 28 '15 at 11:34
I did not find a solution. I just disabled Ubuntu from sleeping because it doesn't wake up. I don't know if I am receiving any graphics driver updates.
– user2616836
May 28 '15 at 20:43
UseSynaptic Package Manager
, search forfglrx
, remove all related packages. The options wont be grayed out now.
– Karthik Nishanth
Sep 28 '15 at 9:53
add a comment |
I tried switching to the proprietary AMD/ATI drivers using the Software Center > Edit > Software Sources > Additional drivers
window in 14.04, which left me with a scary black-as-the-night screen after reboot. I could not even open the text only console.
Using a live cd, I chroot
-ed in and ran sudo apt-get remove --purge fglrx*
and in my nervous haste may have installed ubuntu-drivers-common
(I don't know/remember if it was already installed).
I assume I've reverted back to open source because my display is working again, but I'm not sure...
When I open the Additional drivers
window, all options (xserver-xorg-video-ati
, fglrx-updates
, and fglrx
) are greyed out and can't be selected! And now there is a new option selected, "Continue using a manually installed driver."
When I run ubuntu-drivers list
I get the following output:
fglrx-updates
fglrx
So, what's going on? Using sudo apt-get remove --purge fglrx*
says everything is gone.
When I run ubuntu-devices
I get the following output:
model : Radeon HD 6970M
vendor : Advanced Micro Devices, Inc. [AMD/ATI]
manual_install: True
modalias : pci:v00001002d00006720sv0000106Bsd00000B00bc03sc00i00
driver : fglrx - distro non-free
driver : xserver-xorg-video-ati - distro free builtin recommended
driver : fglrx-updates - distro non-free
I believe the problem is manual_install
is set to True. I don't know if I'm actually using the open source driver, I don't know why the driver options are greyed out, I don't know how to set manual_install
to False.
I don't have any backup xorg.conf
files in /etc/X11
(although I do have a xorg.conf.failsafe
there - is that a backup?) and the "revert" button is greyed out in the Additional drivers
window.
I just want to go back to the way things were (open source driver selected and automatically updates).
Extra info: The reason I changed drivers was because sometimes after trying to awake Ubuntu from sleeping (especially after long periods asleep)... well, it doesn't. It stays at a black (grey) screen. Searching seems indicate it's a known bug.
14.04 drivers xorg amd-graphics fglrx
I tried switching to the proprietary AMD/ATI drivers using the Software Center > Edit > Software Sources > Additional drivers
window in 14.04, which left me with a scary black-as-the-night screen after reboot. I could not even open the text only console.
Using a live cd, I chroot
-ed in and ran sudo apt-get remove --purge fglrx*
and in my nervous haste may have installed ubuntu-drivers-common
(I don't know/remember if it was already installed).
I assume I've reverted back to open source because my display is working again, but I'm not sure...
When I open the Additional drivers
window, all options (xserver-xorg-video-ati
, fglrx-updates
, and fglrx
) are greyed out and can't be selected! And now there is a new option selected, "Continue using a manually installed driver."
When I run ubuntu-drivers list
I get the following output:
fglrx-updates
fglrx
So, what's going on? Using sudo apt-get remove --purge fglrx*
says everything is gone.
When I run ubuntu-devices
I get the following output:
model : Radeon HD 6970M
vendor : Advanced Micro Devices, Inc. [AMD/ATI]
manual_install: True
modalias : pci:v00001002d00006720sv0000106Bsd00000B00bc03sc00i00
driver : fglrx - distro non-free
driver : xserver-xorg-video-ati - distro free builtin recommended
driver : fglrx-updates - distro non-free
I believe the problem is manual_install
is set to True. I don't know if I'm actually using the open source driver, I don't know why the driver options are greyed out, I don't know how to set manual_install
to False.
I don't have any backup xorg.conf
files in /etc/X11
(although I do have a xorg.conf.failsafe
there - is that a backup?) and the "revert" button is greyed out in the Additional drivers
window.
I just want to go back to the way things were (open source driver selected and automatically updates).
Extra info: The reason I changed drivers was because sometimes after trying to awake Ubuntu from sleeping (especially after long periods asleep)... well, it doesn't. It stays at a black (grey) screen. Searching seems indicate it's a known bug.
14.04 drivers xorg amd-graphics fglrx
14.04 drivers xorg amd-graphics fglrx
edited 11 mins ago
Community♦
1
1
asked Feb 20 '15 at 0:35
user2616836user2616836
176115
176115
1
You can see which driver is installed by "lspci -k | grep VGA -A2" command in terminal. Please add it to your post.
– Pilot6
May 20 '15 at 8:29
1
I have the same problem. Did you find a solution?
– Sacha Epskamp
May 28 '15 at 11:34
I did not find a solution. I just disabled Ubuntu from sleeping because it doesn't wake up. I don't know if I am receiving any graphics driver updates.
– user2616836
May 28 '15 at 20:43
UseSynaptic Package Manager
, search forfglrx
, remove all related packages. The options wont be grayed out now.
– Karthik Nishanth
Sep 28 '15 at 9:53
add a comment |
1
You can see which driver is installed by "lspci -k | grep VGA -A2" command in terminal. Please add it to your post.
– Pilot6
May 20 '15 at 8:29
1
I have the same problem. Did you find a solution?
– Sacha Epskamp
May 28 '15 at 11:34
I did not find a solution. I just disabled Ubuntu from sleeping because it doesn't wake up. I don't know if I am receiving any graphics driver updates.
– user2616836
May 28 '15 at 20:43
UseSynaptic Package Manager
, search forfglrx
, remove all related packages. The options wont be grayed out now.
– Karthik Nishanth
Sep 28 '15 at 9:53
1
1
You can see which driver is installed by "lspci -k | grep VGA -A2" command in terminal. Please add it to your post.
– Pilot6
May 20 '15 at 8:29
You can see which driver is installed by "lspci -k | grep VGA -A2" command in terminal. Please add it to your post.
– Pilot6
May 20 '15 at 8:29
1
1
I have the same problem. Did you find a solution?
– Sacha Epskamp
May 28 '15 at 11:34
I have the same problem. Did you find a solution?
– Sacha Epskamp
May 28 '15 at 11:34
I did not find a solution. I just disabled Ubuntu from sleeping because it doesn't wake up. I don't know if I am receiving any graphics driver updates.
– user2616836
May 28 '15 at 20:43
I did not find a solution. I just disabled Ubuntu from sleeping because it doesn't wake up. I don't know if I am receiving any graphics driver updates.
– user2616836
May 28 '15 at 20:43
Use
Synaptic Package Manager
, search for fglrx
, remove all related packages. The options wont be grayed out now.– Karthik Nishanth
Sep 28 '15 at 9:53
Use
Synaptic Package Manager
, search for fglrx
, remove all related packages. The options wont be grayed out now.– Karthik Nishanth
Sep 28 '15 at 9:53
add a comment |
2 Answers
2
active
oldest
votes
This solution worked for me :
sudo apt-get purge "fglrx.*" # remove proprietary drivers
sudo rm /etc/X11/xorg.conf # remove old Xserver config
reinstall open source drivers
sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64
sudo dpkg-reconfigure xserver-xorg # reconfig Xserver
sudo reboot
this will give you working video drivers and your driver options will no longer be greyed out
This one's not fixing it for me.
– user2616836
Jul 29 '15 at 15:54
Work great in ubuntu 15.04 64bit, only the xorg.conf was missing in my system, but it work anyway. 10x
– Vasil Valchev
Nov 18 '15 at 14:00
Thanks, this worked for me on Linux Mint. I just needed to append-lts-vivid
to all the package names (before the:
if there was one) for thesudo apt-get install --reinstall
andsudo dpkg-reconfigure
steps.
– apocryphalauthor
Mar 31 '16 at 16:06
add a comment |
Hello I got the solution is actually simple.
Run following command in terminal:
sudo apt-get autoremove xserver-xorg-video-ati
sudo apt-get install xserver-xorg-video-ati
You will get a notification for restart your computer, restart your computer and your problem has gone.
3
Unfortunately this does not appear to change my particular issue.
– user2616836
Jun 28 '15 at 19:05
1
not working here
– Vasil Valchev
Nov 18 '15 at 13:56
Doesn't work at all.
– Zuhaib Ali
Jan 4 '16 at 7:38
add a comment |
protected by Community♦ Sep 2 '15 at 18:34
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This solution worked for me :
sudo apt-get purge "fglrx.*" # remove proprietary drivers
sudo rm /etc/X11/xorg.conf # remove old Xserver config
reinstall open source drivers
sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64
sudo dpkg-reconfigure xserver-xorg # reconfig Xserver
sudo reboot
this will give you working video drivers and your driver options will no longer be greyed out
This one's not fixing it for me.
– user2616836
Jul 29 '15 at 15:54
Work great in ubuntu 15.04 64bit, only the xorg.conf was missing in my system, but it work anyway. 10x
– Vasil Valchev
Nov 18 '15 at 14:00
Thanks, this worked for me on Linux Mint. I just needed to append-lts-vivid
to all the package names (before the:
if there was one) for thesudo apt-get install --reinstall
andsudo dpkg-reconfigure
steps.
– apocryphalauthor
Mar 31 '16 at 16:06
add a comment |
This solution worked for me :
sudo apt-get purge "fglrx.*" # remove proprietary drivers
sudo rm /etc/X11/xorg.conf # remove old Xserver config
reinstall open source drivers
sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64
sudo dpkg-reconfigure xserver-xorg # reconfig Xserver
sudo reboot
this will give you working video drivers and your driver options will no longer be greyed out
This one's not fixing it for me.
– user2616836
Jul 29 '15 at 15:54
Work great in ubuntu 15.04 64bit, only the xorg.conf was missing in my system, but it work anyway. 10x
– Vasil Valchev
Nov 18 '15 at 14:00
Thanks, this worked for me on Linux Mint. I just needed to append-lts-vivid
to all the package names (before the:
if there was one) for thesudo apt-get install --reinstall
andsudo dpkg-reconfigure
steps.
– apocryphalauthor
Mar 31 '16 at 16:06
add a comment |
This solution worked for me :
sudo apt-get purge "fglrx.*" # remove proprietary drivers
sudo rm /etc/X11/xorg.conf # remove old Xserver config
reinstall open source drivers
sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64
sudo dpkg-reconfigure xserver-xorg # reconfig Xserver
sudo reboot
this will give you working video drivers and your driver options will no longer be greyed out
This solution worked for me :
sudo apt-get purge "fglrx.*" # remove proprietary drivers
sudo rm /etc/X11/xorg.conf # remove old Xserver config
reinstall open source drivers
sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64
sudo dpkg-reconfigure xserver-xorg # reconfig Xserver
sudo reboot
this will give you working video drivers and your driver options will no longer be greyed out
answered Jul 16 '15 at 3:25
Scott StenslandScott Stensland
5,12742342
5,12742342
This one's not fixing it for me.
– user2616836
Jul 29 '15 at 15:54
Work great in ubuntu 15.04 64bit, only the xorg.conf was missing in my system, but it work anyway. 10x
– Vasil Valchev
Nov 18 '15 at 14:00
Thanks, this worked for me on Linux Mint. I just needed to append-lts-vivid
to all the package names (before the:
if there was one) for thesudo apt-get install --reinstall
andsudo dpkg-reconfigure
steps.
– apocryphalauthor
Mar 31 '16 at 16:06
add a comment |
This one's not fixing it for me.
– user2616836
Jul 29 '15 at 15:54
Work great in ubuntu 15.04 64bit, only the xorg.conf was missing in my system, but it work anyway. 10x
– Vasil Valchev
Nov 18 '15 at 14:00
Thanks, this worked for me on Linux Mint. I just needed to append-lts-vivid
to all the package names (before the:
if there was one) for thesudo apt-get install --reinstall
andsudo dpkg-reconfigure
steps.
– apocryphalauthor
Mar 31 '16 at 16:06
This one's not fixing it for me.
– user2616836
Jul 29 '15 at 15:54
This one's not fixing it for me.
– user2616836
Jul 29 '15 at 15:54
Work great in ubuntu 15.04 64bit, only the xorg.conf was missing in my system, but it work anyway. 10x
– Vasil Valchev
Nov 18 '15 at 14:00
Work great in ubuntu 15.04 64bit, only the xorg.conf was missing in my system, but it work anyway. 10x
– Vasil Valchev
Nov 18 '15 at 14:00
Thanks, this worked for me on Linux Mint. I just needed to append
-lts-vivid
to all the package names (before the :
if there was one) for the sudo apt-get install --reinstall
and sudo dpkg-reconfigure
steps.– apocryphalauthor
Mar 31 '16 at 16:06
Thanks, this worked for me on Linux Mint. I just needed to append
-lts-vivid
to all the package names (before the :
if there was one) for the sudo apt-get install --reinstall
and sudo dpkg-reconfigure
steps.– apocryphalauthor
Mar 31 '16 at 16:06
add a comment |
Hello I got the solution is actually simple.
Run following command in terminal:
sudo apt-get autoremove xserver-xorg-video-ati
sudo apt-get install xserver-xorg-video-ati
You will get a notification for restart your computer, restart your computer and your problem has gone.
3
Unfortunately this does not appear to change my particular issue.
– user2616836
Jun 28 '15 at 19:05
1
not working here
– Vasil Valchev
Nov 18 '15 at 13:56
Doesn't work at all.
– Zuhaib Ali
Jan 4 '16 at 7:38
add a comment |
Hello I got the solution is actually simple.
Run following command in terminal:
sudo apt-get autoremove xserver-xorg-video-ati
sudo apt-get install xserver-xorg-video-ati
You will get a notification for restart your computer, restart your computer and your problem has gone.
3
Unfortunately this does not appear to change my particular issue.
– user2616836
Jun 28 '15 at 19:05
1
not working here
– Vasil Valchev
Nov 18 '15 at 13:56
Doesn't work at all.
– Zuhaib Ali
Jan 4 '16 at 7:38
add a comment |
Hello I got the solution is actually simple.
Run following command in terminal:
sudo apt-get autoremove xserver-xorg-video-ati
sudo apt-get install xserver-xorg-video-ati
You will get a notification for restart your computer, restart your computer and your problem has gone.
Hello I got the solution is actually simple.
Run following command in terminal:
sudo apt-get autoremove xserver-xorg-video-ati
sudo apt-get install xserver-xorg-video-ati
You will get a notification for restart your computer, restart your computer and your problem has gone.
edited Mar 10 '17 at 11:14
d a i s y
3,40782444
3,40782444
answered Jun 15 '15 at 22:26
HachidaimeHachidaime
393
393
3
Unfortunately this does not appear to change my particular issue.
– user2616836
Jun 28 '15 at 19:05
1
not working here
– Vasil Valchev
Nov 18 '15 at 13:56
Doesn't work at all.
– Zuhaib Ali
Jan 4 '16 at 7:38
add a comment |
3
Unfortunately this does not appear to change my particular issue.
– user2616836
Jun 28 '15 at 19:05
1
not working here
– Vasil Valchev
Nov 18 '15 at 13:56
Doesn't work at all.
– Zuhaib Ali
Jan 4 '16 at 7:38
3
3
Unfortunately this does not appear to change my particular issue.
– user2616836
Jun 28 '15 at 19:05
Unfortunately this does not appear to change my particular issue.
– user2616836
Jun 28 '15 at 19:05
1
1
not working here
– Vasil Valchev
Nov 18 '15 at 13:56
not working here
– Vasil Valchev
Nov 18 '15 at 13:56
Doesn't work at all.
– Zuhaib Ali
Jan 4 '16 at 7:38
Doesn't work at all.
– Zuhaib Ali
Jan 4 '16 at 7:38
add a comment |
protected by Community♦ Sep 2 '15 at 18:34
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1
You can see which driver is installed by "lspci -k | grep VGA -A2" command in terminal. Please add it to your post.
– Pilot6
May 20 '15 at 8:29
1
I have the same problem. Did you find a solution?
– Sacha Epskamp
May 28 '15 at 11:34
I did not find a solution. I just disabled Ubuntu from sleeping because it doesn't wake up. I don't know if I am receiving any graphics driver updates.
– user2616836
May 28 '15 at 20:43
Use
Synaptic Package Manager
, search forfglrx
, remove all related packages. The options wont be grayed out now.– Karthik Nishanth
Sep 28 '15 at 9:53