Possible Duplicate:
Adjusting display geometry in a virtual machine?
I've been having an issue with my monitor - it only displays 640x480. Which is terrible, and making it incredibly difficult to type this question. But when I try running xrandr
to add resolutions, I get this error:
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 150 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 29
Current serial number in output stream: 29
I urgently need help - school is starting soon for me and I'd like to work with a halfway decent monitor.
(graphics info):
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile x86/MMX/SSE
OpenGL version string: 3.0 Mesa 8.0.2
lspci | grep VGA
– Web-E Aug 29 '12 at 05:16But, I was finagling around and managed to fix the issue on my own without using xrandr. I followed the instructions in this post and now everything is working beautifully. http://nerdysermons.blogspot.com/2011/11/solve-graphic-driver-errors-unity-3d.html I guess this can be marked as solved now :)
– Ambrose Aug 29 '12 at 05:55