You are not logged in.
I have a working system backup, yet I'm unable to find used nvidia driver in it.
I need to know the working version in order to downgrade my updated system back to it (currently non-working nvida gpu).
sudo find /timeshift/snapshots/2021-08-01_16-41-37/localhost/usr/lib/modules -name nvidia.kotree -L 1 /timeshift/snapshots/2021-08-01_16-41-37/localhost/usr/lib/modules/5.10.42-1-lts/kernel/drivers/ /timeshift/snapshots/2021-08-01_16-41-37/localhost/usr/lib/modules/5.10.42-1-lts/kernel/drivers/
├── accessibility
├── acpi
├── ata
├── atm
├── auxdisplay
├── base
├── bcma
├── block
├── bluetooth
├── bus
├── cdrom
├── char
├── clk
├── counter
├── cpufreq
├── cpuidle
├── crypto
├── dax
├── dca
├── devfreq
├── dma
├── edac
├── extcon
├── firewire
├── firmware
├── fpga
├── gnss
├── gpio
├── gpu
├── hid
├── hv
├── hwmon
├── hwtracing
├── i2c
├── iio
├── infiniband
├── input
├── ipack
├── irqchip
├── isdn
├── leds
├── lightnvm
├── macintosh
├── mailbox
├── mcb
├── md
├── media
├── memstick
├── message
├── mfd
├── misc
├── mmc
├── most
├── mtd
├── mux
├── net
├── nfc
├── ntb
├── nvdimm
├── nvme
├── nvmem
├── parport
├── pci
├── pcmcia
├── phy
├── pinctrl
├── platform
├── power
├── powercap
├── pps
├── ptp
├── pwm
├── regulator
├── reset
├── rpmsg
├── rtc
├── scsi
├── siox
├── slimbus
├── soc
├── soundwire
├── spi
├── ssb
├── staging
├── target
├── tee
├── thermal
├── thunderbolt
├── tty
├── uio
├── usb
├── vdpa
├── vfio
├── vhost
├── video
├── virt
├── virtio
├── visorbus
├── w1
├── watchdog
└── xen
101 directories, 0 filesLast edited by archelvetic (2021-08-04 12:44:43)
Offline
ls /timeshift/snapshots/2021-08-01_16-41-37/localhost/var/lib/pacman/local/nvidia*Of if your system was up to date at that time, just use the dated-archive mirror for that date to do the downgrade.
Or, even easier:
ls /timeshift/snapshots/2021-08-01_16-41-37/var/cache/pacman/pkg/nvidia-* | sort | tail -1 | pacman -U -(although this assumes the nvidia package is the only package starting with "nvidia-" ... adjust if needed.
Last edited by Trilby (2021-08-04 12:47:00)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline