Pagina 1 di 1
Trident e drivers
Inviato: mar 13 apr 2004, 15:34
da aladdin
Salve,
<BR>sul mio portatile ho una Trident Microsystems CyberBlade XPAi1. E´ una scheda supportata. Ho anche il modulo: trident.o, ma non so come utilizzarlo. Ho provato con modprobe trident. lsmod mi restituisce un report positivo. Il modulo c´e´, ma e´ ``unused´´. Infatti il sistema continua ad usare VESA, sia da console che da X. Come posso sfruttare tutte le potenzialita´ della mia scheda video?
<BR>
<BR>(buhahahahahhahahahahahah Sarcasmo. La scheda e´ una mezza me**a, pero´ la vorrei far funzionare al massimo. Vesa scaga in certe situazioni.)
<BR>
<BR>Grazie<br>
Trident e drivers
Inviato: mar 13 apr 2004, 23:29
da pinguinosn
Per aiutarti servirebbe qualche informazione in più.
<BR>comunque su internet per quel tipo di scheda
<BR>si trova una discreta documentazione.
<BR>ciao
<BR>
<BR>
<BR><br>
Trident e drivers
Inviato: ven 16 apr 2004, 20:44
da G3N3S1S
mm... ma hai cambiato Xf86config?<br>
Trident e drivers
Inviato: sab 17 apr 2004, 11:37
da aladdin
# **********************************************************************
<BR># Graphics device section
<BR># **********************************************************************
<BR>
<BR># Any number of graphics device sections may be present
<BR>
<BR># Standard VGA Device:
<BR>
<BR>Section "Device"
<BR> Identifier "Standard VGA"
<BR> VendorName "Unknown"
<BR> BoardName "Unknown"
<BR>
<BR># The chipset line is optional in most cases. It can be used to override
<BR># the driver´s chipset detection, and should not normally be specified.
<BR>
<BR># Chipset "generic"
<BR>
<BR># The Driver line must be present. When using run-time loadable driver
<BR># modules, this line instructs the server to load the specified driver
<BR># module. Even when not using loadable driver modules, this line
<BR># indicates which driver should interpret the information in this section.
<BR>
<BR> Driver "vga"
<BR># The BusID line is used to specify which of possibly multiple devices
<BR># this section is intended for. When this line isn´t present, a device
<BR># section can only match up with the primary video device. For PCI
<BR># devices a line like the following could be used. This line should not
<BR># normally be included unless there is more than one video device
<BR># intalled.
<BR>
<BR># BusID "PCI:0:10:0"
<BR>
<BR># VideoRam 256
<BR>
<BR># Clocks 25.2 28.3
<BR>
<BR>EndSection
<BR>
<BR># Device configured by xf86config:
<BR>
<BR>Section "Device"
<BR> Identifier "myVideoCard"
<BR> Driver "trident"
<BR> #VideoRam 16384
<BR> # Insert Clocks lines here if appropriate
<BR>EndSection
<BR>
<BR>Questa e´ parte del mio XF86Config. C´e´ qualcosa che non va?<br>
Trident e drivers
Inviato: sab 17 apr 2004, 14:06
da G3N3S1S
sembra di no....<br>