Am following the instructions for Training an Obstacle Tower agent using Dopamine and the Google Cloud Platform. Am at the setting up XServer part, issuing this sudo /usr/bin/X :0 & export DISPLAY=:0 gives this error: (==) Using config file: "/etc/X11/xorg.conf"(==) Using system config directory "/usr/share/X11/xorg.conf.d"(EE) Fatal server error:(EE) no screens found(EE)
Thanks for reply @arthurj
querying nvidia xconfig gives:
nvidia-xconfig --query-gpu-info
Number of GPUs: 1
GPU #0:
Name : Tesla T4
UUID : GPU-ef8e0ec7-f854-99ab-6745-45318731153d
PCI BusID : PCI:0:4:0
Number of Display Devices: 0
karl101@tensorflow-1-vm:~$ sudo /usr/bin/X :0 &
[1] 1474
karl101@tensorflow-1-vm:~$ export DISPLAY=:0
X.Org X Server 1.19.2
Release Date: 2017-03-02
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
Current Operating System: Linux tensorflow-1-vm 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-8-amd64 root=UUID=e823158e-f290-4f91-9c3d-6f33367ae0da ro net.i
fnames=0 biosdevname=0 console=ttyS0,38400n8 elevator=noop scsi_mod.use_blk_mq=Y
Build Date: 03 November 2018 03:09:11AM
xorg-server 2:1.19.2-1+deb9u5 (https://www.debian.org/support)
Current version of pixman: 0.34.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 27 19:10:56 2019
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
Thanks for that, tried both (with reboots) but still same error message.
Using the last command the BusID line has been completely removed from Xorg.conf
A user on the Gitter chat recommended “try to delete “Option “UseDisplayDevice” “None”” line from Section “Screen” at xorg.conf, works for me.” Let us know if that works for you.