Date: Tue, 23 Mar 2021 23:27:39 +0000 From: Chris Rees <crees@bayofrum.net> To: freebsd-doc@freebsd.org, jrekins@gmail.com Subject: Re: Apparent documentation error Message-ID: <ea86afa9-cace-2cc8-cdbf-6377ae93ce75@bayofrum.net> In-Reply-To: <1C2C26D6-58B2-4210-A220-B206F3E14636@gmail.com> References: <1C2C26D6-58B2-4210-A220-B206F3E14636@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Fixed, thanks! https://cgit.freebsd.org/doc/commit/?id=b60f63f9b82f493c0c4b3539d6d1ad2943be111c Chris On 12/03/2021 13:37, John Ekins wrote: > 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-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ea86afa9-cace-2cc8-cdbf-6377ae93ce75>