You are not logged in.

#1 2006-10-05 13:36:49

orionYoung
Member
From: Upper Michigan
Registered: 2005-11-05
Posts: 14

New instilation, X won't start!

I just installed the base system and all the needed packages to get X up and running. When I type startx it flickers, i see the x display and cursor, then it stops and gives me this message:

FreeFontPath: FPE"/usr/share/fonts/misc:unscaled" refcount is 2, should be 1; fixing.

then back to command prompt. Any ideas?

P.S. I used hwd -s to make the xorg.conf


grep -r joy /life/*

Offline

#2 2006-10-05 13:55:05

idjut
Member
From: Oslo
Registered: 2006-05-15
Posts: 177

Re: New instilation, X won't start!

You need to install a window manager like fluxbox or enlightenment or a desktop manager like kde, gnome or xfce4.

Do pacman -S fluxbox

Add 'exec startfluxbox' as the last line in .xinitrc. Edit that file with "vi .xinitrc" press i to input. When finished press esc and type :wq to save and exit. If you want one of the dm's, take a look in the wiki


Linux user #403491

"Men have called me mad; but the question is not yet settled, whether madness is or is not the loftiest intelligence– whether much that is glorious– whether all that is profound– does not spring from disease of thought– from moods of mind exalted at the expense of the general intellect." - E. A. Poe from Eleonora

Offline

#3 2006-10-05 14:25:38

orionYoung
Member
From: Upper Michigan
Registered: 2005-11-05
Posts: 14

Re: New instilation, X won't start!

well, it pauses a bit longer at the X screen then goes back to the same error!


grep -r joy /life/*

Offline

#4 2006-10-05 16:36:03

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: New instilation, X won't start!

/var/log/Xorg.0.log


I am a gated community.

Offline

#5 2006-10-05 17:15:46

_adam_
Member
From: Dora, Alabama
Registered: 2006-05-18
Posts: 94

Re: New instilation, X won't start!

idjut wrote:

Add 'exec startfluxbox' as the last line in .xinitrc. Edit that file with "vi .xinitrc" press i to input. When finished press esc and type :wq to save and exit.

It should be just 'exec fluxbox'.

Offline

#6 2006-10-06 03:02:42

Kenetixx
Member
From: /unvrs/mlkywy/earth/aust/home
Registered: 2006-09-09
Posts: 258
Website

Re: New instilation, X won't start!

Your not trying to start x in root are you?


http://binaryritual.net

There is no spoon.......

Offline

#7 2006-10-06 03:29:31

silencer
Member
From: Buenos Aires / Argentina
Registered: 2006-09-01
Posts: 102
Website

Re: New instilation, X won't start!

I had a problem with X too in a fresh install, (twice roll ). I fixed it by installing      xorg-fonts-type1. 

Just do

 pacman -S xorg-fonts-type1 

and see if that fixes the problem. It's weird, but with xorg 7.0 this never happened (to me at least).

Hope it helps smile

see ya!

silencer

Offline

#8 2006-10-06 11:02:19

orionYoung
Member
From: Upper Michigan
Registered: 2005-11-05
Posts: 14

Re: New instilation, X won't start!

I have type1 installed. I tried changing the line from "exec startfluxbox" to "exec fluxbox" nothing different happened. Yes I am trying to start X as root but after your post I made a user and tried it from there, which returned the following:

hostname: Host name look up failure
xauth: timeout in locking authority file //.serverauth.5402
xauth: timeout in locking authority file //.Xauthority

It hangs for a bit then produces the same errors as stated earlier.

Oh, by the way, the computer is not hooked up to the net, I transfered all the needed packages via usb! so -S does not work for me! I install package by package.


grep -r joy /life/*

Offline

#9 2006-10-06 13:37:22

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,718
Website

Re: New instilation, X won't start!

I'm not sure how you made your /etc/X11/xorg.conf from hwd -s but ...
make sure you have the fonts and path correct in your xorg.conf.
If should look like this:

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath     "/usr/share/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#

    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/share/fonts/100dpi"
    FontPath   "/usr/share/fonts/TTF"
    FontPath   "/usr/share/fonts/Type1"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

    ModulePath "/usr/lib/xorg/modules"

EndSection

When I just installed arch (just a couple of days ago) I had a similar problem and once I fixed the fonts and Modue Path it worked.

BTW if you did your xorg.conf "by hand" you may try xorgconfig (as root) and it will build one for you, then you make sure of the changes I just mentioned and you are good to go.

Hope this helps.

Rick

Offline

#10 2006-10-06 16:24:51

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,219

Re: New instilation, X won't start!

orionYoung wrote:

hostname: Host name look up failure

This can be solved by editing /etc/hosts .

Look for

127.0.0.1        localhost.localdomain    localhost

and add the hostname you set in /etc/rc.conf at the end of the line above ,  so it will look like this :

127.0.0.1        localhost.localdomain    localhost julius

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#11 2006-10-06 18:55:06

yankees26
Member
From: Connecticut, USA
Registered: 2006-09-29
Posts: 190

Re: New instilation, X won't start!

Try installing other font packages that you have listed like: xorg-fonts-100dpi, etc. That is how I got X working when it wasn't working.

Offline

#12 2006-10-06 19:46:36

pelle.k
Member
From: Åre, Sweden (EU)
Registered: 2006-04-30
Posts: 667

Re: New instilation, X won't start!

hi. I always install xorg-fonts-100dpi, xorg-fonts-75dpi and xorg-fonts-misc to make Xorg work.


"Your beliefs can be like fences that surround you.
You must first see them or you will not even realize that you are not free, simply because you will not see beyond the fences.
They will represent the boundaries of your experience."

SETH / Jane Roberts

Offline

#13 2006-10-09 12:31:48

omgwtfbyobbq
Member
Registered: 2006-07-04
Posts: 226

Re: New instilation, X won't start!

I had the same problem with a recent install when my user didn't own the directory assigned to it, a chown -R user /user/home/directory fixed it.

Offline

#14 2006-10-09 12:39:54

The_Nerd
Member
From: Syracuse, NY / Baltimore, MD
Registered: 2005-11-30
Posts: 134
Website

Re: New instilation, X won't start!

silencer wrote:

I had a problem with X too in a fresh install, (twice roll ). I fixed it by installing      xorg-fonts-type1. 

Just do

 pacman -S xorg-fonts-type1 

and see if that fixes the problem. It's weird, but with xorg 7.0 this never happened (to me at least).

Hope it helps smile

see ya!

silencer

think this could be a bug? I have also had this problem on a number of recent fresh installs. Could it be that the new xorg 7.x.x builds of Xorg are missing a font rependency that lets it run right off the bat?

installing xorg-fonts-100dpi/75dpi didnt work for me, whatever dependency seemed to work by me installing the ttf-ms-fonts. That being said i just thought i'd ask.

Offline

#15 2006-10-09 14:09:43

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,718
Website

Re: New instilation, X won't start!

Looking at the path for the fonts "/usr/share/fonts/misc:unscaled" it seems inconsistent with the new path for Xorg:"/usr/lib/X11/fonts/misc/"
Perhaps that is the source of the problem... a wrong path.
Naturally, since this is a new install there is something wrong in the install base.   :shock:

Offline

#16 2006-10-09 14:25:35

rawfuzz
Member
Registered: 2006-10-07
Posts: 16

Re: New instilation, X won't start!

Post the output of

tail /var/log/Xorg.0.log

Offline

#17 2006-10-09 14:29:46

orionYoung
Member
From: Upper Michigan
Registered: 2005-11-05
Posts: 14

Re: New instilation, X won't start!

Ralvez, Opps.. I meant I used "hwd -x" to make my xorg.conf, and yes my paths are correct.

Lone_wolf, I added the host name and now I have a different error, but no hostname complaints! Thanks! One down two to go!

Yankee,Pelle, I have all mentioned font packs installed and re-installed.

omg, did the chown, now root and user get the same errors! So another error bites the dust! Thanks. By the way what doest the byobbq part of your name stand for?

Silencer, Nerd, I don't have direct internet accesses right now, so I have to install package by package! No -S for me!

After following all the above suggestions the error message has changed a lot! Now I get just 2 errors, logged in a root or user! Here are the new errors.

(EE) Failed to load module "bitmap" (module does not exist, 0)
(EE) Failed to load module "pcidata" (modules does not exist, 0)

Only two (EE)'s and same in user or root! Is this progress, I think so?! Any way, I greped both xinitrc and xorg.cong for bitmap and pcidata, and got nothing! What now?


grep -r joy /life/*

Offline

#18 2006-10-09 15:03:51

orionYoung
Member
From: Upper Michigan
Registered: 2005-11-05
Posts: 14

Re: New instilation, X won't start!

Ralvez, on my system threre is no directory named /usr/lib/X11/fonts/ ? Should I move the fonts dir from ist current location to the fore mentioned one?

as requested

(II) LoadModule: "pcidata"
(WW) Warning, couldn't open module pcidata
(II) UnloadModule: "pcidata"
(EE) Failed to load module "pcidata" (module does not exist, 0)

Fatal server error:
Unable to load required base modules, Exiting...

(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor

grep -r joy /life/*

Offline

#19 2006-10-09 16:31:47

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,718
Website

Re: New instilation, X won't start!

well ... if it is working then do not do it  wink  but if it is not then there is something to consider.
What makes me wonder is ... why your install seems so diferent from a regular install.
Have you considered using xorgconfig to get a "regular" xorg.conf config file.  You can alwasy save your current configuration and give it a try with xorgconfig.

Offline

#20 2006-10-09 16:40:46

twiistedkaos
Member
Registered: 2006-05-20
Posts: 666

Re: New instilation, X won't start!

I always manually configure mine so I don't have this issue.

Offline

#21 2006-10-10 16:07:23

orionYoung
Member
From: Upper Michigan
Registered: 2005-11-05
Posts: 14

Re: New instilation, X won't start!

Well, I went back and decided to re-install xorg-11R7 (in current) when I realized the file size was 1KB compared to previous versions being 61708KB large! This might be the problem! maybe thats why it can't find any modules, there might not be any! So I tried "pacman -R xorg-11R7" and then installed R6 but still bad results. I have decided to start with a fresh install of Base then build off from there, paying close attention to filesize and what not! Thanks for all the help! Hopefully I won' have to much more trouble.


grep -r joy /life/*

Offline

#22 2006-10-10 21:33:13

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,718
Website

Re: New instilation, X won't start!

Well ... if you want to do an install of X using pacman you have to download a buch of programs not just one. That may be the reason you find the file size too small.

Do a pacman -Ss xorg (to see all the related files) and then query all the files that pertain including the xorg-tools and you should be OK.

Rick

Offline

#23 2006-10-11 12:12:57

orionYoung
Member
From: Upper Michigan
Registered: 2005-11-05
Posts: 14

Re: New instilation, X won't start!

I am aware of the dependencies, I mean the file xorg-11R7.0-1.pkg.tar.gz itself is only 1kb, and file xorg-11R6.8.2-6.pkg.tar.gz is 61708kb! I do not currently have a direct internet conection so I creat a list of all dependencies for a package and download them all onto a usb then transfer them to my system.


grep -r joy /life/*

Offline

#24 2006-10-13 08:13:06

orionYoung
Member
From: Upper Michigan
Registered: 2005-11-05
Posts: 14

Re: New instilation, X won't start!

Ok! Did a fresh install. The only things on my system right now are base, hwd, and all required packages for xorg-11R6 and fluxbox. now I have a totally new problem. If is start xdm all goes well but, startx leads to this error

(**) Option "XkbModel" "pc104"
(**) Keyboard1: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!

I created the Xconfig through xorgconfig. The directory /usr/X11R6/lib/X11/fonts/CID/ only contains a few files? what package will fix this?


grep -r joy /life/*

Offline

#25 2006-10-13 09:39:58

pelle.k
Member
From: Åre, Sweden (EU)
Registered: 2006-04-30
Posts: 667

Re: New instilation, X won't start!

kde, and also kdm need ttf-bitstream-vera package. Xorg need (as pointed out earlier) xorg-fonts-100dpi, xorg-fonts-75dpi and xorg-fonts-misc.


"Your beliefs can be like fences that surround you.
You must first see them or you will not even realize that you are not free, simply because you will not see beyond the fences.
They will represent the boundaries of your experience."

SETH / Jane Roberts

Offline

Board footer

Powered by FluxBB