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

Re: XF86Config



> (--) SVGA: PCI: SiS SG86C205 rev 211, Memory @ 0x20000000, 0x20400000, I/O @ 0x1200

> xf86MapVidMem: Could not mmap framebuffer (No such device or address)

  Prueba añadiendo nolinear a las opciones en la tarjeta de
  video... no entiendo el mensaje "no such device" pues yo entendía
  que solo las PPC (y las m68k) usan un *device* para el
  framebuffer. Esto es cambia:

Section "Device"
    Identifier  "Generic SVGA"
    VendorName  "Unknown"                          
    BoardName   "Unknown"           
    Chipset     "sis86c205"
   # MemBase     0x020000000
EndSection       

  por:

Section "Device"
    Identifier  "Generic SVGA"
    VendorName  "Unknown"                          
    BoardName   "Unknown"           
    Chipset     "sis86c205"
    Option      "nolinear"
   # MemBase     0x020000000
EndSection       


					Marcelo


--
To UNSUBSCRIBE, email to debian-user-spanish-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: