Xorg could not open default cursor font 'cursor'

Hello Community,

I'm trying to install FreeBSD on my second PC, but somehow I get a strange error.

I have attached my xorg.conf, but because of the Forum limit I have to paste my Xorg.log to pastebin *klick*

(The xorg.conf was created with X -configure.)

I don't know what I can do to fix this kind of bug. I have installed only xorg and gnome2.

After I first get this error I used:

Code:
fc-cache -r

After that I have reinstalled x11-fonts/font-cursor-misc and x11-fonts/font-alias

But nothing helped :/

I'm a bit frustrated, I have googled now for 2 days, but haven't found a solution.

Hope someone could help.
 

Attachments

Thanks for your fast reply wblock :)

Here the link:
Xorg.conf

I have installed xorg not the minimal. It's a bit strange that no one know this kind of error :/

I don't remember the file, but after I have looked with grep through the misc folder, I have found that the cursor.pcf.gz exists and the alias is set right. I'm nearly the point where I will reinstall FreeBSD.
 
Don't reinstall FreeBSD, it's an xorg problem. How are you starting X? Just plain startx without a ~/.xinitrc should give a TWM X screen.
 
Hello wblock,

i tested 3 different ways to start X.

1:

Code:
X -config /root/xorg.conf.new

2:

Code:
X -config /root/xorg.conf.new -retro

3:

Code:
startx

Code:
cat ~/.xinitc
/usr/local/bin/gnome-session
 
Is the cursor font installed?
Code:
% pkg_info -Ix font-cursor
font-cursor-misc-1.0.3 X.Org miscellaneous Cursor fonts

Even if it is, try this:
Code:
# cd /usr/ports/x11-fonts/font-cursor-misc/
# make clean
# make deinstall install clean
 
Hello wblock,

i will try it on monday and will post the result, because i haven't
access to the pc now.

But thx for the help now, i hope we could resolve it :)
 
Back
Top