You are not logged in.
Pages: 1
In my situation, I have a typical x86 computer setup primarily for use with StepMania. Currently, I run Lubuntu with LXDE on it.
I recently started messing around with Arch, and noticed under the xserver wiki page, it said that it's recommended to install a DE. Although I'm wondering, do I need to install a DE just to run a game?
Ideally, I'd like to toss Arch onto that computer, xorg-xserver, ALSA (if it's not already included with xserver anyway), and StepMania. Pretty much, I just want it to be the lightest setup possible.
RoE | Wiki - My Linux set-up tweaks and notes!
Offline
No, there is absolutely no need for a DE. You can use a very lightweight WM, or just launch a client program directly from xinitrc (which will work best if they fullscreen themselves, or have a fullscreen/geometry flag).
EDIT: can you point to the page that makes this recommendation? I don't see it in the Xorg page - if it really does make a DE sound obligatory, it should be revised.
Last edited by Trilby (2014-07-22 00:13:58)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
A desktop environment (DE) is a window manager (WM) plus additional things, like a panel or two, file manager, etc. You might want a DE if you want a coherent working environment. You need a window manager (LXDE uses openbox) if you want to manage windows. If you only want a single fullscreen window and don't need anything else (e.g. a way to start a web browser and to move between it and your game), you can just (I think) start X and your game only (via xinitrc).
Last edited by lucke (2014-07-22 00:15:35)
Offline
No, there is absolutely no need for a DE. You can use a very lightweight WM, or just launch a client program directly from xinitrc (which will work best if they fullscreen themselves, or have a fullscreen/geometry flag).
EDIT: can you point to the page that makes this recommendation? I don't see it in the Xorg page - if it really does make a DE sound obligatory, it should be revised.
Thanks for the info; also I may of gotten confused about the recommendation. It says "The easiest way to start X is by using a display manager"; re-reading it now though doesn't make it sound obligatory.
RoE | Wiki - My Linux set-up tweaks and notes!
Offline
A display manager (DM) is responsible for showing a login screen that lets you choose a user and a DE or a WM to start.
Offline
It says "The easiest way to start X is by using a display manager"; re-reading it now though doesn't make it sound obligatory.
That is also flat-out incorrect. The easiest way to start X is with `startx`...
Offline
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
YES.
you can run
$ startx /usr/bin/supertuxkart
and get just X + Game running.
But its need some resolution tweaks.
If you have resolution problems, you can try xmonad (true lightweight WM)
# pacman -S xmonad xterm
$ startx /usr/bin/xmonad
CTRL + ALT + Return is useful for beginning.
http://xmonad.org/manpage.html
[edit]
This way you dont need DE or DM or WM or this complicated things. Just login on TTY and GAME!
It's the simplest way that i find.
Always you use startx you will need the full path to program that you wanna run
Last edited by souenzzo (2014-07-22 13:54:51)
Offline
So far, seems like this idea can work fine Got Arch installed earlier, installed xorg-server (and other X stuff), and was able to get startx to start StepMania. Just have to fix some things with StepMania specifically (video playback seems to crash it) and all should be good to go.
Never knew what X looked like without a DE/DM/WM; definitely not too pretty, but it functions.
RoE | Wiki - My Linux set-up tweaks and notes!
Offline
You can call xsetroot from .xinitrc to set things like the background color and default cursor shape. These help it look a lot nicer. But the background should be irrelevant if you are starting up a fullscreen game. The cursor could be relevant if the game doesn't set a cursor.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
ewaller$@$odin ~ 1009 %adventure
Welcome to Adventure!! Would you like instructions?
y
Somewhere nearby is Colossal Cave, where others have found fortunes in
treasure and gold, though it is rumored that some who enter are never
seen again. Magic is said to work in the cave. I will be your eyes
and hands. Direct me with commands of 1 or 2 words. I should warn
you that I look at only the first five letters of each word, so you'll
have to enter "northeast" as "ne" to distinguish it from "north".
(Should you get stuck, type "help" for some general hints. For
information on how to end your adventure, etc., type "info".)
- - -
This program was originally developed by Will Crowther. Most of the
features of the current program were added by Don Woods. Address
complaints about the UNIX version to Jim Gillogly (jim@rand.org).
You are standing at the end of a road before a small brick building.
Around you is a forest. A small stream flows out of the building and
down a gully.
go in
You are inside a building, a well house for a large spring.
There are some keys on the ground here.
There is a shiny brass lamp nearby.
There is food here.
There is a bottle of water here.
quit
Do you really want to quit now?
yes
OK
You scored 27 out of a possible 350 using 2 turns.
You are obviously a rank amateur. Better luck next time.
To achieve the next higher rating, you need 9 more points.
ewaller$@$odin ~ 1010 %
You don't even need X
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Online
Pages: 1