Bitcoin Forum
May 14, 2024, 08:38:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Asus Expert Mining + linux + 19 gpu = working with small xorg problem  (Read 106 times)
hiphin (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 29, 2018, 04:52:34 PM
 #1

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...
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!