Troubleshooting form - Gaming-Linux-FR/GLF-OS GitHub Wiki

Troubleshooting form for GLF-OS users

This form is designed to help users provide clear and relevant information to those assisting them so that they can focus on resolving the issue. We do not request any sensitive or personal information.

1. Problem description:

  • Problem description: What problem are you experiencing?
  • Date the problem occurred: When did the problem start, when did you notice it?
  • Current activity: What were you doing when the problem occurred?

2. System information:

  • Open the Console application:
  • Copy and paste the following command into the application:
nix-shell -p pciutils util-linux inxi gawk --run '
echo -e "\n--- Infos ---" 
inxi -M 
echo -e "\n--- CPU ---" 
lscpu | grep -E "(Architecture|CPU op-mode|Vendor ID|Model name|Processor operating mode(s)|Manufacturer ID|Model name)" | awk "{print \$0}" 
echo -e "\n--- GPU ---" 
lspci | grep -E "VGA|3D" 
echo -e "\n--- Disk ---" 
df -h 
echo -e "\n--- RAM ---" 
free -h
'

[!NOTE] An alias that offers the same command: glf-systemInfo

3. Actions already taken:

  • Steps taken: Have you already tried solutions to resolve the issue? (Yes/No)
    • If yes, describe what you did.

4. Configuration changes:

  • Changes made: Have you modified the default configuration? (Yes/No)
  • Details of changes: If yes, describe the changes made.

5. Impact of the problem:

  • đŸĒĻ Blocking: I cannot use the system.

  • 🚨 Major: Critical features are unavailable.

  • âš ī¸ Minor: Annoying, but manageable.

  • 👁 Cosmetic: Visual or comfort issue only.

6. Additional information:

  • Other details: Provide any other information you deem relevant.

7. Flocon version

  • Provide information about your Flocon version:
  • Open the Console application:
  • Provide the command output:
cat /etc/nixos/flake.lock