Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Mar 2002 20:12:36 -0500
From:      "Tommy Forrest - KE4PYM" <tforrest@shellworld.net>
To:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Error starting X after installing Gnome
Message-ID:  <200203020112.g221Cem14201@server1.shellworld.net>
In-Reply-To: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAASrpIvj67bUafx/CGzD1RPMKAAAAQAAAA98%2B93wzoDkGm9wNnWVFvjgEAAAAA@ktv.se>

next in thread | previous in thread | raw e-mail | index | archive | help
Helping a friend get X/Gnome installed on his FBSD 4.3 machine.

got XFree 4.1.0 installed.  It ran fine.  Then he tried to install
Gnome.  Install went okay.  But now X will not start.

The last 3 lines of the X log are:
(WW) fcntl(6, F_SETOWN): Inappropriate ioctl for device
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/,
removing from list!

Here is the config file:

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/psm0"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Horizsync    30.0-64.0
        VertRefresh  50.0-100.0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        Identifier  "Card0"
       Driver      "nv"
        VendorName  "NVidia/SGS-Thomson"
        BoardName   "Riva128"
        BusID       "PCI:0:12:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 8
        SubSection "Display"
                Depth     1
      EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes     "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
       EndSubSection
        SubSection "Display"
                Depth     24
                Modes     "1024x768"
        EndSubSection
EndSection




Tommy Forrest - KE4PYM -  tforrest@shellworld.net
http://www.shellworld.net/~tforrest
And now, its time, for some useless, bandwidth wasting words of wisdom:
If at first you don't succeed, work for Microsoft.

PGP Public Key Fingerprint: B9ED C46F C92E 0101  4B4C BFC1 907C A0D0



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203020112.g221Cem14201>