Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on...
Note: An (*) indicates there is no official participation from that distribution here at LQ. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-12-2015, 01:56 PM
|
#1
|
LQ Newbie
Registered: Jun 2015
Posts: 7
Rep: 
|
SteamOS vs Debian 8 vs LMDE
Hey guys, I am a novice Linux user (I am comfortable with using the terminal), and believe I would adopt Linux much further in my home use if it could serve as a replacement to my primary home computing use, PC gaming. As of yet I have found it difficult to switch to any distro of Linux, as I may be able to get most any game working (through Wine, etc) but I lose all my peripheral support (G27 Racing Wheel, G700 Mouse, G13 Game Pad, and all the macros that come with them). Even with that I decided I wanted to see how far Linux gaming has come.
Last night I finally put a Linux distro on my computer to dual boot from. I settled on installing SteamOS, as I figured it would have the best gaming compatibility out of the box. But I am kinda feeling like I should have installed either Debian 8, or LMDE to add a little more functionality. So finally to my questions.
SteamOS vs Debian 8 VS LMDE
1. Will I have a better/easier experience running SteamOS vs running Steam on Debian 8 or LMDE? (I am already assuming I will at least have to manually install nVidia drivers on Debian 8 or LMDE).
2. Will Debian 8 or LMDE have any issues with controllers like a DualShock 3 or 4? SteamOS apparently had added some support for these in there OS.
3. Between Debian 8 and LMDE, which one do you think I would have the best luck in running Steam on, if any difference.
|
|
|
06-12-2015, 02:03 PM
|
#2
|
Senior Member
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187
|
Quote:
Originally Posted by Litzner
Between Debian 8 and LMDE, which one do you think I would have the best luck in running Steam on, if any difference.
|
All I can tell you is that on my jessie (Debian 8) systems, Steam runs just fine with no work-arounds needed.
Just follow this guide:
https://wiki.debian.org/Steam
I have no experience of either SteamOS or LMDE Betsy, sorry.
EDIT: For NVIDIA in Debian, see here:
https://wiki.debian.org/NvidiaGraphicsDrivers
And read this:
https://wiki.debian.org/DontBreakDeb...nstall_scripts
Last edited by Head_on_a_Stick; 06-12-2015 at 02:06 PM.
|
|
1 members found this post helpful.
|
06-12-2015, 02:08 PM
|
#3
|
Slackware Contributor
Registered: May 2015
Distribution: Slackware
Posts: 1,927
|
SteamOS is still beta. I would suggest running another distribution and installing steam on it. Just be sure to install the 32 bit libraries if your system installation is 64 bit.
|
|
|
06-12-2015, 04:45 PM
|
#4
|
LQ Newbie
Registered: Jun 2015
Posts: 7
Original Poster
Rep: 
|
Quote:
Originally Posted by Head_on_a_Stick
|
Thank you for the useful information.
|
|
|
06-12-2015, 04:45 PM
|
#5
|
LQ Addict
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680
|
If your controllers work you may well be better off with Steam OS. That said if it can be made to work in Steam it can be made to work in Debian (I like LMDE and have used it but see not need if you can get Debian to work).
I think Steam OS is still 32 bit (for some peculiar likely-Windows-related reason) so Steam is too and relies upon the 32-bit libraries, which will mean more disk space on a 64 bit OS (and I would suggest installing a 64 bit OS on modern hardware).
I'm running Debian Sid with Steam installed and things like Goat Simulator and Team Fortress run just great with my old NVIDIA GT 640 but, sorry, I don't ahve any additional controllers to try.
|
|
|
06-12-2015, 11:04 PM
|
#6
|
LQ Newbie
Registered: Jun 2015
Posts: 7
Original Poster
Rep: 
|
Well I install Debian 8.1, got the updated nvidia drivers installed, got my audio working, installed Steam and can launch games.
But for the life of me I cannot get any controllers working in game...
|
|
|
06-12-2015, 11:48 PM
|
#7
|
Slackware Contributor
Registered: May 2015
Distribution: Slackware
Posts: 1,927
|
Quote:
Originally Posted by Litzner
Well I install Debian 8.1, got the updated nvidia drivers installed, got my audio working, installed Steam and can launch games.
But for the life of me I cannot get any controllers working in game...
|
Maybe if you list what controllers you are using, someone might be able to share a link or some insight to lead you in the right direction.
You can find the relevant information by searching the output of dmesg right after you connect the controller, or lsusb (if usb devices) once connected and recognized.
It may be a steam issue, or it may be a Debian issue, but no one can help you until you post more information as suggested.
|
|
|
06-13-2015, 04:47 AM
|
#8
|
Senior Member
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187
|
Try this:
If that gets the controller working, add "xpad" (on it's own new line, without the quotation marks) to the end of the file at /etc/modules or run this command:
Code:
# echo "xpad" >> /etc/modules
More suggestions here (this is for Arch but can be adapted for Debian):
https://wiki.archlinux.org/index.php/Gamepad
|
|
|
06-14-2015, 11:12 PM
|
#9
|
LQ Newbie
Registered: Jun 2015
Posts: 7
Original Poster
Rep: 
|
I had a Razer Onza TE, and a some other old Logitech game pad I had. I could get neither working in Debian, but I will give your recommendation a shot Head.
Last edited by Litzner; 06-15-2015 at 07:43 AM.
|
|
|
07-03-2015, 07:09 AM
|
#10
|
LQ Newbie
Registered: Jul 2015
Posts: 9
Rep: 
|
What a great question!
I am really interested to know what distro would have the best performance with graphics/drivers and steam games.
When ever you google best distro for gaming, the answer is usually the Linux that ships with the most game packages installed. This is irrelevant as you can just install all that from the package manager. I want to know best performance. With windows I know I will get the best performance from 8.1 then XP then 7. Stability can be better with 7 or 8.1 depending on the game, Xp last. Interestingly really old games seen to work better on 8.1 than 7. but xp probably the best there?
My opinion is a bit out dated but 2 years ago I used Solydx and LMDE. I found Soldyx to be better out of the box by far, they also had their driver manager which made it a simple effort to install drivers. (mint now uses this program)
Not sure if this is still relevant as then Mint shut down their Debian version. which led to Solydx. Mint has resumed their support of the Debian based version, so I havnt tested it at all since it first restarted. I have found Debian based and Manjaro(arch) to be faster than Ubuntu based.
As far as Video playback like flash and avi's etc. I have found Manjaro to be the best. Unfortunately their update program breaks all the time. So unless you know arch its hard to keep it running more than 2 releases without re-install.
Manjaro was the fist I used that shipped with steam installed
I have heard a rumour that Korora is good graphic playback performance out of the box. It is based on Fedora. I have just started trying it out.
Anyhow I want to get some decent games going on linux for my son and his friends, and steam seems the best chance. Would love to hear if anyone has tested different distros with same hardware, same game and got best FPS results?
|
|
|
All times are GMT -5. The time now is 03:33 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|