No puedo iniciar X en gentoo

ante todo deciros que soy nuevo pero espero seguir por aqui mucho tiempo aprendiendo

acabo de completar mi primera instalacion de gentoo y mi problema llega al lanzar las X.

me indica el error






X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.18-gentoo-r4 i686
Current Operating System: Linux livecd 2.6.17-gentoo-r7 #1 SMP Wed Sep 20 14:24:14 UTC 2006 i686
Build Date: 09 December 2006
        Before reporting problems, check [url]http://wiki.x.org[/url]
        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  9 06:47:38 2006
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
        Undefined InputDevice "Mouse" referenced by ServerLayout "simple layout".
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.







mi equipo es un portatil toshiba-a30, pentium 4 con grafica Intel 855, el monitor soporta hasta 1024x768 en 32bits y refresco de 60hz



mi xorg.conf es este:



Section "ServerLayout"
        Identifier      "X.Org Configured"
        Screen  0       "Screen0" 0 0
        InputDevice     "Keyboard0" "CoreKeyboard"
        InputDevice     "PS/2 Mouse" "AlwaysCore"
# Serial Mouse not detected
        InputDevice     "USB Mouse" "AlwaysCore"
#No Synaptics touchpad found
EndSection

Section "ServerFlags"
        Option  "AllowMouseOpenFail" "true"

EndSection



Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "dri"
        Load  "glx"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver  "kbd"
        Option  "CoreKeyboard"
        Option  "XkbRules" "xorg"
        Option  "XkbModel" "pc104"
        Option  "XkbOptions" "grp:toggle,grp_led:scroll"
        Option  "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
        Identifier      "PS/2 Mouse"
        Driver  "mouse"
        Option  "Protocol" "IMPS/2"
        Option  "Device" "/dev/misc/psaux"
        Option  "Emulate3Buttons" "true"
        Option  "Emulate3Timeout" "70"
        Option  "SendCoreEvents"  "true"
        Option  "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
        Identifier      "USB Mouse"
        Driver  "mouse"
        Option  "Device" "/dev/input/mice"
        Option  "SendCoreEvents" "true"
        Option  "Protocol" "IMPS/2"
        Option  "ZAxisMapping" "4 5"
        Option  "Buttons" "5"
EndSection
Section "InputDevice"
        Identifier      "Synaptics"
        Driver  "synaptics"
        Option  "Protocol" "event"
        Option  "Device" ""
        Option  "LeftEdge" "1900"
        Option  "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
        Identifier      "USB Mouse"
        Driver  "mouse"
        Option  "Device" "/dev/input/mice"
        Option  "SendCoreEvents" "true"
        Option  "Protocol" "IMPS/2"
        Option  "ZAxisMapping" "4 5"
        Option  "Buttons" "5"
EndSection
Section "InputDevice"
        Identifier      "Synaptics"
        Driver  "synaptics"
        Option  "Protocol" "event"
        Option  "Device" ""
        Option  "LeftEdge" "1900"
        Option  "RightEdge" "5400"
        Option  "TopEdge" "1900"
        Option  "BottomEdge" "4000"
        Option  "FingerLow" "25"
        Option  "FingerHigh" "30"
        Option  "MaxTapTime" "180"
        Option  "MaxTapMove" "220"
        Option  "VertScrollDelta" "100"
        Option  "MinSpeed" "0.02"
        Option  "MaxSpeed" "0.10"
        Option  "AccelFactor" "0.0010"
        Option  "SHMConfig" "on"
EndSection
Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    28.0 - 96.0
        VertRefresh  50.0 - 75.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     "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      "i810"
        VideoRam     65536
        VendorName  "Intel Corporation"
        BoardName   "82852/855GM Integrated Graphics Device"
        BusID       "PCI:0:2:0"
EndSection

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

Section "DRI"

        Mode 0666
EndSection

Section "ServerLayout"
    Identifier  "simple layout"
    Screen      "Screen 0"
    InputDevice "Mouse" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection





a ver si alguien me puede echar una mano, porque lo he intentado todo


salu2
Pues por lo que veo el Xorg.conf de gentoo es bastante diferente al de Ubuntu.

De todas formas en la línea que pone:

Driver "i810"

canvia ese i810 por vesa que son los drivers genéricos. No tendrás aceleración gráfica hasta que no te descargues sus drivers.

Mi consejo sería que si eres nuevo te descargases una distro senzillita como Ubuntu.

Ya me dirás si ha funcionado.


Saludos !
Buenas danicedi,

Fíjate en estas lineas del error que te lanza Xorg al "no iniciar"

Data incomplete in file /etc/X11/xorg.conf
        Undefined InputDevice "Mouse" referenced by ServerLayout "simple layout".
(EE) Problem parsing the config file
(EE) Error parsing the config file


Si las lees detenidamente verás que dice claramente cual es el error. Hay un error en el fichero de configuración, tu layout incluye un dispositivo llamado "Mouse" que no has declarado en ningún sitio, prueba con "USB Mouse" a ver que tal.

Saludos!!
hola de nuevo, cuando he dicho que era nuevo me referia a este foro, pero ya llevo un tiempo trasteando con ubuntus, mandrivas y debian pero viendo las maravillas que habla todo el mundo de gentoo me lanze a probarlo

he cambiado el mouse por "USB Mouse" como me ha dicho flamel, ahora la linea que me arroja es


[PHP]X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.18-gentoo-r4 i686
Current Operating System: Linux livecd 2.6.17-gentoo-r7 #1 SMP Wed Sep 20 14:24:14 UTC 2006 i686
Build Date: 09 December 2006
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 9 14:49:03 2006
(==) Using config file: "/etc/X11/xorg.conf"

(EE) No devices detected.

Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.[/PHP]


no devices detected?

lo que me mosquea es el fatal server error: no screen found

quizas deberia cambiar a los driver VESA?





EDITO: parece que ya he configurado el raton, ahora me arroja el error:



EE) i810(0) unknown type

(0xfffffffffff)=0xff

(EE) screen found but none a have usable configuration



he probado a cambiar el drver por VESA pero me sale el mismo error [mamaaaaa]


os pego parte de mi var/log/Xorg.0.log



ayuda por favor, se me agotan los recursos[


PHP](II) Bus 3 prefetchable memory range:
[0] -1 0 0x60000000 - 0x61ffffff (0x2000000) MX[B]
(--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xe8000000/27, 0xe0000000/19, I/O @ $(--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xf0000000/27, 0xe0080000/19
(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 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B][/PHP]
Jejejeje, deberías repasar el fichero de configuración detenidamente.

En la sección ServerLayout hay un espacio en "Screen 0" que no debería estar. Bórralo y repite :)

Saludos!!
flamel escribió:Jejejeje, deberías repasar el fichero de configuración detenidamente.

En la sección ServerLayout hay un espacio en "Screen 0" que no debería estar. Bórralo y repite :)

Saludos!!



lo acabo de hacer y me arroja el mismo error:


EE) i810(0) unknown type

(0xfffffffffff)=0xff

(EE) screen found but none a have usable configuration



ante todo, gracias por tu interes [oki]
Pues tiene pinta de ser algo acerca de la configuración del driver... mira en la documentación de gentoo por que seguro que dice algo. Sinó, mira en el wiki o en los foros de gentoo.

Saludos!!
6 respuestas