Allora... ho fatto la prova di collegare il monitor tramite gli ingressi VGA e tutto funziona! Mentre se collego Il monitor all'uscita DVI-I della scheda tramite l'ingresso HDMI non mi permette di regolare i margini dell'immagine, né di utilizzare la funzione "auto" che solitamente regola tutto da sé! :-\
comunque ora stò utilizzando l'HDMI (ti allego lo screenshot che mi hai richiesto)
se può essere utile, il monitor è collegato all'uscita DVI-I tramite un cavo HDMI il quale si collega ad un adattatore DVI-->HDMI attaccato alla scheda video. Ho notato che questo adattatore è privo dei piedini: C1, C2, C3, C4. (
immagine)
in entrambi i casi perdura il tearing! Ma non doveva essere assente dalle schede nVidia? >:( l'ho sostituita proprio per questo motivo! >:(
EDIT: quando digito nel terminale
dopo aver inserito la password di root mi appaiono 2 messaggi d'errore:
ERROR: Invalid display device CRT-1 specified on line 46 of configuration file
'/home/alessandro/.nvidia-settings-rc' (the currently enabled display
devices are DFP-0 on alessandro-maria:0.0).
ERROR: The attribute 'XVideoSyncToDisplay' specified on line 52 of
configuration file '/home/alessandro/.nvidia-settings-rc' cannot be
assigned the value of CRT-1 (the currently enabled display devices are
DFP-0 on alessandro-maria:0.0).
EDIT2: questo è il mio attuale xorg.conf:
Codice: Seleziona tutto
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
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 "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "HSP M19W2"
HorizSync 30.0 - 80.0
VertRefresh 56.0 - 75.0
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8400 GS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1440x900 +0+0; nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection