Anzeige:
Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 15 von 26

Thema: GDM will nicht mehr.

  1. #1
    Registrierter Benutzer
    Registriert seit
    Feb 2004
    Beiträge
    16

    GDM will nicht mehr.

    Hi,

    auf meinem Rechenknecht läuft Fedora Core 2.
    Seit gestern Nachmittag will gdm nicht mehr start. Nach jedem Neustart kommt eine tolle Fehlermeldung:
    "Der Anzeigeserver wurde in den letzten 2 Minuten 10 Mal heruntergefahren.Irgendwas läuft wohl schief..." .

    Schaut man sich eine Kurzfassung der Fehlermeldung an, sagt er folgendes:

    could not find default fon path element unix:/7100
    could not open default font 'fixed'

    Log ich mich in der Konsole ein kommt der Fehler:
    failed to bin key 255 to 2172

    Witzig ist nur, dass ich kdm noch starten kann gdm aber nicht mehr.

    Bewusst gemacht hab ich nix. Nur per YUM das System geupdatet und an der fstab rumgespiel.

    Wäre klasse wenn mir jemand helfen kann. Ich hab nämlich keinen Bock das System neu aufzusetzten.

    Hier ist meine xorg.conf
    Code:
    # XFree86 4 configuration created by pyxf86config
    
    Section "ServerLayout"
            Identifier     "Default Layout"
            Screen      0  "Screen0" 0 0
            InputDevice    "Mouse0" "CorePointer"
            InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
    
    # RgbPath is 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.
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Red Hat 6.0 and later now use a font server independent of
    # the X server to render fonts.
            RgbPath      "/usr/X11R6/lib/X11/rgb"
            FontPath     "unix/:7100"
    EndSection
    
    Section "Module"
            Load  "dbe"
            Load  "extmod"
            Load  "fbdevhw"
            Load  "glx"
            Load  "record"
            Load  "freetype"
            Load  "type1"
            Load  "dri"
    EndSection
    
    Section "InputDevice"
    
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    #       Option  "Xleds"         "1 2 3"
    # To disable the XKEYBOARD extension, uncomment XkbDisable.
    #       Option  "XkbDisable"
    # 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"      "pc102"
    # 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"
    # Or if you just want both to be control, use:
    #       Option  "XkbOptions"    "ctrl:nocaps"
    #
            Identifier  "Keyboard0"
            Driver      "keyboard"
            Option      "XkbModel" "pc105"
            Option      "XkbLayout" "de"
            Option      "XkbVariant" "nodeadkeys"
    EndSection
    
    Section "InputDevice"
            Identifier  "Mouse0"
            Driver      "mouse"
            Option      "Protocol" "IMPS/2"
            Option      "Device" "/dev/input/mice"
            Option      "ZAxisMapping" "4 5"
            Option      "Emulate3Buttons" "yes"
    EndSection
    
    Section "Monitor"
            Identifier   "Monitor0"
            VendorName   "Monitor Vendor"
            ModelName    "NEC MultiSync LCD2010X"
            HorizSync    31.0 - 80.0
            VertRefresh  56.0 - 85.0
            Option      "dpms"
    EndSection
    
    Section "Device"
            Identifier  "Videocard0"
            Driver      "nv"
            VendorName  "Videocard vendor"
            BoardName   "NVIDIA GeForce 256 (generic)"
    EndSection
    
    Section "Screen"
            Identifier "Screen0"
            Device     "Videocard0"
            Monitor    "Monitor0"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
                    Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
            EndSubSection
    EndSection
    
    Section "DRI"
            Group        0
            Mode         0666
    EndSection
    Sodele und hier meine gdm.conf.

    Code:
    # GDM Configuration file.  You can use gdmsetup program to graphically
    # edit this, or you can optionally just edit this file by hand.  Note that
    # gdmsetup does not tweak every option here, just the ones most users
    # would care about.  Rest is for special setups and distro specific
    # tweaks.  If you edit this file, you should send the HUP or USR1 signal to
    # the daemon so that it restarts: (Assuming you have not changed PidFile)
    #   kill -USR1 `cat /var/run/gdm.pid`
    # (HUP will make gdm restart immediately while USR1 will make gdm not kill
    # existing sessions and will only restart gdm after all users log out)
    #
    # You can also use the gdm-restart and gdm-safe-restart scripts which just
    # do the above for you.
    #
    # For full reference documentation see the gnome help browser under
    # GNOME|System category.  You can also find the docs in HTML form
    # on http://www.jirka.org/gdm.html
    #
    # NOTE: Some of these are commented out but still show their default values.
    # If you wish to change them you must remove the '#' from the beginning of
    # the line.  The commented out lines are lines where the default might
    # change in the future, so set them one way or another if you feel
    # strongly about it.
    #
    # Have fun! - George
    
    [daemon]
    # Automatic login, if true the first local screen will automatically logged
    # in as user as set with AutomaticLogin key.
    AutomaticLoginEnable=false
    AutomaticLogin=
    
    # Timed login, useful for kiosks.  Log in a certain user after a certain
    # amount of time
    TimedLoginEnable=false
    TimedLogin=
    TimedLoginDelay=30
    
    # The gdm configuration program that is run from the login screen, you should
    # probably leave this alone
    #Configurator=/usr/sbin/gdmsetup --disable-sound --disable-crash-dialog
    
    # The chooser program.  Must output the chosen host on stdout, probably you
    # should leave this alone
    #Chooser=/usr/bin/gdmchooser
    
    # Greeter for local (non-xdmcp) logins.  Change gdmgreeter to gdmlogin to
    # get the standard greeter.
    Greeter=/usr/bin/gdmgreeter
    
    # The greeter for xdmcp logins, usually you want a less graphically intensive
    # greeter here so it's better to leave this with gdmlogin
    #RemoteGreeter=/usr/bin/gdmlogin
    
    # Launch the greeter with an additional list of colon seperated gtk 
    # modules. This is useful for enabling additional feature support 
    # e.g. gnome accessibility framework. Only "trusted" modules should
    # be allowed to minimise security holes
    #AddGtkModules=false
    # By default these are the accessibility modules
    #GtkModulesList=gail:atk-bridge:/usr/lib/gtk-2.0/modules/libdwellmouselistener:/usr/lib/gtk-2.0/modules/libkeymouselistener
    
    # Default path to set.  The profile scripts will likely override this
    DefaultPath=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin
    # Default path for root.  The profile scripts will likely override this
    RootPath=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
    
    # If you are having trouble with using a single server for a long time and
    # want gdm to kill/restart the server, turn this on
    #AlwaysRestartServer=false
    
    # User and group that gdm should run as.  Probably should be gdm and gdm and
    # you should create these user and group.  Anyone found running this as
    # someone too privilaged will get a kick in the ass.  This should have
    # access to only the gdm directories and files.
    User=gdm
    Group=gdm
    # To try to kill all clients started at greeter time or in the Init script.
    # doesn't always work, only if those clients have a window of their own
    #KillInitClients=true
    LogDir=/var/log/gdm
    # You should probably never change this value unless you have a weird setup
    PidFile=/var/run/gdm.pid
    # Note that a post login script is run before a PreSession script.
    # It is run after the login is successful and before any setup is
    # run on behalf of the user
    PostLoginScriptDir=/etc/X11/gdm/PostLogin/
    PreSessionScriptDir=/etc/X11/gdm/PreSession/
    PostSessionScriptDir=/etc/X11/gdm/PostSession/
    DisplayInitDir=/etc/X11/gdm/Init
    # Distributions:  If you have some script that runs an X server in say
    # VGA mode, allowing a login, could you please send it to me?
    #FailsafeXServer=
    # if X keeps crashing on us we run this script.  The default one does a bunch
    # of cool stuff to figure out what to tell the user and such and can
    # run an X configuration program.
    XKeepsCrashing=/etc/X11/gdm/XKeepsCrashing
    # Reboot, Halt and suspend commands, you can add different commands
    # separated by a semicolon and gdm will use the first one it can find
    #RebootCommand=/sbin/reboot;/sbin/shutdown -r now;/usr/sbin/shutdown -r now;/usr/bin/reboot
    #HaltCommand=/sbin/poweroff;/sbin/shutdown -h now;/usr/sbin/shutdown -h now;/usr/bin/poweroff
    #SuspendCommand=
    # Probably should not touch the below this is the standard setup
    ServAuthDir=/var/gdm
    # This is our standard startup script.  A bit different from a normal
    # X session, but it shares a lot of stuff with that.  See the provided
    # default for more information.
    BaseXsession=/etc/X11/xdm/Xsession
    # This is a directory where .desktop files describing the sessions live
    # It is really a PATH style variable since 2.4.4.2 to allow actual
    # interoperability with KDM.  Note that <sysconfdir>/dm/Sessions is there
    # for backwards compatibility reasons with 2.4.4.x
    #SessionDesktopDir=/etc/X11/sessions/:/etc/X11/dm/Sessions/:/usr/share/gdm/BuiltInSessions/:/usr/share/xsessions/
    # This is the default .desktop session.  One of the ones in SessionDesktopDir
    DefaultSession=default.desktop
    # Better leave this blank and HOME will be used.  You can use syntax ~/ below
    # to indicate home directory of the user.  You can also set this to something
    # like /tmp if you don't want the authorizations to be in home directories.
    # This is useful if you have NFS mounted home directories.  Note that if this
    # is the home directory the UserAuthFBDir will still be used in case the home
    # directory is NFS, see security/NeverPlaceCookiesOnNFS to override this behaviour.
    UserAuthDir=
    # Fallback if home directory not writable
    UserAuthFBDir=/tmp
    UserAuthFile=.Xauthority
    # The X server to use if we can't figure out what else to run.
    StandardXServer=/usr/X11R6/bin/X
    # The maximum number of flexible X servers to run.
    #FlexibleXServers=5
    # And after how many minutes should we reap the flexible server if there is
    # no activity and no one logged on.  Set to 0 to turn off the reaping.
    # Does not affect Xnest flexiservers.
    #FlexiReapDelayMinutes=5
    # the X nest command
    Xnest=/usr/X11R6/bin/Xnest -audit 0 -name Xnest
    # Automatic VT allocation.  Right now only works on Linux.  This way
    # we force X to use specific vts.  turn VTAllocation to false if this
    # is causing problems.
    #FirstVT=7
    #VTAllocation=true
    # Should double login be treated with a warning (and possibility to change
    # vts on linux systems for console logins)
    #DoubleLoginWarning=true
    
    # If true then the last login information is printed to the user before
    # being prompted for password.  While this gives away some info on what
    # users are on a system, it on the other hand should give the user an
    # idea of when they logged in and if it doesn't seem kosher to them,
    # they can just abort the login and contact the sysadmin (avoids running
    # malicious startup scripts)
    #DisplayLastLogin=false
    
    # Program used to play sounds.  Should not require any 'daemon' or anything
    # like that as it will be run when no one is logged in yet.
    #SoundProgram=/usr/bin/play
    
    [security]
    # If any distributions ship with this one off, they should be shot
    # this is only local, so it's only for say kiosk use, when you
    # want to minimize possibility of breakin
    AllowRoot=true
    # If you want to be paranoid, turn this one off
    AllowRemoteRoot=true
    # This will allow remote timed login
    AllowRemoteAutoLogin=false
    # 0 is the most anal, 1 allows group write permissions, 2 allows all write
    # permissions
    RelaxPermissions=0
    # Number of seconds to wait after a bad login
    #RetryDelay=1
    # Maximum size of a file we wish to read.  This makes it hard for a user to DoS
    # us by using a large file.
    #UserMaxFile=65536
    # If true this will basically append -nolisten tcp to every X command line,
    # a good default to have (why is this a "negative" setting? because if
    # it is false, you could still not allow it by setting command line of
    # any particular server).  It's probably better to ship with this on
    # since most users will not need this and it's more of a security risk
    # then anything else.
    # Note: Anytime we find a -query or -indirect on the command line we do
    # not add a "-nolisten tcp", as then the query just wouldn't work, so
    # this setting only affects truly local sessions.
    #DisallowTCP=true
    # By default never place cookies if we "detect" NFS.  We detect NFS
    # by detecting "root-squashing".  It seems bad practice to place
    # cookies on things that go over the network by default and thus we
    # don't do it by default.  Sometimes you can however use safe remote
    # filesystems where this is OK and you may want to have the cookie in your
    # home directory.
    #NeverPlaceCookiesOnNFS=true
    
    # XDMCP is the protocol that allows remote login.  If you want to log into
    # gdm remotely (I'd never turn this on on open network, use ssh for such
    # remote usage that).  You can then run X with -query <thishost> to log in,
    # or -indirect <thishost> to run a chooser.  Look for the 'Terminal' server
    # type at the bottom of this config file.
    [xdmcp]
    # Distributions: Ship with this off.  It is never a safe thing to leave
    # out on the net.  Setting up /etc/hosts.allow and /etc/hosts.deny to only
    # allow local access is another alternative but not the safest.
    # Firewalling port 177 is the safest if you wish to have xdmcp on.
    # Read the manual for more notes on the security of XDMCP.
    Enable=false
    # Honour indirect queries, we run a chooser for these, and then redirect
    # the user to the chosen host.  Otherwise we just log the user in locally.
    #HonorIndirect=true
    # Maximum pending requests
    #MaxPending=4
    #MaxPendingIndirect=4
    # Maximum open XDMCP sessions at any point in time
    #MaxSessions=16
    # Maximum wait times
    #MaxWait=15
    #MaxWaitIndirect=15
    # How many times can a person log in from a single host.  Usually better to
    # keep low to fend off DoS attacks by running many logins from a single
    # host.  This is now set at 2 since if the server crashes then gdm doesn't
    # know for some time and wouldn't allow another session.
    #DisplaysPerHost=2
    # The number of seconds after which a non-responsive session is logged off.
    # Better keep this low.
    #PingIntervalSeconds=15
    # The port.  177 is the standard port so better keep it that way
    #Port=177
    # Willing script, none is shipped and by default we'll send
    # hostname system id.  But if you supply something here, the
    # output of this script will be sent as status of this host so that
    # the chooser can display it.  You could for example send load,
    # or mail details for some user, or some such.
    #Willing=/etc/X11/gdm/Xwilling
    
    [gui]
    # The specific gtkrc file we use.  It should be the full path to the gtkrc
    # that we need.  Unless you need a specific gtkrc that doesn't correspond to
    # a specific theme, then just use the GtkTheme key
    #GtkRC=/usr/share/themes/Default/gtk/gtkrc
    
    # The GTK+ theme to use for the gui
    #GtkTheme=Bluecurve
    # If to allow changing the GTK+ (widget) theme from the greeter.  Currently
    # this only affects the standard greeter as the graphical greeter does
    # not yet have this ability
    #AllowGtkThemeChange=true
    # Comma separated list of themes to allow.  These must be the names of the
    # themes installed in the standard locations for gtk themes.  You can
    # also specify 'all' to allow all installed themes.  These should be just
    # the basenames of the themes such as 'Thinice' or 'LowContrast'.
    #GtkThemesToAllow=all
    
    # Maximum size of an icon, larger icons are scaled down
    #MaxIconWidth=128
    #MaxIconHeight=128
    
    [greeter]
    # Greeter has a nice title bar that the user can move
    TitleBar=false
    # Configuration is available from the system menu of the greeter
    ConfigAvailable=false
    # Face browser is enabled.  This only works currently for the
    # standard greeter as it is not yet enabled in the graphical greeter.
    Browser=false
    # The default picture in the browser
    #DefaultFace=/usr/share/pixmaps/nobody.png
    # These are things excluded from the face browser, not from logging in
    #Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,gdm,postgres,pvm,rpm,nfsnobody,pcap
    # As an alternative to the above this is the minimum uid to show
    MinimalUID=500
    # If user or user.png exists in this dir it will be used as his picture
    #GlobalFaceDir=/usr/share/faces/
    # File which contains the locale we show to the user.  Likely you want to use
    # the one shipped with gdm and edit it.  It is not a standard locale.alias file,
    # although gdm will be able to read a standard locale.alias file as well.
    #LocaleFile=/etc/X11/gdm/locale.alias
    # Logo shown in the standard greeter
    #Logo=/usr/share/pixmaps/gdm-foot-logo.png
    Logo=
    ## nice RH logo for the above line: /usr/share/pixmaps/redhat/shadowman-200.png
    # The standard greeter should shake if a user entered the wrong username or
    # password.  Kind of cool looking
    #Quiver=true
    # The Actions menu (formerly system menu) is shown in the greeter, this is the
    # menu that contains reboot, shutdown, suspend, config and chooser.  None of
    # these is available if this is off.  They can be turned off individually
    # however
    #SystemMenu=true
    # Should the chooser button be shown.  If this is shown, GDM can drop into
    # chooser mode which will run the xdmcp chooser locally and allow the user
    # to connect to some remote host.  Local XDMCP does not need to be enabled
    # however
    #ChooserButton=true
    # Note to distributors, if you wish to have a different Welcome string
    # and wish to have this translated you can have entries such as
    # Welcome[cs]=Vitejte na %n
    # Just make sure the string is in utf-8
    # Welcome is for all console logins and RemoteWelcome is for remote logins
    # (through XDMCP).
    # The default entries that are shipped are translated inside genius and
    # are as follows:
    #Welcome=Welcome
    #RemoteWelcome=Welcome to %n
    # Don't allow user to move the standard greeter window.  Only makes sense
    # if TitleBar is on
    #LockPosition=false
    # Set a position rather then just centering the window.  If you enter
    # negative values for the position it is taken as an offset from the
    # right or bottom edge.
    #SetPosition=false
    #PositionX=0
    #PositionY=0
    # Xinerama screen we use to display the greeter on.  Not for true
    # multihead, currently only works for Xinerama.
    #XineramaScreen=0
    # Background settings for the standard greeter:
    # Type can be 0=None, 1=Image, 2=Color
    #BackgroundType=2
    #BackgroundImage=
    #BackgroundScaleToFit=true
    BackgroundColor=#20305a
    # XDMCP session should only get a color, this is the sanest setting since
    # you don't want to take up too much bandwidth
    #BackgroundRemoteOnlyColor=true
    # Program to run to draw the background in the standard greeter.  Perhaps
    # something like an xscreensaver hack or some such.
    #BackgroundProgram=
    # if this is true then the background program is run always, otherwise
    # it is only run when the BackgroundType is 0 (None)
    #RunBackgroundProgramAlways=false
    # Show the Failsafe sessions.  These are much MUCH nicer (focus for xterm for
    # example) and more failsafe then those supplied by scripts so distros should
    # use this rather then just running an xterm from a script.
    ShowGnomeFailsafeSession=false
    #ShowXtermFailsafeSession=true
    # Normally there is a session type called 'Last' that is shown which refers to
    # the last session the user used.  If off, we will be in 'switchdesk' mode where
    # the session saving stuff is disabled in GDM
    ShowLastSession=false
    # Always use 24 hour clock no matter what the locale.
    #Use24Clock=false
    # Use circles in the password field.  Looks kind of cool actually,
    # but only works with certain fonts.
    #UseCirclesInEntry=false
    # These two keys are for the new greeter.  Circles is the standard
    # shipped theme
    GraphicalTheme=Bluecurve
    GraphicalThemeDir=/usr/share/gdm/themes/
    # If InfoMsgFile points to a file, the greeter will display the contents of the
    # file in a modal dialog box before the user is allowed to log in.
    #InfoMsgFile=
    # If InfoMsgFile is present then InfoMsgFont can be used to specify the font
    # to be used when displaying the contents of the file.
    #InfoMsgFont=Sans 24
    # If SoundOnLogin is true, then the greeter will beep when login is ready
    # for user input.  If SoundOnLogin is a file and the greeter finds the
    # 'play' executable (see daemon/SoundProgram) it will play that file
    # instead of just beeping
    #SoundOnLogin=true
    #SoundOnLoginFile=
    
    # The chooser is what's displayed when a user wants an indirect XDMCP
    # session, or selects Run XDMCP chooser from the system menu
    [chooser]
    # Default image for hosts
    #DefaultHostImg=/usr/share/pixmaps/nohost.png
    # Directory with host images, they are named by the hosts: host or host.png
    HostImageDir=/usr/share/hosts/
    # Time we scan for hosts (well only the time we tell the user we are
    # scanning actually, we continue to listen even after this has
    # expired)
    #ScanTime=4
    # A comma separated lists of hosts to automatically add (if they answer to
    # a query of course).  You can use this to reach hosts that broadcast cannot
    # reach.
    Hosts=
    # Broadcast a query to get all hosts on the current network that answer
    Broadcast=true
    # Set it to true if you want to send a multicast query to hosts.
    Multicast=false
    # It is an IPv6 multicast address.It is hardcoded here and will be replaced when
    # officially registered xdmcp multicast address of TBD will be available
    #Multicast_Addr=ff02::1
    # Allow adding random hosts to the list by typing in their names
    #AllowAdd=true
    
    [debug]
    # This will enable debugging into the syslog, usually not neccessary
    # and it creates a LOT of spew of random stuff to the syslog.  However it
    # can be useful in determining when something is going very wrong.
    Enable=false
    
    [servers]
    # These are the standard servers.  You can add as many you want here
    # and they will always be started.  Each line must start with a unique
    # number and that will be the display number of that server.  Usually just
    # the 0 server is used.
    0=Standard
    #1=Standard
    # Note the VTAllocation and FirstVT keys on linux.  Don't add any vt<number>
    # arguments if VTAllocation is on, and set FirstVT to be the first vt
    # available that your gettys don't grab (gettys are usually dumb and grab
    # even a vt that has already been taken).  Using 7 will work pretty much for
    # all linux distributions.  VTAllocation is not currently implemented on
    # anything but linux since I don't own any non-linux systems.  Feel free to
    # send patches.  X servers will just not get any extra arguments then.
    #
    # If you want to run an X terminal you could add an X server such as this
    #0=Terminal -query serverhostname
    # or for a chooser (optionally serverhostname could be localhost)
    #0=Terminal -indirect serverhostname
    #
    # If you wish to run the XDMCP chooser on the local display use the following
    # line
    #0=Chooser
    
    ## Note:
    # is your X server not listening to TCP requests?  Perhaps you should look
    # at the security/DisallowTCP setting!
    
    # Definition of the standard X server.
    [server-Standard]
    name=Standard server
    command=/usr/X11R6/bin/X -audit 0
    flexible=true
    
    # To use this server type you should add -query host or -indirect host
    # to the command line
    [server-Terminal]
    name=Terminal server
    # Add -terminate to make things behave more nicely
    command=/usr/X11R6/bin/X -audit 0 -terminate
    # Make this not appear in the flexible servers (we need extra params
    # anyway, and terminate would be bad for xdmcp choosing).  You can
    # make a terminal server flexible, but not with an indirect query.
    # If you need flexible indirect query server, then you must get rid
    # of the -terminate and the only way to kill the flexible server will
    # then be by Ctrl-Alt-Backspace
    flexible=false
    # Not local, we do not handle the logins for this X server
    handled=false
    
    # To use this server type you should add -query host or -indirect host
    # to the command line
    [server-Chooser]
    name=Chooser server
    command=/usr/X11R6/bin/X -audit 0
    # Make this not appear in the flexible servers for now, but if you
    # wish to allow a chooser server then make this true.  This is the
    # only way to make a flexible chooser server that behaves nicely.
    flexible=false
    # Run the chooser instead of the greeter.  When the user chooses a
    # machine they will get this same server but run with
    # "-terminate -query hostname"
    chooser=true
    Geändert von Okuta (05.09.04 um 17:59 Uhr)

  2. #2
    Fieses Frettchen Avatar von DrunkenFreak
    Registriert seit
    Dec 2003
    Beiträge
    3.315
    reinstallier doch einfach mal gdm und lösch die config nach dem installieren. eigentlich müßte es dann wieder gehen

    so long

  3. #3
    Registrierter Benutzer
    Registriert seit
    Feb 2004
    Beiträge
    16
    Danke für den Tipp.

    Ich habs mit yum remove gdm deinstalliert.
    Danach wieder neuinstalliert mit yum install gdm, die gdm.conf umbenannt und neu gestartet.

    Leider hat es nicht hingehauen. Jetzt versucht er andauernd gdm zu starten und wechselt zwischen der Konsole und dem X-Server hin und her.

    Hast du vielleicht noch einen Tipp?

  4. #4
    Fieses Frettchen Avatar von DrunkenFreak
    Registriert seit
    Dec 2003
    Beiträge
    3.315
    huch hab dir nen falschen tipp gegeben. ich meinte config löschen vor dem neuinstallieren. also die original config von gdm nehmen. wenn es dann noch nich geht poste mal die fehlermeldung die beim start kommt

    so long

  5. #5
    Registrierter Benutzer
    Registriert seit
    Feb 2004
    Beiträge
    16
    Hi,

    habs nochmal ausprobiert. Klappt leider immer noch net.

    Ganz unten stehen die Fehlermeldungen.

    Anbei das Log-File:

    Code:
    Release Date: 18 December 2003
    X Protocol Version 11, Revision 0, Release 6.7
    Build Operating System: Linux 2.4.21-14.ELsmp i686 [ELF] 
    Current Operating System: Linux Intranetserver 2.6.8-1.521 #1 Mon Aug 16 09:01:18 EDT 2004 i686
    Build Date: 26 June 2004
    Build Host: tweety.build.redhat.com
     
    	Before reporting problems, check http://wiki.X.Org
    	to make sure that you have the latest version.
    Module Loader present
    OS Kernel: Linux version 2.6.8-1.521 (bhcompile@tweety.build.redhat.com) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Mon Aug 16 09:01:18 EDT 2004 
    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: Wed Sep  8 21:47:19 2004
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Videocard0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "XkbModel" "pc105"
    (**) XKB: model: "pc105"
    (**) Option "XkbLayout" "de"
    (**) XKB: layout: "de"
    (**) Option "XkbVariant" "nodeadkeys"
    (**) XKB: variant: "nodeadkeys"
    (==) Keyboard: CustomKeycode disabled
    (**) FontPath set to "unix/:7100"
    (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
    (==) ModulePath set to "/usr/X11R6/lib/modules"
    (WW) Open APM failed (/dev/apm_bios) (No such device)
    (II) Module ABI versions:
    	X.Org ANSI C Emulation: 0.2
    	X.Org Video Driver: 0.7
    	X.Org XInput driver : 0.4
    	X.Org Server Extension : 0.2
    	X.Org Font Renderer : 0.4
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
    (II) Module bitmap: vendor="X.Org Foundation"
    	compiled for 6.7.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/X11R6/lib/modules/libpcidata.a
    (II) Module pcidata: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 1.0.0
    	ABI class: X.Org Video Driver, version 0.7
    (++) using VT number 7
    
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,1130 card 8086,1130 rev 02 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 02 class 06,04,00 hdr 01
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 02 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,244b card 0000,0000 rev 02 class 01,01,80 hdr 00
    (II) PCI: 00:1f:2: chip 8086,2442 card 0000,0000 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1f:4: chip 8086,2444 card 0000,0000 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1f:5: chip 8086,2445 card 8384,7600 rev 02 class 04,01,00 hdr 00
    (II) PCI: 01:00:0: chip 10de,0100 card 1048,0c41 rev 10 class 03,00,00 hdr 00
    (II) PCI: 02:00:0: chip 8086,1229 card 8086,000c rev 08 class 02,00,00 hdr 00
    (II) PCI: 02:01:0: chip 8086,1229 card 8086,000c rev 08 class 02,00,00 hdr 00
    (II) PCI: 02:02:0: chip 8086,1229 card 8086,000c rev 08 class 02,00,00 hdr 00
    (II) PCI: 02:03:0: chip 8086,1229 card 8086,000c rev 08 class 02,00,00 hdr 00
    (II) PCI: 02:04:0: chip 8086,1229 card 8086,000c rev 08 class 02,00,00 hdr 00
    (II) PCI: 02:05:0: chip 1244,0a00 card 1244,0a00 rev 02 class 02,80,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,2), 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	0xdc000000 - 0xddffffff (0x2000000) MX[B]
    (II) Bus 1 prefetchable memory range:
    	[0] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    	[0] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]
    	[1] -1	0	0x00009400 - 0x000094ff (0x100) IX[B]
    	[2] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
    	[3] -1	0	0x00009c00 - 0x00009cff (0x100) IX[B]
    	[4] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
    	[5] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
    	[6] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
    	[7] -1	0	0x0000ac00 - 0x0000acff (0x100) IX[B]
    (II) Bus 2 non-prefetchable memory range:
    	[0] -1	0	0xde000000 - 0xde7fffff (0x800000) 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 NV10 [GeForce 256 SDR] rev 16, Mem @ 0xdc000000/24, 0xd0000000/27
    (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 0xd8000000 from 0xdbffffff to 0xd7ffffff
    (II) Active PCI resource ranges:
    	[0] -1	0	0xde505000 - 0xde50501f (0x20) MX[B]
    	[1] -1	0	0xde400000 - 0xde4fffff (0x100000) MX[B]
    	[2] -1	0	0xde503000 - 0xde503fff (0x1000) MX[B]
    	[3] -1	0	0xde300000 - 0xde3fffff (0x100000) MX[B]
    	[4] -1	0	0xde501000 - 0xde501fff (0x1000) MX[B]
    	[5] -1	0	0xde200000 - 0xde2fffff (0x100000) MX[B]
    	[6] -1	0	0xde504000 - 0xde504fff (0x1000) MX[B]
    	[7] -1	0	0xde100000 - 0xde1fffff (0x100000) MX[B]
    	[8] -1	0	0xde500000 - 0xde500fff (0x1000) MX[B]
    	[9] -1	0	0xde000000 - 0xde0fffff (0x100000) MX[B]
    	[10] -1	0	0xde502000 - 0xde502fff (0x1000) MX[B]
    	[11] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
    	[12] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    	[13] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    	[14] -1	0	0x0000a400 - 0x0000a41f (0x20) IX[B]
    	[15] -1	0	0x0000a000 - 0x0000a03f (0x40) IX[B]
    	[16] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
    	[17] -1	0	0x00009800 - 0x0000983f (0x40) IX[B]
    	[18] -1	0	0x00009400 - 0x0000943f (0x40) IX[B]
    	[19] -1	0	0x00009000 - 0x0000903f (0x40) IX[B]
    	[20] -1	0	0x0000c000 - 0x0000c03f (0x40) IX[B]
    	[21] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
    	[22] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
    	[23] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
    	[24] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
    	[0] -1	0	0xde505000 - 0xde50501f (0x20) MX[B]
    	[1] -1	0	0xde400000 - 0xde4fffff (0x100000) MX[B]
    	[2] -1	0	0xde503000 - 0xde503fff (0x1000) MX[B]
    	[3] -1	0	0xde300000 - 0xde3fffff (0x100000) MX[B]
    	[4] -1	0	0xde501000 - 0xde501fff (0x1000) MX[B]
    	[5] -1	0	0xde200000 - 0xde2fffff (0x100000) MX[B]
    	[6] -1	0	0xde504000 - 0xde504fff (0x1000) MX[B]
    	[7] -1	0	0xde100000 - 0xde1fffff (0x100000) MX[B]
    	[8] -1	0	0xde500000 - 0xde500fff (0x1000) MX[B]
    	[9] -1	0	0xde000000 - 0xde0fffff (0x100000) MX[B]
    	[10] -1	0	0xde502000 - 0xde502fff (0x1000) MX[B]
    	[11] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
    	[12] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    	[13] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    	[14] -1	0	0x0000a400 - 0x0000a41f (0x20) IX[B]
    	[15] -1	0	0x0000a000 - 0x0000a03f (0x40) IX[B]
    	[16] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
    	[17] -1	0	0x00009800 - 0x0000983f (0x40) IX[B]
    	[18] -1	0	0x00009400 - 0x0000943f (0x40) IX[B]
    	[19] -1	0	0x00009000 - 0x0000903f (0x40) IX[B]
    	[20] -1	0	0x0000c000 - 0x0000c03f (0x40) IX[B]
    	[21] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
    	[22] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
    	[23] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
    	[24] -1	0	0x0000f000 - 0x0000f00f (0x10) 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	0xde505000 - 0xde50501f (0x20) MX[B]
    	[6] -1	0	0xde400000 - 0xde4fffff (0x100000) MX[B]
    	[7] -1	0	0xde503000 - 0xde503fff (0x1000) MX[B]
    	[8] -1	0	0xde300000 - 0xde3fffff (0x100000) MX[B]
    	[9] -1	0	0xde501000 - 0xde501fff (0x1000) MX[B]
    	[10] -1	0	0xde200000 - 0xde2fffff (0x100000) MX[B]
    	[11] -1	0	0xde504000 - 0xde504fff (0x1000) MX[B]
    	[12] -1	0	0xde100000 - 0xde1fffff (0x100000) MX[B]
    	[13] -1	0	0xde500000 - 0xde500fff (0x1000) MX[B]
    	[14] -1	0	0xde000000 - 0xde0fffff (0x100000) MX[B]
    	[15] -1	0	0xde502000 - 0xde502fff (0x1000) MX[B]
    	[16] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
    	[17] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    	[18] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
    	[21] -1	0	0x0000a400 - 0x0000a41f (0x20) IX[B]
    	[22] -1	0	0x0000a000 - 0x0000a03f (0x40) IX[B]
    	[23] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
    	[24] -1	0	0x00009800 - 0x0000983f (0x40) IX[B]
    	[25] -1	0	0x00009400 - 0x0000943f (0x40) IX[B]
    	[26] -1	0	0x00009000 - 0x0000903f (0x40) IX[B]
    	[27] -1	0	0x0000c000 - 0x0000c03f (0x40) IX[B]
    	[28] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
    	[29] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
    	[30] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
    	[31] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
    (II) LoadModule: "dbe"
    (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
    (II) Module dbe: vendor="X.Org Foundation"
    	compiled for 6.7.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/X11R6/lib/modules/extensions/libextmod.a
    (II) Module extmod: vendor="X.Org Foundation"
    	compiled for 6.7.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 XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension FontCache
    (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: "fbdevhw"
    (II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
    (II) Module fbdevhw: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 0.0.2
    	ABI class: X.Org Video Driver, version 0.7
    (II) LoadModule: "glx"
    (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
    (II) Module glx: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 0.2
    (II) Loading sub module "GLcore"
    (II) LoadModule: "GLcore"
    (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
    (II) Module GLcore: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
    (II) Module record: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 1.13.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension RECORD
    (II) LoadModule: "freetype"
    (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    	compiled for 6.7.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: "type1"
    (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
    (II) Module type1: vendor="X.Org Foundation"
    	compiled for 6.7.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) Loading font CID
    (II) LoadModule: "dri"
    (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
    (II) Module dri: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 0.2
    (II) Loading sub module "drm"
    (II) LoadModule: "drm"
    (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
    (II) Module drm: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "nv"
    (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
    (II) Module nv: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 1.0.1
    	Module class: X.Org Video Driver
    	ABI class: X.Org Video Driver, version 0.7
    (II) LoadModule: "mouse"
    (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
    (II) Module mouse: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 1.0.0
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 0.4
    (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, GeForce4 440 Go 64M,
    	GeForce4 410 Go 16M, Quadro4 500 GoGL, Quadro4 550 XGL, Quadro4 NVS,
    	GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X,
    	GeForce4 MX 420 with AGP8X, GeForce4 448 Go, GeForce4 488 Go,
    	Quadro4 580 XGL, Quadro4 280 NVS, Quadro4 380 XGL,
    	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 Go5200 32M/64M,
    	0x0329, Quadro NVS 280 PCI, Quadro FX 500, GeForce FX Go5300,
    	GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900,
    	GeForce FX 5900XT, GeForce FX 5950 Ultra, 0x0334, 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
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset GeForce 256 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	0xde505000 - 0xde50501f (0x20) MX[B]
    	[6] -1	0	0xde400000 - 0xde4fffff (0x100000) MX[B]
    	[7] -1	0	0xde503000 - 0xde503fff (0x1000) MX[B]
    	[8] -1	0	0xde300000 - 0xde3fffff (0x100000) MX[B]
    	[9] -1	0	0xde501000 - 0xde501fff (0x1000) MX[B]
    	[10] -1	0	0xde200000 - 0xde2fffff (0x100000) MX[B]
    	[11] -1	0	0xde504000 - 0xde504fff (0x1000) MX[B]
    	[12] -1	0	0xde100000 - 0xde1fffff (0x100000) MX[B]
    	[13] -1	0	0xde500000 - 0xde500fff (0x1000) MX[B]
    	[14] -1	0	0xde000000 - 0xde0fffff (0x100000) MX[B]
    	[15] -1	0	0xde502000 - 0xde502fff (0x1000) MX[B]
    	[16] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
    	[17] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    	[18] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
    	[21] -1	0	0x0000a400 - 0x0000a41f (0x20) IX[B]
    	[22] -1	0	0x0000a000 - 0x0000a03f (0x40) IX[B]
    	[23] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
    	[24] -1	0	0x00009800 - 0x0000983f (0x40) IX[B]
    	[25] -1	0	0x00009400 - 0x0000943f (0x40) IX[B]
    	[26] -1	0	0x00009000 - 0x0000903f (0x40) IX[B]
    	[27] -1	0	0x0000c000 - 0x0000c03f (0x40) IX[B]
    	[28] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
    	[29] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
    	[30] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
    	[31] -1	0	0x0000f000 - 0x0000f00f (0x10) 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	0xde505000 - 0xde50501f (0x20) MX[B]
    	[6] -1	0	0xde400000 - 0xde4fffff (0x100000) MX[B]
    	[7] -1	0	0xde503000 - 0xde503fff (0x1000) MX[B]
    	[8] -1	0	0xde300000 - 0xde3fffff (0x100000) MX[B]
    	[9] -1	0	0xde501000 - 0xde501fff (0x1000) MX[B]
    	[10] -1	0	0xde200000 - 0xde2fffff (0x100000) MX[B]
    	[11] -1	0	0xde504000 - 0xde504fff (0x1000) MX[B]
    	[12] -1	0	0xde100000 - 0xde1fffff (0x100000) MX[B]
    	[13] -1	0	0xde500000 - 0xde500fff (0x1000) MX[B]
    	[14] -1	0	0xde000000 - 0xde0fffff (0x100000) MX[B]
    	[15] -1	0	0xde502000 - 0xde502fff (0x1000) MX[B]
    	[16] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
    	[17] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    	[18] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    	[19] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
    	[20] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
    	[21] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
    	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
    	[24] -1	0	0x0000a400 - 0x0000a41f (0x20) IX[B]
    	[25] -1	0	0x0000a000 - 0x0000a03f (0x40) IX[B]
    	[26] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
    	[27] -1	0	0x00009800 - 0x0000983f (0x40) IX[B]
    	[28] -1	0	0x00009400 - 0x0000943f (0x40) IX[B]
    	[29] -1	0	0x00009000 - 0x0000903f (0x40) IX[B]
    	[30] -1	0	0x0000c000 - 0x0000c03f (0x40) IX[B]
    	[31] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
    	[32] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
    	[33] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
    	[34] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
    	[35] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
    	[36] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/X11R6/lib/modules/linux/libint10.a
    (II) Module int10: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 1.0.0
    	ABI class: X.Org Video Driver, version 0.7
    (II) NV(0): Initializing int10
    (II) NV(0): Primary V_BIOS segment is: 0xc000
    (--) NV(0): Chipset: "GeForce 256"
    (**) 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/X11R6/lib/modules/libvgahw.a
    (II) Module vgahw: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 0.1.0
    	ABI class: X.Org Video Driver, version 0.7
    (==) NV(0): Using HW cursor
    (--) NV(0): Linear framebuffer at 0xD0000000
    (--) NV(0): MMIO registers at 0xDC000000
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Loading /usr/X11R6/lib/modules/libi2c.a
    (II) Module i2c: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 1.2.0
    	ABI class: X.Org Video Driver, version 0.7
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Loading /usr/X11R6/lib/modules/libddc.a
    (II) Module ddc: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 1.0.0
    	ABI class: X.Org Video Driver, version 0.7
    (II) NV(0): I2C bus "DDC" initialized.
    (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
    (--) NV(0): HW is currently programmed for DFP
    (II) NV(0): Using DFP on CRTC 0
    (--) NV(0): Panel size is 1280 x 1024
    (--) NV(0): VideoRAM: 32768 kBytes
    (==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) NV(0): Monitor0: Using hsync range of 31.00-80.00 kHz
    (II) NV(0): Monitor0: Using vrefresh range of 56.00-85.00 Hz
    (II) NV(0): Clock range:  12.00 to 350.00 MHz
    (II) NV(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1280x960" (hsync out of range)
    (II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1280x1024" (hsync out of range)
    (II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1600x1200" (hsync out of range)
    (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1600x1200" (hsync out of range)
    (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1600x1200" (hsync out of range)
    (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1600x1200" (hsync out of range)
    (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1792x1344" (hsync out of range)
    (II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1792x1344" (hsync out of range)
    (II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1856x1392" (hsync out of range)
    (II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1856x1392" (hsync out of range)
    (II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1920x1440" (hsync out of range)
    (II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1920x1440" (hsync out of range)
    (II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1152x768" (vrefresh out of range)
    (II) NV(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1400x1050" (hsync out of range)
    (II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1400x1050" (hsync out of range)
    (II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1920x1200" (hsync out of range)
    (II) NV(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1920x1440" (hsync out of range)
    (II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "2048x1536" (hsync out of range)
    (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "2048x1536" (hsync out of range)
    (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (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": 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 "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": 121.5 MHz, 77.5 kHz, 85.1 Hz
    (II) NV(0): Modeline "1152x864"  121.50  1152 1216 1344 1568  864 865 868 911 +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": 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 "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 "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 "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": 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 "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": 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": 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": 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 "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 "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 "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): DPI set to (75, 75)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/X11R6/lib/modules/libfb.a
    (II) Module fb: vendor="X.Org Foundation"
    	compiled for 6.7.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/X11R6/lib/modules/libxaa.a
    (II) Module xaa: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 1.1.0
    	ABI class: X.Org Video Driver, version 0.7
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/X11R6/lib/modules/libramdac.a
    (II) Module ramdac: vendor="X.Org Foundation"
    	compiled for 6.7.0, module version = 0.1.0
    	ABI class: X.Org Video Driver, version 0.7
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
    	[0] 0	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
    	[1] 0	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B]
    	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
    	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
    	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
    	[7] -1	0	0xde505000 - 0xde50501f (0x20) MX[B]
    	[8] -1	0	0xde400000 - 0xde4fffff (0x100000) MX[B]
    	[9] -1	0	0xde503000 - 0xde503fff (0x1000) MX[B]
    	[10] -1	0	0xde300000 - 0xde3fffff (0x100000) MX[B]
    	[11] -1	0	0xde501000 - 0xde501fff (0x1000) MX[B]
    	[12] -1	0	0xde200000 - 0xde2fffff (0x100000) MX[B]
    	[13] -1	0	0xde504000 - 0xde504fff (0x1000) MX[B]
    	[14] -1	0	0xde100000 - 0xde1fffff (0x100000) MX[B]
    	[15] -1	0	0xde500000 - 0xde500fff (0x1000) MX[B]
    	[16] -1	0	0xde000000 - 0xde0fffff (0x100000) MX[B]
    	[17] -1	0	0xde502000 - 0xde502fff (0x1000) MX[B]
    	[18] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
    	[19] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    	[20] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    	[21] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
    	[22] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
    	[23] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
    	[24] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[25] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
    	[26] -1	0	0x0000a400 - 0x0000a41f (0x20) IX[B]
    	[27] -1	0	0x0000a000 - 0x0000a03f (0x40) IX[B]
    	[28] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
    	[29] -1	0	0x00009800 - 0x0000983f (0x40) IX[B]
    	[30] -1	0	0x00009400 - 0x0000943f (0x40) IX[B]
    	[31] -1	0	0x00009000 - 0x0000903f (0x40) IX[B]
    	[32] -1	0	0x0000c000 - 0x0000c03f (0x40) IX[B]
    	[33] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
    	[34] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
    	[35] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
    	[36] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
    	[37] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    	[38] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
    (==) NV(0): Write-combining range (0xd0000000,0x2000000)
    (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
    (**) Option "dpms"
    (**) NV(0): DPMS 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 XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (**) Option "Protocol" "IMPS/2"
    (**) Mouse0: Device: "/dev/input/mice"
    (**) Mouse0: Protocol: "IMPS/2"
    (**) Option "CorePointer"
    (**) Mouse0: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Emulate3Buttons" "yes"
    (**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse0: ZAxisMapping: buttons 4 and 5
    (**) Mouse0: Buttons: 5
    (II) Keyboard "Keyboard0" handled by legacy driver
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (II) Mouse0: ps2EnableDataReporting: succeeded
    Could not init font path element unix/:7100, removing from list!
    
    Fatal server error:
    could not open default font 'fixed'
    
    Please consult the The X.Org Foundation support 
    	 at http://wiki.X.Org
     for help. 
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.

  6. #6
    Fieses Frettchen Avatar von DrunkenFreak
    Registriert seit
    Dec 2003
    Beiträge
    3.315
    der hat anscheinend irgendwelche probleme die standard schriftart zu starten unter X. bist du dir sicher dass die x-config richtig ist?

    so long

  7. #7
    Registrierter Benutzer
    Registriert seit
    Feb 2004
    Beiträge
    16
    Hmmm,

    ok danke für den Hinweis.
    Wie könnte es anders sein, natürlich hab ich keine Ahnung. Ich bin doch auch nur einer der halb verzweifelten Windoof-Umsteiger.

    Wie gesagt es ging, bis nach dem Update. Danach wollte er gdm nicht mehr starten. Mal ne dumme Frage, wenn das ein Problem von X ist, warum kann ich dann kdm fehlerfrei starten? Hängt das nicht miteinander zusammen?

    Ich poste heute abend mal die XConfig.

  8. #8
    Fieses Frettchen Avatar von DrunkenFreak
    Registriert seit
    Dec 2003
    Beiträge
    3.315
    hmm dann wirds ein problem mit den schriftarten sein. er sucht wahrscheinlich schriftarten die du nicht installiert hast

    so long

  9. #9
    Registrierter Benutzer
    Registriert seit
    Feb 2004
    Beiträge
    16
    Ok,

    nur noch mal zur Sicherheit.
    KDM geht einwandfrei. Braucht KDM die Schriftarten nicht auch?
    GDM lief bisher auch einwandfrei. So viel ich weiß hab ich keine Schriftarten installiert bzw. deinstalliert.
    Kannst du mir sagen wo ich nach den Schriftarten suchen kann? Dann schau ich mal nach ob sie auf dem System sind.

    Aber hier ist die Konfiguration xorg.conf:

    Code:
    # XFree86 4 configuration created by pyxf86config
    
    Section "ServerLayout"
    	Identifier     "Default Layout"
    	Screen      0  "Screen0" 0 0
    	InputDevice    "Mouse0" "CorePointer"
    	InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
    
    # RgbPath is 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.
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Red Hat 6.0 and later now use a font server independent of
    # the X server to render fonts.
    	RgbPath      "/usr/X11R6/lib/X11/rgb"
    	FontPath     "unix/:7100"
    EndSection
    
    Section "Module"
    	Load  "dbe"
    	Load  "extmod"
    	Load  "fbdevhw"
    	Load  "glx"
    	Load  "record"
    	Load  "freetype"
    	Load  "type1"
    	Load  "dri"
    EndSection
    
    Section "InputDevice"
    
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    #	Option	"Xleds"		"1 2 3"
    # To disable the XKEYBOARD extension, uncomment XkbDisable.
    #	Option	"XkbDisable"
    # 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"	"pc102"
    # 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"
    # Or if you just want both to be control, use:
    #	Option	"XkbOptions"	"ctrl:nocaps"
    #
    	Identifier  "Keyboard0"
    	Driver      "keyboard"
    	Option	    "XkbModel" "pc105"
    	Option	    "XkbLayout" "de"
    	Option	    "XkbVariant" "nodeadkeys"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Mouse0"
    	Driver      "mouse"
    	Option	    "Protocol" "IMPS/2"
    	Option	    "Device" "/dev/input/mice"
    	Option	    "ZAxisMapping" "4 5"
    	Option	    "Emulate3Buttons" "yes"
    EndSection
    
    Section "Monitor"
    	Identifier   "Monitor0"
    	VendorName   "Monitor Vendor"
    	ModelName    "NEC MultiSync LCD2010X"
    	HorizSync    31.0 - 80.0
    	VertRefresh  56.0 - 85.0
    	Option	    "dpms"
    EndSection
    
    Section "Device"
    	Identifier  "Videocard0"
    	Driver      "nv"
    	VendorName  "Videocard vendor"
    	BoardName   "NVIDIA GeForce 256 (generic)"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Videocard0"
    	Monitor    "Monitor0"
    	DefaultDepth     24
    	SubSection "Display"
    		Viewport   0 0
    		Depth     24
    		Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    	EndSubSection
    EndSection
    
    Section "DRI"
    	Group        0
    	Mode         0666
    EndSection

  10. #10
    Fieses Frettchen Avatar von DrunkenFreak
    Registriert seit
    Dec 2003
    Beiträge
    3.315
    FontPath "unix/:7100" <<<änder das mal in den ordner wo die schriftarten liegen. das müßte es dann gewesen sein
    bei mir sieht das so aus:
    Code:
        FontPath   "/usr/share/fonts/local/"
        FontPath   "/usr/share/fonts/misc/"
        FontPath   "/usr/share/fonts/75dpi/:unscaled"
        FontPath   "/usr/share/fonts/100dpi/:unscaled"
        FontPath   "/usr/share/fonts/Speedo/"
        FontPath   "/usr/share/fonts/Type1/"
    so long

  11. #11
    Registrierter Benutzer
    Registriert seit
    Feb 2004
    Beiträge
    16
    Mist langsam wirds echt heikel,

    das hat auch nicht geklappt. Ich hab deine Zeilen angepasst und ausprobiert.
    Beim ersten Mal starten kam auch kurz ein blauer Hintergrund und der Mauszeiger. Danach wieder das selbe Spielchen wie bisher. Nur das in der Fehlermeldung folgendes Problem auftritt.

    Code:
    Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list!
    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/CID/, removing from list!
    Folgendes hat mich in der xorg.conf allerdings stuzig gemacht:

    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Red Hat 6.0 and later now use a font server independent of
    # the X server to render fonts.
    RgbPath "/usr/X11R6/lib/X11/rgb"
    FontPath "unix/:7100"

    Könnte es sein, dass dieser "font server" nicht richtig gestartet wurde?
    Wie kann ich das rausfinden und gegebenenfalls starten?

  12. #12
    Registrierter Benutzer
    Registriert seit
    Nov 2003
    Beiträge
    1.904
    Probier mal /etc/init.d/xfs status oder /etc/init.d/xfs-xtt status.

  13. #13
    Registrierter Benutzer
    Registriert seit
    Feb 2004
    Beiträge
    16
    Hi,

    xfs läuft und hat pid ...
    xfs-xtt gibt es garnicht in /etc/init.d/

  14. #14
    Registrierter Benutzer
    Registriert seit
    Sep 2004
    Beiträge
    9
    Versuch mal:

    xset fp rehash

    Das hat bei mir funktioniert als KDE und GNOME beide nich mehr wollten. Hat auch was mit fonts zu tun. Bin aber nich sicher obs funktioniert

    MfG

    TheWizzard

  15. #15
    Registrierter Benutzer
    Registriert seit
    Feb 2004
    Beiträge
    16
    Nunja,

    leider hat es spontan per Copy and Paste net geklappt.

    Fehlermeldung: Can't open display ""

    Ich versuch gerade rauszufinden was für eine Variable ich bei -display eingeben muss.

    Langsam bin ich aber echt so weit, die Kiste neu aufzusetzten. Aber noch geb ich nicht auf!!!

    Kann mir vielleicht jemand erklären wie aus heiterem Himmel so etwas passieren kann? Ein Hardware-Defekt kann zu 99% ausgeschlossen werden.

Ähnliche Themen

  1. GDM in einem Fenster starten
    Von iGEL im Forum X-Konfiguration
    Antworten: 13
    Letzter Beitrag: 23.07.06, 23:33
  2. kdm zu gdm problem mit display :0
    Von MAundS im Forum Windowmanager
    Antworten: 0
    Letzter Beitrag: 13.07.04, 10:21
  3. Garnome 2.6.1 Installation: gdm will nicht
    Von /dev/hda im Forum Windowmanager
    Antworten: 2
    Letzter Beitrag: 02.07.04, 23:00
  4. Service gdm wurde nicht geladen
    Von kl47 im Forum Windowmanager
    Antworten: 0
    Letzter Beitrag: 15.03.04, 13:35
  5. GDM Konfigurationsprobleme
    Von Real~X~ im Forum Windowmanager
    Antworten: 2
    Letzter Beitrag: 02.11.02, 17:51

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •