Problem with X11 and XORG - Printable Version +- nixers (https://nixers.net) +-- Forum: Desktop Customization, Efficiency, and Aesthetics (https://nixers.net/Forum-Desktop-Customization-Efficiency-and-Aesthetics) +--- Forum: Desktop Customization & Workflow (https://nixers.net/Forum-Desktop-Customization-Workflow) +--- Thread: Problem with X11 and XORG (/Thread-Problem-with-X11-and-XORG) |
Problem with X11 and XORG - lolimsoasd - 04-09-2012 I inst alled arch on my netbook, after installing X11 and Xorg, I sttart the x server and: only a little white shell box opens, I can see mouse as well. Typing "exit" into the shell terminates X. Is this a problem, or just the fact that I haven't installed any desktop environment yet (Gnome, KDE etc..?) RE: Problem with X11 and XORG - deadgone - 04-09-2012 This is not a problem. It's just using the default wm(TWM I think.) Install a windows manager that you like and then add it to your .xinitrc. and then type startx. RE: Problem with X11 and XORG - lolimsoasd - 04-09-2012 Which one do you prefer? I've only used KDE and Gnome, I liked KDE better. But is there even some better one? :) RE: Problem with X11 and XORG - deadgone - 04-09-2012 Well. I don't use a desktop environment. I just use a plain old wm. I currently use dwm. Here is the arch wiki's page about it: https://wiki.archlinux.org/index.php/Dwm RE: Problem with X11 and XORG - yrmt - 04-09-2012 looks like only an xterm is opened. install whatever wm/de you like and add it to .xinitrc ;) RE: Problem with X11 and XORG - pac - 04-09-2012 If you really want DE installed then I believe xfce is the most lightweight out there. If you want something more faster and ever more lighter, then consider using window manager. RE: Problem with X11 and XORG - yrmt - 04-09-2012 fvwm is lighter than xfce ;) RE: Problem with X11 and XORG - pac - 04-09-2012 (04-09-2012, 03:48 PM)Beastie Wrote: fvwm is lighter than xfce ;)I must confess, it does look great. But isn't fvwm a wm? If it is, no wonder why it's lighter than xfce. :) RE: Problem with X11 and XORG - yrmt - 04-09-2012 Fvwm is a desktop environment with a crapton of features. RE: Problem with X11 and XORG - lolimsoasd - 05-09-2012 Installed fluxbox. Now writing this post from the netbook! Wow linux is great. Never found it out by using stupid distros like ubuntu.... RE: Problem with X11 and XORG - Phyrne - 05-09-2012 (05-09-2012, 03:36 AM)lolimsoasd Wrote: Installed fluxbox. Now writing this post from the netbook! Glad to hear you've got it set up how you want :) If you're planning on using Arch for a while, you'll want to read through the relevant wiki pages for what you desire. Learning your system fully is the best way to handle/manage it. RE: Problem with X11 and XORG - lolimsoasd - 05-09-2012 (05-09-2012, 08:32 AM)Phyrne Wrote:(05-09-2012, 03:36 AM)lolimsoasd Wrote: Installed fluxbox. Now writing this post from the netbook! Yeah I've been reading it and wow - it's huge :D so much information in it. I think I'll stick with this. Just need to make some font changes and change the theme of fluxbox ! :) RE: Problem with X11 and XORG - deadgone - 05-09-2012 (05-09-2012, 09:40 AM)lolimsoasd Wrote:(05-09-2012, 08:32 AM)Phyrne Wrote:(05-09-2012, 03:36 AM)lolimsoasd Wrote: Installed fluxbox. Now writing this post from the netbook! Oh btw, speaking of fonts, you should also check out the terminus font. RE: Problem with X11 and XORG - lolimsoasd - 07-09-2012 (05-09-2012, 10:15 AM)TheShadowFog Wrote:(05-09-2012, 09:40 AM)lolimsoasd Wrote:(05-09-2012, 08:32 AM)Phyrne Wrote:(05-09-2012, 03:36 AM)lolimsoasd Wrote: Installed fluxbox. Now writing this post from the netbook! The link you posted doesn't work... But i'll google it! RE: Problem with X11 and XORG - deadgone - 07-09-2012 (07-09-2012, 03:17 AM)lolimsoasd Wrote:(05-09-2012, 10:15 AM)TheShadowFog Wrote:(05-09-2012, 09:40 AM)lolimsoasd Wrote:(05-09-2012, 08:32 AM)Phyrne Wrote:(05-09-2012, 03:36 AM)lolimsoasd Wrote: Installed fluxbox. Now writing this post from the netbook! Oops. Try this: http://www.archlinux.org/packages/community/any/terminus-font You can also just: Code: sudo pacman -S terminus-font |