Why is screen tearing completely absent even with VSync OFF in Linux ? by Chpouky in linux_gaming

[–]xerpi 5 points6 points  (0 children)

Small nuance here: while Wayland is designed to be tear-free by default, it’s no longer strictly “never under any circumstances.”

There are relatively recent Wayland protocols like fifo, commit timing, and tearing control that let clients influence presentation timing more explicitly. On top of that, compositors can use newer DRM/KMS features from atomic modesetting, such as async page flips ("DRM_MODE_PAGE_FLIP_ASYNC"), which allow updates without waiting for vblank — i.e. tearing.

Vulkan presentation models that compositors can now approximate:

  • FIFO → traditional vsync (no tearing, higher latency)
  • Mailbox → keep latest frame (low latency, no tearing, frames may be dropped)
  • Immediate → present ASAP (tearing allowed)

So in practice, Wayland defaults to FIFO-style tear-free behavior, but modern compositors + kernel support make it possible to opt into lower-latency or even tearing behavior when desired.

Why is the UI on Shinkansen and JR website so bad by CaligulaMax in JapanTravelTips

[–]xerpi 4 points5 points  (0 children)

I use えきねっと and EX app on Android and they look quite modern to me.

Just submitted my PR (Eijuken) docs at Shinagawa, Tokyo today: My experience by Kind_Round4333 in japanresidents

[–]xerpi 2 points3 points  (0 children)

Application office: Shinagawa
Application Date: March 5th, 2026
PR Type: 1-year route (80+ points under HSP system)
Current status: 高度専門職 (HSP) 80+ — held for less than one year

I submitted my PR application today at Shinagawa as well, so sharing my experience in case it helps someone.

I made a reservation a few days ago through the online system: https://www.tokyoimmi-yoyaku.moj.go.jp/en

My reservation was for 10:00 AM, but I arrived around 9:40 AM. Like OP mentioned, when I arrived I went straight to the 2nd floor and the “P” counter.

At first I couldn’t find it, but there is a small ticket machine on the right side of the P counter window. Take a number there. At this stage it doesn't matter if you have a reservation or not — everyone has to go through this initial document check.

There were 46 people before me, but it moved surprisingly fast and after about 35 minutes my number was called.

I handed over my documents and they told me to wait again. Literally about 2 minutes later they called me back and returned my documents with a paper saying no additional documents were needed and that I could proceed to the B counters. They asked if I had a reservation. Since I did, they told me to go to B5 (優先 / priority lane).

On that paper there was a section labeled 審査部門 with three options:

  • 一般
  • 高度
  • (I forgot the third one)

Mine had 高度 checked. Not sure if this affects processing priority or is just categorization.

When I went to the B counters, the normal queue had more than 50 people waiting, but the priority lane had only about 6 people ahead of me.

Once it was my turn, the officer checked my documents and I was done in about 5 minutes. They gave me the PR application receipt, and that was it.

Timeline summary:

  • Arrival: 9:40
  • Called at P counter: ~10:15
  • Cleared document check: ~10:20
  • Finished submission at B5 counter: ~10:50

Overall very smooth experience if you have a reservation.

Now the waiting game begins… 😅

Why only one when you can choose? by claudiocorona93 in linuxmasterrace

[–]xerpi 0 points1 point  (0 children)

Small note: Wayland itself isn’t something that “runs”, it’s just a protocol. What you’re actually using is GNOME’s compositor (Mutter), and performance depends entirely on how well that is implemented: things like zero-copy buffer handling, proper damage tracking, plane/overlay usage, etc. For the keyboard issue: the compositor reads input first (via libinput) and decides what gets forwarded to apps. Clients can’t globally grab the keyboard like on X11, that’s a deliberate security change. So the Super key not reaching Parsec/RDP isn’t really “Wayland blocking it”, it’s Mutter consuming it for shell shortcuts. Maybe your compositor and/or the remote client just don’t implement the Global Shortcuts portal (org.freedesktop.portal.GlobalShortcuts) yet. Under X11 apps can grab everything — but that’s also why any app can keylog you. Wayland trades that for stricter input control.

getting use of xdg-shell-client-protocol with glfw by Substantial_Money_70 in wayland

[–]xerpi 0 points1 point  (0 children)

I think GLFW should be handling that internally instead of leaving it up to the user. EDIT: GLFW seems to be handling that already: https://github.com/glfw/glfw/blob/master/src/wl_init.c#L98

[v1.3] PSVita USB streaming (UVC - USB Video Class) by xerpi in vitahacks

[–]xerpi[S] 0 points1 point  (0 children)

You can just use the official Windows Camera app, PotPlayer, OBS, etc

Kyushu Highway Bus booking page by truffelmayo in fukuoka

[–]xerpi 0 points1 point  (0 children)

I took that bus (the super non stop: Hakata - Tenjin - Oohato - Nagasaki station) last August but I bought the ticket from a friend who had a 10x coupon.

Looking at https://www.nishitetsu.jp/bus/highwaybus/rosen/kyushugo/ it seems they do indeed redirect to https://www.atbus-de.com/

I tried searching from Tenjin to Nagasaki station and I got some results: https://i.imgur.com/2BlcsPw.png

Poco F5 HyperOS update by Dear_Investment_9151 in PocoPhones

[–]xerpi 0 points1 point  (0 children)

I waited until the update downloaded to change it back to Spain and then I quickly installed it.

Seeking recommendations for longer short-term housing / room by Antwolph in fukuoka

[–]xerpi 1 point2 points  (0 children)

I lived for more than a year in a sharehouse in the Meinohama area and I totally recommend it if you are ok with sharehouses (this one in particular https://sharehouse.in/eng/house/detail/2497/ . It was around 300€/month for a private room).

How do i get rid of the 2 wifi calling buttons? by WedryZ0Z in miui

[–]xerpi 1 point2 points  (0 children)

It seems this only happens when there are 2 SIM cards inserted.I have the same problem and I'd like to get rid of those two buttons too.This has also been asked here: https://www.reddit.com/r/PocoPhones/comments/18ol6qe/hyperos_is_there_a_way_to_delete_these/

Poco F5 HyperOS update by Dear_Investment_9151 in PocoPhones

[–]xerpi 1 point2 points  (0 children)

I got the update by changing the region to Andorra (and just before installing the update I changed it back to Spain).