Greetings,

One of the ‘xrandr’ commands on page 
https://docs.freebsd.org/en_US.ISO8859-1/books/handbook/x-config.html seems to 
be incorrect:

        xrandr --mode 1280x1024 --rate 60

xrandr requires an —output switch:

What I see on FreeBSD 13RC1 is:

[jre@bsd13:13:25:07:~] (244) $ xrandr
Screen 0: minimum 64 x 64, current 800 x 600, maximum 32766 x 32766
VGA-0 connected primary 800x600+0+0 0mm x 0mm
   2560x1440     60.00 +  60.00
   2560x1600     60.00
   2048x1536     60.00
   1920x1600     60.00
   1920x1080     60.00
   1600x1200     60.00
   1680x1050     60.00
   1400x1050     60.00
   1280x1024     60.00
   1024x768      60.00
   800x600       60.00*
   640x480       60.00


[jre@bsd13:13:25:54:~] (245) $ xrandr --mode 2560x1440 --rate 60
xrandr: --mode must be used after --output
Try 'xrandr --help' for more information.

[jre@bsd13:13:26:03:~] (246) $ xrandr --output VGA-0 --mode 2560x1440 --rate 60

[jre@bsd13:13:26:42:~] (248) $ xrandr --version
xrandr program version       1.5.1
Server reports RandR version 1.6



Thanks,
JRE.
_______________________________________________
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Reply via email to