LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-14-2007, 03:53 AM   #16
werfer
Member
 
Registered: Sep 2003
Posts: 52

Original Poster
Rep: Reputation: 15

Hi,

thanks for all your help. I did notice that gdm is still an old version, as the main configuration file is still gdm.conf (the new versions use gdm.conf only for customization). I will therefore de-install gdm and install xdm. Let's see if that will help.

Since there is no need for the X ever to be used locally, I will also go for vesa. As long as the X is up and running, things are cool.

As soon as I am home, I will post the log and conf - one thing is brightening my day: this problem surely improves my know-how, thanks to you guys :-)
 
Old 12-14-2007, 02:17 PM   #17
werfer
Member
 
Registered: Sep 2003
Posts: 52

Original Poster
Rep: Reputation: 15
Okay, I think I have discovered the disease, although I still do not know the cure. My gdm.0.log tells me:

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux uriel 2.6.18-5-686 #1 SMP Sat Dec 1 22:58:58 UTC 2007 i686
Build Date: 04 September 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 14 21:10:20 2007
(==) Using config file: "/etc/X11/xorg.conf"
(EE) AIGLX: Screen 0 is not DRI capable
xkb_keycodes { include "xfree86+aliases(qwertz)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+de(nodeadkeys)" };
xkb_geometry { include "pc(pc101)" };
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing

I had alwas assumed that X was up and running, but now I did some research on this last line, and this seems to be where things hang - the X is not coming up because of this refcount. Unfortunately, I have no idea how to fix it.
 
Old 12-14-2007, 02:44 PM   #18
werfer
Member
 
Registered: Sep 2003
Posts: 52

Original Poster
Rep: Reputation: 15
It really looks as if this is a font problem. My xorg.conf looks like this:

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

I have checked the paths, they are nor empty, but I assume that whatever is there is not sufficient or broken somehow...
 
Old 12-14-2007, 02:48 PM   #19
werfer
Member
 
Registered: Sep 2003
Posts: 52

Original Poster
Rep: Reputation: 15
The xorg.0.log says:

(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/misc".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/misc").
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi/"
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi/").
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi").

I will do so, maybe this will fix the problem.
 
Old 12-14-2007, 03:08 PM   #20
werfer
Member
 
Registered: Sep 2003
Posts: 52

Original Poster
Rep: Reputation: 15
Hmmm... that did not help. I did mkfontdir on those, and xorg.0.log tells me:

(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/X11R6/lib/X11/fonts/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/X11R6/lib/X11/fonts/100dpi,
/usr/share/fonts/X11/75dpi,
/usr/X11R6/lib/X11/fonts/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType


but gdm.0.log now tells me:

Errors from xkbcomp are not fatal to the X server
Could not init font path element /usr/X11R6/lib/X11/fonts/misc, removing from l
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/:unscaled, rem
Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi/:unscaled, remo
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi, removing from
Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi, removing from
FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixin
 
Old 12-14-2007, 03:25 PM   #21
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Perhaps you could go back to basics and get rid of X (for now!) altogether. Purge the lot (X related stuff of course) and reboot. Then, start from scratch.
 
Old 12-14-2007, 07:13 PM   #22
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Just get rid of the X11R6 directories in the xorg.conf they are not used any more for the /usr/share/fonts/X11/misc directory do the same.
 
Old 12-14-2007, 10:22 PM   #23
Daws
Member
 
Registered: May 2006
Location: UK
Distribution: Debian
Posts: 447

Rep: Reputation: 39
Code:
 (EE) AIGLX: Screen 0 is not DRI capable
Don't know if it's causing your problems, in fact all it may do is remove the error message, but you might try telling xorg to not load the dri module.

in xorg.conf look for 'Section "Module"' and remove the line '"Load "dri"'
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
apt-get question: dist-upgrade vs upgrade Arodef Fedora 9 06-15-2012 01:33 PM
Using dist-upgrade to upgrade from Debian to Ubuntu jcbparry Debian 8 09-13-2007 07:25 AM
debian upgrade dist-upgrade gabsik Linux - Software 1 07-19-2006 04:38 AM
Will 'aptitude upgrade or dist-upgrade' downgrade manually installed deb package? Akhran Debian 3 03-14-2006 02:40 PM
Error trying to dist-upgrade or upgrade KDE prophet621 Linux - Newbie 0 09-10-2003 04:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 05:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration