removido
(usa Nenhuma)
Enviado em 14/05/2010 - 22:38h
talvez possa te ajudar:
http://www.vivaolinux.com.br/artigo/Instalando-nVidia-no-Debian-Lenny-5.0.1-Kernel-2.6.262686
vê se esse xorg te serve, eu não me lembro se no Lenny ainda é preciso colocar a seção de teclado e mouse, no Debian Squeeze e no Arch Linux retirei essa parte, no xorg abaixe eu mantive.
##################################################################################
# xorg.conf (X.Org X Window System server configuration file)
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Device"
Identifier "Device 0"
Driver "nvidia"
EndSection
Section "Monitor"
Identifier "Monitor 0"
EndSection
Section "Screen"
Identifier "Screen 0"
Device "Device0"
Monitor "Monitor 0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1680x1050" "1440x900" "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1440x900" "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1440x900" "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1440x900" "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "off"
EndSection
##################################################################################
O driver eu deixei nvidia, mas você pode trocar por "nv" ou "vesa" caso falhe. Se ainda assim não funcionar, mata o gdm ou kdm, deletar esse xorg.conf e reconfigura:
Ctrl+Alt+F1
logue-se como root
/etc/init.d/gdm stop ou /etc/init.d/kdm stop
rm -f /etc/X11/xorg.conf
dpkg-reconfigure -phigh xserver-xorg
Uma pergunta vc tá usando o driver do repositório Debian ou o binário da Nvidia?