root@ubuntu26:~# vi /etc/default/grub.d/99-disable-audit.cfg
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT audit=0"
root@ubuntu26:~# update-grub
root@ubuntu26:~# rebootsudo tee /etc/modprobe.d/blacklist-nouveau.conf <<'EOF'
blacklist nouveau
options nouveau modeset=0
EOF
sudo update-initramfs -u
sudo rebootパスワードなしでsudoを使うには
root@ubuntu26:~# EDITOR=vi visudo
:
%sudo ALL=(ALL:ALL) ALL
↓
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
:
root@ubuntu26:~#waylandな環境だけどX11なアプリを使いたいなら
apt install xinit mesa-utilsnvidia rtx pro 2000搭載マシンで
(ローカル) (リモート: ssh -Y)
saber@ubuntu26:~$ glxinfo | grep -i opengl saber@ubuntu26:~$ glxinfo|grep -i opengl
OpenGL vendor string: NVIDIA Corporation OpenGL vendor string: Mesa
OpenGL renderer string: NVIDIA RTX PRO 2000 Blackwell/PCIe/SSE2 OpenGL renderer string: llvmpipe (LLVM 21.1.8, 256 bits)
OpenGL core profile version string: 4.6.0 NVIDIA 595.71.05 OpenGL core profile version string: 4.5 (Core Profile) Mesa 26.0.3-1ubuntu1
OpenGL core profile shading language version string: 4.60 NVIDIA OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none) OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile OpenGL core profile profile mask: core profile
OpenGL core profile extensions: OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 595.71.05 OpenGL version string: 4.5 (Compatibility Profile) Mesa 26.0.3-1ubuntu1
OpenGL shading language version string: 4.60 NVIDIA OpenGL shading language version string: 4.50
OpenGL context flags: (none) OpenGL context flags: (none)
OpenGL profile mask: (none) OpenGL profile mask: compatibility profile
OpenGL extensions: OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 595.71.05 OpenGL ES profile version string: OpenGL ES 3.2 Mesa 26.0.3-1ubuntu1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions: OpenGL ES profile extensions:
saber@ubuntu26:~$ saber@ubuntu26:~$リモートでは Wayland + SSH Forwarding のせいかllvmpipe(CPUソフトウェアレンダラ)になるみたい
apt install nfs-commonapt install build-essential cmake git curl