Jump to content

Moderated Linux Reports - Important Commands


Smin1080p
 Share

1. Operating System

 

In order to find your current operating system / distribution version run the lsb_release command:

 

lsb_release -irc

 

The output of the lsb_release command should look something like this:

 

Distributor ID: CentOS
Release:        6.6
Codename:       Final

 

To find your kernel version, Run the uname command:

 

uname -r

 

It should look something like this:

 

5.7.8-arch1-1

 

Please make sure you have the latest kernel version. It is very important because older kernels may be lacking important dependencies or drivers and may cause issues.

 

2. Hardware

 

GPU

 

To find your GPU model run the lspci command:

 

lspci -vnn | grep compatible

 

The output of the lspci command should look something like this:

 

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM206 [GeForce GTX 950] [10de:1402] (rev a1) (prog-if 00 [VGA controller])

 

Drivers

 

To get your driver version, Run the glxinfo command:

 

glxinfo | grep OpenGL

 

Your driver version will be on the line that looks similar to this. Some distributions may not come with glxinfo so you will have to either, apt, yum, yast or pacman install it all depending on your distribution. And of course glxinfo command will not run if you are running a run level of 3 or lower because there will be no GUI.

 

OpenGL version string: 4.6.0 NVIDIA 450.57

CPU

 

To find your CPU make and model run this command:

 

grep -wi 'name\|MHz\|cores\|model\|cache' /proc/cpuinfo

 

The output should look something like this:

 

model		: 60
model name	: Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz
cpu MHz		: 1509.688
cache size	: 6144 KB
cpu cores	: 4

 

3. Clog Files (IMPORTANT!!!)

 

The .clog files should be located here:

 

~/.config/WarThunder/.game_logs

 

Launcher log files should be located in your main "WarThunder" directory in a hidden directory called ".gaijin_launcher_logs":

 

/WarThunder/.gaijin_launcher_logs

 

Share this post


Link to post
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...