Salve a tutti.
Ho un problema con l'immagine dello schermo che non risulta centrata ma "shiftata" verso destra.
Con xvidtune, ottengo il seguente output ( dopo aver centrato l'immagine dello schermo e cliccato su "show"):

codice:
Vendor: (null), Model: (null)
Num hsync: 1, Num vsync: 1
hsync range 0:  30.00 -  83.00
vsync range 0:  56.00 -  76.00
"1280x1024"   108.00   1280 1344 1456 1688   1024 1025 1028 1066 +hsync +vsync
Ho provato a modificare il file xorg.conf con le seguenti righe, ma non ho ottenuto nessun risultato.
Ecco il file xorg.conf originale:
codice:
Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection
Questo è il file xorg.conf modificato:

codice:
Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier "Configured Monitor"
        UseModes "Custom modes"
EndSection

# ************************************************
# Modes section
# ************************************************
Section "Modes"
    Identifier "Custom modes"
    ModeLine "1280x1024"   108.00   1280 1344 1456 1688   1024 1025 1028 1066 +hsync +vsync

EndSection


Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection
La distibuzione che uso è Xubuntu 9.04.
Qualche consiglio?
Grazie, saluti