You are not logged in.
Pages: 1
Hi
I installed xorg by pacman -S xorg on my new arch install just a few hours ago. Also having installed xorg-twm and xterm, I ran startx.
My monitor's LED began blinking and on returning to vc1 showed the usuall message as well as:
/etc/X11/xinit/xinitrc: line29: xclock command not found
warning: locale not supported by C library, locale unchanged ( repeats many times)
I installed xorg 7.0 on an arch install on september successfully, so I ignored the xclock error. I never remembered anything about locales in my install or configuration. So what could be the problem?
The comp's an i845 with xf86-video-i810 as the driver and xorg.conf was done by hwd -xa. I tired both the i180 and vesa modules with the same result.
Thanks
PS: this was written in links and so I dont know how this message would turn out.
EDIT:
AUGGH! How stupid can I be ???? I just ran mkfontdir on every dir in /usr/share/fonts and now I get these IN ADDITION to the previous message:
could not init font path element /usr/share/[font dir] , removing from list!
Serial ignoramus- a day of experience 365 times.
Offline
I think there's a locale.conf somewhere, where you have to uncomment your locale and then run localegen. The details are somewhere on the forum search for them.
The Bytebaker -- Computer science is not a science and it's not about computers
Check out my open source software at Github
Offline
I think there's a locale.conf somewhere
/etc/locale.gen
our locale and then run localegen
locale-gen
Have you tried to turn it off and on again?
Offline
You may also wish to touch /etc/profile and pass there your locales of preference.
Microshaft delenda est
Offline
Hi
Thanks all of you. I solved the problme of locales which has given me headaches
But the messages of 'cannot init font path element' still persist and.
But I think theres more to the problem :cry: By typing startx instead of greeting with the twm interface, the monitor just blinks the LED ( like slleping or out of sync).I have already installed xorg 7.0 earlier and it worked perfectly. So I think that xorg is corrupting the screen.
Do you think installing KDE will help?
Thanks
Serial ignoramus- a day of experience 365 times.
Offline
Do you think installing KDE will help?
Hardly, as kde runs on top of xorg, all window managers do. Post the related contents of the xorg log files.
I made it long
as I lacked the time to make it short...
Offline
Have you setup your ~/.xinitrc to your wm?
Did you install xorg-video-drivers, and/or nvidia drivers (if you're using nvidia ) and generate a good xorg.conf?
Offline
Hi
here's my xorg log http://www.filefactory.com/file/10c111/
Yes I did intsall xf86-video-i810 for my intel 845 and xorg by hwd -xa and the dirver changed to i810
I dont understand about xinitrc
Serial ignoramus- a day of experience 365 times.
Offline
just give us your .xinitrc file which is in your home directory. You should have a line saying 'exec twm"
The Bytebaker -- Computer science is not a science and it's not about computers
Check out my open source software at Github
Offline
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
exec wmaker
# exec startkde
# exec icewm
# exec blackbox
# exec fluxbox
So I change wmaker to twm right? let me try it out
Serial ignoramus- a day of experience 365 times.
Offline
Hi
It works!!! [ howling in joy onto the night with neighborhood canines]
Thanks Basu and fk for solving the locale blues
thanks ndlarsen for trying out all angles of the problem
thanks misfit138 and Basu again for pinpointing the error and finding the solution.
Thanks everybody again
Merry Christmas and Happy New Year in Advance
Serial ignoramus- a day of experience 365 times.
Offline
Well for my part, this is the first time I was able to help someone here on the Arch forums. (I am usually doing the asking!)
Good luck and hope you enjoy Arch as much as I do.
Offline
Always glad to help.
May the source be with you!
The Bytebaker -- Computer science is not a science and it's not about computers
Check out my open source software at Github
Offline
Pages: 1