You are not logged in.
hi all , i have succesfully installed arch with xfce4 on my laptop. its a bit slow, what other interfaces can i use? who needs less ram than xfce? any site so i can see a screenshot too?
Offline
Check this thread, you'll see screenshots of the various DEs you can use, some links to some and some cool info
Offline
how much memory do u have?
I think what your looking for is a window manger.
Check that link out, u will need some spare time. lots of great info
Last edited by jacko (2007-12-12 05:37:06)
Offline
There are more options that i was thinking thx
Offline
I use Fluxbox. Fast, lightweight and doesn't look too shabby either.
http://box-look.org/CONTENT/content-pre1/59573-1.jpg
http://box-look.org/CONTENT/content-pre1/59667-1.png
http://box-look.org/CONTENT/content-pre1/68306-1.png
You'll find some other themes at box-look.org too.
Offline
loved this going to test Fluxbox
Offline
yeah, that one is sweet. Use it myself ^^
Offline
Xfce has been known to run slow if your /etc/hosts file isn't setup properly.
Last edited by elliott (2007-12-12 17:42:35)
Offline
Xfce has been known to run slow if your /etc/hosts file isn't setup properly.
What should i check to see if it is setuped properly?
i installed fluxbox and tried to run in but :
Error: Couldnt connect to XServer
Offline
Well, post it here, if you didn't do anything to it, it is most likely wrong.
Offline
Well, post it here, if you didn't do anything to it, it is most likely wrong.
well not sure how to post it from the terminal so i can write it:
#
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost
192.168.1.1 myhost.localdomain myhost
# End of file
-----------------
thats all.. i think that the hostname is wrong :S
in terminal is says:
[user@myhost ~] $ that means myhost is the hostname?
Offline
That looks very wrong, unless your router is 192.168.1.0. I'd remove the second line entirely and put your hostname at the end of the first one, this works for me:
#
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost desk-arch
# End of file
desk-arch is the hostname of this system.
Offline
That looks very wrong, unless your router is 192.168.1.0. I'd remove the second line entirely and put your hostname at the end of the first one, this works for me:
# # /etc/hosts: static lookup table for host names # #<ip-address> <hostname.domain.org> <hostname> 127.0.0.1 localhost.localdomain localhost desk-arch # End of file
desk-arch is the hostname of this system.
my router is 192.168.1.1 .
any ideas about fluxbox?
i installed fluxbox and tried to run in but :
Error: Couldnt connect to XServer
Offline
i installed fluxbox and tried to run in but :
Error: Couldnt connect to XServer
http://wiki.archlinux.org/index.php/Fluxbox:
Starting Fluxbox
Method 1: kdm/gdm
This will automaticly be added to the session types. Select fluxbox from the menu.
Note: you will have to have login manager enabled at first. For instructions how to do that, look here.
Method 2: xinitrc
In your home folder add the code below to your .xinitrc file
exec fluxbox
or if you like to use the 'startfluxbox' file use :
exec startfluxbox
It is beter to use 'startfluxbox', because only then file ~/.fluxbox/startup file is used. Remember: there can only be one exec line in your .xinitrc file
Note : if it crashes on startup, it may be a locale problem.. Setting LC_ALL to the default "C" locale, may avoid this crash. 1 Then you can start fluxbox with startx command.
Offline
i installed fluxbox and tried to run in but :
Error: Couldnt connect to XServerhttp://wiki.archlinux.org/index.php/Fluxbox:
Starting Fluxbox
Method 1: kdm/gdmThis will automaticly be added to the session types. Select fluxbox from the menu.
Note: you will have to have login manager enabled at first. For instructions how to do that, look here.
Method 2: xinitrcIn your home folder add the code below to your .xinitrc file
exec fluxbox
or if you like to use the 'startfluxbox' file use :
exec startfluxbox
It is beter to use 'startfluxbox', because only then file ~/.fluxbox/startup file is used. Remember: there can only be one exec line in your .xinitrc file
Note : if it crashes on startup, it may be a locale problem.. Setting LC_ALL to the default "C" locale, may avoid this crash. 1 Then you can start fluxbox with startx command.
the only way i make it run is first run startx and then fluxbox
should i first remove xfce4?
Offline
You don't need to remove xfce4 to run fluxbox, however you have to realize that fluxbox/openbox, basically all the minimal WMs require a much more manual set up at first, and they don't just come ready to work out of the box the way full blown desktop environments do. If startx is not starting fluxbox for you it simply means that your ~/.xinitrc is not setup properly, there is no mystery to it.
I suggest you read a bit about fluxbox and spend some time configuring it. Even if you manage to log into fluxbox you will need to set it up before it is fully usable, and it's going to require learning things and will take a substantial amount of work at first (compared to xfce for, example). As far as reading up is concerned fluxbox wiki article is a good place to start: http://wiki.archlinux.org/index.php/Fluxbox.
If you're unwilling to spend the time required to set things up properly in the beginning I suggest you stick to xfce or whichever desktop environment you prefer. If you have a fairly modern computer (configured correctly) and enough memory (512MB is enough) speed shouldn't be a real issue.
Offline
You don't need to remove xfce4 to run fluxbox, however you have to realize that fluxbox/openbox, basically all the minimal WMs require a much more manual set up at first, and they don't just come ready to work out of the box the way full blown desktop environments do. If startx is not starting fluxbox for you it simply means that your ~/.xinitrc is not setup properly, there is no mystery to it.
I suggest you read a bit about fluxbox and spend some time configuring it. Even if you manage to log into fluxbox you will need to set it up before it is fully usable, and it's going to require learning things and will take a substantial amount of work at first (compared to xfce for, example). As far as reading up is concerned fluxbox wiki article is a good place to start: http://wiki.archlinux.org/index.php/Fluxbox.
If you're unwilling to spend the time required to set things up properly in the beginning I suggest you stick to xfce or whichever desktop environment you prefer. If you have a fairly modern computer (configured correctly) and enough memory (512MB is enough) speed shouldn't be a real issue.
my ~/.xinitrc was looking like :
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx
#
# exec startxfce4
# exec icewm
# exec blackbox
# exec fluxbox
and i change the #exec fluxbox to exec startfluxbox as the guide says but i get the same error :( could connect to XServer..
Offline
my router is 192.168.1.1 .
Then your /etc/hosts is very wrong, and most likely causing your speed problem. You are, in effect, trying to tell your computer that it is your router.
Offline
I don't use fluxbox so I've no personal experience with it, I remember trying it in the past and it worked fine. You can try a couple of things. First, have you investigated the C locale idea that the post above and the wiki mention? Second, try installing a login manager like GDM or slim (again, the wiki has articles about it) and see if you can get fluxbox to start that way.
Offline
I don't use fluxbox so I've no personal experience with it, I remember trying it in the past and it worked fine. You can try a couple of things. First, have you investigated the C locale idea that the post above and the wiki mention? Second, try installing a login manager like GDM or slim (again, the wiki has articles about it) and see if you can get fluxbox to start that way.
i installed slim (login manager) but the same problem was up. ehmm investigate the C locale idea? can u be more detailed please?
Offline
Like I've said, I don't really use fluxbox so I've no personal experience with this problem. Perhaps someone else will be able to give you more info about this. Also, check out this thread, maybe it'll be helpful http://bbs.archlinux.org/viewtopic.php?t=25797. That's the thread that wiki refers to as a solution to the problem. If this doesn't work you can also try reporting a bug in the bugtracker - perhaps one of the devs might be able to shed some light on this issue.
Sorry I can't be more helpful... I feel a bit guilty because my initial post in this thread was kind of dismissive and it looks like there is some genuine problems here, it seems. I hope you get it resolved somehow.
Alternatively you can also try openbox instead of fluxbox. They're quite similar and equally configurable.
EDIT: As an experiment you can also try GDM instead of Slim; slim essentially uses .xinitrc to start the session, while GDM will use a fluxbox.desktop file, perhaps it'll make a difference. It might be worth a try...
Last edited by fwojciec (2007-12-14 04:52:33)
Offline
Like I've said, I don't really use fluxbox so I've no personal experience with this problem. Perhaps someone else will be able to give you more info about this. Also, check out this thread, maybe it'll be helpful http://bbs.archlinux.org/viewtopic.php?t=25797. That's the thread that wiki refers to as a solution to the problem. If this doesn't work you can also try reporting a bug in the bugtracker - perhaps one of the devs might be able to shed some light on this issue.
Sorry I can't be more helpful... I feel a bit guilty because my initial post in this thread was kind of dismissive and it looks like there is some genuine problems here, it seems. I hope you get it resolved somehow.
Alternatively you can also try openbox instead of fluxbox. They're quite similar and equally configurable.
EDIT: As an experiment you can also try GDM instead of Slim; slim essentially uses .xinitrc to start the session, while GDM will use a fluxbox.desktop file, perhaps it'll make a difference. It might be worth a try...
i dont think this is a problem of fluxbox cause either fluxbox or xfce runs so the problem is something else.
Offline
In all your posts so far I haven't seen one link to a pastebin containing any errors or /var/log/Xorg.0.log.
1000
Offline
Haven't seen your hardware specs either, I know for a fact XFCE runs nice on a 700mhz laptop with 384mb of RAM, if your hardware is better than this you shouldn't have an issue.
Offline
Haven't seen your hardware specs either, I know for a fact XFCE runs nice on a 700mhz laptop with 384mb of RAM, if your hardware is better than this you shouldn't have an issue.
i have a compaq presario 1700 with 600Mhz and 256ram. xfce was running just fine before i tried to put the correct drivers for my graphic cart. after i installed ati drivers i get these errors i have written above and still cant log in anywhere nor xfce or fluxbox can find any solution so far
Offline