LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Xubuntu - monitor image is not centered - (https://www.linuxquestions.org/questions/ubuntu-63/xubuntu-monitor-image-is-not-centered-763297/)

UomoApe 10-20-2009 05:11 PM

Xubuntu - monitor image is not centered -
 
Hi everyone
Sorry for my english.
I have installed Xubuntu 9.04 on my PC.
The problem is that the monitor image is shift to the right.

The command xvidtune, centre the monitor image until reboot.
The output of xvidtune is the follow:
Code:

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

I have tried to modify the edit xorg.conf.

This is the original xorg.conf
Code:

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

This is the xorg.conf modified:

Code:


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

How Can I fix the problem?
Thanks in advance

oshunluvr 10-21-2009 11:20 AM

What is your video card and driver? What is your monitor? What errors and warnings does your /var/log/Xorg.0.log contain?


All times are GMT -5. The time now is 03:29 PM.