LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Troublesome update. (https://www.linuxquestions.org/questions/debian-26/troublesome-update-4175736856/)

Johyn 05-09-2024 11:08 AM

Troublesome update.
 
Hi there!

Here's the problem, after the latest updates, my mx-linux config goes into low resolution, the sound is limited to audio analog, and I no longer connect my second screen, the main one with the hdmi tele for the sound.

I've managed to reinstall my functional configuration from five days ago thanks to timeshift, but if I re-update everything, I'm back in 'limited' mode.

Any idea what could be causing the problem, and is there a way to select the updates I want?

mrmazda 05-09-2024 09:00 PM

Why you ask in Debian forum instead of MX?

Often when displays in excess of one are lost, sound goes too, reason being the proper KMS driver didn't load, and digital sound typically rides on DisplayPort/HDMI. Do you have multiple GPUs, or an NVidia GPU running on non-FOSS drivers?

Showing input/output from a non-ancient version of inxi might help us help you:
Code:

cat /var/log/Xorg.0.log | pastebinit
inxi -GSaz --vs

If you get not found or not installed errors for inxi or pastebinit, install them with apt.

Johyn 05-10-2024 03:43 AM

Thxs, installed pastebinit but for inxi got this error: The following NEW packages will be installed:
inxi
0 upgraded, 1 newly installed, 0 to remove and 27 not upgraded.
Need to get 349 kB of archives.
After this operation, 995 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 inxi all 3.3.01-1-1 [349 kB]
Fetched 349 kB in 0s (2,626 kB/s)
Selecting previously unselected package inxi.
(Reading database ... 520484 files and directories currently installed.)
Preparing to unpack .../inxi_3.3.01-1-1_all.deb ...
Unpacking inxi (3.3.01-1-1) ...
dpkg: error processing archive /var/cache/apt/archives/inxi_3.3.01-1-1_all.deb (--unpack):
trying to overwrite '/etc/inxi.conf', which is also in package smxi-inxi-antix 0.4.22
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/inxi_3.3.01-1-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


Seems that my problem could be of a more general kind, linked to this.

mrmazda 05-10-2024 06:04 AM

Try apt-purge smxi-inxi-antix, a positively ancient inxi version. If that tries to remove other software, delete /etc/inxi.conf so that the new inxi can install its version. If you can get the antique purged, the current version can be installed from upstream. This inxi issue doesn't look at all related to that NVidia issue you linked to, but that may well be the issue about which you started the thread.

Johyn 05-10-2024 08:06 AM

Yes, it's official now, it's realted to nvidia drivers and the last update. Wonderin about the use of inxi, and pastebinit for that matter... Sry, still a linux newbie. Could i simply swap kernel to a higher debian type, keepin my datas?

mrmazda 05-11-2024 04:23 PM

With insufficient information, potential helpers can do no more than speculate. Inxi output reduces absence of information.

Pastebinning is a tool for providing voluminous information that needn't be permanently hosted by a web forum. Such information when included directly in a help request reply often tends to obfuscate other information, and complicate reply formulation.

NVidia's drivers consistently lag behind new kernels. NVidia driver problems very commonly accompany new kernel installations. Dealing with such trouble requires the requester mention details, which include involved versions of such things as inxi reports.

Details of configured repos can matter a lot, and may be the most important absent information if you're hoping for Debian users to help you fix an AntiX or MX Linux problem. Adding the -r option to inxi might work nicely here.

inxi 3.3.01 is a broken antique (39 months old). Current is 3.3.34, with a lot of bug fixes accumulated, particularly WRT graphics.


All times are GMT -5. The time now is 01:29 AM.