LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 10-18-2005, 11:28 PM   #16
usaf_sp
Member
 
Registered: Jul 2005
Location: Tennessee
Distribution: openSUSE
Posts: 419

Rep: Reputation: 30

I made the assumption that the YOU update will not work because he stated he could not compile with his current kernel. No matter how many times you run YOU it will not work. You have to do it the hard way. Considering that all the advise here was to change this and change that, the most prudent way to approach this problem is to start from a clean slate, thus installation of the default kernel.

Download the Nvidia Shell script and run it the way I outlined and your driver will start up.

Like I said I am not sure why the kernel reject this driver like that. Strange Strange Strange.
 
Old 10-19-2005, 06:37 AM   #17
daedalus12
LQ Newbie
 
Registered: Feb 2005
Posts: 22

Rep: Reputation: 15
i managed to successfully install the drivers . and when i go into init 5 from init 3 . i see the nvidia splash screen . all fine. but when i reboot the system i get no graphical display . instead it goes to a console session. the xorg.cong device section driver back to 'nv' it manages to boot back inot graphical display??
wats the problem???
 
Old 10-19-2005, 10:00 AM   #18
usaf_sp
Member
 
Registered: Jul 2005
Location: Tennessee
Distribution: openSUSE
Posts: 419

Rep: Reputation: 30
If you can type startx or kdm successfully at the prompt, then it sounds like a problem with grub or lilo. http://www-128.ibm.com/developerwork...w01LILOandGRUB

If you can not start your x server. There is still a problem with the driver. Can you start the x server?
 
Old 10-20-2005, 03:19 AM   #19
daedalus12
LQ Newbie
 
Registered: Feb 2005
Posts: 22

Rep: Reputation: 15
i fixed it . thanks anyway.
u have to add the following script to /etc/rc.d/boot.local .

code:

error() {
echo "$(basename $0): fatal error, $1 failed"
exit 1
}

if [ ! -c /dev/.devfsd ]; then
for i in 0 1 2 3 4 5 6 7; do
node="/dev/nvidia$i"
rm -f $node
mknod $node c 195 $i || error "mknod \"$node\""
chmod 0666 $node || error "chmod \"$node\""
done
node="/dev/nvidiactl"
rm -f $node
mknod $node c 195 255 || error "mknod \"$node\""
chmod 0666 $node || error "chmod \"$node\""
fi

if [ -d /etc/udev/devices ]; then
for i in 0 1 2 3 4 5 6 7; do
node="/etc/udev/devices/nvidia$i"
rm -f $node
mknod $node c 195 $i || error "mknod \"$node\""
chmod 0666 $node || error "chmod \"$node\""
done
node="/etc/udev/devices/nvidiactl"
rm -f $node
mknod $node c 195 255 || error "mknod \"$node\""
chmod 0666 $node || error "chmod \"$node\""
fi



If you unpack the nVidia source code you will find that this script is in ./usr/src/nv/makedevices.sh

I used the 7174 version driver.

after this it works fine
 
  


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
Nvidia GeForce 4 MX 4000 Fedora Core 3 "I have problemas in instalaçao" Peco_sak Linux - Hardware 1 03-18-2005 07:33 AM
Unreal Tournament 2004 troubles on NVIDIA GeForce MX 4000 The Grim Reaper Linux - Games 5 10-24-2004 10:52 PM
FC2 and Nvidia GeForce 4 MX 4000 SteelWheel Linux - Hardware 3 06-28-2004 03:08 AM
nvidia Geforce MX 4000 tmike Linux - Newbie 4 06-20-2004 01:47 PM
siemens gigaset 4000 and suse rachelkoncewicz Linux - Hardware 0 03-25-2003 04:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 06:22 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