Results 1 to 7 of 7
I have a 1024 x 768 screen. About 1cm on the right of the screen is black, and about 1cm on the left of the screen is not shown. This ...
- 05-31-2008 #1Just Joined!
- Join Date
- Mar 2008
- Location
- At my computer
- Posts
- 39
Screen is not working properly
I have a 1024 x 768 screen. About 1cm on the right of the screen is black, and about 1cm on the left of the screen is not shown. This is quite annoying, can someone tell me how to fix it?
- 05-31-2008 #2
Problem is in Graphics Driver.
Execute this
Configure display settings and reboot machine or press Alt+Ctrl+Backspace.Code:su - dpkg-reconfigure xserver-xorg
In case it doesn't work, execute this
Post output here.Code:su - lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-31-2008 #3Just Joined!
- Join Date
- Mar 2008
- Location
- At my computer
- Posts
- 39
didn't work.Code:su dpkg-reconfigure xserver-xorg
when I tried the second option, it produced the following output:
Code:system:/home/yanom# lspci | grep -i vga 01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) system:/home/yanom# grep -i driver /etc/X11/xorg.conf Driver "kbd" Driver "mouse" Driver "nv"
- 06-01-2008 #4
You have to install Nvidia Proprietary Driver.
First of all, try "vesa" driver instead of "nv".
Press Alt+F2 and type this
Replace Driver "nv" with "vesa". Save file and reboot machine Or press Alt+Ctrl+Backspace.Code:gksu gedit /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-01-2008 #5Just Joined!
- Join Date
- Mar 2008
- Location
- At my computer
- Posts
- 39
will this also work on my Xubuntu install? It has the same problem.
- 06-01-2008 #6Linux User
- Join Date
- Feb 2006
- Posts
- 484
or just ofset the picture of the monitor right with one cm
(use the little buttons on your monitor)
- 06-01-2008 #7Just Joined!
- Join Date
- Mar 2008
- Location
- At my computer
- Posts
- 39


Reply With Quote

