You are not logged in.
Pages: 1
I'm new to Arch.
Installation went fine.
Got my Epson 3170 Photo scanner working by copying the relevant files from Slack.
Used pacman to install nvidia.
This ended with following error:
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading nvidia... done
<snip>
ERROR: Module nvidia does not exist in /proc/modules
In order to use the new nvidia module, exit Xserver and unload it manuallyHowever rmmod nvidia:
ERROR: Module nvidia does not exist in /proc/moduleslspci :
04:00.0 VGA compatible controller: nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)] (rev a1)any hints?
Offline
I get my drivers straight from nvidia, you have to kill x in order to install the driver properly, do a ctrl-alt-F1 and kill xorg then try installing the driver or reinstalling the driver. HTH
Offline
that warning can usually be ignored....
it's simply trying to load the module i think, i get it all the time, it's nothing to worry about as it loads on the next X restart....
The.Revolution.Is.Coming - - To fight, To hunger, To Resist!
Offline
Reinstalled nvidia at init3: all OK.
Startx failed: FATAL :module nvidia not found.
Changing nvidia to nv in xorg.conf resulted in KDE starting.
Don't understand this:
nv does not work in other distros as Slack and Debian.
The newest file from NVidia compiles without problems.
So problem solved.
Thank you all
Offline
nv is the open-source nvidia driver..
nvidia is that distributed by nVidia ...
pacman -S nvidia should get it installed correctly,
please sure u uninstall it first if u have compiled the driver...
u might also need to
modprobe nvidiaif installed correctly ...
The.Revolution.Is.Coming - - To fight, To hunger, To Resist!
Offline
:?:
That's exactly what I did: no error messages.
pacman -R nvidiapacman -S nvidiaHowever startx resulted in module not found.
Anyhow the module compiled from NVidia is OK
Offline
Pages: 1