Tenho um notebook hp da linha tx1000, com placa de video Nvidia Geforce 6150 Go.
Nenhuma dessas dicas, inclusive a que está acima, funcionou.
Meu arquivo xorg.conf está transcrito abaixo. Não sou nem de perto um xpert em linux, apenas vou dando minhas orelhadas. Se alguém consegue perceber algum problema no arquivo, por favor, ajude-me.
=================
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (
[email protected]) Thu Feb 14 18:13:41 PST 2008
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
VendorName "Generic LCD Display"
ModelName "LCD Panel 1280x800"
HorizSync 31.5 - 50.0
VertRefresh 56.0 - 65.0
Gamma 1
ModeLine "
[email protected]" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
ModeLine "
[email protected]" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "
[email protected]" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "
[email protected]" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection
Section "Monitor"
#
Identifier "monitor1"
Gamma 1
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
BoardName "vesa"
BusID "PCI:0:5:0"
Screen 0
EndSection
Section "Device"
#
Identifier "device1"
Driver "vesa"
BoardName "vesa"
BusID "PCI:0:5:0"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "
[email protected]" "
[email protected]" "
[email protected]" "
[email protected]"
EndSubSection
EndSection
Section "Screen"
#
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
EndSection
=================
Att,
Craucarvalho