Search found 3 matches

by von Selbst
27. Apr 2010, 09:35
Forum: Problems
Topic: Salix64-13.1 and NVIDIA (SOLVED)
Replies: 12
Views: 11963

Re: Salix64-13.1 and NVIDIA

How about using nouveau drivers? Without wanting to make advertisement / marketing here, but Fedora 13 beta uses them by default, if a nvidia card was detected.

Nouveau is working great here, but I have a mostly current kernel version also ... :o

1095 frames in 5.0 seconds = 218.951 FPS
For ...
by von Selbst
27. Apr 2010, 09:33
Forum: Problems
Topic: Salix64-13.1 and NVIDIA (SOLVED)
Replies: 12
Views: 11963

Re: Salix64-13.1 and NVIDIA

Thanks to all for related solution! This night i can found them myself too :lol: This solution may be write in to short script:

#!/bin/sh
if [ `id -u` != "0" ]; then
echo -ne "\033[1;31mYou must be root to run this script!\033[1;37m"
exit
else
slapt-get -u
slapt-get --ignore-excludes --upgrade ...
by von Selbst
26. Apr 2010, 11:51
Forum: Problems
Topic: Salix64-13.1 and NVIDIA (SOLVED)
Replies: 12
Views: 11963

Salix64-13.1 and NVIDIA (SOLVED)

I'm just fresh installed Salex64-13.1a. After with slapt-get in root-terminal install kernel-source. In this point was 1st question - all kernel* packages are 2.6.33.1 and kernel-source is 2.6.33.2.....After this "sh NVIDIA...run" was say:
ERROR: Unable to load the kernel module 'nvidia.ko'. This ...