Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "GNU/Linux"

From PCGamingWiki, the wiki about fixing PC games
m (Robot: Cosmetic changes)
Line 4: Line 4:
 
Traditionally, few games have been made available for Linux. This is slowly changing, as more indie developers are releasing Linx versions of their games. Not only this, but Valve is working on a version of Steam for linux which should be out within a year.<ref>www.engadget.com/2012/04/25/steam-for-linux/</ref>
 
Traditionally, few games have been made available for Linux. This is slowly changing, as more indie developers are releasing Linx versions of their games. Not only this, but Valve is working on a version of Steam for linux which should be out within a year.<ref>www.engadget.com/2012/04/25/steam-for-linux/</ref>
  
==Terminal commands==
+
== Terminal commands ==
<code>$ lshw</code> lists hardware.<br/>
+
<code>$ lshw</code> lists hardware.<br />
<code>$ lspci</code> lists all PCI devices.<br/>
+
<code>$ lspci</code> lists all PCI devices.<br />
 
<code>$ lsusb</code> lists all USB devices.
 
<code>$ lsusb</code> lists all USB devices.
  
Line 17: Line 17:
 
<code>$ lshw > ~/Desktop/lshw.txt</code>
 
<code>$ lshw > ~/Desktop/lshw.txt</code>
  
===Wine===
+
=== Wine ===
 
[[Wine]] is a compatibility layer that aims to make Windows games playable on Linux systems. The number of games that work properly is steadily growing, although not all games are supported.
 
[[Wine]] is a compatibility layer that aims to make Windows games playable on Linux systems. The number of games that work properly is steadily growing, although not all games are supported.
  
 
<references/>
 
<references/>
  
[[Category: Guide]]
+
[[Category:Guide]]
[[Category: Linux]]
+
[[Category:Linux]]

Revision as of 17:38, 12 September 2012

This page may require cleanup to meet basic quality standards. You can help by modifying the article. The discussion page may contain useful suggestions.
This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

Traditionally, few games have been made available for Linux. This is slowly changing, as more indie developers are releasing Linx versions of their games. Not only this, but Valve is working on a version of Steam for linux which should be out within a year.[1]

Terminal commands

$ lshw lists hardware.
$ lspci lists all PCI devices.
$ lsusb lists all USB devices.

To create a text document of the Terminal output, append > filename.txt to the command.

$ lshw > lshw.txt

To have the text document on the desktop:

$ lshw > ~/Desktop/lshw.txt

Wine

Wine is a compatibility layer that aims to make Windows games playable on Linux systems. The number of games that work properly is steadily growing, although not all games are supported.

  1. www.engadget.com/2012/04/25/steam-for-linux/