Searched bugzilla and this site with no relevant hits.
On an ASUS Eee PC with a fully patched F15 installation, I'm trying to set up a resolution (1152 x 864 @ 65) that Windows 7 successfully uses on this machine.
root@bakery2 ~# gtf 1152 864 65|grep Modeline|cut -d\" -f3
89.56 1152 1224 1344 1536 864 865 868 897 -HSync +Vsync
root@bakery2 ~# xrandr --newmode xxxx 89.56 1152 1224 1344 1536 864 865 868 897 -HSync +Vsync
root@bakery2 ~# xrandr --addmode LVDS1 xxxx
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 148 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 25
Current serial number in output stream: 26
Nothing I do and no resolution I try gets past this invalid parameter attributes error.
Using cvt instead of gtf gives slightly different numbers, but the end result is the same. Nothing ever works.
Anyone have an idea why?
Anyone have a way of doing this manually - bypassing xrandr?