Hi John

I have a Nvidia GT630 GPU card working fine on Wheezy 32 & 64 bit

Works with nouveau and if you download the nvidia-glx package, DKMS builds the driver fine (you need headers and a build environment)

What you then need to do however is add /etc/X11/xorg.conf.d/20-nvidia.conf as attached

Then check that the driver has been installed to /lib/modules/{kernel-version}/extra/nvidia.ko

and /etc/modprobe.d/nvidia-kernel-common.conf is present blacklisting nouveau

The only problem I have had is when doing a load of stuff at the same time after building the driver and re-making initrd-img, which somehow screwed things up, but
redoing everything sorted it

regards

Mick
Section "Device"
        Identifier "My GPU"
        Driver "nvidia"
EndSection
alias char-major-195* nvidia
options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 
NVreg_DeviceFileMode=0660
# To enable FastWrites and Sidebus addressing, uncomment these lines
# options nvidia NVreg_EnableAGPSBA=1
# options nvidia NVreg_EnableAGPFW=1

# see #580894
blacklist nouveau
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to