You are not logged in.
Pages: 1
hello,
I am trying to install X with fluxbox.
pacman -S xorg hwd xterm
[root@xxx]# xorgcfg
locks at the grey x screen.
[root@xxx]# fluxbox
failed to set locale, reverting to C
couldn't connect to xserver.
what an i missing?
Offline
Offline
edit the .xinitrc file in your desktop to say "exec fluxbox" or "exec startfluxbox" and then run via shell startx. About locales edit /etc/locale.gen and uncomment the locales you need and then run locale-gen via shell.
[ron@arch]# nano /etc/locale.gen
I uncommented en_US.UTF-8
[ron@arch]# locale-gen
Locales generated
[ron@arch]# fluxbox
Warning: failed to open file (/user/share/fluxbox/nls/en_US.UTF-8/fluxbox.cat) Using default messagees.
Error: cannot connect to server.
What next?
-ron-
Offline
You have to edit your ~/.xinitrc to something like this:
#!/bin/sh
exec fluxbox
and then run startx, not fluxbox
http://timtux.net/ - my personal blog about almost everything
Offline
If it persists, could you paste your /etc/X11/xorg.conf and your /var/log/Xorg.0.log ?
http://img522.imageshack.us/img522/5840 … umsou9.png - Bear with me until they turn img tags on =/
Offline
If it persists, could you paste your /etc/X11/xorg.conf and your /var/log/Xorg.0.log ?
I have learned how to configure the xorg.conf file. But never was able to get my mouse to work. So I installed the Arch Linux Office Install CD. It installed perfectly and the mouse works. I will revisit the Arch Basic Install when I become more proficient.
-ron-
Offline
Offline
Good Idea. Hope you get the basic install right next time, and also, "Xorg -configure" for me is the better way to generate a xorg.conf with everything auto detected.
Thanks for the info. I just managed to install Slackware. I kept getting hung up on the kernel install. When I figured out how to install the 2.6.17.13 kernel along with the kernel modules package, everthing else went smoothly. Now I have to figure out how to tell the difference between Slackware packages and all the others and who to trust. After Slackware Arch should be a breeze. See you in a week or so. Ps Slax Live CD looks interesting too.
-ron-
Offline
Pages: 1