Code Monkey home page Code Monkey logo

Comments (11)

Daxiongmao87 avatar Daxiongmao87 commented on July 20, 2024 1

I'm also eagerly waiting/watching. I'm also willing to help test if needed.

from holoiso.

theVakhovskeIsTaken avatar theVakhovskeIsTaken commented on July 20, 2024

Run sudo pacman -S lib32-vulkan-intel vulkan-intel to see if this gives something.

Can you run gamescope-session under terminal?

from holoiso.

ruineka avatar ruineka commented on July 20, 2024

This is an ANV driver bug issue. downgrade mesa/gamescope in order to use Intel. I believe it was the global FSR build of gamescope that causes the issue.

Downgrade Gamescope & install Intel Mesa:

This requires internet. Connect to a network or use a dongle for ethernet.
sudo pacman -S extra/mesa extra/vulkan-intel multilib/lib32-mesa multilib/lib32-vulkan-intel holo/gamescope

from holoiso.

mijosch avatar mijosch commented on July 20, 2024

Might it be the same with my problem? #80
but here its amdgpu as driver

from holoiso.

Daxiongmao87 avatar Daxiongmao87 commented on July 20, 2024

@theVakhovskeIsTaken

Run sudo pacman -S lib32-vulkan-intel vulkan-intel to see if this gives something.

Can you run gamescope-session under terminal?

I've ran the pacman install command, seemed to work fine. However, running gamescope-session (without root) returns this:

$ gamescope-session
/usr/bin/gamescope-session: line 28: /usr/bin/ev2fixaudio.sh: No such file or directory
Claimed global gamescope stats session at "/run/user/1000/gamescope-stats"
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

vulkan: selecting physical device 'Intel(R) Iris(R) Plus Graphics (ICL GT2)'
vulkan: physical device supports DRM format modifiers
vulkan: supported DRM formats for sampling usage:
vulkan:   0x34325241
vulkan:   0x34325258
vulkan:   0x3231564E
wlserver: [backend/noop/backend.c:59] Creating noop backend
wlserver: Running compositor on wayland display 'gamescope-0'
wlserver: [backend/noop/backend.c:16] Starting noop backend
wlserver: [xwayland/sockets.c:63] Failed to bind socket @/tmp/.X11-unix/X0: Address already in use
wlserver: [xwayland/server.c:84] Starting Xwayland on :1
wlserver: [types/wlr_surface.c:737] New wlr_surface 0x55bb6388e990 (res 0x55bb63a06de0)
wlserver: [xwayland/server.c:242] Xserver is ready
pipewire: stream state changed: connecting
pipewire: stream state changed: paused
pipewire: stream available on node ID: 79
steam.sh[2453]: Running Steam on steamos rolling 64-bit
steam.sh[2453]: STEAM_RUNTIME is enabled automatically
setup.sh[2529]: Steam runtime environment up-to-date!
steam.sh[2453]: Steam client's requirements are satisfied
gamescope: received kill signal, terminating!
(EE) failed to read Wayland events: Broken pipe
xwm: Lost connection to the X11 server
gamescope: received kill signal, terminating!
gamescope-session: unexpected background pid 2452 at teardown: 
    PID TTY          TIME CMD
   2452 pts/1    00:00:00 gamescope-sessi
/usr/bin/gamescope-session: line 133:  2452 Killed                  ( while true; do
    ${POWER_BUTTON_HANDLER};
done )
/usr/bin/gamescope-session: line 134:  2574 Killed                  sleep 5

@mijosch
I do see that same error as well, but it's accompanied by another error that I could not catch.

from holoiso.

memmam avatar memmam commented on July 20, 2024

@Daxiongmao87 Hello fellow GPD Win Max user!

Do you have any input on the issues I'm having? #154

from holoiso.

theVakhovskeIsTaken avatar theVakhovskeIsTaken commented on July 20, 2024

@theVakhovskeIsTaken

Run sudo pacman -S lib32-vulkan-intel vulkan-intel to see if this gives something.

Can you run gamescope-session under terminal?

I've ran the pacman install command, seemed to work fine. However, running gamescope-session (without root) returns this:

$ gamescope-session
/usr/bin/gamescope-session: line 28: /usr/bin/ev2fixaudio.sh: No such file or directory
Claimed global gamescope stats session at "/run/user/1000/gamescope-stats"
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

vulkan: selecting physical device 'Intel(R) Iris(R) Plus Graphics (ICL GT2)'
vulkan: physical device supports DRM format modifiers
vulkan: supported DRM formats for sampling usage:
vulkan:   0x34325241
vulkan:   0x34325258
vulkan:   0x3231564E
wlserver: [backend/noop/backend.c:59] Creating noop backend
wlserver: Running compositor on wayland display 'gamescope-0'
wlserver: [backend/noop/backend.c:16] Starting noop backend
wlserver: [xwayland/sockets.c:63] Failed to bind socket @/tmp/.X11-unix/X0: Address already in use
wlserver: [xwayland/server.c:84] Starting Xwayland on :1
wlserver: [types/wlr_surface.c:737] New wlr_surface 0x55bb6388e990 (res 0x55bb63a06de0)
wlserver: [xwayland/server.c:242] Xserver is ready
pipewire: stream state changed: connecting
pipewire: stream state changed: paused
pipewire: stream available on node ID: 79
steam.sh[2453]: Running Steam on steamos rolling 64-bit
steam.sh[2453]: STEAM_RUNTIME is enabled automatically
setup.sh[2529]: Steam runtime environment up-to-date!
steam.sh[2453]: Steam client's requirements are satisfied
gamescope: received kill signal, terminating!
(EE) failed to read Wayland events: Broken pipe
xwm: Lost connection to the X11 server
gamescope: received kill signal, terminating!
gamescope-session: unexpected background pid 2452 at teardown: 
    PID TTY          TIME CMD
   2452 pts/1    00:00:00 gamescope-sessi
/usr/bin/gamescope-session: line 133:  2452 Killed                  ( while true; do
    ${POWER_BUTTON_HANDLER};
done )
/usr/bin/gamescope-session: line 134:  2574 Killed                  sleep 5

@mijosch
I do see that same error as well, but it's accompanied by another error that I could not catch.

This looks fine now, try to switch back to Gamemode

from holoiso.

Daxiongmao87 avatar Daxiongmao87 commented on July 20, 2024

@theVakhovskeIsTaken fine now, as in it's fixed in the newer ISO? Should I reinstall with the newest iso?

from holoiso.

JulyIghor avatar JulyIghor commented on July 20, 2024

I confirm, it is still not fixed

from holoiso.

JulyIghor avatar JulyIghor commented on July 20, 2024

Any progress on it?
Any testers needed?

from holoiso.

JulyIghor avatar JulyIghor commented on July 20, 2024

I waited so long, but no bugs fixed.

Anyway I'm not going to support this project anymore.
The main dev is publicly advertising his position that he is supporting the War against Ukraine by displaying Rashism symbols in his social profiles.
So if you are donating to this project, it is maybe re-donated to support russian army.

2022-11-14 23 28 41
image
2022-11-14 23 28 38
https://web.archive.org/web/20221115075000/https://t.me/theVakhovske

from holoiso.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.