All public logs

Jump to navigation Jump to search

Combined display of all available logs of Linux Gaming. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:28, 14 July 2023 Aragorn talk contribs created page Window Manager (Move section on window managers, as it's not important for most new users) Tag: Visual edit
  • 13:11, 11 January 2023 Aragorn talk contribs created page Graphical tools (Created page with "This page aims to provide graphical alternatives for things that most people would do in the terminal. * fstab (drive management) -> Gnome Disks") Tag: Visual edit
  • 19:41, 25 October 2022 Aragorn talk contribs created page Troubleshooting (Created page with "Your game doesn't work? Here is a list of things to try: * Try another wine version. Wine-GE often works. Other options are Wine-TKG, and Caffe. (For Steam: another Proton version, for example Proton-GE). Using older versions can also help. * Search the internet for a solution (for example with SearXNG, duckduckgo, etc.). Also look in this wiki. * Try fiddling with options. If you use Lutris, there might be options that are not optimal. For e...") Tag: Visual edit
  • 19:56, 30 September 2022 Aragorn talk contribs created page Monitoring & Stresstesting (Created page with "*[https://x0rg.github.io/CPU-X/ CPU-X] is a system profiling and monitoring application. *[https://flathub.org/apps/details/com.leinardi.gst GtkStressTesting] is a GTK system utility designed to stress and monitor various hardware components like CPU and RAM. *[https://benchmark.unigine.com/ UNIGINE Benchmarks] can be used to determine the stability of PC hardware under stressful conditions, as well as for overclocking.") Tag: Visual edit
  • 14:25, 29 July 2022 Aragorn talk contribs created page Bottles (Created page with "[https://github.com/bottlesdevs/Bottles Bottles] is an easy way to install games that don't have an install script in Lutris. Some people even prefer it for games that do have a Lutris script. It cames with a nice and clean UI, and has many features like [https://github.com/ishitatsuyuki/LatencyFleX LatencyFleX] integrated. It can easily be [https://flathub.org/apps/details/com.usebottles.bottles installed as a Flatpak], and comes with the Flatpak sandboxing by default.") Tag: Visual edit
  • 01:28, 22 July 2022 Aragorn talk contribs created page Gamescope (Created page with "Gamescope creates a virtual desktop for your game. This can be beneficial if your game doesn't play nicely with your desktop, for example if it doesn't catch your mouse, or if it breaks when loosing focus. You can use Gamescope for downsampling. For example, use <code>gamescope -w 3840 -h 2160 --</code> as command prefix, to downscale from 4k. If you use it in Lutris, set <code>3840x2160</code> as resolution. === Setup === Run <code>sudo setcap 'CAP_SYS_NICE=eip' `whic...") Tag: Visual edit
  • 08:44, 4 July 2022 Aragorn talk contribs created page Winetricks (Created page with "If you use Proton, this program is called "Protontricks", but it's still the same program. Winetricks is a program that lets you do tweaks that would otherwise be much harder to do. == Opening Winetricks == === Lutris === Open Lutris and select your game. On the bottom you can see a wineglass, and on the right side of it an arrow pointing to the top. Click that arrow, and select Winetricks.") Tag: Visual edit
  • 08:28, 4 July 2022 Aragorn talk contribs created page Installing dlls (Created page with "== With winetricks or protontricks == Open Winetricks or Protontricks -> select default wineprefix -> install dll -> select the dll you want to install, click ok. == Manual == Download the dll. You can either download it from some website, or you can download an exe that contains it. If you downloaded an exe, extract the dll with 7zip: <code>7z e some_program.exe</code> Copy the dll in the game folder, and set a dll override for it. ===DLL overrides=== More info on [h...") Tag: Visual edit
  • 20:17, 24 April 2022 Aragorn talk contribs created page Desktop Environment (Created page with "The desktop environment is the interface of your system. Think of the differences between Windows 7, Vista, 8, 10, 11. That's the ''Desktop Environment'' (''DE''). The good thing on Linux is, that you have large choice about what to use. And you can even install multiple DEs at the same time and switch between them! The most popular options are the following: == Gnome == The default on Pop!_OS. Polished, easy to use, but customizing is a bit tricky. If you don't want t...") Tag: Visual edit
  • 11:13, 23 March 2022 Aragorn talk contribs moved page Windows Compatiblity to Windows Compatibility
  • 11:11, 23 March 2022 Aragorn talk contribs created page Windows Compatiblity (Created page with "So you can't find a Linux version of that software you want to install? Our last step is to try [https://appdb.winehq.org/ Wine]. Wine is a compatibility layer that tries to translate Window Binaries (.exe) calls into Linux calls. Sometimes this works really well, and other times nothing happens at all. For Steam games you can just use Steam. For games that are not on Steam, use Lutris. For other programs, Bottles might be good option. Check [https://www.pro...") Tag: Visual edit
  • 01:34, 23 March 2022 Aragorn talk contribs created page Environment variables (Created page with "Environment variables are settings that are passed to programs. == General usage == Environment variables can be written in front of the command that is executed. Syntax: <code>environmentVariable=value myProgram</code>. For example, if you want to pass the variable <code>EDITOR</code> set to <code>nano</code> to <code>crontab -e</code>, you could run <code>EDITOR=nano crontab -e</code>. == Lutris == Let's say you want to enable dxvk_async, so you want to pass <code>D...") Tag: Visual edit
  • 17:16, 16 March 2022 Aragorn talk contribs created page Game specific modding tools (Created page with "https://github.com/Lahvuun/sekirofpsunlock") Tag: Visual edit
  • 18:40, 15 March 2022 Aragorn talk contribs created page Cheatsheet (Created page with "You might see some terms you are not familiar with. Here is a collection of some that might help you. {| class="wikitable" |+ !Term !Abbreviation !Explanation |- |Distribution |Distro |The "type" of Linux you are using |- |Desktop Environment |DE |How your Linux looks like. Think of the difference between Windows 7, 10, and 11. |- |Window Manager |WM |Typically part of your DE, has the purpose of arranging your windows at the place you want them to have |- |Compositor |...") Tag: Visual edit
  • 17:44, 15 March 2022 Aragorn talk contribs moved page How to ask questions to How to get answers
  • 17:42, 15 March 2022 Aragorn talk contribs created page How to ask questions (Created page with "Sooner or later, you will probably have some kind of problem. For example, you might want to know how to connect to wifi. Now you might think, that googling ''"Linux connect wifi"'' might give you a useful result. This is not the case. How you connect to wifi, depends heavily of the desktop environment you are using. The process will be different in each of them. == Relevant information == The following information are not always important, for example your desktop en...") Tag: Visual edit
  • 03:12, 11 March 2022 Aragorn talk contribs created page Talk:Hardware Recommendations (Created page with "We should not be recommending Nvidia. This page is not about "hardware that can work", but about "hardware that is recommended to buy". Nvidia is not flawless, and just over all not well integrated. Think about a user that has no experience with Linux, maybe not even experience with computers. With an AMD GPU, everything will work after installing the system. With Nvidia there is lots of jank. This gets even more important with SteamOS, which might not even be possible...")
  • 03:25, 10 March 2022 Aragorn talk contribs created page Working Hardware (Created page with "An extensive list of hardware that is known to work.") Tag: Visual edit
  • 02:49, 10 March 2022 Aragorn talk contribs created page Hardware Recommendations (Created page with "This page aims to make buying recommendations for problematic hardware. Old or unavailable hardware is to be removed, and the list should be short. Best case would be one device that is good, cheap, and available in all countries. If this doesn't exist, there may be different recommendations for different countries and/or different price categories. == GPUs == Just buy AMD, and you will be fine. If you buy old GPUs, look for Vulkan support. == WiFi Sticks == === 2.4Gh...") Tag: Visual edit
  • 17:10, 6 March 2022 Aragorn talk contribs created page Steam (Created page with "Steam runs natively on Linux. You can probably just install it from your App store. Use ''Steam (Runtime)'', not ''Steam (native)''. Trust me, this will prevent problems. == Enable Steam Play for all games == In order to run games that are not explicitly whitelisted by Valve, go to ''Steam -> Settings -> Steam Play'' and check ''"Enable Steam Play for all other titles"'' and then select ''"Proton Experimental''" in the drop down menu. If some...") Tag: Visual edit
  • 01:14, 6 March 2022 Aragorn talk contribs created page Misc (Created page with "== Watching the temperature == You can use <code>lm_sensors</code>. Before running it for the first time, run <code>sudo sensors-detect</code>. After that, type <code>sensors</code> to see your temperatures. If you want to monitor them for a longer time, type <code>watch sensors</code>.") Tag: Visual edit
  • 19:54, 27 February 2022 Aragorn talk contribs created page Common tweaks (Created page with "[https://wiki.archlinux.org/title/Mouse_acceleration#Disabling_mouse_acceleration Disable mouse accelleration]") Tag: Visual edit
  • 09:51, 20 February 2022 Aragorn talk contribs created page Modding (Created blank page)
  • 15:49, 15 February 2022 Aragorn talk contribs moved page Getting started tldr to Getting started (short version)
  • 15:47, 15 February 2022 Aragorn talk contribs created page Getting started tldr (Created page with "<ul> <li>First, and foremost: Be prepared that nothing works as you would expect. Linux does not try to copy Windows. Stuff works differently. You will probably not be able to use the software that you're used to. But usually there is different software that might even be better.</li> <li>Your experience will be ''much'' better if you have supported hardware. Your RGB keyboard may not blink in the way you want it to blink. You might not be able to change your mouse DPI o...")
  • 09:50, 15 February 2022 Aragorn talk contribs created page Terminal (Created page with "The terminal is the black thing with text you probably have already seen in some hacker movies. It might look scary, but it basically works like a voice assistant with text input. If you see instructions in the form of `sudo pacman -Q | grep -i -C 10 "apt"`, then this is something you have to copy and paste into the terminal.")
  • 17:45, 1 February 2022 Aragorn talk contribs created page Compositor (Created page with "If you use a DE with X11, then you probably have a compositor. The compositor does nice things like window shadow and effects. But it also reduces fps, adds input lag, and introduces stuttering. That's why you should disable it when running a game.") Tag: Visual edit
  • 00:55, 25 January 2022 Aragorn talk contribs created page Reshade (Created page with "Reshade let's you apply extra shaders. While it's theoretically possible to do this with vkBasalt, it's not yet fully working. You might also want to use some mods that are written for reshade. ===How to install=== ====Automatic==== You can use [https://github.com/kevinlekiller/reshade-steam-proton/blob/main/reshade-linux.sh this script]. Note, that executing external scripts is a security risk. You should always read and understand the content of the script before exe...") Tag: Visual edit
  • 16:07, 15 January 2022 User account Aragorn talk contribs was created