hiendx
January 8, 2020, 4:05am
1
Hello team,
I have a server with 8 card GeForce RTX 2080 Ti
I want to install Cuda 9.0.
First, I disabled the Nouveau drivers, then I installed the latest Nvidia driver for x86_64 architecture (Linux_x86-64_440.44) by running the following commands:
sudo service lightdm stop
sudo sh. NVIDIA-Linux-x86_64-440.44.run
It was successful, but When I reboot the system, there is an error message:
“The system is running low graphics mode”
I tried installing some other driver but the results were similar.
Please help me ASAP
Thank you!
nvidia-installer.log (27.4 KB)
nvidia-bug-report.log.gz (3.39 MB)
birdie
January 8, 2020, 9:50am
2
Please attach nvidia-bug-report
hiendx
January 8, 2020, 11:30am
3
Hello team,
Please see attached file for details!
birdie
January 9, 2020, 2:55pm
4
From your Xorg.log
[ 45.917] (EE)
[ 45.917] (EE) Backtrace:
[ 45.917] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x55891b593e0e]
[ 45.918] (EE) 1: /usr/lib/xorg/Xorg (0x55891b3e2000+0x1b5b79) [0x55891b597b79]
[ 45.918] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f88332a7000+0x11390) [0x7f88332b8390]
[ 45.918] (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 (_IO_vfprintf+0x1b50) [0x7f8832f2bcc0]
[ 45.918] (EE) 4: /lib/x86_64-linux-gnu/libc.so.6 (__vsnprintf_chk+0x96) [0x7f8832ff3896]
[ 45.918] (EE) 5: /usr/lib/xorg/Xorg (Xvscnprintf+0x2e) [0x55891b59ff8e]
[ 45.918] (EE) 6: /usr/lib/xorg/Xorg (LogVMessageVerb+0x63) [0x55891b5a1b43]
[ 45.918] (EE) 7: /usr/lib/xorg/Xorg (xf86Msg+0x9c) [0x55891b48270c]
[ 45.918] (EE) 8: /usr/lib/xorg/Xorg (0x55891b3e2000+0xb5cd4) [0x55891b497cd4]
[ 45.918] (EE) 9: /usr/lib/xorg/Xorg (InitOutput+0xb60) [0x55891b47b220]
[ 45.918] (EE) 10: /usr/lib/xorg/Xorg (0x55891b3e2000+0x582d6) [0x55891b43a2d6]
[ 45.918] (EE) 11: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) [0x7f8832efd830]
[ 45.918] (EE) 12: /usr/lib/xorg/Xorg (_start+0x29) [0x55891b424449]
[ 45.918] (EE)
[ 45.918] (EE) Segmentation fault at address 0x0
[ 45.918] (EE)
Fatal server error:
[ 45.918] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 45.918] (EE)
[ 45.918] (EE)
Your Xorg server is crashing - I’ve no idea why. Please update your system to latest version of all components and update your BIOS as well (if an update is available).
I’ve noticed that you have this “VGA compatible controller [0300]: ASPEED Technology, Inc. ASPEED Graphics Family [1a03:2000] (rev 30)” - can you try disabling it in BIOS?
The server is crashing because there are too many autoconfigured GPU devices and it’s overrunning an array that has a hard-coded limit of 20:
45.917] (==) Matched ast as autoconfigured driver 0
[ 45.917] (==) Matched nvidia as autoconfigured driver 1
[ 45.917] (==) Matched nvidia as autoconfigured driver 2
[...]
[ 45.917] (==) Matched nvidia as autoconfigured driver 17
[ 45.917] (==) Matched nouveau as autoconfigured driver 18
[ 45.917] (==) Matched nvidia as autoconfigured driver 19
[ 45.917] (==) Matched modesetting as autoconfigured driver 20
[ 45.917] (EE)
[ 45.917] (EE) Backtrace:
[ 45.917] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x55891b593e0e]
[ 45.918] (EE) 1: /usr/lib/xorg/Xorg (0x55891b3e2000+0x1b5b79) [0x55891b597b79]
[...]
This bug is fixed in xserver 1.20: xorg/xserver - X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
You might be able to squeeze in under the limit by removing the nouveau driver, but upgrading to a fixed X server would be your best bet.