LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-15-2011, 02:28 AM   #1
j0eh4x
Member
 
Registered: Dec 2005
Distribution: Ubuntu Lucid Lynx, BT5
Posts: 84

Rep: Reputation: 2
Nvidia 9800M gs 64 bit ubuntu 10.04 linux, driver remove on reboot


i have ubuntu 10.04, ive checked additional drivers an install for my graphics card

After install it tells me I need to reboot, After I reboot
it as if I never install the graphics card.

I decided to do a manual install of my GC card drivers, from nvidias website
everything worked great. And its working, after I reboot though

I receive an error telling me the if has failed and offers me the option to load minimal graphics.

Im very confused because it works fine, until i reboot
 
Old 08-15-2011, 04:45 AM   #2
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi, I had a similar experience with my system and found a kernel module (nouveau) was being loaded before the nVidia driver module.

I found a way to stop this by adding
Code:
nokmsboot
to the kernel command line at the grub loader.

As well as that I had to edit the xorg.conf file to point to the nVida driver module.

I hope this gives you a place to look....

Regards glenn

Last edited by GlennsPref; 08-15-2011 at 04:46 AM. Reason: grama
 
Old 08-15-2011, 05:28 AM   #3
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
9800'M' (for 'm'obile).

You've possibly got some switchable graphics/nvidia optimus setup.

What model laptop is it?
 
Old 08-15-2011, 05:38 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by GlennsPref View Post
Hi, I had a similar experience with my system and found a kernel module (nouveau) was being loaded before the nVidia driver module.

I found a way to stop this by adding
Code:
nokmsboot
to the kernel command line at the grub loader.

As well as that I had to edit the xorg.conf file to point to the nVida driver module.

I hope this gives you a place to look....

Regards glenn
A better and simpler way would be to just blacklist the nouveau module.
 
Old 08-15-2011, 04:36 PM   #5
j0eh4x
Member
 
Registered: Dec 2005
Distribution: Ubuntu Lucid Lynx, BT5
Posts: 84

Original Poster
Rep: Reputation: 2
Quote:
9800'M' (for 'm'obile).

You've possibly got some switchable graphics/nvidia optimus setup.

What model laptop is it?
asus g50v
not sure what you mean by kernel command line but im sure with a little googling ill figure it out and try it will let u know if it works, thanx
 
Old 08-15-2011, 04:46 PM   #6
j0eh4x
Member
 
Registered: Dec 2005
Distribution: Ubuntu Lucid Lynx, BT5
Posts: 84

Original Poster
Rep: Reputation: 2
i believe i found the solution, for others
http://www.ubuntugeek.com/howto-inst...ucid-lynx.html
 
Old 08-15-2011, 05:00 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Keep in mind that you have to do that procedure every time the kernel gets updated.
If your problem is solved, please mark this thread as solved using the thread tools at the top of the thread.
 
Old 08-15-2011, 06:43 PM   #8
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
I tried to blacklist the module, but without the nokmsboot cli option it just would not stick.

uname -a
Code:
Linux GamesBox.GlennsPref.net 2.6.38.8-4.mga_GamesBox #2 SMP PREEMPT Tue Aug 2 18:00:54 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
/etc/modprobe.d/blacklist-mga
Code:
# blacklisted modules for PCI coldplug
# see also /etc/modprobe.d/blacklist-compat

blacklist rivatv

# For some bridges both intel-agp and i82875p_edac are loaded. If i82875p_edac
# is loaded first it will grab the device. Then intel-agp doesn't work.
# Therefore we disable automatic loading of 82875p_edac. (Bug 213840)
# https://bugzilla.novell.com/show_bug.cgi?id=213840
blacklist i82875p_edac

# do not use "Boot Protocol" drivers, we prefer usbhid
# and they cause problems when loaded together with usbhid (#37726, #40861)
blacklist usbkbd
blacklist usbmouse

# disable PC speaker by default
# pcspkr is the standard driver, while snd-pcsp is the ALSA driver
blacklist pcspkr
blacklist snd-pcsp
blacklist nouveau
The "nokmsboot" tip appeared in a help message during one of the many nVidia installs I went through.

Generally I setup xorg with the vesa driver to try and save this confusion, then install the nVidia .run package.

How to get a boot command line(?)
press F3 or F2 at the grub boot screen (dual boot?)press ESC to go to cli.

An area appears where you can type, at the end of the line.

see "Chapter 9: Kernel Boot Command-Line Parameter Reference", a free .pdf sample of the book.
online html....http://oreilly.com/linux/excerpts/97...reference.html
Quote:
[PDF]
Chapter 9: Kernel Boot Command-Line Parameter Reference
http://www.kernel.org/pub/linux/kern...n_pdf/ch09.pdf
File Format: PDF/Adobe Acrobat - Quick View
1 Dec 2006 – 9. Kernel Boot Command-Line. Parameter Reference. The majority of this chapter is based on the in-kernel documentation for the ...
There's plenty to learn,

I'm still learning too...

Regards Glenn

Last edited by GlennsPref; 08-15-2011 at 06:48 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu 9.04 64 bit Nvidia Geforce 8200 graphics driver problems schaut Ubuntu 3 07-01-2009 03:01 PM
Kubuntu NVIDIA 9800m no screens found with nvidia driver generic fine Qosmio X300 soman Linux - Laptop and Netbook 3 02-11-2009 11:02 PM
which nvidia driver do I need 32 bit or 64 bit? dv502 Linux - Hardware 2 09-17-2007 08:25 AM
Reinstalling Nvidia driver after reboot doctorwebbox Linux - Hardware 5 05-27-2005 06:45 PM
NVIDIA Driver Not Installed After Reboot athens101 Linux - Software 6 01-13-2005 04:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration