kms howto - is there one?

Jeff Raber jeff.raber at gmail.com
Fri Mar 19 01:50:50 UTC 2010


On 03/17/2010 05:48 PM, Felix Miata wrote:
> This is what happens in F13:
> # xrandr --output VGA1 --mode 1600x1200
> xrandr: cannot find mode 1600x1200
> # xrandr --addmode UXGA 1600x1200
> xrandr: cannot find output "UXGA"
> # xrandr --addmode VGA1 1600x1200
> xrandr: cannot find mode "1600x1200"
>    

TRY:
   xrandr --newmode "1600x1200x60.0"  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
   xrandr --addmode VGA1 "1600x1200x60.0"



More information about the test mailing list