View Full Version : center image on monitor
dondad
June 3rd, 2007, 12:13 AM
I have a Dell 1701fp monitor on my system. I finally got the 1280X1024 resolution working thanks to help from the forums, but have a bit of a problem with the centering. The screen image is about an eighth of an inch to the right, which is just enough to hide the scrollbars and the close box when a window is maximized.
I guess that the buttons on the monitor must have been using some software to adjust the size/position because they no longer function in ubuntu. Is there a way that I can adjust the screen position in ubuntu?
Got it fixed per below reply. thanks to everyone for the answers.
pappapump
June 3rd, 2007, 12:18 AM
The buttons on the monitor will function no matter what OS you are using.
Your primary menu button on any dell will almost always be the large one to the left or extreme right.
If pushing it does nothing then keep pushing till you feel a slight click, it may just be dirty.
You should see 2 buttons in the middle with opposing arrows which set centering after menu mode is entered.
yabbadabbadont
June 3rd, 2007, 12:24 AM
Run xvidtune from a terminal window. Adjust your screen. Click the "Show" button when done, then quit. It should have spit out a line in the terminal window when you clicked Show.
Example from my monitor: "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
You now need to select that line and copy it. Now edit your /etc/X11/xorg.conf file. You will need to use either sudo or gksudo when you start your editor. (sudo for a command line editor like vi and gksudo for a graphical editor like gedit) Now you need to add that line to your "Monitor" section, but you also need to add the keyword, "ModeLine", to the front of the text you copied.
Example from my monitor: Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-69
VertRefresh 50-80
DisplaySize 306 230
Gamma 0.75 0.75 0.75
ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
EndSection
Save your changes and exit the editor. Now you need to restart X windows. Either logout and reboot or logout and hit Control-Alt-Backspace at the login screen.
bapoumba
June 3rd, 2007, 07:02 AM
Thread moved to "Ubuntu Dell Support" sub forum.
dondad
June 4th, 2007, 10:37 AM
Run xvidtune from a terminal window. Adjust your screen. Click the "Show" button when done, then quit. It should have spit out a line in the terminal window when you clicked Show.
Example from my monitor: "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
You now need to select that line and copy it. Now edit your /etc/X11/xorg.conf file. You will need to use either sudo or gksudo when you start your editor. (sudo for a command line editor like vi and gksudo for a graphical editor like gedit) Now you need to add that line to your "Monitor" section, but you also need to add the keyword, "ModeLine", to the front of the text you copied.
Example from my monitor: Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-69
VertRefresh 50-80
DisplaySize 306 230
Gamma 0.75 0.75 0.75
ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
EndSection
Save your changes and exit the editor. Now you need to restart X windows. Either logout and reboot or logout and hit Control-Alt-Backspace at the login screen.
Thanks, that did it.
dondad
June 4th, 2007, 10:38 AM
The buttons on the monitor will function no matter what OS you are using.
Your primary menu button on any dell will almost always be the large one to the left or extreme right.
If pushing it does nothing then keep pushing till you feel a slight click, it may just be dirty.
You should see 2 buttons in the middle with opposing arrows which set centering after menu mode is entered.
I have tried everything on this one, and none of the buttons do anything.
Sunflower1970
June 4th, 2007, 10:52 AM
The buttons on the monitor will function no matter what OS you are using.
Your primary menu button on any dell will almost always be the large one to the left or extreme right.
If pushing it does nothing then keep pushing till you feel a slight click, it may just be dirty.
You should see 2 buttons in the middle with opposing arrows which set centering after menu mode is entered.
I have tried everything on this one, and none of the buttons do anything.
The above should work. I have the same model Dell flat panel as you and by playing around with the buttons on the monitor worked just fine... (I also have the 1702fp and the buttons work as well)
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.