First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 112159
Alias:
Product:
Component:
Status: RESOLVED
Resolution: NEEDINFO
Assigned To: Gentoo X packagers <x11@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Steffen Schwientek <schwientek@web.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Xorg.3.log xorgs-log text/plain Steffen Schwientek 2005-11-11 04:04 0000 37.37 KB Details
xorg.conf xorg.xonf text/plain Steffen Schwientek 2005-11-11 04:05 0000 4.34 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 112159 depends on: Show dependency tree
Bug 112159 blocks: 112004
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-11-11 04:02 0000
I updated to actual modular xorg-x11. Unfortunately it doesn't start, since it  
doesn't load the fonts.  I don't use any font-server on my system 

Xorg's log say at the end:  

Fatal server error:  
could not open default font 'fixed'  

There are a few other errors in Xorgs log too, including:  
(II) LoadModule: "xtrap"  
(WW) Warning, couldn't open module xtrap  
(II) UnloadModule: "xtrap"  
(EE) Failed to load module "xtrap" (module does not exist, 0)  



Reproducible: Always
Steps to Reproduce:
1.unmerge old Xorg  
2. unmask all all modular Xorg  
3.reinstall Xorg-X11  
4. Xorg refuse to start.

------- Comment #1 From Steffen Schwientek 2005-11-11 04:04:10 0000 -------
Created an attachment (id=72636) [edit]
xorgs-log

------- Comment #2 From Steffen Schwientek 2005-11-11 04:05:06 0000 -------
Created an attachment (id=72637) [edit]
xorg.xonf

------- Comment #3 From Donnie Berkholz 2005-11-11 08:01:01 0000 -------
Run these:

equery list font-misc-misc
equery list encodings
equery list font-alias
ls /usr/share/fonts/misc/fonts.*

As for xtrap, that'll probably be fixed soon. Until then, you could just remove
the Load "xtrap" line from your config.

------- Comment #4 From Steffen Schwientek 2005-11-11 09:37:29 0000 -------
media-fonts/font-misc-misc is installed, but X11-apps/bdftopcf as dependency   
was not installed...   
encodings are installed...   
media-fonts/font-alias-0.99.0 are also installed  
 
ls /usr/share/fonts/misc/fonts.* 
/usr/share/fonts/misc/fonts.cache-1 
/usr/share/fonts/misc/fonts.dir 
 
Seems OK... 
 
Additional information: 
On the console, there an perhaps important error-message: 
expected keysym, got dead_diaresis: line 143 of pc/de 
The XKEYBOARD keymap compiler (xkbcomp) reports: 
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 
>                   Ignoring extra symbols 
Errors from xkbcomp are not fatal to the X server 
Could not init font path element /usr/share/fonts/artwiz, removing 
 
Fatal server error: 
could not open default font 'fixed' 
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":3 
      after 0 requests (0 known processed) with 0 events remaining. 
 
 
    
    

------- Comment #5 From Joshua Baergen (RETIRED) 2005-11-11 12:18:48 0000 -------
I didn't see anything specific upstream, but give RC2 a try once rsync is ready 
in 30mins to an hour or so.

------- Comment #6 From Donnie Berkholz 2005-11-11 14:06:23 0000 -------
(In reply to comment #4)
> media-fonts/font-misc-misc is installed, but X11-apps/bdftopcf as dependency   
> was not installed...   
> encodings are installed...   
> media-fonts/font-alias-0.99.0 are also installed  
>  
> ls /usr/share/fonts/misc/fonts.* 
> /usr/share/fonts/misc/fonts.cache-1 
> /usr/share/fonts/misc/fonts.dir 
>  
> Seems OK... 

You're missing fonts.alias, among other things. Try reinstalling font-alias.
Also make sure you've got mkfontscale and mkfontdir installed.

------- Comment #7 From Steffen Schwientek 2005-11-11 15:51:21 0000 -------
Updated to latest xorg and reinstalled several other font packages. It's  
working now..  
My working/compiliation directory is not in /var/tmp/portage, it's in  
the /usr/portage/distfiles/tmp directory (disk-space). During compilation at  
this location there were several warnings on the screen (ECCLASS...), but it  
compiled thru. This warnings disappeared after changing the working-directory  
to it's usual point.  
  
I need to reinstall:  
media-fonts/font-misc-misc (and manually media-fonts/utils since font-misc-misc  
requires an acual fonts/utils)  
fonts-encodings  
media-fonts/font-cursor-misc 
 
Then X starts normally. 
 
However, there are a lot of fonts (helvetica..) still missing, need to reemerge 
them too 
 
  

------- Comment #8 From Joshua Baergen (RETIRED) 2005-11-11 23:31:26 0000 -------
> and manually media-fonts/utils since font-misc-misc  
> requires an acual fonts/utils

You mean it requires it at runtime?  It's currently set as a build-time dep in 
the ebuild.

------- Comment #9 From Donnie Berkholz 2005-11-11 23:47:57 0000 -------
(In reply to comment #8)
> You mean it requires it at runtime?  It's currently set as a build-time dep in 
> the ebuild.

Nah, it seems like there must be some portage bug hiding somewhere because
people have repeatedly not had the font tools installed, even though they're in
the dep list.

------- Comment #10 From Alexander Simonov 2005-11-16 10:40:16 0000 -------
from bug #112588
have problems with X11-apps/bdftopcf
wrote what problems with libXfont.so.1 - unresolved simbol Client

------- Comment #11 From Alexander Simonov 2005-11-17 03:14:47 0000 -------
i see it was problem in updating libXfont
how i looks emerge don't remove old libraries :(
then i do emerge -C libXfont ; rm -rf /usr/lib/libXfont*
and reemerging libXfont and X11-apps/bdftopcf all works fine.

------- Comment #12 From Sebastian Bergmann (RETIRED) 2005-11-18 09:19:17 0000 -------
Changing

  FontPath   "/usr/share/fonts/misc:unscaled"
  FontPath   "/usr/share/fonts/75dpi:unscaled"
  FontPath   "/usr/share/fonts/100dpi:unscaled"

to

  FontPath   "/usr/share/fonts/misc"
  FontPath   "/usr/share/fonts/75dpi"
  FontPath   "/usr/share/fonts/100dpi"

solved the problem for me.

------- Comment #13 From Adam Jackson 2005-11-18 11:30:16 0000 -------
(In reply to comment #12)
> Changing
> 
>   FontPath   "/usr/share/fonts/misc:unscaled"
>   FontPath   "/usr/share/fonts/75dpi:unscaled"
>   FontPath   "/usr/share/fonts/100dpi:unscaled"
> 
> to
> 
>   FontPath   "/usr/share/fonts/misc"
>   FontPath   "/usr/share/fonts/75dpi"
>   FontPath   "/usr/share/fonts/100dpi"
> 
> solved the problem for me.

In that case, pull the fix I did for fdo bug 5047.

------- Comment #14 From Joshua Baergen (RETIRED) 2005-11-27 11:41:20 0000 -------
Thanks Adam, added.

Steffen, please post your 'emerge info'.  I'd like to see if we can track down
this issue with the utils not getting installed.

------- Comment #15 From Steffen Schwientek 2005-11-29 06:39:19 0000 -------
emerge info reports the following: 
 
================================================================= 
System uname: 2.6.13-gentoo-r5 i686 Pentium III (Coppermine) 
Gentoo Base System version 1.6.13 
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
dev-lang/python:     2.3.5-r2, 2.4.2 
sys-apps/sandbox:    1.2.12 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 
sys-devel/binutils:  2.16.1 
sys-devel/libtool:   1.5.20 
virtual/os-headers:  2.6.11-r3 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CBUILD="i686-pc-linux-gnu" 
CFLAGS="-march=pentium3 -O2 -pipe" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d" 
CXXFLAGS="-march=pentium3 -O2 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig buildpkg ccache distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
LANG="de_DE@euro" 
LC_ALL="de_DE@euro" 
LINGUAS="de" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 S3TC X a52 aac aalib acl acpi alsa audiofile avi bash-completion 
berkdb bitmap-fonts bluetooth bzip2 ccache cdparanoia cdr commercial crypt css 
cups curl dga dillo directfb divx4linux dlloader dri dvb dvd dvdr dvdread dxr3 
eds emboss encode esd ethereal exif expat fam ffmpeg flac foomaticdb gd gdbm 
geoip gif gimp gimpprint glut gmp gphoto2 gpm gstreamer gtk gtk2 guile hbci idn 
imagemagick imap imlib insecure-drivers ipv6 irda java javascript jpeg jpeg2k 
junit kcal kde kdeenablefinal kqemu lcms ldap libcaca libg++ libwww lirc ltsp 
mad madwifi matroska mhash mikmod mng mp3 mpeg mpeg2 mplayer mysql ncurses nls 
nptl nsplugin ntlm ogg oggvorbis opengl oss pam pcmcia pcre pdf pdflib perl php 
png pnp ppds python qt quicktime readline ruby samba scanner sdl slang speex 
spell sql sqlite ssl svg svga tcltk tcpd tetex theora thumbnail tidy tiff 
truetype truetype-fonts type1-fonts udev unicode usb v4l vcd vidix vorbis wifi 
win32codecs xine xinerama xml xml2 xmms xv xvid xvmc zeo zlib 
video_cards_savage linguas_de userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LDFLAGS 
 

------- Comment #16 From Joshua Baergen (RETIRED) 2005-11-29 11:32:15 0000 -------
You cut off the Portage version, which is partially what I was interested in :P

------- Comment #17 From Steffen Schwientek 2005-11-29 11:38:43 0000 -------
Sorry... 
Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r2, 
2.6.13-gentoo-r5 i686) 
 

------- Comment #18 From Jeff Davidson 2005-12-10 07:22:58 0000 -------
(In reply to comment #6)
> (In reply to comment #4)
> > media-fonts/font-misc-misc is installed, but X11-apps/bdftopcf as dependency   
> > was not installed...   
> > encodings are installed...   
> > media-fonts/font-alias-0.99.0 are also installed  
> >  
> > ls /usr/share/fonts/misc/fonts.* 
> > /usr/share/fonts/misc/fonts.cache-1 
> > /usr/share/fonts/misc/fonts.dir 
> >  
> > Seems OK... 
> 
> You're missing fonts.alias, among other things. Try reinstalling font-alias.
> Also make sure you've got mkfontscale and mkfontdir installed.

I don't know if this is related to the problems had here, but the latest update
to font-alias has a patch meant to install the font.alias files to
/usr/share/fonts, however, the patch doesn't work and the aliases get installed
to /usr/lib/X11/fonts, causing a fixed font not to be found.  Manually coping
/usr/lib/X11/fonts/misc/fonts.alias to /usr/share/fonts/misc/fonts.alias got X
to find a fixed font again.

------- Comment #19 From Donnie Berkholz 2005-12-10 14:01:42 0000 -------
(In reply to comment #18)
> I don't know if this is related to the problems had here, but the latest update
> to font-alias has a patch meant to install the font.alias files to
> /usr/share/fonts, however, the patch doesn't work and the aliases get installed
> to /usr/lib/X11/fonts, causing a fixed font not to be found.  Manually coping
> /usr/lib/X11/fonts/misc/fonts.alias to /usr/share/fonts/misc/fonts.alias got X
> to find a fixed font again.

Huh. Somehow a patch broke. I'll get that fixed up.

------- Comment #20 From Torsten Krah 2005-12-20 14:39:44 0000 -------
Upgrading to Xorg7-rc4 and many 1.0.0 ebuilds in font related section makes
this bug happening again.

libXfontcache-1.0.0 didnt get emerged - a dependency which is required to start
X.

So the Bug is there again.

kind regards

------- Comment #21 From Joshua Baergen (RETIRED) 2005-12-20 16:29:52 0000 -------
Torsten:

1) Are you updating your system with 'emerge -uavDN world' (update, ask,
verbose, deep, newuse)?
2) libXfontcache isn't installed on my system and I don't have any issues.
3) What Portage version are you using?

------- Comment #22 From Torsten Krah 2005-12-25 18:27:41 0000 -------
Yes i did a -vDNu world - no ask, but that shouldnt matter here.

I am using portage in version 2.0.53, but i i am going to unmerge libXfontCache
its broken again.

kind regards

------- Comment #23 From Torsten Krah 2005-12-25 18:44:09 0000 -------
(In reply to comment #22)
> Yes i did a -vDNu world - no ask, but that shouldnt matter here.
> 
> I am using portage in version 2.0.53, but i i am going to unmerge libXfontCache
> its broken again.
> 
> kind regards
> 

ok, i tried it - unmerged it and now it still works, but before merging i cant
get it working, very mysterious.
fc-cache -f was done but none default font fixed could be found when the error
occured, after merging libXfontCache it worked.

hm ok its done for now - up to the next occurence ;)

kind regards

------- Comment #24 From Steve Yin 2005-12-29 09:19:36 0000 -------
This bug still exist, I have a fresh new install from stage1, after all system
packages have been emerged (aboud 108 package with -X), then I changed -X to X,
so, I start emerge xorg-x11-7.0 final, after all emerged, Xorg still told me
she can not find the font 'fixed'.

I'm very sure, if system has no xorg, then emerge xorg-x11 will not emerge
libXfontcache.

And also, I have emerged the encoding, font-util font-misc-misc, font-alias,
because these package are installed by the dependences of xorg-x11-7.0.

I spend 2 days tring to start from stage1 with 2 computers, problem is the
same!

this is a big problem!!!!

------- Comment #25 From Steve Yin 2005-12-29 09:21:08 0000 -------
also, I need to say, there is only one error in the log of xorg, that is xorg
can not find the fixed font. no warning at all.

------- Comment #26 From Joshua Baergen (RETIRED) 2005-12-29 18:31:45 0000 -------
(In reply to comment #24)
> I'm very sure, if system has no xorg, then emerge xorg-x11 will not emerge
> libXfontcache.

It shouldn't.  As I stated above, I don't have this library installed and
everything works fine.

Please post your xorg.conf.

------- Comment #27 From Steve Yin 2005-12-30 21:19:29 0000 -------
these are my xorg.conf

# File generated by xorgconfig.

#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#

# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of 
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
#    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

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/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client. 

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings. 

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option     "Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto" # IntelliMouse PS/2
    Option "Device"      "/dev/input/mice"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"  "Xqueue"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"        "256"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"

# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.

    Option "ZAxisMapping"   "4 5 6 7"

# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "ADI MicroScan 955"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31.5-96

#    HorizSync  30-64         # multisync
#    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-160

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset    "generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam   256

#    Clocks     25.2 28.3

EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "NVIDIA GeForce 6800GT"
    Driver      "nv"
    #VideoRam    262144
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "NVIDIA GeForce 6800GT"
    Monitor     "ADI MicroScan 955"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
#    Mode 0666
# EndSection


and my xorg.log


X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.14-gentoo-r5 i686
Current Operating System: Linux steve 2.6.14-gentoo-r5 #1 SMP PREEMPT Thu Dec
29 01:30:47 CST 2005 i686
Build Date: 29 December 2005
        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: Sat Dec 31 13:14:50 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "ADI MicroScan 955"
(**) |   |-->Device "NVIDIA GeForce 6800GT"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
(**) FontPath set to
"/usr/share/fonts/misc,/usr/share/fonts/TTF,/usr/share/fonts/Type1"
(**) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.8
        X.Org XInput driver : 0.5
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2578 card 1458,2578 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2579 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 8086,257b card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1458,24d2 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1458,24d2 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1458,24d2 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1458,24d2 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1458,5006 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1458,24d2 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24df card 1458,24df rev 02 class 01,04,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1458,24d2 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1458,a002 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0045 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:01:0: chip 8086,1019 card 1458,e000 rev 00 class 02,00,00 hdr 00
(II) PCI: 03:0a:0: chip 104c,8024 card 1458,1000 rev 00 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xf8000000 - 0xfaffffff (0x3000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [1] -1  0       0x0000a400 - 0x0000a4ff (0x100) IX[B]
        [2] -1  0       0x0000a800 - 0x0000a8ff (0x100) IX[B]
        [3] -1  0       0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xfb000000 - 0xfcffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0x50000000 - 0x500fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
        [0] -1  0       0xfd000000 - 0xfd0fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV40 [GeForce 6800 GT] rev 161, Mem @
0xf8000000/24, 0xe0000000/28, 0xf9000000/24
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to
0xefffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xfd000000 - 0xfd003fff (0x4000) MX[B]
        [1] -1  0       0xfd004000 - 0xfd0047ff (0x800) MX[B]
        [2] -1  0       0xfc000000 - 0xfc01ffff (0x20000) MX[B]
        [3] -1  0       0xfc020000 - 0xfc03ffff (0x20000) MX[B]
        [4] -1  0       0xfd102000 - 0xfd1020ff (0x100) MX[B]
        [5] -1  0       0xfd101000 - 0xfd1011ff (0x200) MX[B]
        [6] -1  0       0x50100000 - 0x501003ff (0x400) MX[B]
        [7] -1  0       0xfd100000 - 0xfd1003ff (0x400) MX[B]
        [8] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [9] -1  0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
        [10] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [11] -1 0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000a000 - 0x0000a01f (0x20) IX[B]
        [13] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [14] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [15] -1 0       0x00001400 - 0x0000141f (0x20) IX[B]
        [16] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [17] -1 0       0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [18] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B]
        [19] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B]
        [20] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B]
        [21] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [22] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [23] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [24] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [25] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xfd000000 - 0xfd003fff (0x4000) MX[B]
        [1] -1  0       0xfd004000 - 0xfd0047ff (0x800) MX[B]
        [2] -1  0       0xfc000000 - 0xfc01ffff (0x20000) MX[B]
        [3] -1  0       0xfc020000 - 0xfc03ffff (0x20000) MX[B]
        [4] -1  0       0xfd102000 - 0xfd1020ff (0x100) MX[B]
        [5] -1  0       0xfd101000 - 0xfd1011ff (0x200) MX[B]
        [6] -1  0       0x50100000 - 0x501003ff (0x400) MX[B]
        [7] -1  0       0xfd100000 - 0xfd1003ff (0x400) MX[B]
        [8] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [9] -1  0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
        [10] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [11] -1 0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000a000 - 0x0000a01f (0x20) IX[B]
        [13] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [14] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [15] -1 0       0x00001400 - 0x0000141f (0x20) IX[B]
        [16] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [17] -1 0       0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [18] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B]
        [19] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B]
        [20] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B]
        [21] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [22] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [23] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [24] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [25] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfd000000 - 0xfd003fff (0x4000) MX[B]
        [6] -1  0       0xfd004000 - 0xfd0047ff (0x800) MX[B]
        [7] -1  0       0xfc000000 - 0xfc01ffff (0x20000) MX[B]
        [8] -1  0       0xfc020000 - 0xfc03ffff (0x20000) MX[B]
        [9] -1  0       0xfd102000 - 0xfd1020ff (0x100) MX[B]
        [10] -1 0       0xfd101000 - 0xfd1011ff (0x200) MX[B]
        [11] -1 0       0x50100000 - 0x501003ff (0x400) MX[B]
        [12] -1 0       0xfd100000 - 0xfd1003ff (0x400) MX[B]
        [13] -1 0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [14] -1 0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
        [15] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [16] -1 0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000a000 - 0x0000a01f (0x20) IX[B]
        [20] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [21] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [22] -1 0       0x00001400 - 0x0000141f (0x20) IX[B]
        [23] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [24] -1 0       0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [25] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B]
        [26] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B]
        [27] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B]
        [28] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [29] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [30] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [31] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [32] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.0.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
        Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
        Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
        GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
        GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
        Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
        GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
        GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
        GeForce4 440 Go 64M, Quadro4 NVS, Quadro4 500 GoGL,
        GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
        GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
        GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
        Quadro4 280 NVS, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go,
        GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
        GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
        0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
        Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
        GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
        Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
        GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
        GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE,
        0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
        Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
        GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
        GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500,
        GeForce FX 5100, GeForce FX Go5200 32M/64M, 0x0329,
        Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
        GeForce FX Go53xx Series, GeForce FX Go5100, 0x032F,
        GeForce FX 5900 Ultra, GeForce FX 5900, GeForce FX 5900XT,
        GeForce FX 5950 Ultra, Quadro FX 700, GeForce FX 5900ZT,
        Quadro FX 3000, GeForce FX 5700 Ultra, GeForce FX 5700,
        GeForce FX 5700LE, GeForce FX 5700VE, 0x0345, GeForce FX Go5700,
        GeForce FX Go5700, 0x0349, 0x034B, Quadro FX Go1000, Quadro FX 1100,
        0x034F, GeForce 6800 Ultra, GeForce 6800, GeForce 6800 LE, 0x0043,
        GeForce 6800 GT, GeForce 6800 GT, GeForce 6800 XT, 0x0049,
        Quadro FX 4000, 0x00C0, GeForce 6800, GeForce 6800 LE,
        GeForce 6800 XT, GeForce Go 6800, GeForce Go 6800 Ultra,
        Quadro FX Go1400, Quadro FX 3450/4000 SDI, Quadro FX 1400,
        GeForce 6600 GT, GeForce 6600, GeForce 6600 LE, 0x0143,
        GeForce Go 6600, GeForce 6610 XL, GeForce Go 6600 TE/6200 TE,
        GeForce 6700 XL, GeForce Go 6600, GeForce Go 6600 GT, 0x014B, 0x014C,
        0x014D, Quadro FX 540, GeForce 6200, GeForce 6500,
        GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
        GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
        GeForce Go 6200, GeForce Go 6400, GeForce 6250, 0x016B, 0x016C,
        0x016D, 0x016E, 0x0210, GeForce 6800, GeForce 6800 LE,
        GeForce 6800 GT, 0x0220, GeForce 6200, 0x0222, 0x0228, 0x0090,
        GeForce 7800 GTX, GeForce 7800 GT, 0x0093, 0x0094, GeForce Go 7800,
        GeForce Go 7800 GTX, 0x009C, Quadro FX 4500, 0x009E
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce 6800 GT found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfd000000 - 0xfd003fff (0x4000) MX[B]
        [6] -1  0       0xfd004000 - 0xfd0047ff (0x800) MX[B]
        [7] -1  0       0xfc000000 - 0xfc01ffff (0x20000) MX[B]
        [8] -1  0       0xfc020000 - 0xfc03ffff (0x20000) MX[B]
        [9] -1  0       0xfd102000 - 0xfd1020ff (0x100) MX[B]
        [10] -1 0       0xfd101000 - 0xfd1011ff (0x200) MX[B]
        [11] -1 0       0x50100000 - 0x501003ff (0x400) MX[B]
        [12] -1 0       0xfd100000 - 0xfd1003ff (0x400) MX[B]
        [13] -1 0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [14] -1 0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
        [15] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [16] -1 0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000a000 - 0x0000a01f (0x20) IX[B]
        [20] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [21] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [22] -1 0       0x00001400 - 0x0000141f (0x20) IX[B]
        [23] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [24] -1 0       0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [25] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B]
        [26] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B]
        [27] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B]
        [28] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [29] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [30] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [31] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [32] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfd000000 - 0xfd003fff (0x4000) MX[B]
        [6] -1  0       0xfd004000 - 0xfd0047ff (0x800) MX[B]
        [7] -1  0       0xfc000000 - 0xfc01ffff (0x20000) MX[B]
        [8] -1  0       0xfc020000 - 0xfc03ffff (0x20000) MX[B]
        [9] -1  0       0xfd102000 - 0xfd1020ff (0x100) MX[B]
        [10] -1 0       0xfd101000 - 0xfd1011ff (0x200) MX[B]
        [11] -1 0       0x50100000 - 0x501003ff (0x400) MX[B]
        [12] -1 0       0xfd100000 - 0xfd1003ff (0x400) MX[B]
        [13] -1 0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [14] -1 0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
        [15] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [16] -1 0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
        [17] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [18] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [19] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [20] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [21] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [22] -1 0       0x0000a000 - 0x0000a01f (0x20) IX[B]
        [23] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [24] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [25] -1 0       0x00001400 - 0x0000141f (0x20) IX[B]
        [26] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [27] -1 0       0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [28] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B]
        [29] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B]
        [30] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B]
        [31] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [32] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [33] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [34] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [35] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [36] 0  0       0xfa0003b0 - 0xfa0003bb (0xc) IS[B]
        [37] 0  0       0xfa0003c0 - 0xfa0003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) NV(0): Initializing int10
(WW) NV(0): Bad V_BIOS checksum
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce 6800 GT"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.8
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE0000000
(--) NV(0): MMIO registers at 0xF8000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...found one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a CRT:
(II) NV(0): Manufacturer: ADI  Model: f50  Serial#: 655700
(II) NV(0): Year: 2002  Week: 43
(II) NV(0): EDID Version: 1.3
(II) NV(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) NV(0): Sync:  Separate
(II) NV(0): Max H-Image Size [cm]: horiz.: 36  vert.: 27
(II) NV(0): Gamma: 2.20
(II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) NV(0): First detailed timing is preferred mode
(II) NV(0): redX: 0.626 redY: 0.338   greenX: 0.278 greenY: 0.601
(II) NV(0): blueX: 0.150 blueY: 0.068   whiteX: 0.281 whiteY: 0.311
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 720x400@70Hz
(II) NV(0): 640x480@60Hz
(II) NV(0): 640x480@67Hz
(II) NV(0): 640x480@72Hz
(II) NV(0): 640x480@75Hz
(II) NV(0): 800x600@56Hz
(II) NV(0): 800x600@60Hz
(II) NV(0): 800x600@72Hz
(II) NV(0): 800x600@75Hz
(II) NV(0): 1024x768@60Hz
(II) NV(0): 1024x768@70Hz
(II) NV(0): 1024x768@75Hz
(II) NV(0): 1280x1024@75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) NV(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) NV(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) NV(0): #3: hsize: 1280  vsize 960  refresh: 85  vid: 22913
(II) NV(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) NV(0): #5: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) NV(0): #6: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) NV(0): #7: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 157.5 MHz   Image Size:  350 x 262 mm
(II) NV(0): h_active: 1280  h_sync: 1344  h_sync_end 1504 h_blank_end 1728
h_border: 0
(II) NV(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1072
v_border: 0
(II) NV(0): Ranges: V min: 50  V max: 150 Hz, H min: 30  H max: 97 kHz,
PixClock max 180 MHz
(II) NV(0): Serial No: 243T112A0154
(II) NV(0): Monitor name: ADI F950
(--) NV(0): CRTC 0 appears to have a CRT attached
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 262144 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(WW) NV(0): config file vrefresh range 50-160Hz not within DDC vrefresh ranges.
(II) NV(0): ADI MicroScan 955: Using hsync range of 31.50-96.00 kHz
(II) NV(0): ADI MicroScan 955: Using vrefresh range of 50.00-160.00 Hz
(II) NV(0): Clock range:  12.00 to 400.00 MHz
(WW) (1600x1200,ADI MicroScan 955) mode clock 189MHz exceeds DDC maximum 180MHz
(WW) (1600x1200,ADI MicroScan 955) mode clock 202.5MHz exceeds DDC maximum
180MHz
(WW) (1600x1200,ADI MicroScan 955) mode clock 229.5MHz exceeds DDC maximum
180MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,ADI MicroScan 955) mode clock 204.8MHz exceeds DDC maximum
180MHz
(WW) (1792x1344,ADI MicroScan 955) mode clock 261MHz exceeds DDC maximum 180MHz
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,ADI MicroScan 955) mode clock 218.3MHz exceeds DDC maximum
180MHz
(WW) (1856x1392,ADI MicroScan 955) mode clock 288MHz exceeds DDC maximum 180MHz
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,ADI MicroScan 955) mode clock 234MHz exceeds DDC maximum 180MHz
(WW) (1920x1440,ADI MicroScan 955) mode clock 297MHz exceeds DDC maximum 180MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (1920x1440,ADI MicroScan 955) mode clock 341.35MHz exceeds DDC maximum
180MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (2048x1536,ADI MicroScan 955) mode clock 266.95MHz exceeds DDC maximum
180MHz
(WW) (2048x1536,ADI MicroScan 955) mode clock 340.48MHz exceeds DDC maximum
180MHz
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(WW) (2048x1536,ADI MicroScan 955) mode clock 388.04MHz exceeds DDC maximum
180MHz
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(WW) (1024x768,ADI MicroScan 955) mode clock 194.02MHz exceeds DDC maximum
180MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (width too large for virtual
size)
(II) NV(0): Not using default mode "1920x1440" (width too large for virtual
size)
(II) NV(0): Not using default mode "1856x1392" (width too large for virtual
size)
(II) NV(0): Not using default mode "1792x1344" (width too large for virtual
size)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual
size)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual
size)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual
size)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual
size)
(II) NV(0): Not using default mode "1400x1050" (width too large for virtual
size)
(II) NV(0): Not using default mode "1400x1050" (width too large for virtual
size)
(--) NV(0): Virtual size is 1280x1024 (pitch 1280)
(**) NV(0): *Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) NV(0): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028
1072 +hsync +vsync
(**) NV(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) NV(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808
+hsync +vsync
(**) NV(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) NV(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631
+hsync +vsync
(**) NV(0): *Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) NV(0): Modeline "640x480"   74.25  640 672 752 864  480 480 482 505
doublescan +hsync +vsync
(**) NV(0):  Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) NV(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028
1066 +hsync +vsync
(**) NV(0):  Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028
1066 +hsync +vsync
(**) NV(0):  Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
(II) NV(0): Modeline "1280x960"  148.50  1280 1344 1504 1728  960 961 964 1011
+hsync +vsync
(**) NV(0):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000
+hsync +vsync
(**) NV(0):  Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) NV(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900
+hsync +vsync
(**) NV(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) NV(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806
+hsync +vsync
(**) NV(0):  Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) NV(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800
+hsync +vsync
(**) NV(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806
-hsync -vsync
(**) NV(0):  Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "1024x768"  133.47  1024 1100 1212 1400  768 768 770 794
doublescan -hsync +vsync
(**) NV(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806
-hsync -vsync
(**) NV(0):  Default mode "1024x768": 44.9 MHz, 35.5 kHz, 86.9 Hz (I)
(II) NV(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 776 817
interlace +hsync +vsync
(**) NV(0):  Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "960x720"  117.00  960 1024 1128 1300  720 720 722 750
doublescan -hsync +vsync
(**) NV(0):  Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "928x696"  109.15  928 976 1088 1264  696 696 698 719
doublescan -hsync +vsync
(**) NV(0):  Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "896x672"  102.40  896 960 1060 1224  672 672 674 697
doublescan -hsync +vsync
(**) NV(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) NV(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667
-hsync -vsync
(**) NV(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) NV(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625
+hsync +vsync
(**) NV(0):  Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "800x600"  101.25  800 832 928 1080  600 600 602 625
doublescan +hsync +vsync
(**) NV(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) NV(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666
+hsync +vsync
(**) NV(0):  Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D)
(II) NV(0): Modeline "800x600"   94.50  800 832 928 1080  600 600 602 625
doublescan +hsync +vsync
(**) NV(0):  Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D)
(II) NV(0): Modeline "800x600"   87.75  800 832 928 1080  600 600 602 625
doublescan +hsync +vsync
(**) NV(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628
+hsync +vsync
(**) NV(0):  Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "800x600"   81.00  800 832 928 1080  600 600 602 625
doublescan +hsync +vsync
(**) NV(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625
+hsync +vsync
(**) NV(0):  Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(II) NV(0): Modeline "700x525"   77.90  700 732 892 956  525 526 532 545
doublescan +hsync +vsync
(**) NV(0):  Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "700x525"   61.00  700 744 820 940  525 526 532 541
doublescan +hsync +vsync
(**) NV(0):  Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D)
(II) NV(0): Modeline "640x512"   78.75  640 672 752 864  512 512 514 536
doublescan +hsync +vsync
(**) NV(0):  Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "640x512"   67.50  640 648 720 844  512 512 514 533
doublescan +hsync +vsync
(**) NV(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533
doublescan +hsync +vsync
(**) NV(0):  Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) NV(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync
-vsync
(**) NV(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) NV(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync
-vsync
(**) NV(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) NV(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync
-vsync
(**) NV(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync
-vsync
(**) NV(0):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500
doublescan +hsync +vsync
(**) NV(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) NV(0): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync
+vsync
(**) NV(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) NV(0): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync
+vsync
(**) NV(0):  Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450
doublescan +hsync +vsync
(**) NV(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) NV(0): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync
-vsync
(**) NV(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) NV(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403
doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(II) NV(0): Modeline "512x384"   47.25  512 536 584 688  384 384 386 404
doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400
doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) NV(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403
doublescan -hsync -vsync
(**) NV(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403
doublescan -hsync -vsync
(**) NV(0):  Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.6 Hz (D)
(II) NV(0): Modeline "512x384"   22.45  512 516 604 632  384 384 388 409
interlace doublescan +hsync +vsync
(**) NV(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) NV(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333
doublescan -hsync -vsync
(**) NV(0):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) NV(0): Modeline "400x300"   28.15  400 416 448 524  300 300 302 315
doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312
doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) NV(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333
doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) NV(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314
doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) NV(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312
doublescan +hsync +vsync
(**) NV(0):  Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) NV(0): Modeline "320x240"   18.00  320 348 376 416  240 240 242 254
doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250
doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260
doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262
doublescan -hsync -vsync
(**) NV(0):  Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) NV(0): Modeline "360x200"   17.75  360 378 414 468  200 200 202 223
doublescan -hsync +vsync
(**) NV(0):  Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NV(0): Modeline "320x200"   15.75  320 336 368 416  200 200 202 222
doublescan -hsync +vsync
(**) NV(0):  Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NV(0): Modeline "320x175"   15.75  320 336 368 416  175 191 192 222
doublescan +hsync -vsync
(--) NV(0): Display dimensions: (360, 270) mm
(--) NV(0): DPI set to (90, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.8
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B]
        [1] 0   0       0xe0000000 - 0xefffffff (0x10000000) MX[B]
        [2] 0   0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B]
        [3] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [4] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0       0xfd000000 - 0xfd003fff (0x4000) MX[B]
        [9] -1  0       0xfd004000 - 0xfd0047ff (0x800) MX[B]
        [10] -1 0       0xfc000000 - 0xfc01ffff (0x20000) MX[B]
        [11] -1 0       0xfc020000 - 0xfc03ffff (0x20000) MX[B]
        [12] -1 0       0xfd102000 - 0xfd1020ff (0x100) MX[B]
        [13] -1 0       0xfd101000 - 0xfd1011ff (0x200) MX[B]
        [14] -1 0       0x50100000 - 0x501003ff (0x400) MX[B]
        [15] -1 0       0xfd100000 - 0xfd1003ff (0x400) MX[B]
        [16] -1 0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [17] -1 0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
        [18] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [19] -1 0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
        [20] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [21] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [22] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [23] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [24] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [25] -1 0       0x0000a000 - 0x0000a01f (0x20) IX[B]
        [26] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [27] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [28] -1 0       0x00001400 - 0x0000141f (0x20) IX[B]
        [29] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [30] -1 0       0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [31] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B]
        [32] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B]
        [33] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B]
        [34] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [35] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [36] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [37] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [38] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [39] 0  0       0xfa0003b0 - 0xfa0003bb (0xc) IS[B](OprU)
        [40] 0  0       0xfa0003c0 - 0xfa0003df (0x20) IS[B](OprU)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "Auto"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse1: Buttons: 11
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard1: XkbModel: "pc105"
(**) 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)
(**) Option "Device" "/dev/input/mice"
(II) Mouse1: GuessProtocol: setting mouse protocol to "PS/2"
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/misc, removing from list!
Could not init font path element /usr/share/fonts/TTF, removing from list!
Could not init font path element /usr/share/fonts/Type1, removing from list!

Fatal server error:
could not open default font 'fixed'

------- Comment #28 From Steve Yin 2005-12-30 21:41:48 0000 -------
ok, after post my log, I emerged these fonts:

encodings-1.0.0
font-adobe-100dpi-1.0.0
font-adobe-75dpi-1.0.0
font-adobe-utopia-100dpi-1.0.1
font-adobe-utopia-75dpi-1.0.1
font-adobe-utopia-type1-1.0.1
font-alias-1.0.1
font-arabic-misc-1.0.0
font-bh-100dpi-1.0.0
font-bh-75dpi-1.0.0
font-bh-lucidatypewriter-100dpi-1.0.0
font-bh-lucidatypewriter-75dpi-1.0.0
font-bh-ttf-1.0.0
font-bitstream-100dpi-1.0.0
font-bitstream-75dpi-1.0.0
font-bitstream-type1-1.0.0
font-cursor-misc-1.0.0
font-daewoo-misc-1.0.0
font-dec-misc-1.0.0
font-isas-misc-1.0.0
font-jis-misc-1.0.0
font-micro-misc-1.0.0
font-misc-cyrillic-1.0.0
font-misc-ethiopic-1.0.0
font-misc-meltho-1.0.0
font-misc-misc-1.0.0
font-mutt-misc-1.0.0
font-schumacher-misc-1.0.0
font-sony-misc-1.0.0
font-sun-misc-1.0.0
font-util-1.0.0

these are gone,
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/100dpi").

but now, every fontdir is reported like this:

Could not init font path element /usr/share/fonts/misc, removing from list!
Could not init font path element /usr/share/fonts/TTF, removing from list!
Could not init font path element /usr/share/fonts/Type1, removing from list!


still can not find the fixed font.
I'm sure, I have font.scale, font.dir font.alias and encodings.dir in every
font dir.

here is emerge info

Gentoo Base System version 1.6.13
Portage 2.0.53 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.6-r1,
2.6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe -DNDEBUG -fno-ident"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe -DNDEBUG -fno-ident 
-fno-enforce-eh-specs -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.datapipe.net/pub/gentoo
http://mirror.averse.net/pub/gentoo"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,-Bdirect"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://owl.gentoo.org/gentoo-portage"
USE="x86 X a52 aac accessibility acl acpi alsa apache2 apm arts audiofile
authdaemond avi bash-completion bcmath berkdb bitmap-fonts bluetooth bmp bonobo
bzip2 bzlib cairo caps cjk crypt cscope ctype cups curl dbus directfb dmx dts
dvd dvdr eds emacs-w3 emboss encode esd exif expat fam fbcon ffmpeg firefox
flac foomaticdb fortran freetds freetype gd gdbm ggi gif gimpprint glitz glut
gmp gnome gnutls gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal iconv idn
imagemagick imlib ipv6 ithreads jack java javascript jikes joystick jpeg jpeg2k
junit kerberos lcms ldap libg++ libwww lirc lm_sensors mad maildir mailwrapper
matroska memlimit mikmod mime mmap mmx mng motif mp3 mpeg mysql mysqli nas
ncurses nis nls nocardbus nptl nptlonly nsplugin odbc offensive ogg oggvorbis
openal openexr opengl pam pcmcia pcntl pcre pda pdflib perl php plotutils png
pnp portaudio posix postgres ppds profile python qt quicktime readline ruby
samba sasl sdl sftplogging skey slang slp sndfile snmp soap socks5 spell sqlite
sse ssl svg svga symlink tcltk tcpd tetex theora threads tiff truetype
truetype-fonts trusted type1-fonts udev unicode usb vcd vhosts vorbis
win32codecs wmf xine xinerama xml xml2 xpm xprint xv xvid zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LINGUAS

------- Comment #29 From Ben Skeggs 2006-01-14 05:44:30 0000 -------
(In reply to comment #28)
> but now, every fontdir is reported like this:
> 
> Could not init font path element /usr/share/fonts/misc, removing from list!
> Could not init font path element /usr/share/fonts/TTF, removing from list!
> Could not init font path element /usr/share/fonts/Type1, removing from list!
> 
> 
> still can not find the fixed font.
> I'm sure, I have font.scale, font.dir font.alias and encodings.dir in every
> font dir.
I encountered this problem suddenly a couple of days ago, and I'm still stumped
as to what triggered it in the first place.  After an emerge -e xorg-x11 (I
suppose xorg-server would work too), X appears to be working okay now.

But, nfi what caused the issue in the first place.

> 
> here is emerge info
> 
> Gentoo Base System version 1.6.13
> Portage 2.0.53 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.6-r1,
> 2.6.14-gentoo-r5 i686)
> =================================================================
> System uname: 2.6.14-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
> dev-lang/python:     2.4.2
> sys-apps/sandbox:    1.2.12
> sys-devel/autoconf:  2.13, 2.59-r6
> sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
> sys-devel/binutils:  2.16.1-r1
> sys-devel/libtool:   1.5.20
> virtual/os-headers:  2.6.11-r2
> ACCEPT_KEYWORDS="x86"
> AUTOCLEAN="yes"
> CBUILD="i686-pc-linux-gnu"
> CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe -DNDEBUG -fno-ident"
> CHOST="i686-pc-linux-gnu"
> CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
> /usr/share/X11/xkb /usr/share/config /var/qmail/control"
> CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
> CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe -DNDEBUG -fno-ident 
> -fno-enforce-eh-specs -fvisibility-inlines-hidden"
> DISTDIR="/usr/portage/distfiles"
> FEATURES="autoconfig distlocks sandbox sfperms strict"
> GENTOO_MIRRORS="http://mirror.datapipe.net/pub/gentoo
> http://mirror.averse.net/pub/gentoo"
> LC_ALL="en_US.UTF-8"
> LDFLAGS="-Wl,-O1 -Wl,-Bdirect"
> MAKEOPTS="-j5"
> PKGDIR="/usr/portage/packages"
> PORTAGE_TMPDIR="/var/tmp"
> PORTDIR="/usr/portage"
> PORTDIR_OVERLAY="/usr/local/portage"
> SYNC="rsync://owl.gentoo.org/gentoo-portage"
> USE="x86 X a52 aac accessibility acl acpi alsa apache2 apm arts audiofile
> authdaemond avi bash-completion bcmath berkdb bitmap-fonts bluetooth bmp bonobo
> bzip2 bzlib cairo caps cjk crypt cscope ctype cups curl dbus directfb dmx dts
> dvd dvdr eds emacs-w3 emboss encode esd exif expat fam fbcon ffmpeg firefox
> flac foomaticdb fortran freetds freetype gd gdbm ggi gif gimpprint glitz glut
> gmp gnome gnutls gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal iconv idn
> imagemagick imlib ipv6 ithreads jack java javascript jikes joystick jpeg jpeg2k
> junit kerberos lcms ldap libg++ libwww lirc lm_sensors mad maildir mailwrapper
> matroska memlimit mikmod mime mmap mmx mng motif mp3 mpeg mysql mysqli nas
> ncurses nis nls nocardbus nptl nptlonly nsplugin odbc offensive ogg oggvorbis
> openal openexr opengl pam pcmcia pcntl pcre pda pdflib perl php plotutils png
> pnp portaudio posix postgres ppds profile python qt quicktime readline ruby
> samba sasl sdl sftplogging skey slang slp sndfile snmp soap socks5 spell sqlite
> sse ssl svg svga symlink tcltk tcpd tetex theora threads tiff truetype
> truetype-fonts trusted type1-fonts udev unicode usb vcd vhosts vorbis
> win32codecs wmf xine xinerama xml xml2 xpm xprint xv xvid zlib userland_GNU
> kernel_linux elibc_glibc"
> Unset:  ASFLAGS, CTARGET, LANG, LINGUAS
> 

------- Comment #30 From Joshua Baergen (RETIRED) 2006-01-21 20:02:04 0000 -------
I just tried reproducing this from a dry stage1 to no avail.  If someone could
give me their exact install steps to reproduce this problem, we might be able
to get this fixed up.

------- Comment #31 From Steve Yin 2006-01-21 20:58:21 0000 -------
1, start from stage1 and set USE=-X to avoid xorg install,
2, install to stage3, all installed, then reboot from new system,
3, add X to USE flage, do emerge --newuse -uDp world, or emerge -e world
4, emerge additional fonts and drivers, in my case, I've installed all the
media-fonts/*
5, xorg-x11-7 can not start, report can not find the fixed font.

BTW, try using the info in my previous posts, maybe you need to unset tcltk in
stage1.

------- Comment #32 From Joshua Baergen (RETIRED) 2006-01-21 23:32:56 0000 -------
Do you ever actually 'emerge xorg-x11' during that process?

------- Comment #33 From Steve Yin 2006-01-22 01:08:45 0000 -------
no, before step 3, there is no any xorg apps in system.

------- Comment #34 From Joshua Baergen (RETIRED) 2006-01-22 09:32:25 0000 -------
Right, but the 'xorg-x11' meta-ebuild will never be pulled in as a dependency
(or should never be).  So do you emerge it after all the X libs are pulled in?

------- Comment #35 From Steve Yin 2006-01-22 19:39:14 0000 -------
Yes, of course I do, I do emerged xorg-x11 for emergeing xorg-x11-7.0

------- Comment #36 From Joshua Baergen (RETIRED) 2006-01-22 20:24:31 0000 -------
I'm still unable to reproduce this.

If someone is able to perform an installation where this problem occurs, I'd
appreciate it if you send me a set of compile logs for the installation.  See
PORT_LOGDIR in 'man make.conf' for more details.  It'll have to be set before
you begin.

------- Comment #37 From Steve Yin 2006-01-22 22:11:55 0000 -------
(In reply to comment #36)
> I'm still unable to reproduce this.
> 
> If someone is able to perform an installation where this problem occurs, I'd
> appreciate it if you send me a set of compile logs for the installation.  See
> PORT_LOGDIR in 'man make.conf' for more details.  It'll have to be set before
> you begin.
> 

would you please post your emerge info and emerge steps? I would like to try on
your method to see the difference.

------- Comment #38 From Steve Yin 2006-01-24 20:07:54 0000 -------
OK, I start to rebuild the system with all the same flags, it just works, the
only difference between these 2 configs is -DNDEUBG, this time, when I do
emerge xorg-x11, there is no -DNDEBUG in my CFLAGS, but my system is built with
-DNDEBUG.

Can not reproduce this now.

------- Comment #39 From Joshua Baergen (RETIRED) 2006-01-24 20:13:27 0000 -------
Huh, that's weird.

Thanks for letting us know.  That wasn't the issue of the original poster, so
unfortunately it looks like many paths lead to this issue.

------- Comment #40 From David Pyke 2006-01-31 14:53:41 0000 -------
I ran into this bug after re-emerging my system with the -Bdirect flag.

When I re-emerged xorg-x11 without the -Bdirect flag, the problem went away.

Is there an easy way I can find out which packae doesn't like the flag without
a step by step re-emerge?

------- Comment #41 From Donnie Berkholz 2006-01-31 16:07:11 0000 -------
Diego just posted yesterday on his blog that xorg-server was the culprit.

------- Comment #42 From Ben Skeggs 2006-01-31 16:07:48 0000 -------
(In reply to comment #40)
> I ran into this bug after re-emerging my system with the -Bdirect flag.
> 
> When I re-emerged xorg-x11 without the -Bdirect flag, the problem went away.
> 
> Is there an easy way I can find out which packae doesn't like the flag without
> a step by step re-emerge?
> 
Yes, the problem does seem somehow related to -Bdirect.  More specifically, X
will not start if the LD_BIND_DIRECT environment variable is set to anything.

darktama@araqiel ~ $ Xnest -ac :1 # This is fine
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
X connection to :0.0 broken (explicit kill or server shutdown).

darktama@araqiel ~ $ LD_BIND_DIRECT=1 Xnest -ac :1 # Doesn't work
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
Could not init font path element /usr/share/fonts/misc, removing from list!
Could not init font path element /usr/share/fonts/75dpi, removing from list!
Could not init font path element /usr/share/fonts/100dpi, removing from list!
Could not init font path element /usr/share/fonts/TTF, removing from list!
Could not init font path element /usr/share/fonts/Type1, removing from list!

Fatal server error:
could not open default font 'fixed'

darktama@araqiel ~ $ LD_BIND_DIRECT=0 Xnest -ac :1 # Why doesn't this work?!
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes =
4294967295
Could not init font path element /usr/share/fonts/misc, removing from list!
Could not init font path element /usr/share/fonts/75dpi, removing from list!
Could not init font path element /usr/share/fonts/100dpi, removing from list!
Could not init font path element /usr/share/fonts/TTF, removing from list!
Could not init font path element /usr/share/fonts/Type1, removing from list!

Fatal server error:
could not open default font 'fixed'
darktama@araqiel ~ $

------- Comment #43 From Ben Skeggs 2006-01-31 16:09:52 0000 -------
Sorry Donnie, I accidently reverted you change to the summary.. Fixed
(hopefully)

------- Comment #44 From Diego E. 'Flameeyes' Pettenò 2006-01-31 16:21:19 0000 -------
Uh, Michael have you ideas on that? :)

------- Comment #45 From Michael Meeks 2006-02-01 01:47:27 0000 -------
Ah - ok, so it's *possible* [ and I heard rumours of this sort of thing ] that
the X server is using interposing deliberately, and that -Bdirect breaks that.
Unfortunately, I havn't adapted my interoposing detection tool to work on
executables yet - so hard to say.

Either way - if this is the case; I would make sure you filter out -Bdirect for
the X server package; HTH.

------- Comment #46 From Alexandru Roman 2006-02-01 18:49:57 0000 -------
It *is* a font-alias issue.

When running ./configure make make install, font-config installs fonts.alias
for /usr/share/fonts/misc, but emerge font-alias, for some reason, does not do
that. As a result, I've unpacked the font-alias archive and copied the file
manually to /usr/share/fonts/misc/fonts.alias. That solved the problem.

Although... I can't seem to see why emerge would skip that file.

------- Comment #47 From Steve Yin 2006-02-06 23:47:14 0000 -------
OK, I have some info on this, as the title says, the problem is related to the
Bdirect of binutils-2.16.1-r1, if you use a LDFLAGS="-Wl,-O1 -Wl,-Bdirect" in
make.conf and set LD_BIND_DIRECT=1 in env vars, then emerge libfontenc and
libXfont, then, xorg-x11-7.0 will not find the fixed font even this font
exists.

after remove these LDFLAGS and LD_BIND_DIRECT env vars, and reemerge these two
packages, all works fine.

Another thing, if you use these flags, and xorg-x11 still can work, then try do
a env-update and source /etc/profile, then try again, it will stop working.

And, I don't know which package is the problem, But I'm sure is one of the
libfontenc and libXfont.

------- Comment #48 From Simon Strandman 2006-02-11 00:58:19 0000 -------
I think libXfont is the package that should filter this ldflag. Everything else
works for me.

------- Comment #49 From SpanKY 2006-03-03 16:35:26 0000 -------
no, nothing should be filtering/caring about -Bdirect

------- Comment #50 From Miro Bogner 2006-03-28 11:08:24 0000 -------
finally I could fix that..
problem was that libXfont.so.1 pointed to libXfont.so.1.5
therefore I got an error message trying to use bdftopcf.. which is used
installing the needed fonts
At first I changed the link for libXfont.so.1 to libXfont.so.1.4.1 like it was
originally for a fried of mine who did experienced that kind of problems which
worked, but was allways rechanged within the process of emergin.. The final
solution was just to copy libXfont.so.1.4.1 over libXfont.so.1.5, as this fried
I have nerver had libXfont.so.1.5 I guess I won't be missing it.. 

cp /usr/lib/libXfont.so.1.4.1 /usr/lib/libXfont.so.1.5 

made it for me..

------- Comment #51 From Gunnlaugur Thor Briem 2006-07-02 06:50:04 0000 -------
For me, this has nothing to do with -Bdirect (never enabled that), but my
fonts.dir files are empty, i.e. two bytes long consisting of just a zero and a
newline. Running mkfontdir does not change this, and neither does remerging
font-misc-misc. Any idea why?

As for others here, startx fails, outputting this:

Could not init font path element /usr/share/fonts/misc, removing from list!
Could not init font path element /usr/share/fonts/75dpi, removing from list!
Could not init font path element /usr/share/fonts/100dpi, removing from list!
Could not init font path element /usr/share/fonts/local, removing from list!

Fatal server error:
could not open default font 'fixed'

So I tried manually creating a fonts.dir with these two lines:

1
6x13-ISO8859-1.pcf.gz
-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1

and running startx, and this time the first line (for the misc dir) didn't
appear ... but startx still failed with the same fatal server error.

------- Comment #52 From Gunnlaugur Thor Briem 2006-07-02 07:06:16 0000 -------
To clarify, I ran into this after emerging xorg-x11-7.0-r1 yesterday. Just
noticed that this bug is quite a bit older than that. My emerge --info:

Gentoo Base System version 1.6.15
Portage 2.1-r1 (default-linux/amd64/2005.0, gcc-3.4.6, glibc-2.3.6-r4,
2.6.16-gentoo-r9 x86_64)
=================================================================
System uname: 2.6.16-gentoo-r9 x86_64 AMD Athlon(tm) 64 FX-55 Processor
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.16
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config
/usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/lib64/mozilla/defaults/pref /usr/share/X11/xkb
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo
/etc/texmf/web2c"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.rhnet.is/pub/gentoo http://gentoo.osuosl.org
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.is.gentoo.org/gentoo-portage"
USE="amd64 X aac aalib akode alsa apache2 audiofile avi bash-completion berkdb
bitmap-fonts cdparanoia cdr cli crypt cups divx4linux dlloader doc dri dvd dvdr
dvdread eds emboss encode fastcgi ffmpeg flac foomaticdb fortran gif ginac
gnome
gphoto2 gpm gstreamer gtk gtk2 hal ieee1394 imagemagick imlib ipv6 isdnlog java
jpeg
jpeg2k kde lcms libcaca lirc live lm_sensors lzw lzw-tiff mad mng mono
mozdevelop
mozsvg mp3 mpeg musicbrainz mysql mythtv ncurses nls nptl ofx ogg oggvorbis
openal
openexr opengl pam pcre pdf pdflib perl png povray pppd python qhull qt qt3 qt4
quicktime readline reflection ruby samba sdl session speex spell spl ssl svg
tcpd
tetex theora tiff truetype truetype-fonts type1-fonts unicode usb v4l v4l2
vorbis
wifi x264 xanim xine xmms xorg xpm xscreensaver xv xvid xvmc zlib elibc_glibc
input_devices_keyboard input_devices_mouse kernel_linux userland_GNU
video_cards_nvidia video_cards_nv video_cards_vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
LINGUAS,
PORTAGE_RSYNC_EXTRA_OPTS

First Last Prev Next    No search results available      Search page      Enter new bug