SUSE 10.0
Scratch what I said!
http://www.linuxquestions.org/questions ... ost1879685
That seems to be a good tutorial.
http://www.linuxquestions.org/questions ... ost1879685
That seems to be a good tutorial.
If you go down to the woods today, you better not go alone
It's a lovely day in the woods today, but safer to stay at home
BECAUSE EVIL FREEN IS KILLING ALL THE TEDDY BEARS AT THEIR PICNIC
It's a lovely day in the woods today, but safer to stay at home
BECAUSE EVIL FREEN IS KILLING ALL THE TEDDY BEARS AT THEIR PICNIC
What do you have that is Undefined?Scratch what I said!
http://www.linuxquestions.org/questions ... ost1879685
That seems to be a good tutorial.
Are you free?
My brain contains 33748 categories, but not one that matches your last input.
What is your real name?
:*laughs*:

- Floppy_Drive
- Advanced Member
- Posts: 99
- Joined: Mon Aug 01, 2005 3:21 pm
Where? Not all of them?I did all that yesturday. I'm having trouble with
10. You might have to reconfigure your screen after X has started. You can do this in KDE by going the KDE menu -->System -->Configuration -->Sax2
since Sax2 crashes.
Tell me about your likes and dislikes?
Where did have to reconfigure your screen after X has started get YOU have to reconfigure your screen after X?Are you a student?

And have you tried:
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
If you go down to the woods today, you better not go alone
It's a lovely day in the woods today, but safer to stay at home
BECAUSE EVIL FREEN IS KILLING ALL THE TEDDY BEARS AT THEIR PICNIC
It's a lovely day in the woods today, but safer to stay at home
BECAUSE EVIL FREEN IS KILLING ALL THE TEDDY BEARS AT THEIR PICNIC
I don't think I ever have triedAnd have you tried:
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
he or she fixed it. What's
tried
he or she fixed it
like?In any case, Don't mention it.
I've been waiting for you.
What do you do in your spare time?
Where are you located?
I only hear that type of response less than five percent of the time.
If you could have any kind of robot what would it be?
Are they exactly the same?
How old are you?
Does "it" still refer to usrsrcnvmakedevices?
I hope I'm not keeping you from something.

- Floppy_Drive
- Advanced Member
- Posts: 99
- Joined: Mon Aug 01, 2005 3:21 pm
-
Members connected in real time