[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SOS. Esto no funciona (Frame Buffer)



Hola,
	Llevo casi una semana intentando configurar un servidor X con
FrameBuffer. He conseguido compilar e instalar el kernel 2.2.0-pre8 y
consigo que el Linux arranque directamente en modo grafico (Hasta muestra
un gracioso pinguino mientras carga).
	Mi problema aparece cuando intento ejecutar el XF86_FBDev (alias
servidor X de FB). Si utilizo -probeonly todo parece ir bien, pero cuando
quiero hacerlo funcionar en serio siempre obtengo los siguientes mensajes:
1. Si utilizo la linea Modes "default" en el XF86Config me dice:
----------------------------------------------------------------------------
XFree86 Version 3.3.3.1 / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: December 29 1998
	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/FAQ)
Operating System: Linux 2.0.36 i586 [ELF] 
Configured drivers:
   FBDev: Server for frame buffer device
   (Patchlevel 10): mfb, cfb8, cfb16, cfb24, cfb32
(using VT number 7)

XF86Config: /usr/X11R6/lib/X11/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc101"
(**) XKB: layout: "es"
(**) Mouse: type: PS/2, device: /dev/mouse, resolution: 100
(**) Mouse: buttons: 3
(**) FBDev: Graphics device ID: "MiTarjeta"
(**) FBDev: Monitor ID: "MiMonitor"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/f
onts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi"
(**) FBDev: Using default frame buffer video mode

Fatal server error:
fbdevScreenInit: unable to set screen params (Invalid argument)


When reporting a problem related to a server crash, please send
the full server output, not just the last messages
---------------------------------------------------------------------------------

2. Si utilizo algo diferente de default en la linea MODES:
---------------------------------------------------------------------------------

XFree86 Version 3.3.3.1 / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: December 29 1998
	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/FAQ)
Operating System: Linux 2.0.36 i586 [ELF] 
Configured drivers:
   FBDev: Server for frame buffer device
   (Patchlevel 10): mfb, cfb8, cfb16, cfb24, cfb32
(using VT number 7)

XF86Config: /usr/X11R6/lib/X11/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc101"
(**) XKB: layout: "es"
(**) Mouse: type: PS/2, device: /dev/mouse, resolution: 100
(**) Mouse: buttons: 3
(**) FBDev: Graphics device ID: "MiTarjeta"
(**) FBDev: Monitor ID: "MiMonitor"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/f
onts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi"
(**) FBDev: Using XF86Config video mode database

Fatal server error:
No valid modes found.


When reporting a problem related to a server crash, please send
the full server output, not just the last messages
------------------------------------------------------------------------------------

Mi fichero XF86Config es:
------------------------------------------------------------------------------------
# XF86Config auto-generated by XF86Setup
#
# Copyright (c) 1996 by The XFree86 Project, Inc.

#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# See 'man XF86Config' for info on the format of this file

Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   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/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/Speedo"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   XkbRules        "xfree86"
   XkbModel        "pc101"
   XkbLayout       "es"
EndSection

Section "Pointer"
   Protocol        "PS/2"
   Device          "/dev/mouse"
   Resolution      100
   Buttons         3
EndSection

Section "Monitor"
   Identifier      "Primary Monitor"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       31.5-48.5
   VertRefresh     55-90
   Modeline  "640x480"    28.32 640 684 740 832 480 481 484 509 -hsync -vsync
EndSection

Section "Device"
   Identifier      "Primary Card"
   VendorName      "Unknown"
   BoardName       "Generic VGA compatible"
   Chipset         "generic"
   Clocks          25.18 28.32 25.18 25.18
EndSection

Section "Monitor"
   Identifier      "MiMonitor"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       31.5-48.5
   VertRefresh     55-90
   Modeline  "640x480"    28.32 640 684 740 832 480 481 484 509 -hsync -vsync

   Mode "800x600"
     # D: 48.001 MHz, H: 46.876 kHz, V: 75.121 Hz
     DotClock 48.002
     HTimings 800 832 928 1024
     VTimings 600 604 608 624
     Flags    "-HSync" "-VSync"
   EndMode
EndSection

Section "Device"
   Identifier      "MiTarjeta"
   VendorName      "Unknown"
   BoardName       "Generic VGA compatible"
   Chipset         "generic"
EndSection

Section "Screen"
   Driver          "Accel"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 8
   SubSection "Display"
      Depth        8
      Modes        "640x480"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "640x480"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "640x480"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "640x480"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "640x480"
   EndSubSection
EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 8
   SubSection "Display"
      Depth        8
      Modes        "640x480"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "640x480"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "640x480"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "640x480"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "640x480"
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA16"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        4
      Modes        "640x480"
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA2"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        1
      Modes        "640x480"
   EndSubSection
EndSection

Section "Screen"
   Driver          "Mono"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        1
      Modes        "640x480"
   EndSubSection
EndSection

Section "Screen"
   Driver          "fbdev"
   Device          "MiTarjeta"
   Monitor         "MiMonitor"
   SubSection "Display"
      Modes        "800x600"
   EndSubsection
EndSection
--------------------------------------------------------------------

A ver si alguien puede ayudarme que yo me empiezo a desesperar :-(

	Hasta mas bits,

-------------------------------------------------
Jose Luis Triviño Rodriguez

LAB. 2.3.4      Tlf.: (95) 2132863 
http://www.lcc.uma.es/personal/trivino/trivino.html
-------------------------------------------------

La medida de programar es programar sin medida


Reply to: