I need some help fixing my resolution. It's stuck at 1024x768, but yesterday it was working well on 1280x1024. I'm using ATI HD2600, and I know that XUbuntu has some problems with ATI.I want to add 1280x1024 resolution.
Here is the output of xrandr
:
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
DIN disconnected (normal left inverted right x axis y axis)
DVI-0 disconnected (normal left inverted right x axis y axis)
DVI-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
xorg.conf is also missing from it's location. Also I tried adding:
xrandr --addmode VGA1 1280x1024
xrandr --addmode LVDS 1280x1024
and it didn't work either. I tried installing Catalyst from AMD but still no luck with it. I'm a noob on Ubuntu, and I can't find any solutions to this, please help me!
xrandr -s 800x600
? – Xen2050 Dec 15 '14 at 19:24xrandr -s 800x600
is working – Marian Ioan Dec 15 '14 at 19:28xrandr --addmode DVI-1 "1280x1024_60.00"
orxrandr --addmode "DVI-1 1280x1024_60.00"
orxrandr --addmode "DVI-1" "1280x1024_60.00"
(in case quoting) – Xen2050 Dec 15 '14 at 19:38xrandr: cannot find mode "1280x1024_60.00"
– Marian Ioan Dec 15 '14 at 19:46apt-get update
or upgrade all packages withapt-get upgrade
) or additional drivers (should be in start menu/programs, something like driver... or additional drivers...). I had a similar problem with resolutions, I think an update (or maybe a different linux) helped. You're welcome. Got to run, good luck! – Xen2050 Dec 15 '14 at 20:23