Answers for "how to connect xserver and uduntu via terminal"

0

how to connect xserver and uduntu via terminal

export DISPLAY=$(awk '/nameserver / {print $2; exit}' /etc/resolv.conf 2>/dev/null):0
export LIBGL_ALWAYS_INDIRECT=0
Posted by: Guest on August-23-2021

Code answers related to "how to connect xserver and uduntu via terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language