Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Multimedia & Video
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

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
Old October 21st, 2005   #1
jhong
First Cup of Ubuntu
 
Join Date: Oct 2005
Location: Tianjin, China
Beans: 10
Ubuntu Breezy 5.10
Unhappy nvidia geforce fx 5200 getting black screen

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?
jhong is offline   Reply With Quote
Old October 23rd, 2005   #2
jerrygofixit
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!
jerrygofixit is offline   Reply With Quote
Old October 23rd, 2005   #3
sirlancelot
A Carafe of Ubuntu
 
sirlancelot's Avatar
 
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?
sirlancelot is offline   Reply With Quote
Old October 24th, 2005   #4
xsence
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:
Originally Posted by sirlancelot
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?
Hi they mean the 7667 driver.

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
xsence is offline   Reply With Quote
Old October 25th, 2005   #5
sirlancelot
A Carafe of Ubuntu
 
sirlancelot's Avatar
 
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.
sirlancelot is offline   Reply With Quote
Old October 25th, 2005   #6
xsence
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:
Originally Posted by sirlancelot
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.
have you done this to your xorg.conf?

#Load "dri"
#Load “GLcore”

and has this system runned fine before? maybe its a hardware problem.
xsence is offline   Reply With Quote
Old October 27th, 2005   #7
stefann
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...
stefann is offline   Reply With Quote
Old November 16th, 2005   #8
sirlancelot
A Carafe of Ubuntu
 
sirlancelot's Avatar
 
Join Date: Oct 2005
Location: Oregon
Beans: 95
Ubuntu 9.04 Jaunty Jackalope
Re: nvidia geforce fx 5200 getting black screen

Quote:
Originally Posted by xsence
have you done this to your xorg.conf?

#Load "dri"
#Load “GLcore”

and has this system runned fine before? maybe its a hardware problem.
Yes that was done automatically with my install of the new driver. After further diagnosis the GL-enabled app seems to simply stop drawing the 3D aspect, the canvas is still there but nothing is rendered.
sirlancelot is offline   Reply With Quote
Old November 20th, 2005   #9
stefann
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.
stefann is offline   Reply With Quote
Old September 13th, 2006   #10
DaRiuX
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?
DaRiuX is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:28 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry