how build nvidia driver from .RUN file artix ? 30 March 2022, 18:03:45 Greetings, can anyone teach how to install the driver on the video card, through the file? How do I stop the graphics session and successfully install the driver WITHOUT a network connection? and disable the standard driver open? perhaps this is not convenient, but, I need an offline methodI can download files from another OS and drop them into the artix directoryI have driver version 390 (latest, for my video card)im new user in linux, "don't get mad at such stupid questions" (just want use MAX PERFORMANCE with 3D, on closed-nvidia driver!
Re: how build nvidia driver from .RUN file artix ? Reply #1 – 30 March 2022, 18:33:24 Hi.Welcome to Artix! I'm relatively new as well. There is no need to use .RUN files to install the nvidia driver. If you look at the Artix Wiki, there is a section called repositories. This will tell you the commands you need to enable the Arch repositories which contain the nvidia drivers. Follow those directions and then in a terminal type Code: [Select]sudo pacman -Syu . after that command completes, type and follow the prompts and then reboot. That will install the latest Nvidia driver. I hope this helps!
Re: how build nvidia driver from .RUN file artix ? Reply #2 – 30 March 2022, 18:56:04 Quote from: cward002 – on 30 March 2022, 18:33:24Hi.Welcome to Artix! I'm relatively new as well. There is no need to use .RUN files to install the nvidia driver. If you look at the Artix Wiki, there is a section called repositories. This will tell you the commands you need to enable the Arch repositories which contain the nvidia drivers. Follow those directions and then in a terminal type Code: [Select]sudo pacman -Syu . after that command completes, type and follow the prompts and then reboot. That will install the latest Nvidia driver. I hope this helps! So after all, I need a method - offline, without a networktherefore, it is necessary from the ".run" file
Re: how build nvidia driver from .RUN file artix ? Reply #3 – 30 March 2022, 19:11:19 Oh geez I'm so sorry!!! I maust have glanced over the part about an offline method. I wish i could help further.
Re: how build nvidia driver from .RUN file artix ? Reply #4 – 30 March 2022, 19:17:45 You don't need NVIDIA's run file. pacman is perfectly capable of offline installation. It's just pacman -U on a pkg file. If you have an existing artix box, you can download a package without installing it via pacman -Sw. All package cache is stored in /var/cache/pacman/pkg. Just copy the packages you want and move it where you need them. 2 Likes
Re: how build nvidia driver from .RUN file artix ? Reply #5 – 30 March 2022, 19:43:25 . Last Edit: 30 March 2022, 20:18:53 by calvinh