• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Nvidia drivers in Ubuntu, installed but not running

Joined
Dec 27, 2007
Messages
8,519 (1.43/day)
Location
Kansas City
System Name The Dove Box Rev 3.0
Processor i7 8700k @ 4.7GHz
Motherboard Asus Maximus X APEX
Cooling Custom water loop
Memory 16GB 3600 MHz DDR4
Video Card(s) 2x MSI 780 Ti's in SLI
Storage 500GB Samsung 850 PCIe SSD, 4TB
Display(s) 27" Asus 144Hz
Case Enermax Fulmo GT
Audio Device(s) ON BOARD FTW
Power Supply Corsair 1200W
Keyboard Logitech G510
Software Win 10 64x
So I've installed Ubuntu 8.10 and immediately after logging in there was a prompt to 'Enable restricted drivers' I enabled and thought I'd check by going to System, Admin, Hardware Drivers and it shows enabled but the Display settings do not allow for much change( ie resolutions and such) nor enable Nvidia's 'contol panel' Nvidia ServerX program.

Any thoughts/help would be awesome. I'll try restarting for starters and check back.
 
Joined
Dec 27, 2007
Messages
8,519 (1.43/day)
Location
Kansas City
System Name The Dove Box Rev 3.0
Processor i7 8700k @ 4.7GHz
Motherboard Asus Maximus X APEX
Cooling Custom water loop
Memory 16GB 3600 MHz DDR4
Video Card(s) 2x MSI 780 Ti's in SLI
Storage 500GB Samsung 850 PCIe SSD, 4TB
Display(s) 27" Asus 144Hz
Case Enermax Fulmo GT
Audio Device(s) ON BOARD FTW
Power Supply Corsair 1200W
Keyboard Logitech G510
Software Win 10 64x
Um yeah now I can't even boot into the desktop. I restarted and it boots into a login as a terminal/command line. WTF :eek:

I'm such a Linux noob, :facepalm:
 

audiotranceable

New Member
Joined
Aug 31, 2009
Messages
350 (0.07/day)
Location
Westminster, B.C
System Name Asus G60vx
Processor Intel P7450 @ 2.666 MHz (setfsb)
Motherboard Intel PM45 Rev 07 + ICH9-M Rev 03
Cooling Stock
Memory Hyundai DDR2 800 @ 1000mhz
Video Card(s) Nvidia GTX260 1024MB 256-bit
Storage 250GB SATA 2 (5400rpm) *time to upgrade*
Display(s) 1366x768 @ 90hz
Case Stock
Audio Device(s) Realtek HD
Power Supply Stock
Software Windows 7 SP1 64-bit
Download the newest version. 8.10 is way out dated:twitch:
 

Solaris17

Super Dainty Moderator
Staff member
Joined
Aug 16, 2005
Messages
25,862 (3.79/day)
Location
Alabama
System Name Rocinante
Processor I9 14900KS
Motherboard EVGA z690 Dark KINGPIN (modded BIOS)
Cooling EK-AIO Elite 360 D-RGB
Memory 64GB Gskill Trident Z5 DDR5 6000 @6400
Video Card(s) MSI SUPRIM Liquid X 4090
Storage 1x 500GB 980 Pro | 1x 1TB 980 Pro | 1x 8TB Corsair MP400
Display(s) Odyssey OLED G9 G95SC
Case Lian Li o11 Evo Dynamic White
Audio Device(s) Moondrop S8's on Schiit Hel 2e
Power Supply Bequiet! Power Pro 12 1500w
Mouse Lamzu Atlantis mini (White)
Keyboard Monsgeek M3 Lavender, Akko Crystal Blues
VR HMD Quest 3
Software Windows 11
Benchmark Scores I dont have time for that.
try

Code:
rm /etc/X11/xorg.conf; nvidia-xconfig
you might need to sudo it first by doing the following

at root
Code:
sudo
or
su
before the command. if the above command doesnt work do this

Direct copy and paste. If it doesnt work lmk

Code:
sudo sh -c "echo 'deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main' >> /etc/apt/sources.list"
sudo sh -c "echo 'deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main' >> /etc/apt/sources.list"

STEP 2
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CEC06767

STEP 3
Code:
sudo apt-get update && sudo apt-get install nvidia-190-modaliases nvidia-glx-190

if step 3 doesnt work try this one

Code:
sudo apt-get update && sudo apt-get install nvidia-185-modaliases nvidia-glx-185

AND OF COURSE

to upgrade to the newest version of ubuntu in terminal do this

Code:
sudo apt-get update
Code:
sudo apt-get upgrade
Code:
sudo apt-get dist-upgrade

that will update you to 9.04 from 8.10
 
Last edited:

Easy Rhino

Linux Advocate
Staff member
Joined
Nov 13, 2006
Messages
15,444 (2.43/day)
Location
Mid-Atlantic
System Name Desktop
Processor i5 13600KF
Motherboard AsRock B760M Steel Legend Wifi
Cooling Noctua NH-U9S
Memory 4x 16 Gb Gskill S5 DDR5 @6000
Video Card(s) Gigabyte Gaming OC 6750 XT 12GB
Storage WD_BLACK 4TB SN850x
Display(s) Gigabye M32U
Case Corsair Carbide 400C
Audio Device(s) On Board
Power Supply EVGA Supernova 650 P2
Mouse MX Master 3s
Keyboard Logitech G915 Wireless Clicky
Software The Matrix
solaris has you covered. it is strange that it happened tho. i always make sure after a fresh install that i update all my drivers and everything before actually installing them. i only do this because it can sometimes be a pain to remove older drivers and install new ones under any linux flavor.
 

i789

New Member
Joined
Sep 29, 2009
Messages
145 (0.03/day)
Location
point roberts, wa
mlee49 did you install the Nvidia driver from ubuntu file repository??? If you did, (probably by default) you need to uninstall that and install Updated Nvidia driver from here: http://www.nvidia.com/object/linux_display_ia32_185.18.36.html. If you have any problem during installation, please pm me, I will send you detailed instructions.
 
Top