ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
hexa- has joined #dri-devel
<YuGiOhJCJ> hello, I am on a Dell Latitude 3140 and lspci told me that the graphics card is an Intel 46d0: https://dgpu-docs.intel.com/devices/hardware-table.html can you tell me which mesa DRI module is supposed to be loaded for this GPU please?
shoragan has quit []
shoragan has joined #dri-devel
Mangix has quit [Ping timeout: 480 seconds]
<Kayden> >> git grep 46d0 include/
<Kayden> include/pci_ids/iris_pci_ids.h:CHIPSET(0x46d0, adl_n, "ADL-N", "Intel(R) Graphics")
<Kayden> looks like that's a Gen12 Alderlake system that should use iris_dri.so
<YuGiOhJCJ> thanks but if I try to force in xorg.conf.d: Driver "iris", it is not found but it seems that this is not a driver but an option like here: https://wiki.archlinux.org/title/Intel_graphics but when I set: Driver "intel" then: Option "DRI" "iris", I get an error "failed to submit rendering commands" then "could not open default font"...
shoragan has quit [Read error: Network is unreachable]
<Kayden> The xf86-video-intel 2D driver doesn't support that GPU AFAIK.
<Kayden> You'll want to be using the "modesetting" xorg driver
<Kayden> which is included with the X server
<Kayden> modesetting uses glamor (OpenGL) for acceleration, which should load libEGL.so and use the EGL_MESA_query_driver extension to ask the EGL implementation which DRI driver to load. if your libEGL.so is pointing at Mesa, it should respond with iris and load it automatically
pH5 has quit [Read error: No route to host]
pH5 has joined #dri-devel
shoragan has joined #dri-devel
<Kayden> that should also work out of the box without any xorg.conf...
<YuGiOhJCJ> when I try with: Driver "modesetting", I get the following error in the Xorg.0.log file: "[ 2622.305] (EE) modeset(0): [DRI2] No driver mapping found for PCI device 0x8086 / 0x46d0"
<Kayden> that's odd. does eglinfo | grep driver show "EGL driver name: iris" and "EGL_MESA_query_driver"?
<YuGiOhJCJ> "eglinfo" is not available on my system
<Kayden> ah, it's from the mesa-utils package if you're on arch
<Kayden> (just guessing since you cited the arch wiki)
<YuGiOhJCJ> I am on Slackware
<Kayden> ah
<YuGiOhJCJ> but yeah ok it is supposed to be part of Mesa
<Kayden> it's built from the mesa demos repo actually
<YuGiOhJCJ> ok
<YuGiOhJCJ> I'll try to get it
<Kayden> I guess another question would be, do you have libEGL.so from glvnd and libEGL_mesa.so from Mesa?
<YuGiOhJCJ> I only took glxinfo and glxgears last time I built the package from source, that's why
<Kayden> I don't think it should hit that driver map path unless egl is not working.
<Kayden> (we never added anything iris or crocus to the xserver...it just asks libEGL)
<YuGiOhJCJ> /usr/lib64/libEGL.so and /usr/lib64/libEGL_mesa.so are present indeed, part of mesa-23.0.3 package
<Kayden> hmm :(
Kayden has quit [Quit: rebooting]
Kayden has joined #dri-devel
<YuGiOhJCJ> ok I ran "eglinfo" and I see a lot of lines
<YuGiOhJCJ> wait I have to grep it
<YuGiOhJCJ> wow I see some permission denied, should I run it as root?
<YuGiOhJCJ> "libEGL warning: failed to open /dev/dri/card0: Permission denied"
<Kayden> what are the permissions on /dev/dri/* ?
<YuGiOhJCJ> maybe I should be member of the group video
<Kayden> on arch you need to be in the video and render groups
<Kayden> not sure about slack
<Kayden> but yeah, probably just missing a group
<YuGiOhJCJ> "crw-rw---- 1 root video 226, 0 May 18 2025 /dev/dri/card0"
<Kayden> renderD128 would also be used by a lot of things
<YuGiOhJCJ> I'll add myself to the "video" group
<YuGiOhJCJ> then try again
<Kayden> (card0 is usually used by things wanting to own the monitor outputs, renderD128 by programs that want to render things)
valpackett has quit [Ping timeout: 480 seconds]
MrCooper_ has joined #dri-devel
<YuGiOhJCJ> wait, in fact the permission problem is only seen when I do "eglinfo | grep driver" from ssh, when I do it on the host directly I have no output at all
<YuGiOhJCJ> oops
<YuGiOhJCJ> no I did not type it correctly on the host
<YuGiOhJCJ> that's why
<YuGiOhJCJ> ok I see "iris"
<YuGiOhJCJ> as expected
MrCooper has quit [Ping timeout: 480 seconds]
<YuGiOhJCJ> in fact, if I don't specify anything in xorg.conf.d, it tries to load the old deprecated amber driver: "[ 4637.905] (EE) AIGLX error: dlopen of /usr/lib64/xorg/modules/dri/i965_dri.so failed (/usr/lib64/xorg/modules/dri/i965_dri.so: cannot open shared object file: No such file or directory)"
<YuGiOhJCJ> that's why I prefer to add a conf file to xorg.conf.d
<Kayden> odd... it shouldn't
<YuGiOhJCJ> I guess it's because my xorg is a bit old
<Kayden> I wrote the handling for all of this in 2019 though :/
<YuGiOhJCJ> lol and my xorg-server is 1.19.7 from 2019: https://www.x.org/releases/individual/xserver/
<Kayden> yikes
<YuGiOhJCJ> do you think it is too old to work correctly?
<Kayden> I'll admit, this isn't something I've devoted any thinking to
<YuGiOhJCJ> if only I could upgrade xorg-server only but I guess I will have to upgrade all its dependencies too :(
<YuGiOhJCJ> better to upgrade from slackware 14.2 to 15.0
<YuGiOhJCJ> is there not a generic VGA driver that could work during this time?
<YuGiOhJCJ> I don't really need big performances
Mangix has joined #dri-devel
davispuh has quit [Ping timeout: 480 seconds]
<YuGiOhJCJ> is there a reason for the big jump in version numbers between xorg-server-1.20.14 (2021) and xorg-server-21.1.0 (2021)?
<Kayden> just changed versioning schemes to be Year . Number instead of incrementing
<YuGiOhJCJ> oh ok
<YuGiOhJCJ> anyway it's weird xorg-server 21.1.0 and above require "fixesproto >= 6.0" whereas the last one is 5.0: https://www.x.org/releases/individual/proto/
<Kayden> they might've gotten combined into xorgproto
<YuGiOhJCJ> nice indeed
MrCooper__ has joined #dri-devel
MrCooper_ has quit [Ping timeout: 480 seconds]
Calandracas_ has quit [Ping timeout: 480 seconds]
YuGiOhJCJ has quit []
valpackett has joined #dri-devel
olivial has quit [Remote host closed the connection]
olivial has joined #dri-devel
MrCooper_ has joined #dri-devel
MrCooper__ has quit [Ping timeout: 480 seconds]
Calandracas has joined #dri-devel
mwalle has quit [Quit: WeeChat 3.8]
nerdopolis has quit [Ping timeout: 480 seconds]
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
kts has joined #dri-devel
Pie-jacker875 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Pie-jacker875 has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
Duke`` has joined #dri-devel
glennk has joined #dri-devel
epoch101 has quit []
coldfeet has joined #dri-devel
jolan has quit [Ping timeout: 480 seconds]
Nasina has quit [Ping timeout: 480 seconds]
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
fab has joined #dri-devel
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
fab has quit [Ping timeout: 480 seconds]
Company has joined #dri-devel
jolan has joined #dri-devel
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
yrlf has quit [Quit: The Lounge - https://thelounge.chat]
yrlf has joined #dri-devel
rasterman has joined #dri-devel
guru_ has joined #dri-devel
oneforall2 has quit [Ping timeout: 480 seconds]
helmhotz has joined #dri-devel
Jeremy_Rand_Talos__ has quit [Remote host closed the connection]
Jeremy_Rand_Talos__ has joined #dri-devel
f_|DSR has quit [Remote host closed the connection]
f_|DSR has joined #dri-devel
fab has joined #dri-devel
Nasina has joined #dri-devel
bolson has quit [Ping timeout: 480 seconds]
coldfeet has quit [Remote host closed the connection]
fab has quit [Ping timeout: 480 seconds]
kzd has quit [Ping timeout: 480 seconds]
coldfeet has joined #dri-devel
helmhotz has quit [Ping timeout: 480 seconds]
Caterpillar has joined #dri-devel
haaninjo has joined #dri-devel
balrog has quit [Ping timeout: 480 seconds]
olivial has quit [Read error: Connection reset by peer]
olivial has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
sima has joined #dri-devel
nerdopolis has joined #dri-devel
kts has joined #dri-devel
valpackett has quit [Ping timeout: 480 seconds]
kts has quit [Ping timeout: 480 seconds]
epoch101 has joined #dri-devel
f_|DSR is now known as funderscore
funderscore is now known as f_|DSR
helmhotz has joined #dri-devel
dsimic is now known as Guest16223
dsimic has joined #dri-devel
Guest16223 has quit [Ping timeout: 480 seconds]
marcf has quit [Remote host closed the connection]
marcf has joined #dri-devel
valpackett has joined #dri-devel
valpackett has quit [Ping timeout: 480 seconds]
u-amarsh04 has joined #dri-devel
rasterman has joined #dri-devel
balrog has joined #dri-devel
epoch101 has quit [Ping timeout: 480 seconds]
kzd has joined #dri-devel
epoch101 has joined #dri-devel
epoch101 has quit []
epoch101 has joined #dri-devel
kzd has quit [Quit: kzd]
davispuh has joined #dri-devel
kzd has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
coldfeet has quit [Quit: Lost terminal]
Nasina has quit [Remote host closed the connection]
Nasina has joined #dri-devel
Mangix has quit [Ping timeout: 480 seconds]
Jeremy_Rand_Talos__ has quit [Remote host closed the connection]
Nasina has quit [Read error: Connection reset by peer]
Jeremy_Rand_Talos__ has joined #dri-devel
Nasina has joined #dri-devel
rasterman has joined #dri-devel
Nasina has quit [Ping timeout: 480 seconds]
Mangix has joined #dri-devel
sima has quit [Ping timeout: 480 seconds]
Duke`` has quit [Ping timeout: 480 seconds]
jsa1 has joined #dri-devel
davispuh has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
Nasina has quit [Remote host closed the connection]
haaninjo has quit [Quit: Ex-Chat]
jsa1 has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
JRepin has quit [Remote host closed the connection]
helmhotz_ has joined #dri-devel
YuGiOhJCJ has joined #dri-devel
helmhotz has quit [Ping timeout: 480 seconds]
helmhotz has joined #dri-devel
apinheiro has joined #dri-devel
helmhotz_ has quit [Ping timeout: 480 seconds]
valpackett has joined #dri-devel
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
apinheiro has quit [Quit: Leaving]
jsa1 has joined #dri-devel
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
ADS_Sr has joined #dri-devel