| View previous topic :: View next topic |
| Author |
Message |
acraigon Guest
|
Posted: Wed May 11, 2005 10:59 am Post subject: NViidia Graphics |
|
|
| I have just purchased the latest release of th Debian 3 series thinking it would get my graphics driver working but the same old story on boot with the black screen. Why did I buy a NVidia graphics card they cause quite a few problems on linux machines! Any simple advice to get my graphics card working would be appreciated or maybe I should just go back to the onboard graphics. |
|
| Back to top |
|
 |
mugstar LXF regular
Joined: Mon Apr 11, 2005 1:43 am Posts: 184 Location: Scotland
|
Posted: Wed May 11, 2005 11:54 am Post subject: RE: NViidia Graphics |
|
|
| By black screen do you mean a console prompt? What happens when you do `startx`? Do you have a working x server or not? I'd recommend doing a full upgrade from the stable branch. Make sure you have the correct kernel source installed. Then go to NVidia's website and grab the latest drivers. Then read the docs and install them. It's pretty simple really. Nvidia actually support their cards reasonably well, they're developed continuously and new ones released fairly frequently, even if they're not GPL'd. |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Wed May 11, 2005 12:03 pm Post subject: RE: NViidia Graphics |
|
|
I would forget the NVidia binary drivers for now. Get the system working with the nv driver first. Once it is working, that is the time to install the binary drivers.
Are you using XFree86 or XOrg? Can you post the config file from /etc/X11? _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
firefox
Joined: Mon Apr 11, 2005 12:21 pm Posts: 64
|
Posted: Wed May 11, 2005 12:23 pm Post subject: RE: NViidia Graphics |
|
|
How can you tell which drivers are being used? I have installed Mandriva LE 2005 with an Nvidia 5500 and am wondering if the Nvidia drivers are included (I think I read somewhere that they were).
Also, is there a good application to test the performance of the drivers, and to check that the 3D acceleration is working? |
|
| Back to top |
|
 |
towy71 Moderator

Joined: Wed Apr 06, 2005 3:11 pm Posts: 4169 Location: wild West Wales
|
Posted: Wed May 11, 2005 12:34 pm Post subject: RE: NViidia Graphics |
|
|
the relevant file is as nelz said in /etc/X11/ and is either XF86config-4 or xorg.conf _________________ still looking for that door into summer |
|
| Back to top |
|
 |
Guest
|
Posted: Wed May 11, 2005 12:40 pm Post subject: Re: RE: NViidia Graphics |
|
|
| mugstar wrote: | | By black screen do you mean a console prompt? What happens when you do `startx`? Do you have a working x server or not? I'd recommend doing a full upgrade from the stable branch. Make sure you have the correct kernel source installed. Then go to NVidia's website and grab the latest drivers. Then read the docs and install them. It's pretty simple really. Nvidia actually support their cards reasonably well, they're developed continuously and new ones released fairly frequently, even if they're not GPL'd. |
Well the system tries to get x working but fails on boot. So the XF86config file is almost set up. |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Wed May 11, 2005 12:55 pm Post subject: RE: Re: RE: NViidia Graphics |
|
|
You can tell which driver is in use by looking at the config file. The binary driver is called nvidia, the open source one that comes with XFree/XOrg is called nv.
The best program for testing 3D acceleration is tuxracer
The NVidia drivers are not included with Mandriva 2005, but they are in the System directory of the DVD, because the DVD contains a lot more than Mandriva. _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
Ram LXF regular

Joined: Thu Apr 07, 2005 10:44 pm Posts: 1547 Location: Guisborough
|
Posted: Wed May 11, 2005 10:23 pm Post subject: RE: Re: RE: NViidia Graphics |
|
|
What exactly is the card your using.
I am posting this from my server using a Creative Labs TNT2 32 meg Video Card without the need to install the latest drivers from NVidia.
OS is Simply Mepis based on non stable Debian I believe.
My main PC uses a CL Geforce 4 with SuSE 9.2 and the latest NVidia Drivers that YaST can install.
Personally I don't think you can buy better
Ram _________________
Ubuntu LXDE 12.04 running on AMD Phenom II*4; ASUS Crosshair III Formula MB; 4 GB Ram.....
|
|
| Back to top |
|
 |
hairymunky

Joined: Sun Apr 17, 2005 6:50 pm Posts: 59
|
Posted: Wed May 11, 2005 11:08 pm Post subject: RE: Re: RE: NViidia Graphics |
|
|
I've had no probs installing nVidia drivers for my FX5200.
Although Im running FC 3, I followed the guide here:
http://www.mjmwired.net/resources/mjm-fedora-fc3.shtml
The basics of installing the nvidia drivers should be the same, ...
i#> chmod +x nvidia.drivers
from the console (make sure X is NOT running), run the driver install program
#>./nvidia.driver.xxx.run (whatever the file is called)
After its finished, just edit your xorg.conf file in /etc/X11/
edit /etc/inittab and make default runlevel '5'
reboot ... and hopefully you should get a logo for nVidia before the login manager...
(PS Nvidia has a FAQ/help to aid in editing the xorg.conf file)
(Im sure you just comment out "dri" and "glcore", then change the driver from "nv" to "nvidia" all without quotes)
Good luck
And Im well chuffed with the graphics and speed of my nvidia card, for £30 it kicks the ass of the radeon in my other machine!! _________________ Linux powered Astronomy |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Thu May 12, 2005 12:56 am Post subject: Re: RE: Re: RE: NViidia Graphics |
|
|
| hairymunky wrote: |
edit /etc/inittab and make default runlevel '5'
reboot ... and hopefully you should get a logo for nVidia before the login manager...
|
You don't need to edit inittab or reboot. Press Ctrl-Alt-F1 to get a console, login as root and type "init 3" to shut down X. Then install the drivers as described and edit xorg.conf. Now type "init 5" to restart X. No messing with the boot process at all, this is Linux, not Windows. |
|
| Back to top |
|
 |
towy71 Moderator

Joined: Wed Apr 06, 2005 3:11 pm Posts: 4169 Location: wild West Wales
|
Posted: Thu May 12, 2005 8:15 am Post subject: RE: Re: RE: Re: RE: NViidia Graphics |
|
|
or Debian and derivitives: /etc.init.d/gdm stop and then /etc.init.d/gdm start
or xdm or kdm depending on which display manager you use  _________________ still looking for that door into summer |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Thu May 12, 2005 10:11 am Post subject: RE: Re: RE: Re: RE: NViidia Graphics |
|
|
That's why I stuck with changing the runlevel, there are too many different init scripts, whereas init 3 works on just about everything, except Gentoo (where you would use /etc/init.d/xdm stop/start). _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
towy71 Moderator

Joined: Wed Apr 06, 2005 3:11 pm Posts: 4169 Location: wild West Wales
|
Posted: Thu May 12, 2005 12:05 pm Post subject: RE: Re: RE: Re: RE: NViidia Graphics |
|
|
init 3 doesn't seem to work on my mepis laptop or on this machine which is why I posted  _________________ still looking for that door into summer |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Thu May 12, 2005 12:33 pm Post subject: RE: Re: RE: Re: RE: NViidia Graphics |
|
|
Grrr  _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
towy71 Moderator

Joined: Wed Apr 06, 2005 3:11 pm Posts: 4169 Location: wild West Wales
|
Posted: Thu May 12, 2005 1:32 pm Post subject: RE: Re: RE: Re: RE: NViidia Graphics |
|
|
this machine is:
dick@debianbox:~$ uname -a
Linux debianbox 2.6.8-2-k7 #1 Mon Jan 24 03:29:52 EST 2005 i686 GNU/Linux
dick@debianbox:~$
and I did try honest
sorree _________________ still looking for that door into summer |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|