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

Re: problemas con las x



Yo lo instale en el de un amigo a partir de knoppix y quedo bien,
despues le cambie el nucleo por el 2.6 para recompilarle los driver del
wireles (el suyo es el 291 que lo trae)
El mar, 20-01-2004 a las 17:16, David Torea escribió:
> Estoy instalando Sarge con kernel 2.6.0 (desde CD) en
> un Acer TM290i. Al intalar x-window-system (apt-get)
> me lo instala y lo configuro sin ningún problema. La
> versión que me viene en los CDs es la 4.2.1. El
> problema viene al intentar arrancar 'startx'. Me sale
> el siguiente error:
> 
> "(WW) I810: No matching Device section for instance
> (BusID PCI:0:2:1) found
> (EE) No devices detected.
> 
> Fatal server error:
> no screens found"
> 
> Por qué intenta arrancar desde el bus PCI:0:2:1 si yo
> en el XF86Config-4 le especifico PCI:0:2:0? dmesg me
> dice que el chip es 855. La salida de lspci es:
> 
> 00:00.0 Host bridge: Intel Corp. 82852/855GM Host
> Bridge (rev 02)
> 00:00.1 System peripheral: Intel Corp.: Unknown device
> 3584 (rev 02)
> 00:00.3 System peripheral: Intel Corp.: Unknown device
> 3585 (rev 02)
> 00:02.0 VGA compatible controller: Intel Corp.
> 82852/855GM Integrated Graphics Device (rev 02)
> 00:02.1 Display controller: Intel Corp. 82852/855GM
> Integrated Graphics Device (rev 02)
> 00:1d.0 USB Controller: Intel Corp. 82801DB USB (Hub
> #1) (rev 03)
> 00:1d.1 USB Controller: Intel Corp. 82801DB USB (Hub
> #2) (rev 03)
> 00:1d.2 USB Controller: Intel Corp. 82801DB USB (Hub
> #3) (rev 03)
> 00:1d.7 USB Controller: Intel Corp. 82801DB USB2 (rev
> 03)
> 00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI
> Bridge (rev 83)
> 00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface
> Controller (rev 03)
> 00:1f.1 IDE interface: Intel Corp. 82801DBM Ultra ATA
> Storage Controller (rev 03)
> 00:1f.3 SMBus: Intel Corp. 82801DB/DBM SMBus
> Controller (rev 03)
> 00:1f.5 Multimedia audio controller: Intel Corp.
> 82801DB AC'97 Audio Controller (rev 03)
> 00:1f.6 Modem: Intel Corp. 82801DB AC'97 Modem
> Controller (rev 03)
> 01:00.0 FireWire (IEEE 1394): VIA Technologies, Inc.
> IEEE 1394 Host Controller (rev 80)
> 01:01.0 Ethernet controller: Realtek Semiconductor
> Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
> 01:02.0 Network controller: Intel Corp. PRO/Wireless
> LAN 2100 3B Mini PCI Adapter (rev 04)
> 01:04.0 CardBus bridge: ENE Technology Inc CB1410
> Cardbus Controller (rev 01)
> 
> Con la version de las x 4.3.0 si que me funciona, pero
> yo quería usar todo lo que viene en Sarge. Anexo el
> XF86Config-4 y el XFree86.0.log para ver si alguien me
> puede ayudar.
> Gracias
> 
> 
> ___________________________________________________
> Yahoo! Messenger - Nueva versión GRATIS
> Super Webcam, voz, caritas animadas, y más...
> http://messenger.yahoo.es
> 
> ______________________________________________________________________
> Section "ServerLayout"
> 	Identifier     "XFree86 Configured"
> 	Screen      0  "Screen0" 0 0
> 	InputDevice    "Mouse0" "CorePointer"
> 	InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> Section "Files"
> 	RgbPath      "/usr/X11R6/lib/X11/rgb"
> 	ModulePath   "/usr/X11R6/lib/modules"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
> EndSection
> 
> Section "Module"
> 	Load  "extmod"
> 	Load  "glx"
> 	Load  "dri"
> 	Load  "dbe"
> 	Load  "record"
> 	Load  "xtrap"
> 	Load  "speedo"
> 	Load  "type1"
> EndSection
> 
> Section "InputDevice"
> 	Identifier  "Keyboard0"
> 	Driver      "keyboard"
> 	Option	    "CoreKeyboard"
> 	Option      "XkbRules"  "xfree86"
> 	Option      "XkbModel"  "pc104"
> 	Option      "XkbLayout" "es"
> EndSection
> 
> Section "InputDevice"
> 	Identifier  "Mouse0"
> 	Driver      "mouse"
> 	Option	    "Protocol" "IMPS/2"
> 	Option	    "Device" "/dev/input/mice"
> 	Option      "SendCoreEvents" "true"
> 	Option      "Buttons" "5"
> 	Option      "ZAxisMapping" "4 5"
> 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     "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>
> 	Identifier  "Card0"
> 	Driver      "i810"
> 	VendorName  "Intel Corp."
> 	BoardName   "852GM/852GME/855GM/855GME Chipset Graphics Controller"
> 	BusID       "PCI:0:2:0"
> EndSection
> 
> Section "Screen"
> 	Identifier "Screen0"
> 	Device     "Card0"
> 	Monitor    "Monitor0"
> 	DefaultDepth 24
> 	SubSection "Display"
> 		Depth     1
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     4
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     8
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     15
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     16
> #		Mode	"1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     24
> #		Mode	"1024x768" "800x600" "640x480"
> 	EndSubSection
> EndSection
-- 




Reply to: