 |
 |
 |
 |
| Hardware & Laptops Help with your hardware, including laptop issues |

8th May 2005, 03:42 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 167

|
|
help with installing Nvidia driver
I downloaded the appropriate Nvidia driver but can't figure out how to shut off the xserver to do it...
ERROR: You appear to be running an X server; please exit X before
installing.
Thanks,
linuxted
|

8th May 2005, 04:02 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 66

|
|
|
|

8th May 2005, 05:47 PM
|
 |
Registered User
|
|
Join Date: Nov 2004
Location: Netherlands
Age: 25
Posts: 1,426

|
|
|
To get out of graphical you can also restart, in Grub, press 'a' to append something to the boot instructions (need to press a key to get into the other part of grub first, at the blue screen), append a space and a 3 (to go into textmode). Then do what hawley suggested.
__________________
Registered Linux user number 389291
Laptop: Nec Versa p550, Pentium M 1.86GHz, 1024MB ram, x300, 80 GB HD, bluetooth, 2915BG Wlan card
Desktop: Amd Athlon x2 4200+, 2GB ram, Geforce 7300GT 512MB silent, 160GB HD in a nice centurion 534 case :cool:
|

9th May 2005, 02:07 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 167

|
|
|
Thanks guys. I did all the stuff in the instructions but tuxracer doesn't run at all now. I think something went wrong.
Wasn't sure which logs to present...
__________________
__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
|

9th May 2005, 02:56 AM
|
 |
Registered User
|
|
Join Date: May 2005
Posts: 34

|
|
|
I usually get out of x by doing #telinit 3,install the drivers,then 'cd /etc/X11' then 'vim xorg.conf' or 'gedit xorg.conf' and remove 'load dri' and add 'load glx' in section module, then change NV to nvidia in section device,save changes to xorg.conf then restart x with #telinit 5
|

9th May 2005, 03:07 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 167

|
|
Quote:
|
Originally Posted by frodopunk
I usually get out of x by doing #telinit 3,install the drivers,then 'cd /etc/X11' then 'vim xorg.conf' or 'gedit xorg.conf' and remove 'load dri' and add 'load glx' in section module, then change NV to nvidia in section device,save changes to xorg.conf then restart x with #telinit 5
|
frodopunk,
Unfortunately that didn't work for me. Are there any logs I can send to help debug it?
Thanks,
linuxted
__________________
__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
|

10th May 2005, 04:01 AM
|
 |
Registered User
|
|
Join Date: May 2005
Posts: 34

|
|
|
check the log for x.orgx11 in system logs,what error messages are you getting?It should look something like this if the drivers are working - LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.7174
Module class: XFree86 Video Driver
personally I have better luck installing the rpm packages for nvidia using yum,and the yum.conf
from fedorafaq.org,so maybe give them a try.
|

12th May 2005, 10:26 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 167

|
|
Quote:
|
Originally Posted by frodopunk
check the log for x.orgx11 in system logs,what error messages are you getting?It should look something like this if the drivers are working - LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.7174
Module class: XFree86 Video Driver
personally I have better luck installing the rpm packages for nvidia using yum,and the yum.conf
from fedorafaq.org,so maybe give them a try.
|
frodo,
Excuse the dumb question but how do I get a log for this?
thanks,
linuxted
__________________
__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
|

13th May 2005, 05:15 AM
|
 |
Registered User
|
|
Join Date: May 2005
Posts: 34

|
|
|
Hi linuxted,start the system log tool found under system tools,system logs from the main gnome menu,
check the boot log for an entry like this,
May 8 02:08:51 fedora nvidia: Checking for nvidia kernel module succeeded
May 8 02:08:52 fedora nvidia: Enabling nvidia driver succeeded
if it says enabling nvidia driver failed make sure your xorg.conf is properly setup,here is a sample of my xorg.conf with relevant entries.
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
Load "glx"
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 3 (generic)"
EndSection
probably your video card will be a different model of course,and you can also check the boot log from terminal as root,
$ su root
# vim /var/log/boot.log
and the xorg log,
#vim /var/log/Xorg.0.log
hope that helps, frodopunk
|

13th May 2005, 07:11 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 167

|
|
|
Frodo,
Thanks for the detailed instructions. To my surprise, the log says:
May 12 22:59:49 c-24-6-201-190 nvidia: Checking for nvidia kernel module succeeded
May 12 22:59:49 c-24-6-201-190 nvidia: Enabling nvidia driver succeeded
My xorg.conf had the following:
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
# Load "dri"
Load "glx"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 MX (generic)"
EndSection
I'm changing the Board Name to
BoardName "NVIDIA GeForce 2 MX (generic)"
to see if that helps
__________________
__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
|

13th May 2005, 07:14 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 167

|
|
Quote:
|
Originally Posted by linuxted
Frodo,
I'm changing the Board Name to
BoardName "NVIDIA GeForce 2 MX (generic)"
to see if that helps
|
FrodoPunk that was the trick!!!!!
Yipeee I have 3D graphics now!!!!!!!!!!
Thanks a gazillion
__________________
__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
|

13th May 2005, 08:33 AM
|
 |
Registered User
|
|
Join Date: May 2005
Posts: 34

|
|
very good linuxted!  happy tuxracing!
|

16th July 2005, 09:15 PM
|
 |
Registered User
|
|
Join Date: Jul 2005
Posts: 233

|
|
Quote:
|
Originally Posted by frodopunk
Hi linuxted,start the system log tool found under system tools,system logs from the main gnome menu
|
Question, I dont have the option to select system log tool under my system tools. Do I have to enable or install this option? thank you in advance.
|

18th July 2005, 04:45 AM
|
 |
Registered User
|
|
Join Date: Jul 2005
Posts: 233

|
|
Quote:
|
Originally Posted by frodopunk
|
Very nice thank you for that link
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 20:36 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|