![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Multimedia & Video Have multimedia question? ATI, Nvidia, Sound cards. Just ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2005
Location: Tianjin, China
Beans: 10
Ubuntu Breezy 5.10
|
I'd been playing games (RTCW-ET) with my 5200 for like a year, until a few months ago since nvidia released 7x.xx series drivers, my 5200 stopped working, all i can get is a black screen and i have to reset the box (oh wait, i have to power off/on)... i have been googling this issue for a long time, but still can't find any solution that works for me, the last known working version of the driver is 66.29 but it doesn't compile with the new kernels... I miss RTCW-ET so much, does anyone here have the same problem?
|
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2005
Beans: 10
|
Re: nvidia geforce fx 5200 getting black screen
I also have the fx 5200 256mb, it's recommended that you stick w/ the 6779 drivers. google nvidia linux drivers, go to archive and install the 6779, you will probably have to edit your xorg.conf from console because i doubt it will find the card (didn't find mine and mines the same as yours). There's a document on the forums about it, i only saved a portion of it, here's what I have:
Ok, now let's begin: 1) uninstall nvidia-glx (if you don't have it just go to step 2) 2) remove the file manually: sudo rm /etc/init.d/nvidia-glx 3) sudo apt-get install gcc sudo apt-get install gcc-3.4 ctl-alt-f1 (so as to get to the command line, not a windowed terminal, but out of the graphical interface GUI) login with your username and password (if required) sudo /etc/init.d/gdm stop (or "kdm stop" if you use KDE) cd “directory where you have the nvidia installer” CC=gcc-3.4 export CC If you have Ubuntu 64bit type: ** sudo sh NVIDIA-Linux-x86_64-1.0-7667-pkg2.run Otherwise if you have Ubuntu 32 bit type: sudo sh NVIDIA-Linux-x86-1.0-7667-pkg2.run If you have Ubuntu 64bit you can't install OpenGL32bit compatibility libraries, so when the installer asks whether to install it just answer no OR you may want to try a workaround which Draugen found but which I haven't tried myself (look at the PROBLEMS SECTION at the end of the guide: point 5). sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup sudo nano /etc/X11/xorg.conf scroll the file down until you find the line with “Modules” and comment out (by putting a "#" before the line) the 2 lines I put in blue and add Load "glx". It should look like the example below: Section "Module" Load "bitmap" Load "dbe" Load "ddc" #Load "dri" #Load “GLcore” Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" Then find the section Device and make sure the word I put in red is “nvidia”: Section "Device" Identifier "NVIDIA Corporation NV40 [GeForce 6200 TurboCache]" Driver "nvidia" BusID "PCI:1:0:0" CTRL+O to save (yes, use the same name and overwrite the file) CTRL+X to exit sudo /etc/init.d/gdm start (or "kdm start" if you use KDE) Now you have installed the new nvidia driver. If you want a "control panel" which shows the settings of your card you might want to install "Nvidia-settings" (this part of the guide has been taken from the Unofficial Ubuntu Starter Guide) although they driver works fine also without it (the choice it's up to you). Open Terminal or Konsole and type sudo apt-get install nvidia-settings sudo gedit /usr/share/applications/NVIDIA-Settings.desktop (you can use "kate" instead of "gedit" in KDE) Insert the following lines into the new file: [Desktop Entry] Name=NVIDIA Settings Comment=NVIDIA Settings Exec=nvidia-settings Icon= Terminal=false Type=Application Categories=Application;System; Save the file and exit. Restart your computer You will be able to see "Nvidia settings" in the menu (the one from which you launch all the applications) Enjoy! |
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Oct 2005
Location: Oregon
Beans: 95
Ubuntu 9.04 Jaunty Jackalope
|
Re: nvidia geforce fx 5200 getting black screen
I am using the 128mb version of the 5200 and have similar problems with GL enabled applications. However I can't find version 6779 of the drivers you say to find in the archives here:
http://www.nvidia.com/object/linux_display_archive.html Is there another page that I am overlooking? |
|
|
|
|
|
#4 | |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2005
Location: Holland
Beans: 26
Ubuntu Breezy 5.10
|
Re: nvidia geforce fx 5200 getting black screen
Quote:
here's the link: http://www.nvidia.com/object/linux_d..._1.0-7667.html and here for the full howto: http://www.ubuntuforums.org/showthre...Nvidia+drivers |
|
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() Join Date: Oct 2005
Location: Oregon
Beans: 95
Ubuntu 9.04 Jaunty Jackalope
|
Re: nvidia geforce fx 5200 getting black screen
I have just tried those drivers and still experience the same problem, the GL program works for a short seemingly random period of time, then goes blank.
|
|
|
|
|
|
#6 | |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2005
Location: Holland
Beans: 26
Ubuntu Breezy 5.10
|
Re: nvidia geforce fx 5200 getting black screen
Quote:
#Load "dri" #Load “GLcore” and has this system runned fine before? maybe its a hardware problem. |
|
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2005
Beans: 7
|
Re: nvidia geforce fx 5200 getting black screen
I'm having the same problem with a GeForce FX Go5200. Which version is supposed to work? Noone is speaking of the same...
|
|
|
|
|
|
#8 | |
|
A Carafe of Ubuntu
![]() Join Date: Oct 2005
Location: Oregon
Beans: 95
Ubuntu 9.04 Jaunty Jackalope
|
Re: nvidia geforce fx 5200 getting black screen
Quote:
|
|
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2005
Beans: 7
|
Re: nvidia geforce fx 5200 getting black screen
I've now solved my problem. I compiled the older nvidia driver, 7667, and then it worked like a charm.
|
|
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: Sep 2006
Beans: 2
|
Re: nvidia geforce fx 5200 getting black screen
I have an 5200 too and I can't install 6.06 LTS, after it boots from CD the screen goes blank with all resolutions. I even tried with another monitor and the same problem, what can I do?
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|