View previous topic :: View next topic |
Author |
Message |
!equilibrium Bodhisattva
Joined: 06 Jun 2004 Posts: 2109 Location: MI/BG/LC
|
Posted: Wed Dec 07, 2005 4:06 pm Post subject: driver per schede video SIS + EXA |
|
|
Ho creato un ebuild per Xorg-x11 7.0 per i driver SIS con il supporto EXA (così non vi mettete a pasticciare con le cflags nel make.conf), l'ebuild lo trovate sul bugzilla a questo link: https://bugs.gentoo.org/show_bug.cgi?id=114749
per abilitare il supporto EXA del driver è sufficiente compilarlo con la use 'exa',qui di seguito i parametri corretti da specificare in xorg.conf (l'estensione DRI deve essere obbligatoriamente disattivata):
Code: | Section "Module"
#Load "GLcore"
Load "freetype"
Load "extmod"
Load "glx"
#Load "dri"
Load "dbe"
Load "record"
Load "type1"
Load "speedo"
Load "bitmap"
EndSection
Section "Device"
Identifier "Card0"
Driver "sis"
VendorName "SiS"
BoardName "SiS 630"
BusID "PCI:1:0:0"
Option "AccelMethod" "EXA"
Option "DRI" "true"
Option "TurboQueue" "true"
Option "MaxXFBMem" "12288"
Option "EnableSiSCtrl" "true"
#Option "MergedFB" "auto"
Option "MetaModes" "1024x768-1024x768"
Option "MergedNonRectangular" "on"
Option "fifo_aggressive" "true"
Option "AGPMode" "4"
Option "AGPFastWrite" "true"
Option "fast_vram" "true"
Option "pci_burst_on" "true"
Option "ext_eng_queue" "true"
Option "AGPSize" "256"
Option "HWCursor" "true"
Option "UseColorHWCursor" "true"
Option "ColorHWCursorBlending" "true"
#Option "RenderAcceleration" "True"
EndSection
Section "Extensions"
Option "Composite" "enable"
Option "RENDER" "enable"
EndSection
|
_________________ Arch Tester for Gentoo/FreeBSD
Equilibrium's Universe
all my contents are released under the Creative Commons Licence by-nc-nd 2.5 |
|
Back to top |
|
|
Cazzantonio Bodhisattva
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Wed Dec 07, 2005 7:08 pm Post subject: |
|
|
Bravo mica ci diventerai presto developer _________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
|
!equilibrium Bodhisattva
Joined: 06 Jun 2004 Posts: 2109 Location: MI/BG/LC
|
Posted: Wed Dec 07, 2005 7:20 pm Post subject: |
|
|
Cazzantonio wrote: | Bravo mica ci diventerai presto developer |
ma dubito sinceramente
ci ho già litigato parecchio tempo fa con alcuni developers di gentoo (era il 2002 se non ricordo male) non voglio tornarci a litigare
p.s.: i bugreport sono il mio pane quotidiano. _________________ Arch Tester for Gentoo/FreeBSD
Equilibrium's Universe
all my contents are released under the Creative Commons Licence by-nc-nd 2.5 |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Wed Dec 07, 2005 8:25 pm Post subject: |
|
|
DarkAngel76 wrote: | [
ci ho già litigato parecchio tempo fa con alcuni developers di gentoo (era il 2002 se non ricordo male) non voglio tornarci a litigare
|
Di tempo ne è passato, magari si sono dimenticati _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
|