LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 07-11-2004, 08:58 AM   #1
amon
Member
 
Registered: May 2004
Location: UK
Distribution: Debian, Ubantu, CentOS
Posts: 146

Rep: Reputation: 17
screen turns of when X starts with nvidia drivers on mandrake 10


ok i'll admit that i'm a noob but i am learning fast.

i installed the nvidia drivers following the instructions here:
http://www.linuxquestions.org/questi...icle&artid=113

and edited the XF86Config-4 file as given

when i started X again the screen imediatly went blank (as normal the screen goes black when X loads) but then it turned itself off.

the startup sound in KDE played so i knew that it had all loaded. so i figured i'd follow the help information in the nvidia guide. (incidently doing any debugging is made 10 times harder when the screen doesn't work) i had to use the mandrake recovery to mount drives and boot into console then with some tips from a friend use Vim (anyone else think this isn't a program for noobs?) to alter my /etc/inittab file so that i booted to a command prompt to work from (where i could use emacs).

there are no error messages in the error log

and proceded to change the /etc/X11/XF86Config-4 file back from the "nvidia" to the "nv"

once that was done i ran startx x loaded fine (kde apps threw up errors for some reason but this i will look into after sorting graphics as the graphics possably causes this). so i figured i was saved and that i could at least use my computer just without the 3D stuff working properly.

however for some reason every time i reboot my /etc/X11/XF86Config-4 file is reset to use the nvidia driver and the screen turns itself off. meaning i have to edit it every time i reboot the computer.

this is linked slightly to a thread here:
http://www.linuxquestions.org/questi...hreadid=179304

primaraly i'd like to have the 3D working but most importantly id like to be able to use my computer without having to edit a text file every time i turn my computer on.

my computer is:
AMD 2200
RAM: Samsung 1 x 512
motherboard: Abit KX7-333R
grpahics card:
ASUS V8460/V8440 TD (VGA + DVI-out + TV-out)(numbers from documentation that came with the card, i'm not sure which it is but i can pull my computer appart to have a look if it makes a difference)
graphics chipset: Nvidia GeForce4 Ti4600/4400 GPU featuring nFiniteFX engine
128 DDR memory

Last edited by amon; 07-11-2004 at 09:19 AM.
 
Old 07-11-2004, 10:00 AM   #2
amon
Member
 
Registered: May 2004
Location: UK
Distribution: Debian, Ubantu, CentOS
Posts: 146

Original Poster
Rep: Reputation: 17
short term

I have managed to short term solve the problem by running the command

NVIDIA-Linux-x86-1.0-6106-pkg1.run --uninstall

and resetting my /etc/inittab and /etc/X11/XF86Config-4 files

and now X loads and i am happy in the short term but obviously i'm back where i started. can anyone help solving the 3D problem?
 
Old 07-11-2004, 11:58 AM   #3
enragedchip
Member
 
Registered: Jan 2004
Location: UK
Distribution: Arch
Posts: 33

Rep: Reputation: 15
The screen goes blank because the signal from the graphics card is out of range for the monitor. Don't panic I had this problem, tell me what type of monitor do you have (CRT or DFP) and which graphics card connection are you using?
 
Old 07-11-2004, 12:23 PM   #4
amon
Member
 
Registered: May 2004
Location: UK
Distribution: Debian, Ubantu, CentOS
Posts: 146

Original Poster
Rep: Reputation: 17
my monitor

the monitor is a CRT
CTX VL950/VL950T

i tried testing it at different resolutions with XFdrake but that didn't work
 
Old 07-11-2004, 01:08 PM   #5
enragedchip
Member
 
Registered: Jan 2004
Location: UK
Distribution: Arch
Posts: 33

Rep: Reputation: 15
I'll assume you using a vga connection. In your X config file you should have something similar to what I have listed below. The first line in bold tells the driver that the connected monitor is a CRT, the second bold line tells the driver which types of display to ignore.

Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce FX (generic)"
Driver "nvidia"
Option "DPMS"
Option "ConnectedMonitor" "CRT"
Option "IgnoreDisplayDevices" "DFP, TV"
EndSection

An easier way to boot up into text mode is to press ESC at the boot prompt and type "entry init 3" without the quotes and where entry is the text you select to boot into linux, its most probably linux. That will save you having to edit your inittab file.
 
Old 08-15-2004, 12:53 PM   #6
amon
Member
 
Registered: May 2004
Location: UK
Distribution: Debian, Ubantu, CentOS
Posts: 146

Original Poster
Rep: Reputation: 17
sorry for the slow response. too much work and no time to play. thanks for the suggestion but it didn't work. a friend mentioned it could be something to do with the signal being out of range of the monitor but that would cause the monitor to come up with a message saying "out of range"

any ideas?

i'm also now getting an error message:
Failed to load module "GLcore" (module does not exist, 0)
 
Old 08-15-2004, 01:15 PM   #7
enragedchip
Member
 
Registered: Jan 2004
Location: UK
Distribution: Arch
Posts: 33

Rep: Reputation: 15
Well an out of range signal would be followed by your monitor turning itself off. You might want to try changing the values of the lines HorizSync and VertRefresh in your X config file to those of your monitor.

In the nvidia readme it states:
You should also remove the following lines:

Load "dri"
Load "GLcore"


So to get rid of the error message remove the Load "GLcore" line
 
Old 03-15-2006, 09:57 AM   #8
amon
Member
 
Registered: May 2004
Location: UK
Distribution: Debian, Ubantu, CentOS
Posts: 146

Original Poster
Rep: Reputation: 17
My card

Just an update

I can only attribute this problem to my card as it has remained consistent with all distros using the 2.6 kernel and xorg combinations. so I'm stuck with 2.4 kernel and XFree86 (It could be worse)

Thanks all for your help though
 
  


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
Screen Resolution problem using Nvidia drivers with KDE LaptopLinux Mandriva 2 04-26-2005 06:07 PM
Printer starts print with black, but then slowly turns to red Mistreated Linux - Hardware 2 12-25-2004 12:56 AM
nvidia 6106 drivers on 2.6.7, screen goes blank after startx Cipher3D Slackware 2 07-30-2004 06:00 AM
Black Screen On Booting On GeForce 3 With Nvidia Detonator Drivers On Mandrake 10.0 Cnupm96 Linux - Hardware 3 06-02-2004 06:46 PM
new nvidia drivers bring black screen brandonloserkid Slackware 4 01-20-2004 08:35 PM

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

All times are GMT -5. The time now is 03:10 AM.

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