quake3: Update resolution guidance

The smaller resolutions do not seem to work anymore (on macos at least).
Here the smaller resolution still leave black bars behind.
This commit is contained in:
Martin Häcker 2025-06-07 16:19:51 +02:00
parent a9466cb9d6
commit 054514a563
2 changed files with 4 additions and 4 deletions

View File

@ -51,11 +51,11 @@ stdenv.mkDerivation (finalAttrs: {
To switch to such a resolution, you will have to enter something like this in the quake console (invoke with ~ by default)
r_mode -1; r_customwidth 1920; r_customheight 1080; r_fullscreen 1; vid_restart
r_mode -1; r_customwidth 2560; r_customheight 1440; r_fullscreen 1; vid_restart
Or call the quake commandline with these parameters
$ +set r_mode -1 +set r_customwidth 1920 +set r_customheight 1080 +set r_fullscreen 1 +vid_restart
$ quake3 +set r_mode -1 +set r_customwidth 2560 +set r_customheight 1440 +set r_fullscreen 1
'';
homepage = "https://www.idsoftware.com/";
license = lib.licenses.unfreeRedistributable;

View File

@ -32,11 +32,11 @@ stdenv.mkDerivation {
To switch to such a resolution, you will have to enter something like this in the quake console (invoke with ~ by default)
r_mode -1; r_customwidth 1920; r_customheight 1080; r_fullscreen 1; vid_restart
r_mode -1; r_customwidth 2560; r_customheight 1440; r_fullscreen 1; vid_restart
Or call the quake commandline with these parameters
$ quake3 +set r_mode -1 +set r_customwidth 1920 +set r_customheight 1080 +set r_fullscreen 1 +vid_restart
$ quake3 +set r_mode -1 +set r_customwidth 2560 +set r_customheight 1440 +set r_fullscreen 1
'';
homepage = "https://www.idsoftware.com/";
license = licenses.unfreeRedistributable;