removido
(usa Nenhuma)
Enviado em 20/11/2010 - 13:32h
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
BoardName "nVidia Corporation NV34 [GeForce FX 5500] (rev a1)"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
DefaultColorDepth 24
Option "CursorShadow" "1"
Option "CursorShadowAlpha" "63"
Option "CursorShadowYOffset" "2"
Option "CursorShadowXOffset" "4"
Option "FlatPanelProperties" "Scaling = native"
Option "NoLogo" "True"
Option "UseEDID" "True"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
Option "NvAGP" "1"
SubSection "Display"
Depth 8
Modes "1440x900" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Na parte Screen se quiser remova as opções deixando só : Option "NoLogo" "True"
alguns links:
http://ubuntuforum-br.org/index.php?topic=49211.0
http://ubuntuforums.org/showthread.php?t=132629
http://www.vivaolinux.com.br/dica/Escolhendo-drivers-para-antigas-placas-de-video/
se quiser outro método, remova os pacotes:
# apt-get remove --purge nvidia*
# apt-get autoremove --purge
Reinicie o PC e baixe o binário da Nvidia:
$ wget -c
http://us.download.nvidia.com/XFree86/Linux-x86_64/173.14.28/NVIDIA-Linux-x86_64-173.14.28-pkg2.run
$ chmod +x NVIDIA-Linux-x86_64-173.14.28-pkg2.run
Ctrl + ALT + F1
$ su <senha-do-root>
# /etc/init.d/gdm3 stop ### porque no Squeeze é GDM3
# cd caminho-da-pasta-onde-esta-o-instalador
# ./NVIDIA-Linux-x86_64-173.14.28-pkg2.run -a ### para aceitar o contrato
Se aparecer uma mensagem perguntando se quer abortar a instalação, responda Não.
Ao concluir o instalador lhe perguntará se deseja rodar o nvidia-xconfig, reponda SIM e ao concluir:
# /etc/init.d/gdm3 start