Problem z Tridentem 9440 (VLB) i XFree86 (duza objetosc)

Paweł Rumian prumian w poczta.onet.pl
Wto, 28 Wrz 2004, 12:12:48 CEST


Przyszlo mi skonfigurowac 486 z tridentem TGUI 9440 AGi na pokladzie pod 
X-y na PLD Ra.

I w zasadzie utkwilem w martwym punkcie zaraz na poczatku.
To znaczy:

zainstalowane pakiety:
XFree86-4.2.1-12
XFree86-DPS-4.2.1-12
XFree86-Xserver-4.2.1-12
XFree86-common-4.2.1-12
XFree86-driver-trident-4.2.1-12
XFree86-fonts-100dpi-ISO8859-2-4.2.0-7
XFree86-fonts-4.2.0-7
XFree86-fonts-75dpi-ISO8859-2-4.2.0-7
XFree86-fonts-base-4.2.0-7
XFree86-libs-4.2.1-12
XFree86-modules-4.2.1-12
XFree86-setup-4.2.1-12
XFree86-tools-4.2.1-12

Plik konfiguracyjny XFree86 i logi wklejam na koncu posta.
Ogolnie rzecz biorac inicjalizacja X-ow konczy sie komunikatem

no screens found

pomyslalem ze moze powinienem wczesniej recznie zaladowac modul trident.
Efekt:

[root w pldmachine log]# insmod trident
Using /lib/modules/2.2.26-3/misc/trident.o.gz
/lib/modules/2.2.26-3/misc/trident.o.gz: unresolved symbol ac97_probe_codec
/lib/modules/2.2.26-3/misc/trident.o.gz: unresolved symbol 
unregister_sound_dsp
/lib/modules/2.2.26-3/misc/trident.o.gz: unresolved symbol 
unregister_sound_midi
/lib/modules/2.2.26-3/misc/trident.o.gz: unresolved symbol 
register_sound_dsp
/lib/modules/2.2.26-3/misc/trident.o.gz: unresolved symbol 
register_sound_mixer
/lib/modules/2.2.26-3/misc/trident.o.gz: unresolved symbol 
unregister_sound_mixer
/lib/modules/2.2.26-3/misc/trident.o.gz: unresolved symbol 
unregister_sound_special
/lib/modules/2.2.26-3/misc/trident.o.gz: unresolved symbol 
register_sound_special
/lib/modules/2.2.26-3/misc/trident.o.gz: unresolved symbol 
register_sound_midi
/lib/modules/2.2.26-3/misc/trident.o.gz:
Hint: You are trying to load a module without a GPL compatible license
       and it has unresolved symbols.  Contact the module supplier for
       assistance, only they can help you.

[root w pldmachine log]#


Prawde powiedziawszy nie mialem wczesniej do czynienia z tak starym 
sprzetem i nie bardzo wiem czego moze potrzebowac... Jakis modul do 
obslugi VLB? Reczne wpisanie jakichs parametrow (skad je wziac?)
Nie wiem czego sie chwycic. W googlach nic na ten temat nie znalazlem.
W konsoli wszystko wyswietla sie OK, ale to zadne osiagniecie :-)

Pozdr,
Rum

(ponizej XF86Config i XFree86.log)

CONFIG:

Section "Module"
    Load        "dbe"  	# Double buffer extension
    SubSection  "extmod"
       Option    "omit xfree86-dga"   # don't initialise the DGA xtension
    EndSubSection

# This loads the Type1 and FreeType font modules
     Load        "type1"
     Load        "freetype"

EndSection

Section "Files"
     RgbPath	"/usr/X11R6/lib/X11/rgb"

     FontPath   "/usr/X11R6/lib/X11/fonts/local/"
     FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
     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/75dpi/"
     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

Section "InputDevice"

     Identifier	"Keyboard1"
     Driver	"Keyboard"

     Option "AutoRepeat" "500 30"


     Option "XkbRules"	"xfree86"
     Option "XkbModel"	"pc104"
     Option "XkbLayout"	"pl"

EndSection


Section "InputDevice"

# Identifier and driver

     Identifier	"Mouse1"
     Driver	"mouse"
     Option "Protocol"    "Microsoft"
     Option "Device"      "/dev/mouse"

     Option "Emulate3Buttons"
EndSection



Section "Monitor"

     Identifier  "Sunny"


     HorizSync   31.5
     VertRefresh 50-60

EndSection


Section "Device"
     Identifier  "Trident"
     Driver      "trident"
     #VideoRam    1024
     # Insert Clocks lines here if appropriate
EndSection


Section "Screen"
     Identifier  "Screen0"
     Device      "Trident"
     Monitor     "Sunny"
     DefaultDepth 8

     Subsection "Display"
         Depth       8
         Modes       "640x480" "800x600" "1024x768"
         ViewPort    0 0
     EndSubsection
     Subsection "Display"
         Depth       16
         Modes       "640x480" "800x600"
         ViewPort    0 0
     EndSubsection
     Subsection "Display"
         Depth       24
         Modes       "640x480"
         ViewPort    0 0
     EndSubsection
EndSection

Section "ServerLayout"

     Identifier  "Simple Layout"
     Screen "Screen0"
     InputDevice "Mouse1" "CorePointer"
     InputDevice "Keyboard1" "CoreKeyboard"

EndSection



LOG:

XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
	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/)
Build Operating System: Linux 2.2.25 i386 [ELF]
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/XFree86.0.log", Time: Tue Sep 28 01:10:57 2004
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Sunny"
(**) |   |-->Device "Trident"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "pl"
(**) XKB: layout: "pl"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/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/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 9

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000f800, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0505 card 0000,0000 rev 00 class 00,00,00 
hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 0 I/O range:
	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Addressable bus resource ranges are
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.1.10
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "trident"
(II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.o
(II) Module trident: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) TRIDENT: driver for Trident chipsets: tvga9000, tvga9000i, tvga8900c,
	tvga8900d, tvga9200cxr, tgui9400cxi, cyber9320, cyber9388, cyber9397,
	cyber9397dvd, cyber9520, cyber9525dvd, cyberblade/e4, tgui9420dgi,
	tgui9440agi, tgui9660, tgui9680, providia9682, providia9685,
	cyber9382, cyber9385, 3dimage975, 3dimage985, blade3d, cyberbladei7,
	cyberbladei7d, cyberbladei1, cyberbladei1d, cyberbladeAi1,
	cyberbladeAi1d, cyberbladeXPm/8, cyberbladeXPm/16, cyberbladeXPAi1
(II) Primary Device is: PCI 00:00:0
(EE) No devices detected.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86 w xfree86.org.




Więcej informacji o liście dyskusyjnej pld-users-pl