You are not logged in.

#1 2024-03-27 05:04:10

m3sc41in3
Member
Registered: 2024-03-27
Posts: 6

opengl problem Error: couldn't find RGB GLX visual or fbconfig

ive encountered a problem with open gl
when i run glxinfo it says this
```
name of display: :0
Error: couldn't find RGB GLX visual or fbconfig
```
idk what exactly the problem but all mesa things and drivers looking to work correctly

Offline

#2 2024-03-27 11:35:34

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,846

Re: opengl problem Error: couldn't find RGB GLX visual or fbconfig

What does LIBGL_DEBUG=verbose glxinfo output ?

Are you using X or wayland ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2024-03-28 00:43:48

m3sc41in3
Member
Registered: 2024-03-27
Posts: 6

Re: opengl problem Error: couldn't find RGB GLX visual or fbconfig

hi
it outputs this

$ LIBGL_DEBUG=verbose glxinfo                                                                                                                     
name of display: :0
Error: couldn't find RGB GLX visual or fbconfig

and im using x11 with i3wm

Last edited by m3sc41in3 (2024-03-28 00:44:16)

Offline

#4 2024-03-28 07:58:36

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

Re: opengl problem Error: couldn't find RGB GLX visual or fbconfig

Offline

#5 2024-03-28 09:23:28

m3sc41in3
Member
Registered: 2024-03-27
Posts: 6

Re: opengl problem Error: couldn't find RGB GLX visual or fbconfig

here is it

[ 24014.354] (--) Log file renamed from "/var/log/Xorg.pid-48491.log" to "/var/log/Xorg.0.log"
[ 24014.384] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 24014.384] Current Operating System: Linux laptop 6.2.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 07 Apr 2023 02:10:43 +0000 x86_64
[ 24014.384] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=867f4955-4bcd-4f63-b93b-995b8db9943a rw loglevel=3 quiet splash
[ 24014.384]  
[ 24014.384] Current version of pixman: 0.42.2
[ 24014.384]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[ 24014.384] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 24014.384] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 10 22:33:57 2023
[ 24014.384] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 24014.498] (==) No Layout section.  Using the first Screen section.
[ 24014.498] (==) No screen section available. Using defaults.
[ 24014.498] (**) |-->Screen "Default Screen Section" (0)
[ 24014.498] (**) |   |-->Monitor "<default monitor>"
[ 24014.499] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[ 24014.499] (==) Automatically adding devices
[ 24014.499] (==) Automatically enabling devices
[ 24014.499] (==) Automatically adding GPU devices
[ 24014.499] (==) Automatically binding GPU devices
[ 24014.499] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 24014.499] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 24014.499]    Entry deleted from font path.
[ 24014.499] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 24014.499]    Entry deleted from font path.
[ 24014.499] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 24014.499]    Entry deleted from font path.
[ 24014.499] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 24014.499]    Entry deleted from font path.
[ 24014.499] (==) FontPath set to:
        /usr/share/fonts/100dpi,
        /usr/share/fonts/75dpi
[ 24014.499] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 24014.499] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.                                                                          
[ 24014.499] (II) Module ABI versions:
[ 24014.499]    X.Org ANSI C Emulation: 0.4
[ 24014.499]    X.Org Video Driver: 25.2
[ 24014.499]    X.Org XInput driver : 24.4
[ 24014.499]    X.Org Server Extension : 10.0
[ 24014.501] (++) using VT number 1

[ 24014.501] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 24014.503] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 24014.503] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 24014.509] (--) PCI:*(0@0:2:0) 8086:0116:1179:fc70 rev 9, Mem @ 0xf5000000/4194304, 0xe0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[ 24014.509] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 24014.509] (II) LoadModule: "glx"
[ 24014.593] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 24014.594] (II) Module glx: vendor="X.Org Foundation"
[ 24014.594]    compiled for 1.21.1.8, module version = 1.0.0
[ 24014.594]    ABI class: X.Org Server Extension, version 10.0
[ 24014.595] (==) Matched intel as autoconfigured driver 0
[ 24014.595] (==) Matched modesetting as autoconfigured driver 1
[ 24014.595] (==) Matched fbdev as autoconfigured driver 2
[ 24014.595] (==) Matched vesa as autoconfigured driver 3
[ 24014.595] (==) Assigned the driver to the xf86ConfigLayout
[ 24014.595] (II) LoadModule: "intel"
[ 24014.632] (WW) Warning, couldn't open module intel
[ 24014.632] (EE) Failed to load module "intel" (module does not exist, 0)
[ 24014.632] (II) LoadModule: "modesetting"
[ 24014.632] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 24014.634] (II) Module modesetting: vendor="X.Org Foundation"
[ 24014.634]    compiled for 1.21.1.8, module version = 1.21.1
[ 24014.634]    Module class: X.Org Video Driver
[ 24014.634]    ABI class: X.Org Video Driver, version 25.2
[ 24014.634] (II) LoadModule: "fbdev"
[ 24014.635] (WW) Warning, couldn't open module fbdev
[ 24014.635] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 24014.635] (II) LoadModule: "vesa"
[ 24014.635] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 24014.650] (II) Module vesa: vendor="X.Org Foundation"
[ 24014.650]    compiled for 1.21.1.4, module version = 2.6.0
[ 24014.650]    Module class: X.Org Video Driver
[ 24014.650]    ABI class: X.Org Video Driver, version 25.2
[ 24014.650] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 24014.650] (II) VESA: driver for VESA chipsets: vesa
[ 24014.668] (II) modeset(0): using drv /dev/dri/card0
[ 24014.668] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[ 24014.668] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 24014.668] (==) modeset(0): RGB weight 888
[ 24014.668] (==) modeset(0): Default visual is TrueColor
[ 24014.668] (II) Loading sub module "glamoregl"
[ 24014.668] (II) LoadModule: "glamoregl"
[ 24014.669] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 24014.674] (II) Module glamoregl: vendor="X.Org Foundation"
[ 24014.674]    compiled for 1.21.1.8, module version = 1.0.1
[ 24014.674]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 24014.717] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 3000 (SNB GT2)
[ 24014.717] (II) modeset(0): glamor initialized
[ 24014.717] (==) modeset(0): VariableRefresh: disabled
[ 24014.717] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 24014.717] (II) modeset(0): Output LVDS-1 has no monitor section
[ 24014.718] (II) modeset(0): Output VGA-1 has no monitor section
[ 24014.719] (II) modeset(0): EDID for output LVDS-1
[ 24014.719] (II) modeset(0): Manufacturer: AUO  Model: 109e  Serial#: 0
[ 24014.719] (II) modeset(0): Year: 2008  Week: 1
[ 24014.719] (II) modeset(0): EDID Version: 1.3
[ 24014.719] (II) modeset(0): Digital Display Input
[ 24014.719] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[ 24014.719] (II) modeset(0): Gamma: 2.20
[ 24014.719] (II) modeset(0): No DPMS capabilities specified
[ 24014.719] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 24014.719] (II) modeset(0): First detailed timing is preferred mode
[ 24014.719] (II) modeset(0): redX: 0.610 redY: 0.355   greenX: 0.333 greenY: 0.610
[ 24014.719] (II) modeset(0): blueX: 0.152 blueY: 0.100   whiteX: 0.313 whiteY: 0.329
[ 24014.719] (II) modeset(0): Manufacturer's mask: 0
[ 24014.719] (II) modeset(0): Supported detailed timing:
[ 24014.719] (II) modeset(0): clock: 110.4 MHz   Image Size:  382 x 214 mm
[ 24014.719] (II) modeset(0): h_active: 1600  h_sync: 1664  h_sync_end 1706 h_blank_end 2000 h_border: 0
[ 24014.719] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 920 v_border: 0
[ 24014.719] (II) modeset(0): Unknown vendor-specific block f
[ 24014.719] (II) modeset(0):  AUO
[ 24014.719] (II) modeset(0):  B173RW01 V0
[ 24014.719] (II) modeset(0): EDID (in hex):
[ 24014.719] (II) modeset(0):   00ffffffffffff0006af9e1000000000
[ 24014.719] (II) modeset(0):   01120103802615780a45259c5b559c27
[ 24014.719] (II) modeset(0):   19505400000001010101010101010101
[ 24014.719] (II) modeset(0):   010101010101202b409061841430402a
[ 24014.719] (II) modeset(0):   33007ed6100000180000000f00000000
[ 24014.719] (II) modeset(0):   00000000000000000020000000fe0041
[ 24014.719] (II) modeset(0):   554f0a202020202020202020000000fe
[ 24014.719] (II) modeset(0):   004231373352573031205630200a00bb
[ 24014.719] (II) modeset(0): Printing probed modes for output LVDS-1
[ 24014.719] (II) modeset(0): Modeline "1600x900"x60.0  110.40  1600 1664 1706 2000  900 903 906 920 -hsync -vsync (55.2 kHz eP)
[ 24014.719] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 24014.719] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 24014.719] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 24014.719] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 24014.719] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 24014.719] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 24014.719] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 24014.719] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 24014.719] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 24014.719] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 24014.719] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 24014.719] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 24014.719] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 24014.719] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 24014.719] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 24014.719] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 24014.719] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 24014.719] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 24014.719] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 24014.719] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 24014.719] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 24014.719] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 24014.719] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 24014.719] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 24014.719] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 24014.719] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 24014.720] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 24014.720] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 24014.720] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 24014.720] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 24014.720] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 24014.720] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 24014.720] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 24014.720] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 24014.720] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 24014.720] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 24014.720] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 24014.720] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 24014.720] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 24014.720] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 24014.720] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 24014.720] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 24014.720] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 24014.720] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 24014.720] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 24014.720] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 24014.720] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 24014.720] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 24014.720] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 24014.720] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 24014.721] (II) modeset(0): EDID for output VGA-1
[ 24014.721] (II) modeset(0): Output LVDS-1 connected
[ 24014.721] (II) modeset(0): Output VGA-1 disconnected
[ 24014.721] (II) modeset(0): Using exact sizes for initial modes
[ 24014.721] (II) modeset(0): Output LVDS-1 using initial mode 1600x900 +0+0
[ 24014.721] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 24014.721] (==) modeset(0): DPI set to (96, 96)
[ 24014.721] (II) Loading sub module "fb"
[ 24014.721] (II) LoadModule: "fb"
[ 24014.721] (II) Module "fb" already built-in
[ 24014.721] (II) UnloadModule: "vesa"
[ 24014.721] (II) Unloading vesa
[ 24014.911] (==) modeset(0): Backing store enabled
[ 24014.911] (==) modeset(0): Silken mouse enabled
[ 24014.933] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 24014.934] (==) modeset(0): DPMS enabled
[ 24014.934] (II) modeset(0): [DRI2] Setup complete
[ 24014.934] (II) modeset(0): [DRI2]   DRI driver: crocus
[ 24014.934] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[ 24014.934] (II) Initializing extension Generic Event Extension
[ 24014.934] (II) Initializing extension SHAPE
[ 24014.935] (II) Initializing extension MIT-SHM
[ 24014.935] (II) Initializing extension XInputExtension
[ 24014.935] (II) Initializing extension XTEST
[ 24014.936] (II) Initializing extension BIG-REQUESTS
[ 24014.936] (II) Initializing extension SYNC
[ 24014.937] (II) Initializing extension XKEYBOARD
[ 24014.937] (II) Initializing extension XC-MISC
[ 24014.938] (II) Initializing extension SECURITY
[ 24014.938] (II) Initializing extension XFIXES
[ 24014.938] (II) Initializing extension RENDER
[ 24014.939] (II) Initializing extension RANDR
[ 24014.939] (II) Initializing extension COMPOSITE
[ 24014.939] (II) Initializing extension DAMAGE
[ 24014.940] (II) Initializing extension MIT-SCREEN-SAVER
[ 24014.940] (II) Initializing extension DOUBLE-BUFFER
[ 24014.940] (II) Initializing extension RECORD
[ 24014.941] (II) Initializing extension DPMS
[ 24014.941] (II) Initializing extension Present
[ 24014.941] (II) Initializing extension DRI3
[ 24014.941] (II) Initializing extension X-Resource
[ 24014.942] (II) Initializing extension XVideo
[ 24014.942] (II) Initializing extension XVideo-MotionCompensation
[ 24014.942] (II) Initializing extension GLX
[ 24014.957] (II) AIGLX: Loaded and initialized crocus
[ 24014.957] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 24014.957] (II) Initializing extension XFree86-VidModeExtension
[ 24014.958] (II) Initializing extension XFree86-DGA
[ 24014.958] (II) Initializing extension XFree86-DRI
[ 24014.958] (II) Initializing extension DRI2
[ 24014.959] (II) modeset(0): Damage tracking initialized
[ 24014.959] (II) modeset(0): Setting screen physical size to 423 x 238
[ 24015.219] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 24015.219] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 24015.219] (II) LoadModule: "libinput"
[ 24015.219] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 24015.277] (II) Module libinput: vendor="X.Org Foundation"
[ 24015.277]    compiled for 1.21.1.8, module version = 1.3.0
[ 24015.277]    Module class: X.Org XInput Driver
[ 24015.277]    ABI class: X.Org XInput driver, version 24.4
[ 24015.277] (II) Using input driver 'libinput' for 'Power Button'
[ 24015.277] (**) Power Button: always reports core events
[ 24015.277] (**) Option "Device" "/dev/input/event2"
[ 24015.420] (II) event2  - Power Button: is tagged by udev as: Keyboard
[ 24015.420] (II) event2  - Power Button: device is a keyboard
[ 24015.420] (II) event2  - Power Button: device removed
[ 24015.455] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 24015.455] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 24015.455] (II) event2  - Power Button: is tagged by udev as: Keyboard
[ 24015.456] (II) event2  - Power Button: device is a keyboard
[ 24015.456] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 24015.456] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 24015.456] (II) Using input driver 'libinput' for 'Video Bus'
[ 24015.456] (**) Video Bus: always reports core events
[ 24015.456] (**) Option "Device" "/dev/input/event5"
[ 24015.457] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[ 24015.457] (II) event5  - Video Bus: device is a keyboard
[ 24015.457] (II) event5  - Video Bus: device removed
[ 24015.495] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event5"
[ 24015.495] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 24015.496] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[ 24015.496] (II) event5  - Video Bus: device is a keyboard
[ 24015.496] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 24015.497] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 24015.497] (II) Using input driver 'libinput' for 'Power Button'
[ 24015.497] (**) Power Button: always reports core events
[ 24015.497] (**) Option "Device" "/dev/input/event1"
[ 24015.497] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 24015.497] (II) event1  - Power Button: device is a keyboard
[ 24015.498] (II) event1  - Power Button: device removed
[ 24015.648] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 24015.648] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 24015.649] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 24015.649] (II) event1  - Power Button: device is a keyboard
[ 24015.650] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 24015.650] (II) No input driver specified, ignoring this device.
[ 24015.650] (II) This device may have been added with another device file.
[ 24015.651] (II) config/udev: Adding input device CNF9055: Chicony USB 2.0 Camera (/dev/input/event7)
[ 24015.651] (**) CNF9055: Chicony USB 2.0 Camera: Applying InputClass "libinput keyboard catchall"
[ 24015.651] (II) Using input driver 'libinput' for 'CNF9055: Chicony USB 2.0 Camera'
[ 24015.651] (**) CNF9055: Chicony USB 2.0 Camera: always reports core events
[ 24015.651] (**) Option "Device" "/dev/input/event7"
[ 24015.653] (II) event7  - CNF9055: Chicony USB 2.0 Camera: is tagged by udev as: Keyboard
[ 24015.653] (II) event7  - CNF9055: Chicony USB 2.0 Camera: device is a keyboard
[ 24015.653] (II) event7  - CNF9055: Chicony USB 2.0 Camera: device removed
[ 24015.801] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input13/event7"
[ 24015.801] (II) XINPUT: Adding extended input device "CNF9055: Chicony USB 2.0 Camera" (type: KEYBOARD, id 9)
[ 24015.804] (II) event7  - CNF9055: Chicony USB 2.0 Camera: is tagged by udev as: Keyboard
[ 24015.804] (II) event7  - CNF9055: Chicony USB 2.0 Camera: device is a keyboard
[ 24015.805] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[ 24015.805] (II) No input driver specified, ignoring this device.
[ 24015.805] (II) This device may have been added with another device file.
[ 24015.805] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[ 24015.805] (II) No input driver specified, ignoring this device.
[ 24015.805] (II) This device may have been added with another device file.
[ 24015.806] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event4)
[ 24015.807] (**) USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 24015.807] (II) Using input driver 'libinput' for 'USB Optical Mouse'
[ 24015.807] (**) USB Optical Mouse: always reports core events
[ 24015.807] (**) Option "Device" "/dev/input/event4"
[ 24015.864] (II) event4  - USB Optical Mouse: is tagged by udev as: Mouse
[ 24015.865] (II) event4  - USB Optical Mouse: device set to 500 DPI
[ 24015.865] (II) event4  - USB Optical Mouse: device is a pointer
[ 24015.865] (II) event4  - USB Optical Mouse: device removed
[ 24016.025] (II) libinput: USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 24016.025] (II) libinput: USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 24016.025] (II) libinput: USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 24016.025] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:0461:4D16.0002/input/input26/event4"
[ 24016.025] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 10)
[ 24016.025] (**) Option "AccelerationScheme" "none"
[ 24016.025] (**) USB Optical Mouse: (accel) selected scheme none/0
[ 24016.025] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[ 24016.025] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[ 24016.084] (II) event4  - USB Optical Mouse: is tagged by udev as: Mouse
[ 24016.084] (II) event4  - USB Optical Mouse: device set to 500 DPI
[ 24016.084] (II) event4  - USB Optical Mouse: device is a pointer
[ 24016.086] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[ 24016.086] (II) No input driver specified, ignoring this device.
[ 24016.086] (II) This device may have been added with another device file.
[ 24016.087] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 24016.087] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 24016.087] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 24016.087] (**) AT Translated Set 2 keyboard: always reports core events
[ 24016.087] (**) Option "Device" "/dev/input/event3"
[ 24016.089] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 24016.089] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[ 24016.090] (II) event3  - AT Translated Set 2 keyboard: device removed
[ 24016.138] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 24016.138] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 24016.139] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 24016.139] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[ 24016.141] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[ 24016.141] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 24016.141] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 24016.141] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 24016.141] (**) Option "Device" "/dev/input/event8"
[ 24016.142] (II) event8  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 24016.143] (II) event8  - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 24016.143] (II) event8  - SynPS/2 Synaptics TouchPad: device removed
[ 24016.178] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 24016.178] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 24016.178] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 24016.178] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input12/event8"
[ 24016.178] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 24016.179] (**) Option "AccelerationScheme" "none"
[ 24016.179] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 24016.179] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 24016.179] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 24016.180] (II) event8  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 24016.182] (II) event8  - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 24016.183] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 24016.183] (II) No input driver specified, ignoring this device.
[ 24016.183] (II) This device may have been added with another device file.
[ 24016.183] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 24016.183] (II) No input driver specified, ignoring this device.
[ 24016.183] (II) This device may have been added with another device file.
[ 24016.186] (II) config/udev: Adding input device Toshiba WMI hotkeys (/dev/input/event11)
[ 24016.186] (II) No input driver specified, ignoring this device.
[ 24016.186] (II) This device may have been added with another device file.
[ 24017.139] (II) event2  - Power Button: device removed
[ 24017.171] (II) event5  - Video Bus: device removed
[ 24017.211] (II) event1  - Power Button: device removed
[ 24017.248] (II) event7  - CNF9055: Chicony USB 2.0 Camera: device removed
[ 24017.281] (II) event4  - USB Optical Mouse: device removed
[ 24017.315] (II) event3  - AT Translated Set 2 keyboard: device removed
[ 24017.348] (II) event8  - SynPS/2 Synaptics TouchPad: device removed
[ 24017.390] (II) UnloadModule: "libinput"
[ 24017.390] (II) UnloadModule: "libinput"
[ 24017.390] (II) UnloadModule: "libinput"
[ 24017.390] (II) UnloadModule: "libinput"
[ 24017.390] (II) UnloadModule: "libinput"
[ 24017.390] (II) UnloadModule: "libinput"
[ 24017.391] (II) UnloadModule: "libinput"
[ 24017.479] (II) Server terminated successfully (0). Closing log file.

Offline

#6 2024-03-28 09:26:16

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

Re: opengl problem Error: couldn't find RGB GLX visual or fbconfig

[ 24014.384] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 10 22:33:57 2023

That log is almost a year old, look in ~/.local/share/xorg

Offline

#7 2024-03-28 13:05:09

m3sc41in3
Member
Registered: 2024-03-27
Posts: 6

Re: opengl problem Error: couldn't find RGB GLX visual or fbconfig

okay i found this one under this path  ~/.local/share/xorg/Xorg.2.log

[  5439.016] 
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[  5439.018] Current Operating System: Linux laptop 6.7.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 26 Jan 2024 19:10:20 +0000 x86_64
[  5439.018] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=867f4955-4bcd-4f63-b93b-995b8db9943a rw loglevel=3 quiet splash
[  5439.020]  
[  5439.022] Current version of pixman: 0.43.2
[  5439.023]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  5439.023] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  5439.026] (==) Log file: "/home/hamza/.local/share/xorg/Xorg.2.log", Time: Wed Mar 27 07:49:26 2024
[  5439.027] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  5439.028] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  5439.028] (==) ServerLayout "X.org Configured"
[  5439.028] (**) |-->Screen "Screen0" (0)
[  5439.028] (**) |   |-->Monitor "Monitor0"
[  5439.028] (**) |   |-->Device "Card0"
[  5439.028] (**) |-->Input Device "Mouse0"
[  5439.028] (**) |-->Input Device "Keyboard0"
[  5439.028] (==) Automatically adding devices
[  5439.028] (==) Automatically enabling devices
[  5439.028] (==) Automatically adding GPU devices
[  5439.028] (==) Automatically binding GPU devices
[  5439.028] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  5439.028] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  5439.028]    Entry deleted from font path.
[  5439.028] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  5439.028]    Entry deleted from font path.
[  5439.028] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  5439.028]    Entry deleted from font path.
[  5439.028] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  5439.028]    Entry deleted from font path.
[  5439.028] (**) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/100dpi,
        /usr/share/fonts/75dpi,
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/100dpi,
        /usr/share/fonts/75dpi
[  5439.028] (**) ModulePath set to "/usr/lib/xorg/modules"
[  5439.028] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  5439.028] (WW) Disabling Mouse0
[  5439.028] (WW) Disabling Keyboard0
[  5439.028] (II) Module ABI versions:
[  5439.028]    X.Org ANSI C Emulation: 0.4
[  5439.028]    X.Org Video Driver: 25.2
[  5439.028]    X.Org XInput driver : 24.4
[  5439.028]    X.Org Server Extension : 10.0
[  5439.029] (++) using VT number 2

[  5439.030] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[  5439.030] (II) xfree86: Adding drm device (/dev/dri/card1)
[  5439.030] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[  5439.031] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[  5439.033] (--) PCI:*(0@0:2:0) 8086:0116:1179:fc70 rev 9, Mem @ 0xf5000000/4194304, 0xe0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[  5439.033] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  5439.033] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  5439.033] (II) LoadModule: "glx"
[  5439.033] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  5439.035] (II) Module glx: vendor="X.Org Foundation"
[  5439.035]    compiled for 1.21.1.11, module version = 1.0.0
[  5439.035]    ABI class: X.Org Server Extension, version 10.0
[  5439.035] (II) LoadModule: "modesetting"
[  5439.035] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  5439.035] (II) Module modesetting: vendor="X.Org Foundation"
[  5439.035]    compiled for 1.21.1.11, module version = 1.21.1
[  5439.035]    Module class: X.Org Video Driver
[  5439.035]    ABI class: X.Org Video Driver, version 25.2
[  5439.035] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  5439.036] (II) modeset(0): using drv /dev/dri/card1
[  5439.036] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  5439.036] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  5439.036] (==) modeset(0): RGB weight 888
[  5439.036] (==) modeset(0): Default visual is TrueColor
[  5439.036] (II) Loading sub module "glamoregl"
[  5439.036] (II) LoadModule: "glamoregl"
[  5439.036] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  5439.063] (II) Module glamoregl: vendor="X.Org Foundation"
[  5439.063]    compiled for 1.21.1.11, module version = 1.0.1
[  5439.063]    ABI class: X.Org ANSI C Emulation, version 0.4
[  5439.066] couldn't get display device
[  5439.066] (II) modeset(0): glamor initialization failed
[  5439.066] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[  5439.066] (II) modeset(0): Double-buffered shadow updates: off
[  5439.066] (II) modeset(0): Output LVDS-1 using monitor section Monitor0
[  5439.067] (II) modeset(0): Output VGA-1 has no monitor section
[  5439.067] (II) modeset(0): EDID for output LVDS-1
[  5439.067] (II) modeset(0): Manufacturer: AUO  Model: 109e  Serial#: 0
[  5439.067] (II) modeset(0): Year: 2008  Week: 1
[  5439.067] (II) modeset(0): EDID Version: 1.3
[  5439.067] (II) modeset(0): Digital Display Input
[  5439.067] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[  5439.067] (II) modeset(0): Gamma: 2.20
[  5439.067] (II) modeset(0): No DPMS capabilities specified
[  5439.067] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  5439.067] (II) modeset(0): First detailed timing is preferred mode
[  5439.067] (II) modeset(0): redX: 0.610 redY: 0.355   greenX: 0.333 greenY: 0.610
[  5439.067] (II) modeset(0): blueX: 0.152 blueY: 0.100   whiteX: 0.313 whiteY: 0.329
[  5439.067] (II) modeset(0): Manufacturer's mask: 0
[  5439.067] (II) modeset(0): Supported detailed timing:
[  5439.067] (II) modeset(0): clock: 110.4 MHz   Image Size:  382 x 214 mm
[  5439.067] (II) modeset(0): h_active: 1600  h_sync: 1664  h_sync_end 1706 h_blank_end 2000 h_border: 0
[  5439.067] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 920 v_border: 0
[  5439.067] (II) modeset(0): Unknown vendor-specific block f
[  5439.067] (II) modeset(0):  AUO
[  5439.067] (II) modeset(0):  B173RW01 V0
[  5439.067] (II) modeset(0): EDID (in hex):
[  5439.067] (II) modeset(0):   00ffffffffffff0006af9e1000000000
[  5439.067] (II) modeset(0):   01120103802615780a45259c5b559c27
[  5439.067] (II) modeset(0):   19505400000001010101010101010101
[  5439.067] (II) modeset(0):   010101010101202b409061841430402a
[  5439.067] (II) modeset(0):   33007ed6100000180000000f00000000
[  5439.067] (II) modeset(0):   00000000000000000020000000fe0041
[  5439.067] (II) modeset(0):   554f0a202020202020202020000000fe
[  5439.067] (II) modeset(0):   004231373352573031205630200a00bb
[  5439.067] (II) modeset(0): Printing probed modes for output LVDS-1
[  5439.067] (II) modeset(0): Modeline "1600x900"x60.0  110.40  1600 1664 1706 2000  900 903 906 920 -hsync -vsync (55.2 kHz eP)
[  5439.067] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[  5439.067] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[  5439.067] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[  5439.067] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[  5439.067] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  5439.067] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  5439.067] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[  5439.067] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  5439.067] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  5439.067] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  5439.068] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  5439.068] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  5439.068] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  5439.068] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  5439.068] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  5439.068] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  5439.068] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  5439.068] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  5439.068] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  5439.068] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  5439.068] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  5439.068] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  5439.068] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  5439.068] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  5439.068] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  5439.068] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  5439.068] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  5439.068] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  5439.068] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  5439.068] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  5439.068] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  5439.068] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  5439.068] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  5439.068] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  5439.068] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  5439.068] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  5439.068] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  5439.068] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  5439.068] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  5439.068] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  5439.068] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  5439.068] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  5439.068] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  5439.068] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  5439.068] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  5439.068] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  5439.068] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  5439.068] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  5439.068] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  5439.068] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  5439.068] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  5439.068] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  5439.068] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  5439.068] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  5439.068] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  5439.068] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  5439.068] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  5439.068] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  5439.068] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  5439.068] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  5439.068] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  5439.068] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  5439.068] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  5439.068] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  5439.068] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  5439.068] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  5439.068] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  5439.068] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  5439.068] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  5439.068] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  5439.068] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  5439.068] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  5439.069] (II) modeset(0): EDID for output VGA-1
[  5439.069] (II) modeset(0): Output LVDS-1 connected
[  5439.069] (II) modeset(0): Output VGA-1 disconnected
[  5439.069] (II) modeset(0): Using exact sizes for initial modes
[  5439.069] (II) modeset(0): Output LVDS-1 using initial mode 1600x900 +0+0
[  5439.069] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  5439.069] (==) modeset(0): DPI set to (96, 96)
[  5439.069] (II) Loading sub module "fb"
[  5439.069] (II) LoadModule: "fb"
[  5439.069] (II) Module "fb" already built-in
[  5439.069] (II) Loading sub module "shadow"
[  5439.069] (II) LoadModule: "shadow"
[  5439.069] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  5439.083] (II) Module shadow: vendor="X.Org Foundation"
[  5439.083]    compiled for 1.21.1.11, module version = 1.1.0
[  5439.083]    ABI class: X.Org ANSI C Emulation, version 0.4
[  5439.083] (==) modeset(0): Backing store enabled
[  5439.083] (==) modeset(0): Silken mouse enabled
[  5439.111] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  5439.111] (==) modeset(0): DPMS enabled
[  5439.111] (II) Initializing extension Generic Event Extension
[  5439.111] (II) Initializing extension SHAPE
[  5439.111] (II) Initializing extension MIT-SHM
[  5439.111] (II) Initializing extension XInputExtension
[  5439.112] (II) Initializing extension XTEST
[  5439.112] (II) Initializing extension BIG-REQUESTS
[  5439.112] (II) Initializing extension SYNC
[  5439.112] (II) Initializing extension XKEYBOARD
[  5439.112] (II) Initializing extension XC-MISC
[  5439.113] (II) Initializing extension SECURITY
[  5439.113] (II) Initializing extension XFIXES
[  5439.113] (II) Initializing extension RENDER
[  5439.113] (II) Initializing extension RANDR
[  5439.113] (II) Initializing extension COMPOSITE
[  5439.114] (II) Initializing extension DAMAGE
[  5439.114] (II) Initializing extension MIT-SCREEN-SAVER
[  5439.114] (II) Initializing extension DOUBLE-BUFFER
[  5439.114] (II) Initializing extension RECORD
[  5439.114] (II) Initializing extension DPMS
[  5439.114] (II) Initializing extension Present
[  5439.115] (II) Initializing extension DRI3
[  5439.115] (II) Initializing extension X-Resource
[  5439.115] (II) Initializing extension XVideo
[  5439.115] (II) Initializing extension XVideo-MotionCompensation
[  5439.115] (II) Initializing extension GLX
[  5439.115] (II) AIGLX: Screen 0 is not DRI2 capable
[  5439.115] (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (libLLVM-17.so: cannot open shared object file: No such file or directory)
[  5439.116] (EE) AIGLX error: unable to load driver swrast
[  5439.116] (EE) GLX: could not load software renderer
[  5439.116] (II) GLX: no usable GL providers found for screen 0
[  5439.116] (II) Initializing extension XFree86-VidModeExtension
[  5439.116] (II) Initializing extension XFree86-DGA
[  5439.116] (II) Initializing extension XFree86-DRI
[  5439.116] (II) Initializing extension DRI2
[  5439.116] (II) modeset(0): Damage tracking initialized
[  5439.116] (II) modeset(0): Setting screen physical size to 423 x 238
[  5439.257] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  5439.257] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  5439.257] (II) LoadModule: "libinput"
[  5439.257] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  5439.259] (II) Module libinput: vendor="X.Org Foundation"
[  5439.259]    compiled for 1.21.1.8, module version = 1.4.0
[  5439.259]    Module class: X.Org XInput Driver
[  5439.259]    ABI class: X.Org XInput driver, version 24.4
[  5439.259] (II) Using input driver 'libinput' for 'Power Button'
[  5439.260] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 21 paused 0
[  5439.260] (**) Power Button: always reports core events
[  5439.260] (**) Option "Device" "/dev/input/event2"
[  5439.262] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  5439.262] (II) event2  - Power Button: device is a keyboard
[  5439.262] (II) event2  - Power Button: device removed
[  5439.262] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  5439.262] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  5439.263] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  5439.263] (II) event2  - Power Button: device is a keyboard
[  5439.264] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[  5439.264] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  5439.264] (II) Using input driver 'libinput' for 'Video Bus'
[  5439.265] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 24 paused 0
[  5439.265] (**) Video Bus: always reports core events
[  5439.265] (**) Option "Device" "/dev/input/event5"
[  5439.266] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[  5439.266] (II) event5  - Video Bus: device is a keyboard
[  5439.266] (II) event5  - Video Bus: device removed
[  5439.266] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event5"
[  5439.266] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  5439.267] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[  5439.267] (II) event5  - Video Bus: device is a keyboard
[  5439.268] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  5439.268] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  5439.268] (II) Using input driver 'libinput' for 'Power Button'
[  5439.269] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
[  5439.269] (**) Power Button: always reports core events
[  5439.269] (**) Option "Device" "/dev/input/event1"
[  5439.270] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  5439.270] (II) event1  - Power Button: device is a keyboard
[  5439.270] (II) event1  - Power Button: device removed
[  5439.270] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  5439.270] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  5439.271] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  5439.271] (II) event1  - Power Button: device is a keyboard
[  5439.272] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  5439.272] (II) No input driver specified, ignoring this device.
[  5439.272] (II) This device may have been added with another device file.
[  5439.272] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[  5439.272] (II) No input driver specified, ignoring this device.
[  5439.272] (II) This device may have been added with another device file.
[  5439.273] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[  5439.273] (II) No input driver specified, ignoring this device.
[  5439.273] (II) This device may have been added with another device file.
[  5439.274] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event4)
[  5439.274] (**) USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[  5439.274] (II) Using input driver 'libinput' for 'USB Optical Mouse'
[  5439.274] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[  5439.274] (**) USB Optical Mouse: always reports core events
[  5439.274] (**) Option "Device" "/dev/input/event4"
[  5439.276] (II) event4  - USB Optical Mouse: is tagged by udev as: Mouse
[  5439.276] (II) event4  - USB Optical Mouse: device set to 500 DPI
[  5439.276] (II) event4  - USB Optical Mouse: device is a pointer
[  5439.277] (II) event4  - USB Optical Mouse: device removed
[  5439.277] (II) libinput: USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  5439.277] (II) libinput: USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  5439.277] (II) libinput: USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  5439.277] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:0461:4D16.0001/input/input8/event4"
[  5439.277] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 9)
[  5439.277] (**) Option "AccelerationScheme" "none"
[  5439.277] (**) USB Optical Mouse: (accel) selected scheme none/0
[  5439.277] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[  5439.277] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[  5439.278] (II) event4  - USB Optical Mouse: is tagged by udev as: Mouse
[  5439.278] (II) event4  - USB Optical Mouse: device set to 500 DPI
[  5439.279] (II) event4  - USB Optical Mouse: device is a pointer
[  5439.280] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[  5439.280] (II) No input driver specified, ignoring this device.
[  5439.280] (II) This device may have been added with another device file.
[  5439.280] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[  5439.280] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  5439.280] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  5439.281] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[  5439.281] (**) AT Translated Set 2 keyboard: always reports core events
[  5439.281] (**) Option "Device" "/dev/input/event3"
[  5439.282] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  5439.282] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  5439.283] (II) event3  - AT Translated Set 2 keyboard: device removed
[  5439.283] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[  5439.283] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[  5439.284] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  5439.284] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  5439.285] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[  5439.285] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[  5439.285] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[  5439.286] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 28 paused 0
[  5439.286] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  5439.286] (**) Option "Device" "/dev/input/event8"
[  5439.287] (II) event8  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  5439.288] (II) event8  - SynPS/2 Synaptics TouchPad: device is a touchpad
[  5439.289] (II) event8  - SynPS/2 Synaptics TouchPad: device removed
[  5439.289] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  5439.289] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  5439.289] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  5439.289] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input13/event8"
[  5439.289] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[  5439.290] (**) Option "AccelerationScheme" "none"
[  5439.290] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[  5439.290] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  5439.290] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  5439.291] (II) event8  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  5439.292] (II) event8  - SynPS/2 Synaptics TouchPad: device is a touchpad
[  5439.293] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[  5439.293] (II) No input driver specified, ignoring this device.
[  5439.293] (II) This device may have been added with another device file.
[  5439.294] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[  5439.294] (II) No input driver specified, ignoring this device.
[  5439.294] (II) This device may have been added with another device file.
[  5439.296] (II) config/udev: Adding input device Toshiba WMI hotkeys (/dev/input/event7)
[  5439.296] (II) No input driver specified, ignoring this device.
[  5439.296] (II) This device may have been added with another device file.
[  5457.193] (**) Option "fd" "21"
[  5457.193] (II) event2  - Power Button: device removed
[  5457.193] (**) Option "fd" "24"
[  5457.194] (II) event5  - Video Bus: device removed
[  5457.194] (**) Option "fd" "25"
[  5457.194] (II) event1  - Power Button: device removed
[  5457.194] (**) Option "fd" "26"
[  5457.194] (II) event4  - USB Optical Mouse: device removed
[  5457.194] (**) Option "fd" "27"
[  5457.194] (II) event3  - AT Translated Set 2 keyboard: device removed
[  5457.194] (**) Option "fd" "28"
[  5457.194] (II) event8  - SynPS/2 Synaptics TouchPad: device removed
[  5457.211] (II) UnloadModule: "libinput"
[  5457.211] (II) systemd-logind: releasing fd for 13:72
[  5457.212] (II) UnloadModule: "libinput"
[  5457.212] (II) systemd-logind: releasing fd for 13:67
[  5457.212] (II) UnloadModule: "libinput"
[  5457.212] (II) systemd-logind: releasing fd for 13:68
[  5457.213] (II) UnloadModule: "libinput"
[  5457.213] (II) systemd-logind: releasing fd for 13:65
[  5457.213] (II) UnloadModule: "libinput"
[  5457.214] (II) systemd-logind: releasing fd for 13:69
[  5457.214] (II) UnloadModule: "libinput"
[  5457.214] (II) systemd-logind: releasing fd for 13:66
[  5457.262] (II) Server terminated successfully (0). Closing log file.

Offline

#8 2024-03-28 13:23:14

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

Re: opengl problem Error: couldn't find RGB GLX visual or fbconfig

[  5439.115] (II) AIGLX: Screen 0 is not DRI2 capable
[  5439.115] (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (libLLVM-17.so: cannot open shared object file: No such file or directory)
[  5439.116] (EE) AIGLX error: unable to load driver swrast
[  5439.116] (EE) GLX: could not load software renderer
[  5439.116] (II) GLX: no usable GL providers found for screen 0

Xorg.2.log doesn't sound all that convincing - the counting starts at "0" - is this VNC or similar?

[  5439.027] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  5439.028] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  5439.028] (==) ServerLayout "X.org Configured"
[  5439.028] (**) |-->Screen "Screen0" (0)
[  5439.028] (**) |   |-->Monitor "Monitor0"
[  5439.028] (**) |   |-->Device "Card0"
[  5439.028] (**) |-->Input Device "Mouse0"
[  5439.028] (**) |-->Input Device "Keyboard0"
grep -r Card0 /{etc,usr/share}/X11/xorg.conf*
[  5439.018] Current Operating System: Linux laptop 6.7.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 26 Jan 2024 19:10:20 +0000 x86_64

is an older kernel, the entire situation smells like a partial update?

pacman -Qikk llvm-libs

Offline

#9 2024-03-28 23:00:06

m3sc41in3
Member
Registered: 2024-03-27
Posts: 6

Re: opengl problem Error: couldn't find RGB GLX visual or fbconfig

no its my main os in my computer it was working fine and running opengl programs but now opengl seems to be broken or sth

 $ grep -r Card0 /{etc,usr/share}/X11/xorg.conf*                                                                                                   
/etc/X11/xorg.conf.d/20-intel.conf:     Identifier  "Card0"
/etc/X11/xorg.conf.d/20-intel.conf:     Device     "Card0"
$ pacman -Qikk llvm-libs                                                                                                                          
Name            : llvm-libs
Version         : 16.0.6-1
Description     : LLVM runtime libraries
Architecture    : x86_64
URL             : https://llvm.org/
Licenses        : custom:Apache 2.0 with LLVM Exception
Groups          : None
Provides        : None
Depends On      : gcc-libs  zlib  zstd  libffi  libedit  ncurses  libxml2
Optional Deps   : None
Required By     : clang  libva-mesa-driver  llvm  mesa  mesa-vdpau  openmp  rust  vulkan-radeon
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 131.52 MiB
Packager        : Evangelos Foutras <foutrelis@archlinux.org>
Build Date      : Fri 18 Aug 2023 04:01:30 PM CET
Install Date    : Tue 12 Sep 2023 05:49:46 AM CET
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

llvm-libs: 16 total files, 0 altered files

btw this llvm i've updated this and i noticed that vulkan gives me an error it says i need llvm 17 lib but i have the 16 even when i updated it

$ vulkaninfo                                                                                                                                      
ERROR: [Loader Message] Code 0 : libLLVM-17.so: cannot open shared object file: No such file or directory
ERROR: [Loader Message] Code 0 : loader_icd_scan: Failed loading library associated with ICD JSON /usr/lib/libvulkan_radeon.so. Ignoring this JSON
ERROR: [Loader Message] Code 0 : setup_loader_term_phys_devs:  Failed to detect any valid GPUs in the current config
ERROR at /usr/src/debug/vulkan-tools/Vulkan-Tools-1.3.269/vulkaninfo/./vulkaninfo.h:237:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILED

i do not know if this related or not but opengl and vulkan both seem to be not working correctly

Offline

#10 2024-03-28 23:09:51

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

Re: opengl problem Error: couldn't find RGB GLX visual or fbconfig

Offline

#11 2024-03-28 23:18:04

m3sc41in3
Member
Registered: 2024-03-27
Posts: 6

Re: opengl problem Error: couldn't find RGB GLX visual or fbconfig

yeah i've thought of that so what i did i've grabbed the file for the libLLVM-17.so lib and copied it to /usr/lib
didn't work either
imma try that reflector one and see

Offline

Board footer

Powered by FluxBB