Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System Information for ProtonDB on Gamer OS #231

Open
hawari21 opened this issue Apr 22, 2021 · 6 comments
Open

System Information for ProtonDB on Gamer OS #231

hawari21 opened this issue Apr 22, 2021 · 6 comments

Comments

@hawari21
Copy link

Is that possible to add System information of Gamer OS for Protondb? i mean, you can easly to gather system information in another linux distros by copy all text in Help section on Steam, but i couldnt find the way to do that on Gamer OS.

So, how do i get those system information on Gamer OS?

@alkazar
Copy link
Member

alkazar commented Apr 24, 2021

I plan to add this feature to Steam Buddy, but it is not yet exposed there.

For now you can ssh into the machine and run this command:
DISPLAY=:0 /usr/share/steam-buddy/bin/system-info

You might need to change up the value for DISPLAY though.

The output looks a little strange but you need to copy it as is into protondb including all the whitespace.

@michaelkanis
Copy link

Unfortunately, this doesn't work anymore because:

/usr/share/chimera/bin/system-info: line 30: glxinfo: command not found

@mdeguzis
Copy link

Unfortunately, this doesn't work anymore because:

/usr/share/chimera/bin/system-info: line 30: glxinfo: command not found

What do you see on your system with:

[gamer@chimeraos ~]$ which glxinfo
/usr/bin/glxinfo

glxinfo has been present for quite some time. Note that due to GamerOS now being named ChimeraOS, the command is

DISPLAY=:0 /usr/share/chimera/bin/system-info

@Samsagax
Copy link
Contributor

Is this issue still relevant? If so please comment and we will reopen it.

@Samsagax Samsagax closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2022
@alkazar
Copy link
Member

alkazar commented May 24, 2022

Yes, I plan to add this functionality to the chimera app at some point.

@alkazar alkazar reopened this May 24, 2022
@alkazar
Copy link
Member

alkazar commented May 24, 2022

The issue encountered by @michaelkanis should be resolved.

@alkazar alkazar transferred this issue from ChimeraOS/chimeraos May 24, 2022
flexiondotorg added a commit to flexiondotorg/chimera that referenced this issue Jul 28, 2022
…ProtonDB

Extends system-info so it produces output that is 100% compatible with what Steam System Information produces, including the inconsistent double and single character spacing. The resulting output is also compatible with ProtonDB. Best efforts are made to automatically hunt for an accessible DISPLAY. 

Unlike Steam System Information on Linux, this system-info will correctly identify touch devices and correctly count HDDs and SSDs.
  - ValveSoftware/steam-for-linux#5881
  - ValveSoftware/steam-for-linux#8412

Motivation for creating patch are that system-info might be more useful a general information gathering tool for users reporting issues and that system-info might now be suitable for integrating in the Chimera webapp, allowing ChimeraOS users an easy way to add their consoles to their ProtonDB profile.
  - ChimeraOS#231
flexiondotorg added a commit to flexiondotorg/chimera that referenced this issue Jul 28, 2022
…ProtonDB

Extends system-info so it produces output that is 100% compatible with what Steam System Information produces, including the inconsistent double and single character spacing. The resulting output is also compatible with ProtonDB. Best efforts are made to automatically hunt for an accessible DISPLAY. 

Unlike Steam System Information on Linux, this system-info will correctly identify touch devices and correctly count HDDs and SSDs.
  - ValveSoftware/steam-for-linux#5881
  - ValveSoftware/steam-for-linux#8412

Motivation for creating patch are that system-info might be more useful a general information gathering tool for users reporting issues and that system-info might now be suitable for integrating in the Chimera webapp, allowing ChimeraOS users an easy way to add their consoles to their ProtonDB profile.
  - ChimeraOS#231

Make the DISPLAY accessibility checks work on Wayland/Xwayland
flexiondotorg added a commit to flexiondotorg/chimera that referenced this issue Jul 28, 2022
…ProtonDB

Extends system-info so it produces output that is 100% compatible with what Steam System Information produces, including the inconsistent double and single character spacing. The resulting output is also compatible with ProtonDB. Best efforts are made to automatically hunt for an accessible DISPLAY. 

Unlike Steam System Information on Linux, this system-info will correctly identify touch devices and correctly count HDDs and SSDs.
  - ValveSoftware/steam-for-linux#5881
  - ValveSoftware/steam-for-linux#8412

Motivation for creating patch are that system-info might be more useful a general information gathering tool for users reporting issues and that system-info might now be suitable for integrating in the Chimera webapp, allowing ChimeraOS users an easy way to add their consoles to their ProtonDB profile.
  - ChimeraOS#231

Make the DISPLAY accessibility checks work on Wayland/Xwayland


If form factor is empty, report it as unknown.
flexiondotorg added a commit to flexiondotorg/chimera that referenced this issue Jul 28, 2022
…ProtonDB

Extends system-info so it produces output that is 100% compatible with what Steam System Information produces, including the inconsistent double and single character spacing. The resulting output is also compatible with ProtonDB. Best efforts are made to automatically hunt for an accessible DISPLAY. 

Unlike Steam System Information on Linux, this system-info will correctly identify touch devices and correctly count HDDs and SSDs.
  - ValveSoftware/steam-for-linux#5881
  - ValveSoftware/steam-for-linux#8412

Motivation for creating patch are that system-info might be more useful a general information gathering tool for users reporting issues and that system-info might now be suitable for integrating in the Chimera webapp, allowing ChimeraOS users an easy way to add their consoles to their ProtonDB profile.
  - ChimeraOS#231

Make the DISPLAY accessibility checks work on Wayland/Xwayland


If form factor is empty, report it as unknown.


Make the DISPLAY accessibility tests a noop
flexiondotorg added a commit to flexiondotorg/chimera that referenced this issue Jul 28, 2022
…ProtonDB

Extends system-info so it produces output that is 100% compatible with what Steam System Information produces, including the inconsistent double and single character spacing. The resulting output is also compatible with ProtonDB. Best efforts are made to automatically hunt for an accessible DISPLAY. 

Unlike Steam System Information on Linux, this system-info will correctly identify touch devices and correctly count HDDs and SSDs.
  - ValveSoftware/steam-for-linux#5881
  - ValveSoftware/steam-for-linux#8412

Motivation for creating patch are that system-info might be more useful a general information gathering tool for users reporting issues and that system-info might now be suitable for integrating in the Chimera webapp, allowing ChimeraOS users an easy way to add their consoles to their ProtonDB profile.
  - ChimeraOS#231

Make the DISPLAY accessibility checks work on Wayland/Xwayland


If form factor is empty, report it as unknown.


Make the DISPLAY accessibility tests a noop


Correct typo
alkazar pushed a commit that referenced this issue Aug 3, 2022
…ProtonDB (#236)

Extends system-info so it produces output that is 100% compatible with what Steam System Information produces, including the inconsistent double and single character spacing. The resulting output is also compatible with ProtonDB. Best efforts are made to automatically hunt for an accessible DISPLAY. 

Unlike Steam System Information on Linux, this system-info will correctly identify touch devices and correctly count HDDs and SSDs.
  - ValveSoftware/steam-for-linux#5881
  - ValveSoftware/steam-for-linux#8412

Motivation for creating patch are that system-info might be more useful a general information gathering tool for users reporting issues and that system-info might now be suitable for integrating in the Chimera webapp, allowing ChimeraOS users an easy way to add their consoles to their ProtonDB profile.
  - #231

Make the DISPLAY accessibility checks work on Wayland/Xwayland


If form factor is empty, report it as unknown.


Make the DISPLAY accessibility tests a noop


Correct typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants