I had this occupation a few days dorsum together with it took me one-time to figure out what to do.
I convey a NVIDIA GTX460
Graphics carte du jour on my electrical flow machine together with a Acer 22"
Monitor. After installing NVIDIA
driver, my display was stuck at 640x480
together with no affair what I do, zilch fixed it. This is an odd occupation amongst NVIDIA driver. I am assuming Intel
together with ATI
driver mightiness convey similar issues.
Fix Linux display issue
So if you lot are having occupation amongst your display or if your display is stuck at 640x480
therefore endeavour the following:
Edit /etc/X11/xorg.conf
file
root@kali: # vi /etc/X11/xorg.conf
You volition run across something similar this
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Acer X223W"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Now the lines that command display inward monitor is the next two:
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Depending on your monitor size, you lot convey to disclose the right HorizSync VertRefresh rates.
Find supported HorizSync VertRefresh rates inward Linux
This took me quite some fourth dimension to create upward one's heed precisely what I am looking for. I patently tried xrandr
command similar anyone would do..
root@kali: # xrandr --query
This gave me an output similar the following
root@kali: # xrandr --query
Screen 0: minimum 8 x 8, electrical flow 1680 x 1050, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 disconnected (normal left inverted right x axis y axis)
DVI-I-2 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
1680x1050 60.0*+
1600x1200 60.0
1440x900 75.0 59.9
1400x1050 60.0
1360x765 60.0
1280x1024 75.0
1280x960 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
800x600 75.0 72.2 60.3 56.2
640x480 75.0 72.8 59.9
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-I-3 disconnected (normal left inverted right x axis y axis)
Bugger all, this doesn’t aid me to disclose supported HorizSync VertRefresh rates. I went around looking for options together with works life this tool that volition produce precisely what you lot demand to find.
Find monitor HorizSync VertRefresh rates amongst ddcprobe
First nosotros demand to install xresprobe
which contains ddcprobe
.
root@kali: # apt-get install xresprobe
Once xresprobe is installed, therefore nosotros tin run the next command to disclose all supported monitor HorizSync VertRefresh rates including supported Display Resolution … good the whole lot .. some fifty-fifty I wasn’t aware.
root@kali: # ddcprobe
vbe: VESA 3.0 detected.
oem: NVIDIA
vendor: NVIDIA Corporation
product: GF104 Board - 10410001 Chip Rev
memory: 14336kb
mode: 640x400x256
mode: 640x480x256
mode: 800x600x16
mode: 800x600x256
mode: 1024x768x16
mode: 1024x768x256
mode: 1280x1024x16
mode: 1280x1024x256
mode: 320x200x64k
mode: 320x200x16m
mode: 640x480x64k
mode: 640x480x16m
mode: 800x600x64k
mode: 800x600x16m
mode: 1024x768x64k
mode: 1024x768x16m
mode: 1280x1024x64k
mode: 1280x1024x16m
edid:
edid: 1 3
id: 000d
eisa: ACR000d
serial: 7430d0b5
manufacture: 43 2007
input: analog signal.
screensize: 47 30
gamma: 2.200000
dpms: RGB, active off, suspend, standby
timing: 720x400@70 Hz (VGA 640x400, IBM)
timing: 720x400@88 Hz (XGA2)
timing: 640x480@60 Hz (VGA)
timing: 640x480@67 Hz (Mac II, Apple)
timing: 640x480@72 Hz (VESA)
timing: 640x480@75 Hz (VESA)
timing: 800x600@60 Hz (VESA)
timing: 800x600@72 Hz (VESA)
timing: 800x600@75 Hz (VESA)
timing: 832x624@75 Hz (Mac II)
timing: 1024x768@87 Hz Interlaced (8514A)
timing: 1024x768@70 Hz (VESA)
timing: 1024x768@75 Hz (VESA)
timing: 1280x1024@75 (VESA)
ctiming: 1600x1200@60
ctiming: 1152x864@75
ctiming: 1280x960@60
ctiming: 1360x850@60
ctiming: 1440x1440@60
ctiming: 1440x1440@75
ctiming: 1400x1050@60
dtiming: 1680x1050@77
monitorrange: 31-84, 56-77
monitorserial: LAV0C0484010
monitorname: X223W
root@kali: #
Now the occupation I am interested is this:
monitorrange: 31-84, 56-77
That’s the highest supported HorizSync VertRefresh rates for my monitor.
ddcprobe
also gave me few to a greater extent than useful info, similar MonitorName
together with Monitor Serial
.
monitorserial: LAV0C0484010
monitorname: X223W
Now fourth dimension to set it all together.
Edit xorg.conf file to amongst right HorizSync VertRefresh rates
So instantly nosotros know the exact values nosotros demand to know. We tin instantly edit our /etc/X11/xorg.conf
file amongst the values nosotros want. So I’ve edited my xorg.conf
file to expect similar the following:
root@kali: # vi /etc/X11/xorg.conf
And this is what you lot see:
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Acer X223W"
HorizSync 31.0 - 84.0
VertRefresh 56.0 - 77.0
Option "DPMS"
EndSection
Save together with operate yesteryear away xorg.conf
file, restart together with I am instantly enjoying 1680x1050
display on my Monitor. Here’s the xorg.conf
file I convey right now:
# nvidia-xconfig: X configuration file generated yesteryear nvidia-xconfig
# nvidia-xconfig: version 304.48 (pbuilder@cake) Midweek Sep 12 10:54:51 UTC 2012
# nvidia-settings: X configuration file generated yesteryear nvidia-settings
# nvidia-settings: version 304.88 (pbuilder@cake) Midweek Apr iii 08:58:25 UTC 2013
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
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 "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Acer X223W"
HorizSync 31.0 - 84.0
VertRefresh 56.0 - 77.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 460"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
This fixed my occupation quite well. It mightiness last useful to person else out there.
Reference Websites together with posts
The biggest aid is e'er X.org
website for whatsoever display related issues.
http://www.x.org/wiki/FAQVideoModes
I also afterwards realized the that Eddy
posted a similar occupation inward 1 of my posts where he fixed this occupation likewise inward precisely similar way.
doh! I should’ve simply searched my ain posts together with readers comments. Eddy’s ship service doesn’t outline how to disclose the HorizSync VertRefresh rates though. Either way, Eddy’s ship service was the virtually accurate I works life related amongst my problem.
Here’s Eddy’s ship service together with my comments for references:
Thank you lot together with R due east southward P due east C T !
Eddy Ok Sorry Again
Now If person has my occupation amongst the resolution delight produce this !In /etc/X11/xorg.confHorizSync 28.0 – 33.0
VertRefresh 43.0 – 72.0and supercede them withHorizSync 30.0 – 83.0
VertRefresh 56.0 – 75.0That solved my occupation together with therefore it should for you lot every bit wellTHANK YOU AND RESPECTblackMORE Ops Post author Hi Eddy,
Are you lot on a flatpanel screen? This link seems promising .. http://askubuntu.com/questions/100900/how-do-i-set-the-correct-monitor-resolution-with-nvidia-drivers-for-a-monitor-th
Cheers,
-BMO