xrandr --output VGA --auto

Remy Bosch remybosch at zonnet.nl
Thu Jun 21 09:17:15 PDT 2007


Bernard Siaud alias Troumad wrote:
> Hello
>
> When I have a screen 1360x768, xorg come with a definition 1024x768.
> After I do "xrandr --output VGA --auto" the screen become really in 
> 1360x768 :)
> But :(
> After if I do "xrandr --output VGA --auto" the screen become in 1024x768 :(
> After "xrandr --output VGA --auto" do nothing... Why ?
>   

After the second time you run:
    xrandr --output VGA --auto
Xorg defaults to 1024x768 for you VGA output?

Have you tried passing the size to xrandr? Forcing X to accept the size
you want?
  xrandr --output VGA --fb 1360x768
This is an estimation from the manpage. I haven't tested it myself.

Remy



More information about the xorg mailing list