Learner έγραψε:Μπορείς να μας δείξεις την έξοδο από
- Κώδικας: Επιλογή όλων
cat /etc/modprobe.d/nvidia-304_hybrid.conf
cat /etc/modprobe.d/nvidia-graphics-drivers.conf
cat /etc/modules
Learner έγραψε:Και δείξε μας την έξοδο της
- Κώδικας: Επιλογή όλων
lsmod | grep nouv
Η απάντηση
- Κώδικας: Επιλογή όλων
ean@ean-1:~$ cat /etc/modprobe.d/nvidia-304_hybrid.conf
cat: /etc/modprobe.d/nvidia-304_hybrid.conf: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
ean@ean-1:~$ cat /etc/modprobe.d/nvidia-graphics-drivers.conf
cat: /etc/modprobe.d/nvidia-graphics-drivers.conf: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
ean@ean-1:~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.
lp
rtc
ean@ean-1:~$ lsmod | grep nouv
nouveau 1097199 0
mxm_wmi 13021 1 nouveau
wmi 19177 2 mxm_wmi,nouveau
video 19476 1 nouveau
i2c_algo_bit 13413 1 nouveau
ttm 85150 1 nouveau
drm_kms_helper 55071 1 nouveau
drm 303102 3 ttm,drm_kms_helper,nouveau
ean@ean-1:~$



