Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg y una bonita pantalla verde
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
Thylzos
n00b
n00b


Joined: 19 Apr 2008
Posts: 25

PostPosted: Tue May 27, 2008 10:37 pm    Post subject: Xorg y una bonita pantalla verde Reply with quote

Vale, conseguí instalar fluxbox con xorg-server y no morir en el intento. Queda que funcione. Lo configuré, arranca, pero se queda en una pantalla verde de la que no puedo salir a menos que apague "a mano".

Mi xorg.conf:

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

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/share/fonts/afms"
FontPath "/usr/share/fonts/ttf"
FontPath "/usr/share/fonts/type1"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "/usr/share/fonts/userfonts"
FontPath "/usr/share/fonts/wprequired"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "es"
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 330 210 # mm
Identifier "Monitor0"
VendorName "SEC"
ModelName "3645"
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 "vesa"
VendorName "Intel Corporation"
BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
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


Es el mismo que uso para Slackware. ¿Alguna idea?
Back to top
View user's profile Send private message
Inodoro_Pereyra
Advocate
Advocate


Joined: 03 Nov 2006
Posts: 2631
Location: En la otra punta del cable

PostPosted: Wed May 28, 2008 1:35 am    Post subject: Re: Xorg y una bonita pantalla verde Reply with quote

Thylzos wrote:
Es el mismo que uso para Slackware. ¿Alguna idea?


Ya estamos mas cerca...

Mi idea: Empezá con un xorg.conf desde cero, ya de entrada, si bien no deberían causar el error que reportas (pero si otros), veo por ejemplo RgbPath "/usr/share/X11/rgb" o todas esas fuentes que estás cargando y que a menos que las hayas copiado a mano (o que uses el mismo /usr compartido con slackware que sería poco sano) no deben existir en tu instalación Gentoo nuevita.

Salud!
_________________
Mi Blog.

Si no fuera por C, estaríamos escribiendo programas en BASI, PASAL y OBOL.
Back to top
View user's profile Send private message
Thylzos
n00b
n00b


Joined: 19 Apr 2008
Posts: 25

PostPosted: Wed May 28, 2008 1:42 pm    Post subject: Reply with quote

Vale seguí tu consejo y la cosa sigue igual. Mi nuevo xorg.conf:

Quote:
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"

EndSection

Section "Files"
#RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/share/fonts/defoma/CID"
FontPath "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
Load "ddc"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap"
Load "type1"
Load "freetype"
Load "record"
# Load "synaptics"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" ""
Option "XkbVariant" ""
EndSection

#Section "InputDevice"
# Identifier "Serial Mouse"
# Driver "mouse"
# Option "Protocol" "Microsoft"
# Option "Device" "/dev/ttyS0"
# Option "Emulate3Buttons" "true"
# Option "Emulate3Timeout" "70"
# Option "SendCoreEvents" "true"
#EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
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 "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
VendorName "SEC"
ModelName "SEC3645"
EndSection


Section "Device"
Identifier "Card0"
Driver "vesa"
EndSection


Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 16
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 15
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


Lo curioso, es que si pongo como driver vesa me sale una pantalla toda negra (o verde, depende del humor del portátil) y si pongo el correspondiente a mi Intel 965GM (i810) me salta este error:

Quote:
xauth: creating new authority file /home/thylzos/.serverauth.8237
xauth: (stdin):2: unknown command "add67858fd9e648bbaba218e093e36ec"

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux localhost 2.6.24-gentoo-r8 #1 SMP Wed May 21 20:28:46 Local time zone must be set--see zic i686
Build Date: 28 May 2008
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: Wed May 28 10:53:51 2008
(==) Using config file: "/etc/X11/xorg.conf"

(II) Module already built-in
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Couldn't allocate video memory

Fatal server error:
AddScreen/ScreenInit failed for driver 0

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"

after 0 requests (0 known processed) with 0 events remaining.


Lluvia de ideas...
Back to top
View user's profile Send private message
gringo
Advocate
Advocate


Joined: 27 Apr 2003
Posts: 3793

PostPosted: Wed May 28, 2008 2:34 pm    Post subject: Reply with quote

Quote:
Vale, conseguí instalar fluxbox con xorg-server y no morir en el intento. Queda que funcione. Lo configuré, arranca, pero se queda en una pantalla verde de la que no puedo salir a menos que apague "a mano".


en teoría no tienes porque apagar "a mano", no puedes cambiar a un terminal (ctrl+alt+F2 p.ej.) loguearte y matar las x desde ahí ? Con ctrl+alt+borrar reinicias el servidor x y en el peor de los casos puedes reiniciar la máquina pulsando ctrl+alt+del.

Por el color verde, la única vez que he visto algo así era que el conector vga estaba jodido. Pero la pantalla funciona bien en terminal o en otro sistema operativo, no?
Juega con diferentes resoluciones, profundidad y velocidad de refresco, a ver si viene por ahí el problema ...

saluetes
_________________
Error: Failing not supported by current locale
Back to top
View user's profile Send private message
Thylzos
n00b
n00b


Joined: 19 Apr 2008
Posts: 25

PostPosted: Wed May 28, 2008 3:26 pm    Post subject: Reply with quote

gringo wrote:
Quote:
Vale, conseguí instalar fluxbox con xorg-server y no morir en el intento. Queda que funcione. Lo configuré, arranca, pero se queda en una pantalla verde de la que no puedo salir a menos que apague "a mano".


en teoría no tienes porque apagar "a mano", no puedes cambiar a un terminal (ctrl+alt+F2 p.ej.) loguearte y matar las x desde ahí ? Con ctrl+alt+borrar reinicias el servidor x y en el peor de los casos puedes reiniciar la máquina pulsando ctrl+alt+del.


No, no puedo. Se me queda o la pantalla verde o negra y no sale de ahí.

Quote:
Por el color verde, la única vez que he visto algo así era que el conector vga estaba jodido. Pero la pantalla funciona bien en terminal o en otro sistema operativo, no?
Juega con diferentes resoluciones, profundidad y velocidad de refresco, a ver si viene por ahí el problema ...

saluetes


Gracias, ahora estoy más tranquilo :P. Sí, me va bien en Slackware y en Debian.
Back to top
View user's profile Send private message
gringo
Advocate
Advocate


Joined: 27 Apr 2003
Posts: 3793

PostPosted: Wed May 28, 2008 3:49 pm    Post subject: Reply with quote

Quote:
No, no puedo. Se me queda o la pantalla verde o negra y no sale de ahí.


que quiere decir que no sale, se queda colgao el sistema ?

Quote:
va bien en Slackware y en Debian


pues si funciona con slack y debian, no veo porque no va a funcionar en gentoo, todos usan básicamente el mismo software. Si tienes debian instalado en esa misma máquina, puedes echarle un vistazo al xorg.conf sin ir mas lejos y mirar que diferencias hay entre ambos.

Releyendo el hilo, estás seguro que las X no funcionan con el driver vesa ?
Lo digo porque el error que pegas mas arriba :

Code:
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Couldn't allocate video memory


hace referencia a un driver intel y a una opción BusID que luego no aparecen en el xorg.conf que nos cuelgas.
Así que o bien estás usando otro xorg.conf o no has colgado el error que no es. Podrías comprobar esto nuevamente ?

saluetes
_________________
Error: Failing not supported by current locale
Back to top
View user's profile Send private message
Thylzos
n00b
n00b


Joined: 19 Apr 2008
Posts: 25

PostPosted: Wed May 28, 2008 3:55 pm    Post subject: Reply with quote

Te comiste una explicación:

Quote:
Lo curioso, es que si pongo como driver vesa me sale una pantalla toda negra (o verde, depende del humor del portátil) y si pongo el correspondiente a mi Intel 965GM (i810) me salta este error:


Con vesa me queda la pantalla negra o verde (bastante feo) y no puedo hacer absolutamente nada más, ni cambiar de consola con Ctrl+Alt+n ni nada. Si lo que pongo en ese xorg.conf es i810 como driver, me sale el error de antes.

Quote:
pues si funciona con slack y debian, no veo porque no va a funcionar en gentoo, todos usan básicamente el mismo software. Si tienes debian instalado en esa misma máquina, puedes echarle un vistazo al xorg.conf sin ir mas lejos y mirar que diferencias hay entre ambos.


Prácticamente no hay diferencia, lo hice lo más parecido a los que ya había hecho antes posible. Sólo rutas que no existían en uno y tuve que cambiar o cosas así.
Back to top
View user's profile Send private message
gringo
Advocate
Advocate


Joined: 27 Apr 2003
Posts: 3793

PostPosted: Wed May 28, 2008 4:04 pm    Post subject: Reply with quote

Quote:
Te comiste una explicación


oops, mea culpa ...

Quote:
Prácticamente no hay diferencia, lo hice lo más parecido a los que ya había hecho antes posible. Sólo rutas que no existían en uno y tuve que cambiar o cosas así.


pues entonces ni idea de lo que puede estar pasando, pero yo diría que es algo del propio servidor X. Revisa que realmente todo está en su sitio, que tienes los drivers correctos, etc. A veces estas pijadas siempre vienen de los mas obvio ;)

suerte y saluetes !
_________________
Error: Failing not supported by current locale
Back to top
View user's profile Send private message
Thylzos
n00b
n00b


Joined: 19 Apr 2008
Posts: 25

PostPosted: Wed May 28, 2008 4:17 pm    Post subject: Reply with quote

gringo wrote:
Quote:
Te comiste una explicación


oops, mea culpa ...

Quote:
Prácticamente no hay diferencia, lo hice lo más parecido a los que ya había hecho antes posible. Sólo rutas que no existían en uno y tuve que cambiar o cosas así.


pues entonces ni idea de lo que puede estar pasando, pero yo diría que es algo del propio servidor X. Revisa que realmente todo está en su sitio, que tienes los drivers correctos, etc. A veces estas pijadas siempre vienen de los mas obvio ;)

suerte y saluetes !


Es que lo peor, acabo de revisar el log que está en /var/log y excepto algunos warning no letales, no hay nada mal... la verdad que no sé qué pensar, ¿reinstalo el xorg-server?
Back to top
View user's profile Send private message
esculapio
Apprentice
Apprentice


Joined: 15 Nov 2003
Posts: 253

PostPosted: Wed May 28, 2008 4:32 pm    Post subject: Reply with quote

¿No es mas fácil hacer una configuración nueva? Para eso esta xorgcfg o xorgconfig , despues se ve de ajustar lo que parezca mejor, pero por lo menos que arranque. Si no resulta se puede copiar la que hizo el livecd. Sino va tampoco es que falta el driver en el kernel.
Back to top
View user's profile Send private message
Thylzos
n00b
n00b


Joined: 19 Apr 2008
Posts: 25

PostPosted: Wed May 28, 2008 4:38 pm    Post subject: Reply with quote

esculapio wrote:
¿No es mas fácil hacer una configuración nueva? Para eso esta xorgcfg o xorgconfig , despues se ve de ajustar lo que parezca mejor, pero por lo menos que arranque. Si no resulta se puede copiar la que hizo el livecd. Sino va tampoco es que falta el driver en el kernel.


Pero si hubiese algún problema en la configuración, ¿no tendría que decir algo en el log?
Back to top
View user's profile Send private message
gringo
Advocate
Advocate


Joined: 27 Apr 2003
Posts: 3793

PostPosted: Wed May 28, 2008 6:28 pm    Post subject: Reply with quote

Quote:
¿No es mas fácil hacer una configuración nueva?


al parecer ya ha pobao con eso.

Quote:
¿reinstalo el xorg-server?


prueba a ver pero antes revisa la guía por si se te ha pasao algo :

http://www.gentoo.org/doc/es/xorg-config.xml

saluetes
_________________
Error: Failing not supported by current locale
Back to top
View user's profile Send private message
Thylzos
n00b
n00b


Joined: 19 Apr 2008
Posts: 25

PostPosted: Wed May 28, 2008 8:49 pm    Post subject: Reply with quote

No hay forma... probé echando mano del xorgcfg, avancé, pero no gran cosa. Ahora me muestra la interfaz gráfica (fluxbox) pero si apreto Ctrl+Alt+n para ir a otra consola, la pantalla verde me acompaña. ¿Qué hago? (aparte de recurrir al suicidio).

El nuevo xorg.conf (cambio de configuración más que de ropa interior):

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

Section "Files"
#gbPath "/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/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
Load "dri"
Load "dbe"
Load "extmod"
Load "record"
Load "GLcore"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
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"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
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 "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "Intel Corporation"
BoardName "Mobile Integrated Graphics Controller"
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


Además he reinstalado el xorg y el controlador vesa antes de cambiar otra vez el archivo y no hubo solución...
Back to top
View user's profile Send private message
Inodoro_Pereyra
Advocate
Advocate


Joined: 03 Nov 2006
Posts: 2631
Location: En la otra punta del cable

PostPosted: Thu May 29, 2008 3:02 am    Post subject: Reply with quote

Ese xorg.conf ya me va gustando mas... Veo que has avanzado bastante.
Plan B: Solo por curiosidad, que pasa si:
Code:
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
startx

Y luego que quedes en la pantalla fea con la cruz como cursor tratas de moverte a un tty? Por las dudas de que el problema sea fluxbox y no xorg-server...

Y en caso de que mi plan B funcione: :D
Code:
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
echo comando_que_inicia_fluxbox >> ~/.xinitrc
startx

A ver como se comporta con un xorg.conf generado al vuelo...

Salud!
_________________
Mi Blog.

Si no fuera por C, estaríamos escribiendo programas en BASI, PASAL y OBOL.
Back to top
View user's profile Send private message
Thylzos
n00b
n00b


Joined: 19 Apr 2008
Posts: 25

PostPosted: Thu May 29, 2008 4:23 am    Post subject: Reply with quote

Quote:
Plan B: Solo por curiosidad, que pasa si: ...


Si hago eso, me sale este error:

Quote:
xauth: creating new authority file /home/thylzos/.serverauth.8211
xauth: (stdin):2: unknown command "add67858fd9e648bbaba218e093e36ec"

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux localhost 2.6.24-gentoo-r8 #1 SMP Wed May 21 20:28:46 Local time zone must be set--see zic i686
Build Date: 28 May 2008
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: Thu May 29 09:16:38 2008
(EE) Unable to locate/open config file

New driver is "i810"
(==) Using default built-in configuration (55 lines)
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(EE) open /dev/fb0: No such file or directory
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Couldn't allocate video memory

Fatal server error:
AddScreen/ScreenInit failed for driver 0

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"

after 0 requests (0 known processed) with 0 events remaining.


Como sé que eso no descarta nada, igual puse "fluxbox" en el .xinitrc (porque hasta ahora no entraba a ningún manejador de ventanas) y entró directamente a fluxbox sin problemas, pero una vez más al apretar Ctrl+Alt+n no se veía las otras consolas, si no que en este caso una pantalla negra.
Back to top
View user's profile Send private message
Inodoro_Pereyra
Advocate
Advocate


Joined: 03 Nov 2006
Posts: 2631
Location: En la otra punta del cable

PostPosted: Thu May 29, 2008 5:07 pm    Post subject: Reply with quote

Thylzos, hay varias cosas que son anormales en el log y que ya te hicieron saber con anterioridad.
Me parece que te estás enredando solo y me quita las ganas de ayudar que todavía estés sin /dev/agpgart por ejemplo. Lo mas probable es que todo esté relacionado con todo, me refiero a tu mensaje anterior relacionado con este...

No es normal no tener /dev/agpgart si usas el driver i810 por lo que pude averiguar ya que por suerte nunca he tenido que lidiar con ninguna placa de video Intel todavía.
No es normal tampoco xauth: (stdin):2: unknown command "add67858fd9e648bbaba218e093e36ec" aun que veo que no sos el único y tampoco es normal el error que hace referencia a framebuffer y a la memoria de video, indistintamente de si en otra distro el error aparece en el log y la falla no se manifieste o no, nada de eso es normal.

Salud!
_________________
Mi Blog.

Si no fuera por C, estaríamos escribiendo programas en BASI, PASAL y OBOL.
Back to top
View user's profile Send private message
Thylzos
n00b
n00b


Joined: 19 Apr 2008
Posts: 25

PostPosted: Thu May 29, 2008 5:18 pm    Post subject: Reply with quote

Inodoro_Pereyra wrote:
Thylzos, hay varias cosas que son anormales en el log y que ya te hicieron saber con anterioridad.
Me parece que te estás enredando solo y me quita las ganas de ayudar que todavía estés sin /dev/agpgart por ejemplo. Lo mas probable es que todo esté relacionado con todo, me refiero a tu mensaje anterior relacionado con este...

No es normal no tener /dev/agpgart si usas el driver i810 por lo que pude averiguar ya que por suerte nunca he tenido que lidiar con ninguna placa de video Intel todavía.
No es normal tampoco xauth: (stdin):2: unknown command "add67858fd9e648bbaba218e093e36ec" aun que veo que no sos el único y tampoco es normal el error que hace referencia a framebuffer y a la memoria de video, indistintamente de si en otra distro el error aparece en el log y la falla no se manifieste o no, nada de eso es normal.

Salud!


Ya, tienes razón. Pero no había solucionado el problema antes cuando me pasó lo de la partición y creí que este era diferente... pero veo que no. Y no tengo idea de qué está mal... la verdad, apenas sé que agpart es un módulo... ¿qué hago?
Back to top
View user's profile Send private message
rasmusen
n00b
n00b


Joined: 22 May 2008
Posts: 74

PostPosted: Thu Jun 12, 2008 2:53 pm    Post subject: Reply with quote

el problema del agp del GM965 puede ser devido a un kernel antiguo...como minimo 2.6.23....sino no carga el AGP para la GM965....
Back to top
View user's profile Send private message
Eleazar Anzola
Veteran
Veteran


Joined: 17 Jul 2003
Posts: 1318
Location: Caracas / Venezuela

PostPosted: Thu Jun 12, 2008 5:16 pm    Post subject: Reply with quote

Pues creo que va por el kernel, para poder hacer funcionar estos trastos de intel hay que poner lo drivers embebidos en el kernel.

Pero antes de ir al kernel prueba con un
Code:
X -configure
que te va a crear un /root/xorg.conf.new ese lo copias al /etc/X11/xorg.conf machacando el que esta y luego intenta arrancar las X. Si esto funciona con ese xorg.conf entonces solo tienes que ir ajustando lo referente a profundidad de color, idioma y otras pequeñeces.
_________________
Salu2
Eleazar Anzola
Linux User : # 216232
__________________________________________
Por un foro ordenado y un buscador más útil:
[TEMA] Descripción problema (estado)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum