You are not logged in.

#1 2025-07-11 14:39:54

RezaHoss
Member
Registered: 2021-11-29
Posts: 27

Problem in Qt and Intell GPU

My laptop has an integrated intell gpu. I use GNOME. When I run FreeCAD, which is a Qt app, I get the message below in terminal:

Fontconfig warning: using without calling FcInit()
QObject::disconnect: wildcard call disconnects from destroyed signal of QObject::139841721750336

And when I click on some buttons, the application crashes and exits, even when I use Xorg or check using OpenGL in FreeCAD's setings. I have mesa and xf86-video-intel installed. I know here is not FreeCAD forum, but my problem is about Qt and video card on archlinux.
After crashing the message below appears in terminal:

Program received signal SIGSEGV, Segmentation fault.
#0  /usr/lib/libc.so.6(+0x3def0) [0x7f2fbee4def0]
#1  0x7f2f60dd04f7 in PartGui::DlgFilletEdges::onFilletStartRadiusValueChanged(Base::Quantity const&) from /usr/lib/freecad/lib/PartGui.so+0x137
#2  /usr/lib/libQt6Core.so.6(+0x1d37ef) [0x7f2fbf5d37ef]
#3  0x7f2fc2d21530 in Gui::QuantitySpinBox::valueChanged(Base::Quantity const&) from /usr/lib/freecad/lib/libFreeCADGui.so+0x40
#4  0x7f2fc2d22fc0 in Gui::QuantitySpinBox::updateFromCache(bool, bool) from /usr/lib/freecad/lib/libFreeCADGui.so+0xc0
#5  0x7f2fc2d23160 in Gui::QuantitySpinBox::updateText(Base::Quantity const&) from /usr/lib/freecad/lib/libFreeCADGui.so+0x70
#6  0x7f2f60de0bde in PartGui::DlgFilletEdges::DlgFilletEdges(PartGui::DlgFilletEdges::FilletType, Part::FilletBase*, QWidget*, QFlags<Qt::WindowType>) from /usr/lib/freecad/lib/PartGui.so+0x1ee
#7  0x7f2f60de21b9 in PartGui::TaskFilletEdges::TaskFilletEdges(Part::Fillet*) from /usr/lib/freecad/lib/PartGui.so+0x59
#8  0x7f2f60d7768d in CmdPartFillet::activated(int) from /usr/lib/freecad/lib/PartGui.so+0x2d
#9  0x7f2fc27360e7 in Gui::Command::_invoke(int, bool) from /usr/lib/freecad/lib/libFreeCADGui.so+0x3e7
#10  0x7f2fc2736647 in Gui::Command::invoke(int, Gui::Command::TriggerSource) from /usr/lib/freecad/lib/libFreeCADGui.so+0x147
#11  /usr/lib/libQt6Core.so.6(+0x1d37ef) [0x7f2fbf5d37ef]
#12  0x7f2fc02073c0 in QAction::activate(QAction::ActionEvent) from /usr/lib/libQt6Gui.so.6+0x210
#13  /usr/lib/libQt6Widgets.so.6(+0x2424ad) [0x7f2fc08424ad]
#14  0x7f2fc08426c1 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) from /usr/lib/libQt6Widgets.so.6+0xf1
#15  0x7f2fc0985e61 in QToolButton::mouseReleaseEvent(QMouseEvent*) from /usr/lib/libQt6Widgets.so.6+0x31
#16  0x7f2fc075b6c7 in QWidget::event(QEvent*) from /usr/lib/libQt6Widgets.so.6+0xd87
#17  0x7f2fc0701c70 in QApplicationPrivate::notify_helper(QObject*, QEvent*) from /usr/lib/libQt6Widgets.so.6+0x90
#18  0x7f2fc0705c39 in QApplication::notify(QObject*, QEvent*) from /usr/lib/libQt6Widgets.so.6+0xff9
#19  0x7f2fc26c3eb9 in Gui::GUIApplication::notify(QObject*, QEvent*) from /usr/lib/freecad/lib/libFreeCADGui.so+0xd9
#20  0x7f2fbf568118 in QCoreApplication::notifyInternal2(QObject*, QEvent*) from /usr/lib/libQt6Core.so.6+0x158
#21  0x7f2fc06f7398 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) from /usr/lib/libQt6Widgets.so.6+0x5b8
#22  /usr/lib/libQt6Widgets.so.6(+0x176f13) [0x7f2fc0776f13]
#23  /usr/lib/libQt6Widgets.so.6(+0x1781d8) [0x7f2fc07781d8]
#24  0x7f2fc0701c70 in QApplicationPrivate::notify_helper(QObject*, QEvent*) from /usr/lib/libQt6Widgets.so.6+0x90
#25  0x7f2fc26c3eb9 in Gui::GUIApplication::notify(QObject*, QEvent*) from /usr/lib/freecad/lib/libFreeCADGui.so+0xd9
#26  0x7f2fbf568118 in QCoreApplication::notifyInternal2(QObject*, QEvent*) from /usr/lib/libQt6Core.so.6+0x158
#27  0x7f2fbfda1217 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) from /usr/lib/libQt6Gui.so.6+0x3c7
#28  0x7f2fbfe248f4 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) from /usr/lib/libQt6Gui.so.6+0x2f4
#29  /usr/lib/qt6/plugins/platforms/../../../libQt6XcbQpa.so.6(+0x5a0c7) [0x7f2fb96de0c7]
#30  /usr/lib/libglib-2.0.so.0(+0x5e87d) [0x7f2fbdd0887d]
#31  /usr/lib/libglib-2.0.so.0(+0x5fcd7) [0x7f2fbdd09cd7]
#32  /usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x35) [0x7f2fbdd09ee5]
#33  0x7f2fbf83c5e2 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) from /usr/lib/libQt6Core.so.6+0x72
#34  0x7f2fbf5744b6 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) from /usr/lib/libQt6Core.so.6+0x206
#35  0x7f2fbf56c7c1 in QCoreApplication::exec() from /usr/lib/libQt6Core.so.6+0xb1
#36  0x7f2fc25c7bf5 in Gui::Application::runApplication() from /usr/lib/freecad/lib/libFreeCADGui.so+0x9b5
#37  freecad(+0x8276) [0x55f40723b276]
#38  /usr/lib/libc.so.6(+0x276b5) [0x7f2fbee376b5]
#39  /usr/lib/libc.so.6(__libc_start_main+0x89) [0x7f2fbee37769]
#40  freecad(+0x8625) [0x55f40723b625]

Also I installed these packages:

python-pyqt5-webengine
python-pyqt6-webengine
pyside6

What could be the problem?

Offline

#2 2025-07-14 14:21:00

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,960

Re: Problem in Qt and Intell GPU

Unless your intel gpu is 13 years old get rid of xf86-video-intel

Offline

#3 2025-07-16 09:52:01

RezaHoss
Member
Registered: 2021-11-29
Posts: 27

Re: Problem in Qt and Intell GPU

V1del wrote:

Unless your intel gpu is 13 years old get rid of xf86-video-intel

So, what should I install instead?

Offline

#4 2025-07-16 11:34:38

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,610

Re: Problem in Qt and Intell GPU

Nothing, you'll be running the modesetting driver on top of the i915 kernel module and likely be fine.
The current setup is broken for sure.

Offline

#5 2025-07-16 19:10:41

RezaHoss
Member
Registered: 2021-11-29
Posts: 27

Re: Problem in Qt and Intell GPU

V1del wrote:

Unless your intel gpu is 13 years old get rid of xf86-video-intel

It is almost for 10 years old. Now should I remove xf86-video-intel?

seth wrote:

Nothing, you'll be running the modesetting driver on top of the i915 kernel module and likely be fine.
The current setup is broken for sure.

Now I should run this?

sudo pacman -Rns xf86-video-intel

Offline

#6 2025-07-16 19:12:37

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,610

Offline

#7 2025-07-18 08:50:33

RezaHoss
Member
Registered: 2021-11-29
Posts: 27

Re: Problem in Qt and Intell GPU

seth wrote:

Says there is no such file, even when I use Xorg:

grep -e Log -e tty Xorg.0.log
grep: Xorg.0.log: No such file or directory

Offline

#8 2025-07-18 12:33:47

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,610

Re: Problem in Qt and Intell GPU

Certainly not in your $HOME or random $PWD
Please read the linked paragraph, it explains where to find that file. Then post the entire file.

Generally do not blindly copypaste blue boxes into your terminal without thinking about what you're actually doing there - you'll get into trouble this way.

Offline

#9 2025-07-18 13:12:49

RezaHoss
Member
Registered: 2021-11-29
Posts: 27

Re: Problem in Qt and Intell GPU

seth wrote:

Certainly not in your $HOME or random $PWD
Please read the linked paragraph, it explains where to find that file. Then post the entire file.

Generally do not blindly copypaste blue boxes into your terminal without thinking about what you're actually doing there - you'll get into trouble this way.

Ok:

3 reza@rezarch ~/.local/share/xorg$ grep -e Log -e tty Xorg.0.log
[   941.658] (--) Log file renamed from "/home/reza/.local/share/xorg/Xorg.pid-8647.log" to "/home/reza/.local/share/xorg/Xorg.0.log"
[   941.662] (==) Log file: "/home/reza/.local/share/xorg/Xorg.0.log", Time: Fri Jul 18 12:15:38 2025

And

4 reza@rezarch ~/.local/share/xorg$ cat Xorg.0.log
[   941.658] (--) Log file renamed from "/home/reza/.local/share/xorg/Xorg.pid-8647.log" to "/home/reza/.local/share/xorg/Xorg.0.log"
[   941.662] 
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[   941.662] Current Operating System: Linux rezarch 6.15.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 10 Jul 2025 17:10:18 +0000 x86_64
[   941.662] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=bd7dc506-d89d-41e6-ada6-0d3659861f56 rw loglevel=3 quiet
[   941.662]  
[   941.662] Current version of pixman: 0.46.2
[   941.662] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   941.662] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   941.662] (==) Log file: "/home/reza/.local/share/xorg/Xorg.0.log", Time: Fri Jul 18 12:15:38 2025
[   941.669] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   941.671] (==) No Layout section.  Using the first Screen section.
[   941.671] (==) No screen section available. Using defaults.
[   941.671] (**) |-->Screen "Default Screen Section" (0)
[   941.671] (**) |   |-->Monitor "<default monitor>"
[   941.671] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   941.671] (**) Allowing byte-swapped clients
[   941.671] (==) Automatically adding devices
[   941.671] (==) Automatically enabling devices
[   941.671] (==) Automatically adding GPU devices
[   941.671] (==) Automatically binding GPU devices
[   941.671] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   941.671] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   941.671] 	Entry deleted from font path.
[   941.671] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   941.671] 	Entry deleted from font path.
[   941.671] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   941.671] 	Entry deleted from font path.
[   941.671] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   941.671] (==) ModulePath set to "/usr/lib/xorg/modules"
[   941.671] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   941.671] (II) Module ABI versions:
[   941.671] 	X.Org ANSI C Emulation: 0.4
[   941.671] 	X.Org Video Driver: 25.2
[   941.671] 	X.Org XInput driver : 24.4
[   941.671] 	X.Org Server Extension : 10.0
[   941.672] (++) using VT number 2

[   941.673] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_310
[   941.674] (II) xfree86: Adding drm device (/dev/dri/card1)
[   941.674] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[   941.674] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[   941.676] (--) PCI:*(0@0:2:0) 8086:0a16:17aa:220c rev 11, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[   941.677] (II) LoadModule: "glx"
[   941.677] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   941.681] (II) Module glx: vendor="X.Org Foundation"
[   941.681] 	compiled for 1.21.1.18, module version = 1.0.0
[   941.681] 	ABI class: X.Org Server Extension, version 10.0
[   941.681] (==) Matched intel as autoconfigured driver 0
[   941.681] (==) Matched modesetting as autoconfigured driver 1
[   941.681] (==) Matched fbdev as autoconfigured driver 2
[   941.681] (==) Matched vesa as autoconfigured driver 3
[   941.681] (==) Assigned the driver to the xf86ConfigLayout
[   941.681] (II) LoadModule: "intel"
[   941.683] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   941.686] (II) Module intel: vendor="X.Org Foundation"
[   941.686] 	compiled for 1.21.1.16, module version = 2.99.917
[   941.686] 	Module class: X.Org Video Driver
[   941.686] 	ABI class: X.Org Video Driver, version 25.2
[   941.686] (II) LoadModule: "modesetting"
[   941.686] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   941.688] (II) Module modesetting: vendor="X.Org Foundation"
[   941.688] 	compiled for 1.21.1.18, module version = 1.21.1
[   941.688] 	Module class: X.Org Video Driver
[   941.688] 	ABI class: X.Org Video Driver, version 25.2
[   941.688] (II) LoadModule: "fbdev"
[   941.688] (WW) Warning, couldn't open module fbdev
[   941.688] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   941.688] (II) LoadModule: "vesa"
[   941.689] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   941.690] (II) Module vesa: vendor="X.Org Foundation"
[   941.690] 	compiled for 1.21.1.11, module version = 2.6.0
[   941.690] 	Module class: X.Org Video Driver
[   941.690] 	ABI class: X.Org Video Driver, version 25.2
[   941.690] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   941.690] (II) intel: Driver for Intel(R) HD Graphics
[   941.690] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   941.690] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   941.690] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   941.690] (II) VESA: driver for VESA chipsets: vesa
[   941.690] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[   941.691] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 0
[   941.691] (II) intel(0): SNA compiled from 2.99.917-939-g4a64400e
[   941.692] (WW) Falling back to old probe method for modesetting
[   941.692] (EE) open /dev/dri/card0: No such file or directory
[   941.692] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   941.692] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4400
[   941.693] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[   941.693] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   941.693] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   941.693] (==) intel(0): RGB weight 888
[   941.693] (==) intel(0): Default visual is TrueColor
[   941.693] (II) intel(0): Output eDP1 has no monitor section
[   941.694] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   941.694] (II) intel(0): Enabled output eDP1
[   941.694] (II) intel(0): Output DP1 has no monitor section
[   941.694] (II) intel(0): Enabled output DP1
[   941.694] (II) intel(0): Output HDMI1 has no monitor section
[   941.695] (II) intel(0): Enabled output HDMI1
[   941.695] (II) intel(0): Output DP2 has no monitor section
[   941.695] (II) intel(0): Enabled output DP2
[   941.695] (II) intel(0): Output HDMI2 has no monitor section
[   941.695] (II) intel(0): Enabled output HDMI2
[   941.695] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   941.695] (II) intel(0): Output VIRTUAL1 has no monitor section
[   941.695] (II) intel(0): Enabled output VIRTUAL1
[   941.695] (--) intel(0): Output eDP1 using initial mode 1366x768 on crtc 0
[   941.695] (==) intel(0): TearFree disabled
[   941.695] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   941.695] (==) intel(0): DPI set to (96, 96)
[   941.695] (II) Loading sub module "dri3"
[   941.695] (II) LoadModule: "dri3"
[   941.695] (II) Module "dri3" already built-in
[   941.695] (II) Loading sub module "dri2"
[   941.695] (II) LoadModule: "dri2"
[   941.695] (II) Module "dri2" already built-in
[   941.695] (II) Loading sub module "present"
[   941.695] (II) LoadModule: "present"
[   941.695] (II) Module "present" already built-in
[   941.695] (II) UnloadModule: "modesetting"
[   941.695] (II) Unloading modesetting
[   941.695] (II) UnloadModule: "vesa"
[   941.695] (II) Unloading vesa
[   941.699] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[   941.699] (==) intel(0): Backing store enabled
[   941.699] (==) intel(0): Silken mouse enabled
[   941.699] (II) intel(0): HW Cursor enabled
[   941.700] (==) intel(0): DPMS enabled
[   941.700] (==) intel(0): Display hotplug detection enabled
[   941.701] (II) intel(0): [DRI2] Setup complete
[   941.701] (II) intel(0): [DRI2]   DRI driver: i965
[   941.701] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   941.701] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   941.701] (II) intel(0): hardware support for Present enabled
[   941.701] (II) Initializing extension Generic Event Extension
[   941.701] (II) Initializing extension SHAPE
[   941.701] (II) Initializing extension MIT-SHM
[   941.702] (II) Initializing extension XInputExtension
[   941.702] (II) Initializing extension XTEST
[   941.703] (II) Initializing extension BIG-REQUESTS
[   941.703] (II) Initializing extension SYNC
[   941.703] (II) Initializing extension XKEYBOARD
[   941.703] (II) Initializing extension XC-MISC
[   941.703] (II) Initializing extension SECURITY
[   941.703] (II) Initializing extension XFIXES
[   941.704] (II) Initializing extension RENDER
[   941.704] (II) Initializing extension RANDR
[   941.704] (II) Initializing extension COMPOSITE
[   941.705] (II) Initializing extension DAMAGE
[   941.705] (II) Initializing extension MIT-SCREEN-SAVER
[   941.705] (II) Initializing extension DOUBLE-BUFFER
[   941.705] (II) Initializing extension RECORD
[   941.705] (II) Initializing extension DPMS
[   941.705] (II) Initializing extension Present
[   941.705] (II) Initializing extension DRI3
[   941.706] (II) Initializing extension X-Resource
[   941.706] (II) Initializing extension XVideo
[   941.706] (II) Initializing extension XVideo-MotionCompensation
[   941.706] (II) Initializing extension GLX
[   941.706] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[   941.706] (EE) AIGLX error: unable to load driver i965
[   941.748] (II) IGLX: Loaded and initialized swrast
[   941.748] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   941.748] (II) Initializing extension XFree86-VidModeExtension
[   941.748] (II) Initializing extension XFree86-DGA
[   941.748] (II) Initializing extension XFree86-DRI
[   941.748] (II) Initializing extension DRI2
[   941.753] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using crtc 0, position (0, 0), rotation normal, reflection none
[   941.765] (II) intel(0): Setting screen physical size to 361 x 203
[   941.832] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   941.832] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   941.832] (II) LoadModule: "libinput"
[   941.832] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   941.836] (II) Module libinput: vendor="X.Org Foundation"
[   941.836] 	compiled for 1.21.1.13, module version = 1.5.0
[   941.836] 	Module class: X.Org XInput Driver
[   941.836] 	ABI class: X.Org XInput driver, version 24.4
[   941.836] (II) Using input driver 'libinput' for 'Power Button'
[   941.836] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[   941.836] (**) Power Button: always reports core events
[   941.836] (**) Option "Device" "/dev/input/event2"
[   941.839] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   941.839] (II) event2  - Power Button: device is a keyboard
[   941.839] (II) event2  - Power Button: device removed
[   941.839] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   941.839] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   941.840] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   941.840] (II) event2  - Power Button: device is a keyboard
[   941.840] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[   941.840] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   941.840] (II) Using input driver 'libinput' for 'Video Bus'
[   941.841] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 27 paused 0
[   941.841] (**) Video Bus: always reports core events
[   941.841] (**) Option "Device" "/dev/input/event6"
[   941.842] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   941.842] (II) event6  - Video Bus: device is a keyboard
[   941.842] (II) event6  - Video Bus: device removed
[   941.842] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event6"
[   941.842] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   941.843] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   941.843] (II) event6  - Video Bus: device is a keyboard
[   941.844] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   941.844] (II) No input driver specified, ignoring this device.
[   941.844] (II) This device may have been added with another device file.
[   941.844] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   941.844] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   941.844] (II) Using input driver 'libinput' for 'Sleep Button'
[   941.845] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
[   941.845] (**) Sleep Button: always reports core events
[   941.845] (**) Option "Device" "/dev/input/event1"
[   941.846] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   941.846] (II) event1  - Sleep Button: device is a keyboard
[   941.846] (II) event1  - Sleep Button: device removed
[   941.846] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   941.846] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   941.847] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   941.847] (II) event1  - Sleep Button: device is a keyboard
[   941.848] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event8)
[   941.848] (II) No input driver specified, ignoring this device.
[   941.848] (II) This device may have been added with another device file.
[   941.849] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event9)
[   941.849] (II) No input driver specified, ignoring this device.
[   941.849] (II) This device may have been added with another device file.
[   941.849] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event10)
[   941.849] (II) No input driver specified, ignoring this device.
[   941.849] (II) This device may have been added with another device file.
[   941.849] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event4)
[   941.849] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[   941.849] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[   941.850] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 29 paused 0
[   941.850] (**) PixArt USB Optical Mouse: always reports core events
[   941.850] (**) Option "Device" "/dev/input/event4"
[   941.852] (II) event4  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[   941.852] (II) event4  - PixArt USB Optical Mouse: device set to 1000 DPI
[   941.852] (II) event4  - PixArt USB Optical Mouse: device is a pointer
[   941.852] (II) event4  - PixArt USB Optical Mouse: device removed
[   941.852] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   941.852] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   941.852] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   941.852] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:093A:2510.0001/input/input5/event4"
[   941.852] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 9)
[   941.853] (**) Option "AccelerationScheme" "none"
[   941.853] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[   941.853] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[   941.853] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[   941.854] (II) event4  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[   941.854] (II) event4  - PixArt USB Optical Mouse: device set to 1000 DPI
[   941.854] (II) event4  - PixArt USB Optical Mouse: device is a pointer
[   941.855] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[   941.855] (II) No input driver specified, ignoring this device.
[   941.855] (II) This device may have been added with another device file.
[   941.855] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event11)
[   941.855] (II) No input driver specified, ignoring this device.
[   941.855] (II) This device may have been added with another device file.
[   941.855] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[   941.855] (II) No input driver specified, ignoring this device.
[   941.855] (II) This device may have been added with another device file.
[   941.856] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event13)
[   941.856] (II) No input driver specified, ignoring this device.
[   941.856] (II) This device may have been added with another device file.
[   941.856] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[   941.856] (II) No input driver specified, ignoring this device.
[   941.856] (II) This device may have been added with another device file.
[   941.857] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   941.857] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   941.857] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   941.857] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[   941.857] (**) AT Translated Set 2 keyboard: always reports core events
[   941.857] (**) Option "Device" "/dev/input/event3"
[   941.858] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   941.859] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   941.859] (II) event3  - AT Translated Set 2 keyboard: device removed
[   941.859] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   941.859] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[   941.860] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   941.860] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   941.861] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[   941.861] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   941.861] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   941.861] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[   941.861] (II) LoadModule: "synaptics"
[   941.861] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   941.863] (II) Module synaptics: vendor="X.Org Foundation"
[   941.863] 	compiled for 1.21.1.15, module version = 1.10.0
[   941.863] 	Module class: X.Org XInput Driver
[   941.863] 	ABI class: X.Org XInput driver, version 24.4
[   941.863] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   941.865] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 31 paused 0
[   941.865] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   941.865] (**) Option "Device" "/dev/input/event15"
[   941.865] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[   941.865] (II) synaptics: SynPS/2 Synaptics TouchPad: found top buttonpad property
[   941.865] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1024 - 5112 (res 42)
[   941.865] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 2024 - 4832 (res 42)
[   941.865] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   941.865] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   941.865] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[   941.865] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[   941.865] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   941.865] (**) Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
[   941.865] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   941.865] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   941.865] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event15"
[   941.865] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[   941.865] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   941.865] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[   941.865] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[   941.865] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   941.865] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   941.865] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   941.865] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   941.865] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   941.866] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[   941.866] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[   941.866] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event16)
[   941.866] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[   941.866] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[   941.867] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 32 paused 0
[   941.867] (**) TPPS/2 IBM TrackPoint: always reports core events
[   941.867] (**) Option "Device" "/dev/input/event16"
[   941.868] (II) event16 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[   941.868] (II) event16 - TPPS/2 IBM TrackPoint: device is a pointer
[   941.869] (II) event16 - TPPS/2 IBM TrackPoint: device removed
[   941.869] (II) libinput: TPPS/2 IBM TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[   941.869] (II) libinput: TPPS/2 IBM TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[   941.869] (II) libinput: TPPS/2 IBM TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[   941.869] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input17/event16"
[   941.869] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[   941.869] (**) Option "AccelerationScheme" "none"
[   941.869] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[   941.869] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[   941.869] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[   941.870] (II) event16 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[   941.870] (II) event16 - TPPS/2 IBM TrackPoint: device is a pointer
[   941.871] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[   941.871] (II) No input driver specified, ignoring this device.
[   941.871] (II) This device may have been added with another device file.
[   941.872] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[   941.872] (II) No input driver specified, ignoring this device.
[   941.872] (II) This device may have been added with another device file.
[   941.874] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[   941.874] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[   941.874] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[   941.875] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 33 paused 0
[   941.875] (**) ThinkPad Extra Buttons: always reports core events
[   941.875] (**) Option "Device" "/dev/input/event5"
[   941.876] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   941.876] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[   941.876] (II) event5  - ThinkPad Extra Buttons: device removed
[   941.876] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[   941.876] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[   941.877] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   941.877] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[   942.505] (II) intel(0): EDID vendor "CMN", prod id 5264
[   942.506] (II) intel(0): Printing DDC gathered Modelines:
[   942.506] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[   962.330] (**) Option "fd" "24"
[   962.330] (II) event2  - Power Button: device removed
[   962.331] (**) Option "fd" "27"
[   962.331] (II) event6  - Video Bus: device removed
[   962.331] (**) Option "fd" "28"
[   962.331] (II) event1  - Sleep Button: device removed
[   962.331] (**) Option "fd" "29"
[   962.331] (II) event4  - PixArt USB Optical Mouse: device removed
[   962.331] (**) Option "fd" "30"
[   962.331] (II) event3  - AT Translated Set 2 keyboard: device removed
[   962.331] (**) Option "fd" "32"
[   962.331] (II) event16 - TPPS/2 IBM TrackPoint: device removed
[   962.331] (**) Option "fd" "33"
[   962.331] (II) event5  - ThinkPad Extra Buttons: device removed
[   962.333] (II) UnloadModule: "libinput"
[   962.333] (II) systemd-logind: releasing fd for 13:69
[   962.358] (II) UnloadModule: "libinput"
[   962.358] (II) systemd-logind: releasing fd for 13:80
[   962.421] (II) UnloadModule: "synaptics"
[   962.421] (II) systemd-logind: releasing fd for 13:79
[   962.435] (II) UnloadModule: "libinput"
[   962.435] (II) systemd-logind: releasing fd for 13:67
[   962.442] (II) UnloadModule: "libinput"
[   962.442] (II) systemd-logind: releasing fd for 13:68
[   962.455] (II) UnloadModule: "libinput"
[   962.455] (II) systemd-logind: releasing fd for 13:65
[   962.455] (II) UnloadModule: "libinput"
[   962.455] (II) systemd-logind: releasing fd for 13:70
[   962.457] (II) UnloadModule: "libinput"
[   962.457] (II) systemd-logind: releasing fd for 13:66
[   962.515] (II) Server terminated successfully (0). Closing log file.

Offline

#10 2025-07-18 13:49:44

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,610

Re: Problem in Qt and Intell GPU

[   941.699] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[   941.748] (II) IGLX: Loaded and initialized swrast
[   941.748] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   941.753] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using crtc 0, position (0, 0), rotation normal, reflection none

Most definitely remove every single xf86-video-* package you've installed.

Offline

#11 2025-07-18 14:32:49

RezaHoss
Member
Registered: 2021-11-29
Posts: 27

Re: Problem in Qt and Intell GPU

seth wrote:
[   941.699] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[   941.748] (II) IGLX: Loaded and initialized swrast
[   941.748] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   941.753] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using crtc 0, position (0, 0), rotation normal, reflection none

Most definitely remove every single xf86-video-* package you've installed.

I ran the command below, but the problem still exists!

sudo pacman -Rns xf86-video-intel xf86-video-vesa

Offline

#12 2025-07-18 14:45:47

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,610

Re: Problem in Qt and Intell GPU

It crashes in

#1  0x7f2c4b9f30ba in PartGui::DlgFilletEdges::onFilletStartRadiusValueChanged(Base::Quantity const&) from /app/freecad/lib/PartGui.so+0x13a

what doesn't sound overly GPU related anyway.
https://forum.freecad.org/viewtopic.php?t=97860 talks about some flatschpak and an äppimatsch - why is this not https://archlinux.org/packages/extra/x86_64/freecad/ ?
And do you get the same w/ https://aur.archlinux.org/packages/freecad-git ?

Edit:
https://github.com/FreeCAD/FreeCAD/blob … s.cpp#L928 silently asserts ui->treeview->model()

#1  0x7f2c4b9f30ba in PartGui::DlgFilletEdges::onFilletStartRadiusValueChanged(Base::Quantity const&) from /app/freecad/lib/PartGui.so+0x13a
#2  /usr/lib/x86_64-linux-gnu/libQt6Core.so.6(+0x20dfee) [0x7f2c9a40dfee]
#3  0x7f2c9dcfbbe9 in Gui::QuantitySpinBox::valueChanged(Base::Quantity const&) from /app/freecad/lib/libFreeCADGui.so+0x39
#4  0x7f2c9dcfd44d in Gui::QuantitySpinBox::updateFromCache(bool, bool) from /app/freecad/lib/libFreeCADGui.so+0xdd
#5  0x7f2c9dcfd5a0 in Gui::QuantitySpinBox::updateText(Base::Quantity const&) from /app/freecad/lib/libFreeCADGui.so+0x70
#6  0x7f2c4ba00c9e in PartGui::DlgFilletEdges::DlgFilletEdges(PartGui::DlgFilletEdges::FilletType, Part::FilletBase*, QWidget*, QFlags<Qt::WindowType>) from /app/freecad/lib/PartGui.so+0x1de
#7  0x7f2c4ba01dc8 in PartGui::DlgChamferEdges::DlgChamferEdges(Part::FilletBase*, QWidget*, QFlags<Qt::WindowType>) from /app/freecad/lib/PartGui.so+0x38

this comes from the constructor where
https://github.com/FreeCAD/FreeCAD/blob … C5-L289C35
a model is set relatively late and likely after https://github.com/FreeCAD/FreeCAD/blob … C5-L289C35 this here triggers

#5  0x7f2c9dcfd5a0 in Gui::QuantitySpinBox::updateText(Base::Quantity const&) from /app/freecad/lib/libFreeCADGui.so+0x70

Report upstream, this looks like it's merely a race condition.

Last edited by seth (2025-07-18 14:54:11)

Offline

Board footer

Powered by FluxBB