Closed Xdavius closed 11 months ago
@svartkanin any idea what I missed?
@Xdavius could you post the log?
The log would definitely help as that should show the installed drivers
@svartkanin any idea what I missed?
maybe... not friendly with python and trying to test now but, not sur the file i need to change :( I have looked in hardware.py and y see nvidia,nvidiaDKMS
for nvidiaDKMS, headers + dkms need to be installed for each different kernels
like nvidia-lts, the good standand module is nvidia-lts, it need to be selected il kernel lts is selected.
We need both options :
please, where in can find the log ? I send it to you ASAP
This is the installation https://github.com/archlinux/archinstall/blob/master/archinstall/lib/profile/profiles_handler.py#L215
Sorry only on my phone right now so can't dig into this atm
found this :
cmd_history.txt : https://termbin.com/4zu7 cmd_outpout.txt : https://termbin.com/3wxk
No nvidia
packages were installed by any command. (verified in cmd_history).
Could you post /var/log/archinstall/install.log
as it contains the config too?
@svartkanin it looks like the graphics part never triggered, all other desktop packages were installed.
@Xdavius see above note, /var/log/archinstall/install.log
: )
@svartkanin it looks like the graphics part never triggered, all other desktop packages were installed.
@Xdavius see above note,
/var/log/archinstall/install.log
: )
OK tomorrow now (day is passed here, need to go to work) =)
I've recently tried installing with similar choices and the nvidia proprietary drivers was not installed either, I'll get the logs to post here ASAP.
To complete the driver installation I had to install the nvidia
package, configure the modeset with nvidia-drm.modeset=1
and add the modules to early loading as specified in Arch wiki in this link.
I've recently tried installing with similar choices and the nvidia proprietary drivers was not installed either, I'll get the logs to post here ASAP.
To complete the driver installation I had to install the
nvidia
package, configure the modeset withnvidia-drm.modeset=1
and add the modules to early loading as specified in Arch wiki in this link.
Do you have the logs?
Here are the logs @Torxed
Ok so the main issue appears to be that:
"profile_config": {
"gfx_driver": "Nvidia (proprietary)",
}
Doesn't actually end up in additional packages being installed some how.
nvidia
(of any kind) is clearly there, it's simply not translated into pacman
/pacstrap
.
Let me have a look at this today
I found the problem, @Torxed your nvidia-dkms PR may have been redundant as we're already installing that package https://github.com/svartkanin/archinstall/blob/f6446323fcc2c972f7b38fdf484771eb4510a2f5/archinstall/lib/profile/profiles_handler.py#L222-L222
I'll prepare a PR
Reproductibility :