Comment # 2 on bug 1155265 from
(In reply to Stefan Dirsch from comment #1)
> Hmm. According to your log, you don't have the kernel module installed and
> you're falling back to modeset driver. That must be rather slow!
> I believe again you failed to compile the kernel module. Could it be that
> you tried to install the driver manually in some es_ES, i.e. non-english
> locale? This is known to fail in 440.26, but I fixed this for our packages
> meanwhile and the repositories are up-to-date.

Well that's surprising. The driver is there alright if look into
/lib/modules/$(uname -r):
./updates/nvidia-drm.ko
./updates/nvidia-modeset.ko
./updates/nvidia-uvm.ko
./updates/nvidia.ko

lsmod | grep nvidia:
nvidia_drm             57344  16
nvidia_modeset       1114112  11 nvidia_drm
nvidia              19968000  936 nvidia_modeset
ipmi_msghandler        65536  2 ipmi_devintf,nvidia
drm_kms_helper        217088  2 nvidia_drm,i915
drm                   516096  18 drm_kms_helper,nvidia_drm,i915

Here are my locales:

LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=es_ES.UTF-8
LC_TIME=es_ES.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=es_ES.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=es_ES.UTF-8
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT=es_ES.UTF-8
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

Could it be prime-select?


You are receiving this mail because: