Sie sind auf Seite 1von 2

English

Hi there! Please sign in help

ALL UNANSWERED

Qt Creator + Nvidia = broken qDebug()


0 nvida akmod-nvidia qt-creator

When build a project: asked Jun 5 '15


AnEagle
81 6

libGL error: No matching fbConfigs or visuals found


libGL error: failed to load driver: swrast

Everything is fine but I can't see messages from qDebug(). This is a problem. List of installed nvidia
packages:

% dnf list installed | grep nvidia


~ localhost
akmod-nvidia.x86_64 1:346.72-2.fc22.1 @System
kmod-nvidia-4.0.4-301.fc22.x86_64.x86_64 1:346.72-2.fc22.1 @System
kmod-nvidia-4.0.4-303.fc22.x86_64.x86_64 1:346.72-2.fc22.1 @System
xorg-x11-drv-nvidia.x86_64 1:346.72-1.fc22 @System
xorg-x11-drv-nvidia-kmodsrc.x86_64 1:346.72-1.fc22 @System
xorg-x11-drv-nvidia-libs.i686 1:346.72-1.fc22 @System
xorg-x11-drv-nvidia-libs.x86_64 1:346.72-1.fc22 @System

I also have no framebuffer and guess that problem can be there. vga=775 does not solve the problem.
Any ideas for how to get qDebug() work as it should?

add a comment

1 answer Sort by oldest newest most voted

This looks similar to my problem: https://ask.fedoraproject.org/en/ques... answered Jun 16 '15

0
glitchyme
1 1 1 1
The problem was a bad (not broken) symlink for libGL.so.1. This happened
after updating the nvidia drivers recently. Can you try removing libGL.so.1 and
pointing it to nvidia/libGL.so.1 ?

sudo rm /usr/lib64/libGL.so.1
sudo ln -s /usr/lib64/nvidia/libGL.so.1 /usr/lib64/libGL.so.1

Make sure to take a backup first, or remember where libGL.so.1 was originally pointing.

1 of 2
add a comment

Your Answer
Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

about | faq | help | privacy policy | give feedback Ask Fedora is community maintained an
Powered by Askbot version 0.7.51 Project is not responsible for content. C
licensed under a

2 of 2

Das könnte Ihnen auch gefallen