[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

:SPAM: RES: Configurar PLACA NVIDIA NO DEBIAN 3.1



Caro,
 
    Entre no site www.nvidia.com, e abaixe o driver para Linux, e depois
faça os seguintes passos:
 
# apt-get install kernel-headers-$(uname -r)
# ln -s /usr/src/kernel-headers-$(uname -r) /lib/modules/$(uname -r)/build
# sh NVIDIA-Linux-x86-1.0-7667-pkg1.run
 
 Agora edite os arquivo /etc/X11/XF86Config-4, e deixar conforme o exemplo
abaixo:

Os módulos tem que ficar assim:

Section "Module"
	Load "dbe"
	Load "dri"
	Load "extmod"
	Load "glx"
	Load "record"
	Load "speedo"
	Load "type1"
	Load "xtrap"
	Load "freetype"
EndSection

Já na seção de Device:

Section "Device"
	Identifier "Card0"
	Driver "nvidia" # Trocamos nv por nvidia
	VendorName "nVidia Corporation"
	BoardName "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
EndSection

Basicamente seria isso.

Fonte: http://www.linuxit.com.br/section-viewarticle-767.html

Abs,




Reply to: