ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
crazybyte3 has joined #wayland
crazybyte has quit [Ping timeout: 480 seconds]
crazybyte3 is now known as crazybyte
garnacho has quit [Ping timeout: 480 seconds]
cool110 has joined #wayland
Guest4196 has quit [Remote host closed the connection]
cool110 is now known as Guest4730
sgdr has quit [Quit: sgdr]
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
d10n_ is now known as d10n
Brainium has quit [Quit: Konversation terminated!]
Brainium has joined #wayland
eroc1990 has quit [Quit: The Lounge - https://thelounge.chat]
eroc1990 has joined #wayland
<gryffus_> drm_info|grep Mode gives me "Mode: 1920x1080@60.00 phsync nvsync"
<gryffus_> But I doubt think the adapter supports only 1 resolution
<danieldg> gryffus_: grep for hsync instead to get a list, or search it
<danieldg> they aren't prefixed with Mode
<gryffus_> danieldg: yeah, only 1920x1080
<gryffus_> "1920x1080@60.00 preferred driver phsync nvsync" and "1920x1080@48.00 driver phsync nvsync"
<danieldg> look in the Connector section
<danieldg> This service is now obsolete
<gryffus_> sorry wrong link :x
<danieldg> ah, eDP might actually only support one resolution
<gryffus_> I am using even 640 x 480 on both X11 and Windows
glennk has joined #wayland
KDDLB has quit [Quit: The Lounge - https://thelounge.chat]
KDDLB has joined #wayland
Brainium has quit [Quit: Konversation terminated!]
Dami_Lu has quit [Remote host closed the connection]
Dami_Lu has joined #wayland
mxz__ has joined #wayland
<bwidawsk> gryffus_: so there's no reason why you can't render the surfaces at lower resolutions, but either the compositor, or the display is going to scale it to 19x10
<bwidawsk> I know nothing about how KDE handles this stuff, but fractional scaling should allow this
mxz_ has quit [Ping timeout: 480 seconds]
mxz has quit [Ping timeout: 480 seconds]
mxz has joined #wayland
RAOF has quit [Remote host closed the connection]
RAOF has joined #wayland
coldfeet has joined #wayland
mclasen has quit [Quit: mclasen]
mclasen has joined #wayland
Guest3332 has quit [Remote host closed the connection]
mclasen has quit [Ping timeout: 480 seconds]
cool110 has joined #wayland
cool110 is now known as Guest4805
Guest4730 has quit [Ping timeout: 480 seconds]
coldfeet has quit [Remote host closed the connection]
kts has joined #wayland
coldfeet has joined #wayland
leon-anavi has joined #wayland
coldfeet has quit [Quit: Lost terminal]
tzimmermann has joined #wayland
co1umbarius has quit [Remote host closed the connection]
tristianc6704 has quit []
tristianc6704 has joined #wayland
co1umbarius has joined #wayland
co1umbarius has quit [Read error: Connection reset by peer]
garnacho has joined #wayland
co1umbarius has joined #wayland
sima has joined #wayland
cmeissl[m] has joined #wayland
<cmeissl[m]> Is it required to send frame events for wl_touch.up? Seems that some compositor send it and some not.
<cmeissl[m]> I would expect wl_touch.cancel and wl_touch.up to take immediate effect and not require a separate frame event.
kts has quit [Ping timeout: 480 seconds]
kts has joined #wayland
mart has joined #wayland
<kennylevinsen> cmeissl[m]: It does not seem specified well enough, and I do not see an immediate reason why down *wouldn't* use the frame event
<kennylevinsen> ah, up
<kennylevinsen> Not sure tbh - up and cancel say "no further events will be sent for this touch point", but whether that implies that no frame event is sent is unclear
<kennylevinsen> up for a clarifying patch? :)
<cmeissl[m]> kennylevinsen: thx. yeah, I will open an issue. seems that this has been changed in weston: https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/980
<daniels> 'no further events will be sent for this touch point' was written before 'frame' was introduced
<daniels> cancel explicitly states 'No frame event is required after the cancel event', but up doesn't
<daniels> so I'd say that cancel+frame is unexpected but harmless, whereas up+frame is mandatory
<cmeissl[m]> interesting , thx daniels this seems to match the implementation in wlroot which internally tracks needs_touch_frame and sets it for up, but not for cancel. afaict weston would send frame in both cases.
<cmeissl[m]> will re-test, but iirc gnome did not send frame after up
<kennylevinsen> Ah yes, ifreund updated the cancel event a month ago to specify that no frame event is needed
mvlad has joined #wayland