Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2021 13:37:46 +0000
From:      John Ekins <jrekins@gmail.com>
To:        "freebsd-doc@freebsd.org" <freebsd-doc@FreeBSD.org>
Subject:   Apparent documentation error
Message-ID:  <1C2C26D6-58B2-4210-A220-B206F3E14636@gmail.com>

next in thread | raw e-mail | index | archive | help
Greetings,

One of the =E2=80=98xrandr=E2=80=99 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 =E2=80=94output 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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1C2C26D6-58B2-4210-A220-B206F3E14636>