1. X Windows Q
- Posted by Mike Hurley <mikehurley2 at NETZERO.NET> Aug 03, 1999
- 485 views
------=_NextPart_000_0017_01BEDD99.A139B100 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I got XWindows all set up, and I was wondering, where do you get = programs to run under it? Also, everytime I try to start up "twm," it = says there's another window manager and that it can't find any other = screens besides "0", which is being used. What's wrong here? Any help = would be appreciated. Mike Hurley ------=_NextPart_000_0017_01BEDD99.A139B100 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT size=3D2>I got XWindows all set up, and I was wondering, = where do you=20 get programs to run under it? Also, everytime I try to start up = "twm," it=20 says there's another window manager and that it can't find any other = screens=20 besides "0", which is being used. What's wrong here? Any = help would=20 be appreciated.</FONT></DIV> <DIV> </DIV> ------=_NextPart_000_0017_01BEDD99.A139B100-- ________________________________________________________ NetZero - We believe in a FREE Internet. Shouldn't you? Get your FREE Internet Access and Email at http://www.netzero.net/download/index.html
2. Re: X Windows Q
- Posted by JJProg at CYBERBURY.NET Aug 03, 1999
- 480 views
>I got XWindows all set up, and I was wondering, where do you get programs to >run under it? Also, everytime I try to start up "twm," it says there's >another window manager and that it can't find any other screens besides "0", >which is being used. What's wrong here? Any help would be appreciated. >Mike Hurley You can find lots of linux programs for X and the console at www.linuxberg.com Jeffrey Fielding JJProg at cyberbury.net http://members.tripod.com/~JJProg/
3. Re: X Windows Q
- Posted by Irv Mullins <irv at ELLIJAY.COM> Aug 03, 1999
- 464 views
On Tue, 03 Aug 1999, you wrote: > >%_I got XWindows all set up, and I was wondering, where do you get programs > >to run under it? >Also, everytime I try to start up "twm," it says there's another window >manager and that it can't find any other screens besides "0", which is being >used. What's wrong here? Any help would be appreciated. in your home directory, for example: /home/mike you should have a file (dot) xinitrc which runs a windowmanager: example from my .xinitrc: PATH="$PATH:/usr/X11/bin" exec kde This gets executed when you type "startx" The error message indicates that there may be another wm running. Type ps ax to get a list of running programs and look for things ending in __wm, to see if there really is another manager running. If there is, try switching to it by pressing alt F7. Irv