Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-28-2003, 04:55 AM
|
#1
|
|
Member
Registered: May 2003
Location: Finland
Distribution: Debian Sarge
Posts: 75
Rep:
|
What the /etc/X11/xinit/xinitrc file should look like?
The problem is that fluxbox window manager doesn't run but kde runs. I use X Desktop Manager (xdm) in text mode. I have added the following text to my xinitrc file's end:
exec /usr/bin/fluxbox
So startx should launch it and run fluxbox or Am I wrong? The file looks like this:
#!/bin/sh
# $Xorg: xinitrc.ccp, v 1.3 2000/08/17 19:54:30 cpqbld Exp $
# /etc/X11/xinit/xinitrc
#
# global xinitrc file, used by all X sessions started by xinit (startx)
# invoke global X session script
. /etc/X11/Xsession
#
# start the window manager
exec /usr/bin/fluxbox
What is wrong in this file? Should I add something to it or should I edit something other file?
|
|
|
|
05-28-2003, 06:49 AM
|
#2
|
|
Member
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440
Rep:
|
here is mine
Code:
#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
# start the window manager:
/home/erling/programmer/gkrellm-2.1.10/src/gkrellm &
/usr/local/bin/lineakd -b &
exec blackbox
cheers
erling
|
|
|
|
05-28-2003, 01:52 PM
|
#3
|
|
Member
Registered: May 2003
Location: Finland
Distribution: Debian Sarge
Posts: 75
Original Poster
Rep:
|
What those lines do?
Code:
/home/erling/programmer/gkrellm-2.1.10/src/gkrellm &
/usr/local/bin/lineakd -b &
Do I need them to boot fluxbox?
|
|
|
|
05-28-2003, 02:34 PM
|
#4
|
|
Member
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440
Rep:
|
lineak is for my multimedia keys just delete the line
because you dont have it on your comp
and gkrellm is another app just delete the line
cheers
erling
|
|
|
|
05-29-2003, 04:07 AM
|
#5
|
|
Member
Registered: May 2003
Location: Finland
Distribution: Debian Sarge
Posts: 75
Original Poster
Rep:
|
Should I add those other lines too and what they do?
|
|
|
|
05-29-2003, 08:08 AM
|
#6
|
|
Member
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440
Rep:
|
add the others but change exec blackbox to /path/to/fluxbox
|
|
|
|
05-29-2003, 08:56 AM
|
#7
|
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,164
Rep:
|
here's my .xinitrc
guess what it does
blackbox
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:09 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
|
|