Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: hiphin on November 29, 2018, 04:52:34 PM



Title: Asus Expert Mining + linux + 19 gpu = working with small xorg problem
Post by: hiphin on November 29, 2018, 04:52:34 PM
If someone can help me how to compile X on ubuntu (debian) from source ( orig. package will be fastest ) ?

Motherboard is working with 19gpu , mining is working with 19gpu .. X is working with 16 gpu ( internal screen limit )

source can be adjusted with

Code:
   sed -i \
-e 's/#define MAXSCREENS 16/#define MAXSCREENS 19/g' \
-e 's/#define MAXGPUSCREENS 16/#define MAXGPUSCREENS 19/g' \
/usr/src/xorg-server/include/misc.h

currently when I delete screen 16-18 from layout in xorg.conf, X is working and I can control 0-15 gpu

after nvidia-xconfig
Code:
sed -i \
-e '/    Screen     16  "Screen16" RightOf "Screen15"/d' \
-e '/    Screen     17  "Screen17" RightOf "Screen16"/d' \
-e '/    Screen     18  "Screen18" RightOf "Screen17"/d' \
/etc/X11/xorg.conf

this is interesting not only for mining...