Thursday, May 16, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2459  / 1 Year ago, tue, december 20, 2022, 12:29:21

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!


More From » ati

 Answers
3

I have found the problem, for anyone that's stucked like I was for now, and have the same output for xrandr, here's the solution:




xrandr --newmode $(cvt 1280 1024 60 | grep Mode | sed -e 's/.*"/1280x1024/')

xrandr --addmode DVI-1 1280x1024




After that you can change the resolution by going to display


[#22041] Wednesday, December 21, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sharall

Total Points: 407
Total Questions: 127
Total Answers: 121

Location: Saint Helena
Member since Fri, Mar 26, 2021
3 Years ago
;