Tiny Core Extensions > TCE Talk

Wayland

<< < (6/10) > >>

GNUser:

--- Quote from: GNUser on October 20, 2023, 09:38:37 AM ---
--- Code: ---$ brave-browser
[9170:9170:1020/092545.448733:ERROR:ozone_platform_x11.cc(240)] Missing X server or $DISPLAY

--- End code ---
Any idea how to fix?

--- End quote ---
Hi Juanito. The fix in this case turned out to be easy:

--- Code: ---$ brave-browser --ozone-platform=wayland
--- End code ---

GNUser:
I'm going to set a TCL instance aside for wayland testing, using its reference compositor. But weston depends on Xorg-7.7-3d and X starts automatically, which is inconvenient in this setting.

What's the most proper (i.e., TCL-idiomatic) way to prevent X from starting automatically?

Juanito:
You can use the boot code “text”.

GNUser:

--- Quote from: Juanito on October 20, 2023, 10:17:44 AM ---You can use the boot code “text”.

--- End quote ---
Hi Juanito. That's exactly what I was looking for. Thank you very much.

Juanito:
weston has been updpated in the x86_64 and aarch64 repos.

weston-launch has been depreciated, so the new way to start weston is:
--- Code: ---sudo -- seatd -g staff -n /run/seatd.sock & XDG_RUNTIME_DIR=/run/user/1001 weston
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version