00:00
ahmadsamir has quit [Remote host closed the connection]
00:11
columbarius has joined #wayland
00:13
co4umbarius has quit [Ping timeout: 480 seconds]
00:35
CyberMonkey-M has joined #wayland
00:35
CyberMonkey-M has quit [Remote host closed the connection]
01:11
fith has joined #wayland
01:11
fith has quit [Remote host closed the connection]
01:11
CME has quit [Ping timeout: 480 seconds]
01:49
pg_docbot has joined #wayland
01:49
pg_docbot has quit [Remote host closed the connection]
02:12
tomke has quit [Ping timeout: 480 seconds]
02:48
CME has joined #wayland
03:09
tatyango[m] has joined #wayland
03:09
tatyango[m] has quit [autokilled: Suspected spammer. Mail support@oftc.net with questions (2021-06-08 03:09:47)]
03:10
Animtim has joined #wayland
03:10
Animtim has quit [autokilled: Possible spambot. Mail support@oftc.net if you think this is in error. (2021-06-08 03:10:22)]
03:11
khfeng has joined #wayland
03:40
danshick has quit [Remote host closed the connection]
03:40
danshick has joined #wayland
03:58
blue__penquin has joined #wayland
04:20
danvet has joined #wayland
04:57
shankaru1 has joined #wayland
05:45
hardening has joined #wayland
06:03
Aleksey[-t has joined #wayland
06:04
Aleksey[-t has quit [autokilled: Suspected spammer. Mail support@oftc.net with questions (2021-06-08 06:04:29)]
06:05
Ronis_BR has joined #wayland
06:05
Ronis_BR has quit [Remote host closed the connection]
06:30
wirem0n has joined #wayland
06:30
wirem0n has quit [autokilled: Suspected spammer. Mail support@oftc.net with questions (2021-06-08 06:30:22)]
06:34
blue__penquin has quit [Remote host closed the connection]
06:35
blue__penquin has joined #wayland
06:55
pnowack has joined #wayland
08:03
abcdw has joined #wayland
08:17
SynfulAck has joined #wayland
08:17
SynfulAck has quit [Remote host closed the connection]
08:22
jessicara has joined #wayland
08:23
jessicara has quit [autokilled: Suspected spammer. Mail support@oftc.net with questions (2021-06-08 08:23:07)]
08:33
rgallaispou has quit [Remote host closed the connection]
08:37
tomke has joined #wayland
08:38
dblsaiko has joined #wayland
08:44
heeen has quit [Ping timeout: 480 seconds]
08:44
heeen has joined #wayland
08:53
rgallaispou has joined #wayland
08:54
blue__penquin has quit [Remote host closed the connection]
08:55
blue__penquin has joined #wayland
08:58
tzimmermann has joined #wayland
09:00
libussa has joined #wayland
09:00
libussa has quit [Remote host closed the connection]
09:41
korozion has joined #wayland
09:42
korozion has quit [Remote host closed the connection]
09:45
clueminati has joined #wayland
09:46
clueminati has quit [Remote host closed the connection]
10:02
sunarch has joined #wayland
10:03
arichardson[m] has joined #wayland
10:11
txtsd has quit [Ping timeout: 480 seconds]
10:23
cdh4[m|gr] has joined #wayland
10:23
cdh4[m|gr] has quit [Remote host closed the connection]
10:29
sgibber2018 has joined #wayland
10:29
sgibber2018 has quit [autokilled: Suspected spammer. Mail support@oftc.net with questions (2021-06-08 10:29:26)]
10:41
nosliot has left #wayland [#wayland]
10:45
sca has joined #wayland
10:45
zumbi has joined #wayland
10:53
sca has quit [Ping timeout: 480 seconds]
11:12
blue__penquin has quit [Remote host closed the connection]
11:13
blue__penquin has joined #wayland
11:23
voyageur17 has joined #wayland
11:23
voyageur17 has quit [Remote host closed the connection]
11:39
PublicWiFi has joined #wayland
11:39
PublicWiFi has quit [autokilled: Suspected spammer. Mail support@oftc.net with questions (2021-06-08 11:39:32)]
12:23
blue__penquin has quit [Remote host closed the connection]
12:24
conjunctive has joined #wayland
12:24
conjunctive has quit [autokilled: Suspected spammer. Mail support@oftc.net with questions (2021-06-08 12:24:49)]
12:33
FrostKiwi has joined #wayland
12:34
neonking has joined #wayland
12:42
<
FrostKiwi >
A Gallium driver is coming to Gen4/Gen5 Intel iGPUs (
https://www.phoronix.com/scan.php?page=news_item&px=Crocus-WIP-MR-Mesa ) and it made me wonder how the wayland graphics stack works. In X11 you define in xorg.conf what Driver to use, but that is not the case with Wayland, where it just works automatically. How does Wayland chose where it get's it's OpenGL / OpenGLES capability from?
12:43
<
emersion >
mesa picks the appropriate driver
12:43
<
emersion >
it's not difficult, getGetVersion then dlopen(driver_name)
12:44
<
emersion >
i think X11 can auto-detect as well?
12:44
<
FrostKiwi >
emersion: Can I ask it nicely to pick something else?^^
12:47
<
emersion >
what do you want to do exactly? pick a different GPU on a multi-GPU setup?
12:48
<
pq >
or pick a different Mesa driver for one GPU than what Mesa picks by default?
12:48
<
FrostKiwi >
pq: Yep, that one.
12:48
<
pq >
that's completely up to Mesa then
12:49
<
emersion >
MESA_LOADER_DRIVER_OVERRIDE
12:49
<
emersion >
will probably break stuff
12:49
<
FrostKiwi >
emersion: If I manage to patch and compile that new driver for i915, then I will have 2 and I want to switch for testing.
12:49
<
emersion >
ah, isee
12:49
<
FrostKiwi >
*patch and compile for FreeBSD
12:49
<
emersion >
i think MESA_LOADER_DRIVER_OVERRIDE will do then
12:51
<
FrostKiwi >
Why does X11 require you writing an xorg.conf then if it's supposedly automatic?
12:51
<
FrostKiwi >
Anytime I installed arch I had to specify Driver "modesetting" or "intel" if x86-video-intel was installed.
12:51
<
pq >
The only driver I know of that is set in xorg.conf are the xf86-video-* Xorg drivers.
12:51
<
pq >
not the Mesa driver
12:51
<
FrostKiwi >
oooooooooh
12:52
<
pq >
yeah, we have (at least) three different kinds of drivers: kernel, Mesa, and Xorg.
12:52
Hello711 has joined #wayland
12:52
<
FrostKiwi >
and that DRI thingy in between Mesa and kernel
12:53
Hello711 has quit [Remote host closed the connection]
12:53
<
pq >
DRI is many things, which one do you mean? :-)
12:53
<
pq >
DRM is the kernel API towards userspace
12:54
<
FrostKiwi >
uuuugh... that thing I need to get a graphical console and not a VGA console on FreeBSD. "i915kms.ko" installed by "drm-kmod"
12:54
<
pq >
...which is exposed via device nodes in /dev/dri, heh
12:54
<
MrCooper >
the DRI driver can also be overridden via driconf
12:55
<
pq >
I have no idea at all about any of the BSDs.
12:55
<
pq >
The kernel drivers are referred to as DRM, though. Most DRI things are in userspace instead.
13:04
FrostKiwi_ has joined #wayland
13:10
FrostKiwi has quit [Ping timeout: 480 seconds]
13:15
silver has quit [Quit: One for all, all for One (2 Corinthians 5)]
13:15
enko-h has joined #wayland
13:16
enko-h has quit [Remote host closed the connection]
13:19
shankaru1 has quit []
13:24
KBme11 has joined #wayland
13:25
KBme11 has quit [Remote host closed the connection]
13:50
txtsd has joined #wayland
13:55
HaritonLobov-t has joined #wayland
13:55
HaritonLobov-t has quit [Remote host closed the connection]
14:13
shankaru1 has joined #wayland
14:30
sunarch_ has joined #wayland
14:30
sunarch__ has joined #wayland
14:37
sunarch has quit [Ping timeout: 480 seconds]
14:38
sunarch_ has quit [Ping timeout: 480 seconds]
15:33
adjtm has joined #wayland
15:42
jryans is now known as Guest1328
15:57
Guest1328 is now known as jryans
15:57
jryans has quit [Quit: authenticating]
15:57
jryans has joined #wayland
16:04
<
zzag >
pq: technically, can a cursor surface have sub-surfaces?
16:04
<
zzag >
the protocol spec doesn't forbid
16:04
<
zzag >
but I still wonder if it's a legit case
16:05
<
zzag >
also, many compositors probably don't handle this edge case correctly...
16:11
amahl has joined #wayland
16:27
<
emersion >
yes, a cursor can have subsurfaces
16:27
<
gitlab-bot >
emersion issue 4 in wleird "Cursor with subsurfaces" [Open]
16:39
FrostKiwi_ has left #wayland [#wayland]
16:40
FrostKiwi has joined #wayland
16:42
<
zzag >
emersion: sigh, amazing
16:42
<
emersion >
i don't know of any client doing that though
16:42
<
zzag >
yep, it's probably an edge case
16:45
<
emersion >
drag and drop sub-surfaces might be more common, or at least have a more reasonable use-case
16:45
<
emersion >
e.g. display a little indicator next to the drag icon
16:48
mceier has quit [Quit: leaving]
16:51
mceier has joined #wayland
16:58
sammi` has joined #wayland
17:00
FrostKiwi_ has joined #wayland
17:01
pieguy128 has joined #wayland
17:04
FrostKiwi has quit [Ping timeout: 480 seconds]
17:43
khfeng has quit [Ping timeout: 480 seconds]
17:43
AndraParaschiv[4 has joined #wayland
17:44
AndraParaschiv[4 has quit [autokilled: Suspected spammer. Mail support@oftc.net with questions (2021-06-08 17:44:04)]
17:49
tzimmermann has quit [Quit: Leaving]
17:52
tdeo has joined #wayland
18:03
deni23 has joined #wayland
18:03
deni23 has quit [Remote host closed the connection]
18:18
AJ_Z0 has quit [Read error: Connection reset by peer]
18:18
AJ_Z0 has joined #wayland
18:44
transfusion has joined #wayland
18:44
transfusion has quit [autokilled: Suspected spammer. Mail support@oftc.net with questions (2021-06-08 18:44:41)]
18:44
shankaru1 has quit []
18:54
shankaru1 has joined #wayland
19:34
kchibisov has joined #wayland
19:50
psil has joined #wayland
19:50
psil has quit [Remote host closed the connection]
20:07
marathon has joined #wayland
20:37
marex_ has joined #wayland
20:38
marex has quit [Read error: Connection reset by peer]
20:48
wired_ has joined #wayland
20:48
wired_ has quit [Remote host closed the connection]
20:52
alket_ has joined #wayland
20:52
alket_ has quit [Remote host closed the connection]
20:57
shankaru1 has quit [Remote host closed the connection]
20:58
shankaru1 has joined #wayland
21:09
shankaru1 has quit []
21:19
marex_ is now known as marex
21:21
mw_ has joined #wayland
21:21
mw_ has quit [Remote host closed the connection]
21:27
amahl has quit [Ping timeout: 480 seconds]
22:03
Plagman has quit []
22:03
Plagman has joined #wayland
22:05
<
Plagman >
MrCooper: gamescope relies on polling the dma-bufs as well and i think they come back at the right time from what i've seen on amdgpu
22:05
<
Plagman >
it's concerning if you ran into an issue there, i'd want to double-check we're not affected as well
22:05
<
Plagman >
what's the different behaviour you're seeing there?
22:24
tosaraja2 has joined #wayland
22:25
tosaraja2 has quit [autokilled: spambot. Dont mail support@oftc.net with questions (2021-06-08 22:25:14)]
22:53
riisu has joined #wayland
23:10
hardening has quit [Ping timeout: 480 seconds]
23:26
neonking has quit [Remote host closed the connection]
23:26
marissa_nb[m|gr] has joined #wayland
23:26
marissa_nb[m|gr] has quit [Remote host closed the connection]
23:36
burak has joined #wayland
23:37
burak has quit [Remote host closed the connection]
23:40
anarsoul has quit [Ping timeout: 480 seconds]
23:43
futunebot has joined #wayland
23:44
futunebot has quit [Remote host closed the connection]
23:52
anarsoul has joined #wayland
23:53
anarsoul has quit [Remote host closed the connection]
23:53
anarsoul has joined #wayland