・Nvidia RTX driver
・Dell drivers
・kernel list
NVIDIA Drivers 更新
-
Remove old nvidia driver via command tty(ALT+CTRL+F3)に入ったらそのまま継続
-
su root 下でnivida dirivers (********.run)を bs ./NVI****.run を実行
lsmod |grep nvidia
nvidia_wmi_ec_backlight 16384 0
nvidia_uvm 1298432 0
nvidia_drm 73728 7
nvidia_modeset 1146880 11 nvidia_drm
nvidia 40816640 487 nvidia_uvm,nvidia_modeset
drm_kms_helper 311296 2 nvidia_drm,i915
drm 622592 14 drm_kms_helper,nvidia,nvidia_drm,i915,ttm
wmi 32768 7 dell_wmi_sysman,nvidia_wmi_ec_backlight,alienware_wmi,dell_wmi,wmi_bmof,dell_smbios,dell_wmi_descriptor
gedit /etc/default/grub
If you change this file, run ‘update-grub’ afterwards to update
/boot/grub/grub.cfg.
For full documentation of the options in this file, see:
info -f grub -n ‘Simple configuration’
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=lsb_release -i -s 2> /dev/null || echo Debian
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash”
GRUB_CMDLINE_LINUX=" acpi_osi=! “acpi_osi=Windows 2020"”
GRUB_TERMINAL=console
Uncomment to enable BadRAM filtering, modify to suit your needs
This works with Linux (no patch required) and with any kernel that obtains
the memory map information from GRUB (GNU Mach, kernel of FreeBSD …)
#GRUB_BADRAM=“0x01234567,0xfefefefe,0x89abcdef,0xefefefef”
Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
The resolution used on graphical terminal
note that you can use only modes which your graphic card supports via VBE
you can see them in real GRUB with the command `vbeinfo’
#GRUB_GFXMODE=640x480
Uncomment if you don’t want GRUB to pass “root=UUID=xxx” parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY=“true”
Uncomment to get a beep at grub start
#GRUB_INIT_TUNE=“480 440 1”
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 515.65.01 Driver Version: 515.65.01 CUDA Version: 11.7 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... On | 00000000:01:00.0 On | N/A |
| N/A 54C P8 17W / N/A | 540MiB / 8192MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 3742 G /usr/lib/xorg/Xorg 244MiB |
| 0 N/A N/A 3903 G /usr/bin/gnome-shell 147MiB |
| 0 N/A N/A 9108 G ...0/usr/lib/firefox/firefox 141MiB |
| 0 N/A N/A 10896 G gnome-control-center 3MiB |
+-----------------------------------------------------------------------------+
ubuntu kernel update
via link CD直下のフォルダ後,コマンド [sudo dpkg -i *.deb] を実行
- Tips:
utilize Vim to edit conf file under tty when gedit could not be used .
w ! sudo tee % 強制編集コマンド
uname -r
5.15.0-46-generic
Linux “” 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux