Welcome, Guest. Please login or register.
Did you miss your activation email?

Recent Posts

Pages: [1] 2 3 ... 10
1
Upgrade Warnings / Re: Warning: nvidia updates may not be suitable
« Last post by michaa7 on Today at 12:12:12 »
It seems you have "nvidia-driver" still installed (which will always install the highest version, currently 525.x.

You need to uninstall it and replace it with "nvidia-tesla-470-driver". (Some nvidia utilites like nvidia-detect will still be a higher version which is necessary and does not hurt)
2
So what driver are you left with?
3
Upgrade Warnings / Warning: nvidia updates may not be suitable
« Last post by Pip on Yesterday at 23:19:11 »
I did a full-upgrade earlier with a number of nvidia upgrades, largely to version 525.89.02-2. After that, I couldn't boot into graphic mode or run startx at the command line (didn't note the error at the time, sorry).

nvidia-detect told me I should install nvidia-tesla-470-driver for my GK104 [GeForce GTX 770] (rev a1), which I did, but it still wouldn't boot into GUI. I was thinking of removing it completely, but just went for a few


Code: [Select]
sudo apt remove nvidia-alternative nvidia-egl-common nvidia-vdpau-driver nvidia-vulkan-common nvidia-vulkan-icd
which then expanded to:

Code: [Select]
Remove: libnvcuvid1:amd64 (525.89.02-2), nvidia-alternative:amd64 (525.89.02-2), libgles-nvidia1:amd64
(525.89.02-2), libgles-nvidia2:amd64 (525.89.02-2), nvidia-egl-icd:amd64 (525.89.02-2), nvidia-vulkan-i
cd:amd64 (525.89.02-2), nvidia-tesla-470-driver:amd64 (470.161.03-2), nvidia-vulkan-common:amd64 (525.8
9.02-2), libglx-nvidia0:amd64 (525.89.02-2), nvidia-kernel-support:amd64 (525.89.02-2), nvidia-driver-b
in:amd64 (525.89.02-2), libnvidia-ml1:amd64 (525.89.02-2), libnvidia-encode1:amd64 (525.89.02-2), nvidi
a-driver-libs:amd64 (525.89.02-2), nvidia-driver:amd64 (525.89.02-2), nvidia-tesla-470-egl-icd:amd64 (4
70.161.03-2), nvidia-tesla-470-driver-libs:amd64 (470.161.03-2), libgl1-nvidia-glvnd-glx:amd64 (525.89.
02-2), nvidia-kernel-dkms:amd64 (525.89.02-2), libnvidia-cfg1:amd64 (525.89.02-2), nvidia-settings:amd6
4 (525.85.05-1), nvidia-egl-common:amd64 (525.89.02-2), nvidia-tesla-470-vulkan-icd:amd64 (470.161.03-2
), nvidia-vdpau-driver:amd64 (525.89.02-2), libegl-nvidia0:amd64 (525.89.02-2), xserver-xorg-video-nvid
ia:amd64 (525.89.02-2), libcuda1:amd64 (525.89.02-2), nvidia-smi:amd64 (525.89.02-2)

After that, it booted into GUI again.

Be careful out there.
4
Software - Support / Re: Laptop locking up
« Last post by mdmarmer on Yesterday at 13:23:08 »
OK, thanks I rebooted with this parameter. Running ok so far.  I'll repost if it locks up again.
5
Software - Support / Re: Laptop locking up
« Last post by hendrikL on Yesterday at 07:33:17 »
Did you try the boot-parameter 'intel_iommu=igfx_off'?
6
Software - Support / Laptop locking up
« Last post by mdmarmer on Yesterday at 01:38:39 »
My laptop is occasionally locking up completely.
it doesn't respond to anything when this happens
No response to keyboard or trackpad or Alt-Sysctl  RSEIUB -- nothing except power button
How should i start to debug this???
It does not seem to be overheating and all the hardware tests ok

It is Lenovo Ideapad 3 model 81WE.
7
Upgrade Warnings / Title wrong in KDE Info Center
« Last post by DonJoyceWard on 2023/03/22, 17:03:42 »
This is a Nitpick but it is disconcerting for the siduction version to remain unchanged in the KDE Info Center afster upgrading to Version 22.1.2 (see screenshot below).  Is there an easy way to fix this?
 
8
Ideas & Improvements / Re: Neutrale Kernel- und Initrd-Bezeichnung in /boot
« Last post by towo on 2023/03/22, 16:08:05 »
Die Änderung habe ich ja im pyfll gemacht.

Code: [Select]
os.link(os.path.join(boot_dir, 'initrd.img-' + k), os.path.join(boot_dir, 'initrd.img'))
os.link(os.path.join(boot_dir, 'vmlinuz-' + k), os.path.join(boot_dir, 'vmlinuz'))

Im entsprechenden Abschnitt.

Vorher hatte ich eben os.symlink() versucht, im Build-Ordner waren die Symlinks auch da, aber dann nicht im erzeugten ISO.
9
https://testbuilds.siduction.org/kde/siduction-Masters_of_War-kde-amd64-latest.iso

Dort habe ich initrd.img und vmlinuz als Hardlinks in /boot mit im ISO.
Als symlink wollte es irgendwie nicht.

Du kannst das gerne testen und berichten.
Tue ich gerade und es funktioniert ganz wunderbar. Ich schreibe aus dem laufenden Live-Image.
Vielen Dank, das war sehr nett!

Eine Information, nur als solche, nicht als Meckerei: In der ISO-Datei sind die beiden Varianten mit verschiedenen I-nodes (ls -li) gelistet, allerdings mit einem Link-Count von 2. Das habe ich noch nie gesehen. Vermutlich ist es effektiv wohl eine Kopie. Das ist vielleicht auch der Grund, warum der Symlink nicht funktioniert. Es könnte am Dateisystem liegen, obwohl laut Wikipedia die Rock Ridge Erweiterung von ISO 9660 Links unterstützt, oder am Build-System, das vielleicht kein RR erzeugt.
Wie dem auch immer sei, jedenfalls nochmals herzlichen Dank.

Mal sehen ob ich herausbekomme, wie die Änderung im pyfll aussehen muß(te).
10
Ideas & Improvements / Re: Neutrale Kernel- und Initrd-Bezeichnung in /boot
« Last post by towo on 2023/03/22, 11:12:56 »
https://testbuilds.siduction.org/kde/siduction-Masters_of_War-kde-amd64-latest.iso

Dort habe ich initrd.img und vmlinuz als Hardlinks in /boot mit im ISO.
Als symlink wollte es irgendwie nicht.

Du kannst das gerne testen und berichten.
Pages: [1] 2 3 ... 10