Tiny Core Extensions > TCE Q&A Forum

[SOLVED] Xorg xserver fatal error.

(1/2) > >>

kagashe:
I installed Xorg.tce 7.4., made xorg.conf with Xorg -configure command, modified .xsession file as required. I am getting this error:

--- Quote ---Fatal server error:
Add/ScreenInit failed for driver 0.
--- End quote ---

I am appending xorg.conf below

--- Quote ---Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   ModulePath   "/usr/local/lib/X11/modules"
   FontPath     "/usr/local/lib/X11/fonts/misc/"
   FontPath     "/usr/local/lib/X11/fonts/TTF/"
   FontPath     "/usr/local/lib/X11/fonts/OTF"
   FontPath     "/usr/local/lib/X11/fonts/Type1/"
   FontPath     "/usr/local/lib/X11/fonts/100dpi/"
   FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
   Load  "glx"
   Load  "dri"
   Load  "extmod"
   Load  "dbe"
   Load  "freetype"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   #DisplaySize     300   230   # mm
   Identifier   "Monitor0"
   VendorName   "HCM"
   ModelName    "HCM510LSA"
   HorizSync    30.0 - 63.0
   VertRefresh  55.0 - 75.0
   Option       "DPMS"
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     "NoAccel"               # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "ColorKey"              # <i>
        #Option     "CacheLines"            # <i>
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "DRI"                   # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "XvMCSurfaces"          # <i>
        #Option     "PageFlip"              # [<bool>]
   Identifier  "Card0"
   Driver      "intel"
   VendorName  "Unknown Vendor"
   BoardName   "Unknown Board"
   BusID       "PCI:0:2:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

--- End quote ---

kagashe


curaga:
Please also post Xorg.0.log from /var/log after trying this, there should be more info about the error.

kagashe:
Xorg.0.log attached.

kagashe

curaga:

--- Quote ---(EE) GARTInit: Unable to open /dev/agpgart (No such device)
--- End quote ---
The agpgart module is missing. My bad, this should have been mentioned more clearly in Xorg info.

Please use graphics-2.6.26.tcem. You'll get the agpgart module, which is needed to allocate more videoram, and also the modules for accelerated 3D, Xvideo and other things.

Edit: Xorg-7.4.tcel.info now edited. Would you say it's clear enough now?

^thehatsrule^:
You could also just try the vesa module, which should work on most setups - change "intel" to "vesa" for the driver.

Should there be an easy way to use the a vesa config?

Navigation

[0] Message Index

[#] Next page

Go to full version