LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Sid, legacy nvidia 340.108 driver ruins running Qt software (https://www.linuxquestions.org/questions/debian-26/sid-legacy-nvidia-340-108-driver-ruins-running-qt-software-4175721913/)

Procenko 02-11-2023 06:36 AM

Sid, legacy nvidia 340.108 driver ruins running Qt software
 
Hi)

Debian Sid.

With nouveau all working good. But after installing legacy 340.108 nvidia driver for my gf9800 i have Segmentation Fault at launching all Qt GUI software. And opposite, Qt works again after uninstalling nvidia driver.

But very strange that if i run Qt soft via debugging tools such gdb or strace i have no errors.

Code:

gdb ./doomseeker
strace ./doomseeker

Same is with Qbittorrent
https://imgur.com/a/SYgqHZD

and 2048-Qt
https://imgur.com/SUefK7P

Only one Qt application starting normally - CMake GUI

Segmentation fault
Code:

#include <QApplication>
int main(int argc, char **argv)
{
  QApplication app(argc, argv);
  return 0;
}


Is where way to solve this?

michaelk 02-12-2023 12:13 PM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.

https://www.linuxquestions.org/quest...ch-4175721512/


All times are GMT -5. The time now is 07:43 PM.