Ceci est une ancienne révision du document !
- Avant l'installation de Linux : reinstaller windows
Mon setup :
- numero de service : 1VK7WT2
- PC ACPI x64
- Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (12 coeurs)
- 16Go
- Carte graphique :
- Intel UHD Graphics 630
- NVIDIA GeForce GTX 1050 Ti with Max-Q Design : https://www.nvidia.com/fr-fr/geforce/drivers/
- Réseau : Killer Wireless-n/a/ac 1535 Wireless Network Adapter
Documentation :
-
- user doc de 2018 :
- I should install linux in dual boot in my XPS 15 9570. What settings of the bios do I have to change over to the secure boot?
- > The better way is to press F12 at boot to access the one-time boot menu.
- > If your system came with Windows 10 installed, Secure Boot will already be enabled. Some Linux distros now support Secure Boot, so if you'll be installing one that does, you should leave it enabled. If not, then the only BIOS setting you have to change is Secure Boot, which has its own section in the BIOS and it's just that one option. Just disable it. Windows 10 will still keep running fine, although you won't have the anti-rootkit benefits of Secure Boot.
-
- 2019
-
- Arch linux doc
Ubuntu 22.04 is NVIDIA’s own driver and also uses Wayland by default
Problème de luminosité
Problème de luminosité peut-être du à acpi_backlight=vendor
https://askubuntu.com/questions/1357237/brightness-keys-not-working-on-lenovo-ideapad-5-ubuntu-21-04
suite à l'édition du fichier /etc/default/grub : https://askubuntu.com/questions/1403854/cant-use-wayland-with-nvidia-510-drivers-on-ubuntu-22-04-lts
ACPI_OSI : https://www.kernel.org/doc/html/latest/firmware-guide/acpi/osi.html
Switch entre nvidia et intel :
sudo prime-select intel # switch to intel
sudo prime-select nvidia # switch to nvidia
XF86MonBrightnessUp
The brightness slider works but ONLY when acpi_backlight=vendor is NOT present in the grub kernel parameters. → https://askubuntu.com/questions/1357237/brightness-keys-not-working-on-lenovo-ideapad-5-ubuntu-21-04
et peut-être un début de solution : https://askubuntu.com/questions/830948/lenovo-ideapad-brightness-keys-not-generating-any-events-in-ubuntu-16-04-1
Quelques commandes https://framapiaf.org/@piwi/108616643666251137 :
Le pilote 'nouveau' ne concerne que les personnes qui ont une carte nvidia. Par exemple dans mon cas :
lspci | grep -i vga
01:00.0 VGA compatible controller: NVIDIA Corporation GK106GLM [Quadro K2100M] (rev a1)
Si tu es dans ce cas, pour savoir quel pilote tu utilises. Si c'est le pilote 'nouveau' :
lsmod | grep nouveau
nouveau 1949696 4
Si c'est le pilote nvidia :
lsmod | grep nvidia
nvidia_drm 53248 3
si tu as une carte nvidia, et que tu veux utiliser le pilote officiel, il faut trouver le bon pilote, je te conseille d'utiliser l'outil suivant : nvidia-detect
