PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : XF86config - Problem parsing the config file


waterproof
26.01.03, 12:18
Hallo,

bei mir lässt sich startx nicht starten.

XFree86.0.0.log



XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.20 i686 [ELF]
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/XFree86.0.log", Time: Sun Jan 26 14:09:42 2003
(==) Using config file: "/etc/X11/XF86Config"
Data incomplete in file /etc/X11/XF86Config
Undefined Device "grafik" referenced by Screen "Screen 1".
(EE) Problem parsing the config file
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.

XF86Config:

Section "Module"


Load "dbe" # Double buffer extension


SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

Load "type1"
Load "freetype"



EndSection


Section "Files"



RgbPath "/usr/X11R6/lib/X11/rgb"



FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"



EndSection


Section "ServerFlags"



EndSection


Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"


Option "AutoRepeat" "500 30"



Option "XkbRules" "xfree86"
Option "XkbModel" "logiinetnav"
Option "XkbLayout" "de"

EndSection



Section "InputDevice"



Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"



Option "ClearDTR"
Option "ClearRTS"

EndSection


Section "Monitor"

Identifier "philips"



HorizSync 30 - 70





VertRefresh 50-160

EndSection



Section "Device"
Identifier "NVIDIA GeForce"
#VendorName "Unknown"
#BoardName "Unknown"
Driver "NVdriver"


EndSection


Section "Screen"
Identifier "Screen 1"
Device "grafik"
Monitor "philips"
DefaultDepth 16

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


Section "ServerLayout"

Identifier "Simple Layout"


Screen "Screen 1"



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

EndSection

Ich vermute mal einen Fehler in der XF86Config??

HangLoose
26.01.03, 13:17
Ich vermute mal einen Fehler in der XF86Config?

ja

er sagt dir auch wo

Data incomplete in file /etc/X11/XF86Config
Undefined Device "grafik" referenced by Screen "Screen 1".

aus deiner xf86config


Section "Screen"
Identifier "Screen 1"
Device "grafik"
Monitor "philips"
DefaultDepth 16

was dort aber rein muss, kann ich dir nicht sagen, da ich keine nvidia habe. hast du dir schon mal das howto angesehen.

Jasper
27.01.03, 09:38
Original geschrieben von HangLoose

was dort aber rein muss, kann ich dir nicht sagen, da ich keine nvidia habe. hast du dir schon mal das howto angesehen.

da muss der IDENTIFIER der grafikkarte rein, in diesem fall also "NVIDIA GeForce"

-j