xorg-x11-server increase number of screens and clients per screen

Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>
master
guibuilder_pel7x64builder0 2020-08-02 13:24:09 +02:00
parent 843ae3bf23
commit abf055a424
1 changed files with 5 additions and 0 deletions

View File

@ -383,6 +383,11 @@ test `getminor extension` == %{extension_minor}

%endif

sed -i 's/MAXSCREENS\t16/MAXSCREENS\t32/g' include/misc.h
sed -i 's/MAXGPUSCREENS\t16/MAXGPUSCREENS\t32/g' include/misc.h
sed -i 's/MAXCLIENTS\t2048/MAXCLIENTS\t4096/g' include/misc.h
sed -i 's/LIMITCLIENTS\t256/LIMITCLIENTS\t1024/g' include/misc.h

%build

%global default_font_path "catalogue:/etc/X11/fontpath.d,built-ins"