Yes last night I was looking up the wonders of xrandr and trying things out but I wasn’t really getting anywhere, except I managed to somehow reduce the max resolution further. That was after fiddling with xorg.conf but I fixed that by reinstalling the drivers. Here’s the output I get after xrandr-q:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 61.00*
800x600 61.00
640x480 60.00
I started to wonder about then, if the original resolution was much higher and it wasn’t. It was 1280x800 wxga (in windows) so widescreen but closest to the 768 part of 1024x768 and maybe the drivers just don’t support widescreen? But that is why it looks weirdly blurry and stretched out. Anyway, here’s after your second suggestion:
xrandr --addmode default connected 1280x800
xrandr: unrecognized option ‘1280x800’
Try ‘xrandr --help’ for more information.
assuming default connected is a proper option for type of display connection. Before you ask:
$ cvt 1280 800
1280x800 59.81 Hz (CVT 1.02MA) hsync: 49.70 kHz; pclk: 83.50 MHz
Modeline “1280x800_60.00” 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
and if i then try to add it as a newmode:
xrandr --newmode “1280x800_60.00” 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
xrandr: Failed to get size of gamma for output default
And that’s about where I got lost in the forums about not getting gamma for output default. But at least this part explains why everything looks totally washed out.