GhAcK ha scritto:
The Doctor ha scritto:
Ciao io ho la tua stessa scheda video e funziona bene. E' probabile che qualcosa sia andato storto nell'installazione dei drivers.
Ora sono al lavoro, stasera o domani vedo di postarti il mio xorg.conf
ciau senti io avevo provato ad usare questa guida per installare i driver
http://wiki.ubuntu-it.org/Hardware/Vide ... t=(nvidia)
Si, è la stessa che avevo usato io. Quando ho provato la prima volta avevo già installato quelli da Sistema > Driver Hardware e non sono riuscito a farli funzionare. Ho dovuto reinstallare Ubuntu e mettere direttamente quelli scaricati da sito NVIDIA.
Questo è il mio xorg.conf
Codice: Seleziona tutto
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder63) Tue Jan 6 10:03:55 PST 2009
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Jan 6 10:03:02 PST 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "ACI ASUS VW192S??"
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9600 GT"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1440x900_75 +0+0; nvidia-auto-select +0+0; 1440x900 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Ovviamente la Section Screen e Monitor dovranno corrispondere al tuo tipo di monitor e relativa risoluzione
