 MaxoYour tax dollars at work.Premium,VIP join:2002-11-04 Tallahassee, FL 1 edit | reply to DrModem
Re: Halp. (Drivers)You probably want to follow the instructions at »www.dedoimedo.com/computers/ubun···dia.html I'm quite amazed that jockey has been removed. I'm curious what the thinking is with this move. Installing proprietary drivers used to be a lesson in triviality. A quick synopsis of that post.
sudo apt-get install build-essential linux-source linux-headers nvidia-current
sudo /sbin/lsmod | grep nvidia
If that last statement doesn't spit out any results then run
modprobe nvidia_current
Finally
sudo restart lightdm
-- "Padre, nobody said war was fun now bowl!" - Sherman T Potter
»maxolasersquad.com/
»maxolasersquad.blogspot.com
»www.facebook.com/maxolasersquad |
|
 DrModemPremium join:2006-10-19 USA kudos:1 | Thanks maxo, I got it with that guide.
The noobs lab one seems to completely destroy everything lol |
|
 SnakeoilIgnore Button. The coward's feature.Premium join:2000-08-05 Mentor, OH kudos:1 Reviews:
·RoadRunner Cable
·magicjack.com
| reply to Maxo How can I tell if I am using lightdm vs gdm? One of those prevents the GUI for launching. Instead I get the console. Reason why I ask is because steam is complaining that I don't have updated gl drivers. Currently have nvidia 304.48 experimental running.
Not to hijack a thread. -- Is a person a failure for doing nothing? Or is he a failure for trying, and not succeeding at what he is attempting to do? What did you fail at today?. |
|
 MaxoYour tax dollars at work.Premium,VIP join:2002-11-04 Tallahassee, FL | said by Snakeoil:How can I tell if I am using lightdm vs gdm? One of those prevents the GUI for launching. Instead I get the console. If gdm is not in /etc/init.d/ then you are not using gdm. If both show up then I'm not sure how to tell. You could always run `sudo stop gdm && sudo start lightdm` which should guaruntee you are in lightdm and not gdm. |
|
 PjrDon't Panic join:2005-12-11 UK | sudo service gdm status
gdm: unrecognized service
sudo service lightdm status
[ ok ] lightdm is running.
or if Ubuntu doesn't have /usr/sbin/service then use
sudo /etc/init.d/gdm status
-su: /etc/init.d/gdm: No such file or directory
sudo /etc/init.d/lightdm status
[ ok ] lightdm is running.
It's probably the best method but there are others such as grepping "ps aux". I assume Ubuntu hasn't deviated so far from Debian that the above won't work.
-- Overflow error in /dev/null |
|
 SnakeoilIgnore Button. The coward's feature.Premium join:2000-08-05 Mentor, OH kudos:1 | Thank you. I used the first block that you posted. I'm running gdm. So lightdm is the one that shuts off my gui. |
|
|
|
 SnakeoilIgnore Button. The coward's feature.Premium join:2000-08-05 Mentor, OH kudos:1 Reviews:
·RoadRunner Cable
·magicjack.com
| reply to Maxo Thanks. Turns out I'm running gdm. I recall when I first upgraded to 12.04 LTS, I had the same situation.
Steam doesn't like the 304.48 nvidia driver. I need to figure out how to update it, and the gl packages. I would have thought it would have been done through the software/update manager. -- Is a person a failure for doing nothing? Or is he a failure for trying, and not succeeding at what he is attempting to do? What did you fail at today?. |
|
 MaxoYour tax dollars at work.Premium,VIP join:2002-11-04 Tallahassee, FL 1 edit | In 12.04 I was able to get the latest nvidia drivers through Jockey by installing the "NVIDIA accelerated graphics driver (**experimental**beta) (version experimental-310)" drivers.
Update: Added exact wording from Jocky. |
|
 UrakiUrakiPremium join:2003-06-22 Belle Plaine, KS | reply to Snakeoil Under 12.10, you can install "nvidia-experimental-310" & "nvidia-settings-experimental-310" to get a later version.
Not sure if that works under 12.04 |
|