Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
help: setting up windowmaker
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
sh\fted!
n00b
n00b


Joined: 18 Apr 2002
Posts: 7

PostPosted: Thu Apr 18, 2002 2:11 pm    Post subject: help: setting up windowmaker Reply with quote

Hello,

First off, I must say I am very impressed with Gentoo's speed; it's astonishing!

However, I don't have the disk space to compile/install a pig of a window manager like kde or gnome, and instead I would like to use windowmaker.

The problem is configuring Gentoo to start it, or even read my ~/.xinitrc or ~/.xsession (neither work).

In /etc/rc.conf, I have
Code:
DISPLAYMANAGER=xdm
since i don't have kde (for kdm) or gnome (for gdm) installed.

I don't wish to muck around with scripts too much, but using startx from a terminal before I ran the command
Code:
rc-update add xdm default
worked fine.

Any suggestions?[/code]
Back to top
View user's profile Send private message
Poseidon
n00b
n00b


Joined: 18 Apr 2002
Posts: 18
Location: New Hampshire, US

PostPosted: Thu Apr 18, 2002 2:18 pm    Post subject: WindowMaker Reply with quote

I have a dual-P3 system with an 80GB drive and I still use WindowMaker 8) over Gnome or KDE . I think it's much more sleek and user friendly. Furthermore, why download the fastest Linux distribution only to slow it down with a slow, resource hogging, window manager? Post your startx script and your /var/log/XFree86.0.log file and I'll take a look at it and get you rockin.
Back to top
View user's profile Send private message
sh\fted!
n00b
n00b


Joined: 18 Apr 2002
Posts: 7

PostPosted: Thu Apr 18, 2002 2:51 pm    Post subject: Re: WindowMaker Reply with quote

Poseidon wrote:
I have a dual-P3 system with an 80GB drive and I still use WindowMaker 8) over Gnome or KDE .


I can hardly blame you! I have a 1.4 ghz athlon + 80GB 7200 rpm hd, and Gentoo on the 1.25GB hd is faster than any os i have tried on here!

I am running in X right now, but i'm stuck in twm, which i abhore (whose was the walnut-skulled idiot that made this the default??)

My startx script is fine, but it's not called on startup :/ I think the problems lies in the custom Gentoo scripts. /var/log/XFree86.0.log doesn't provide any details about what scripts were used to call X. Plus, they're rather length and i wouldn't want to bloat my message, but i can provide if really necessary.
Back to top
View user's profile Send private message
Guest






PostPosted: Thu Apr 18, 2002 3:54 pm    Post subject: Reply with quote

Alright, I think I may understand where you're coming from now. It's just starting up in twm instead of WindowMaker? It seems to me perhaps your .xinitrc is screwed up. It should be very simple. Copy this to BOTH your ~/.xinitrc AND /etc/X11/xinit/xinitrc. The /etc one is the default in case you don't have one in your home directory (that way you don't have to ever see twm again). If this doesn't fix it, why don't you just send me the aforementioned files via email @ seb@latestlinux.com

######################################
PATH="$PATH:/usr/bin"

# If you login from xdm, uncomment this to make error messages appear
# in the console window.
# tail -f /root/.xsession-errors > /dev/console &

# I use this to turn off annoying console beeping in X windows (like whenever you hit tab in a bash console or if you ever hit backspace too many times...)
xset b 0

# This is the wm you want...
exec wmaker
#######################################
Back to top
sh\fted!
n00b
n00b


Joined: 18 Apr 2002
Posts: 7

PostPosted: Thu Apr 18, 2002 11:14 pm    Post subject: Reply with quote

i checked the /etc/X11/xinit/xinitrc, and it has parameters that are not being executes, so one can assume it's not being called at all (such as multiple xterms).

i'm going to tinker with it some more, and report back if i find a solution
Back to top
View user's profile Send private message
mmessano
n00b
n00b


Joined: 10 Apr 2002
Posts: 8

PostPosted: Fri Apr 19, 2002 3:38 am    Post subject: wmaker.inst Reply with quote

There should be a shell script in your $PATH called wmaker.inst. It will set up your user files for WindowMaker to be used. Very handy.


sh\fted! wrote:
i checked the /etc/X11/xinit/xinitrc, and it has parameters that are not being executes, so one can assume it's not being called at all (such as multiple xterms).

i'm going to tinker with it some more, and report back if i find a solution
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20048

PostPosted: Tue Apr 23, 2002 4:02 am    Post subject: Reply with quote

Anonymous wrote:
Alright, I think I may understand where you're coming from now. It's just starting up in twm instead of WindowMaker? It seems to me perhaps your .xinitrc is screwed up. It should be very simple. Copy this to BOTH your ~/.xinitrc AND /etc/X11/xinit/xinitrc. The /etc one is the default in case you don't have one in your home directory (that way you don't have to ever see twm again). If this doesn't fix it, why don't you just send me the aforementioned files via email @ seb@latestlinux.com

######################################
PATH="$PATH:/usr/bin"

# If you login from xdm, uncomment this to make error messages appear
# in the console window.
# tail -f /root/.xsession-errors > /dev/console &

# I use this to turn off annoying console beeping in X windows (like whenever you hit tab in a bash console or if you ever hit backspace too many times...)
xset b 0

# This is the wm you want...
exec wmaker
#######################################



This is quite different from the default file. Is any of the default file needed?
I've not selected a final window manager yet, but am trying to get fluxbox working.
Will this script work for any manager? Obviously changing the exec wmaker line as needed?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum