Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Driver VIA
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
dky
n00b
n00b


Joined: 01 May 2009
Posts: 68

PostPosted: Fri Nov 20, 2009 3:16 pm    Post subject: Driver VIA Reply with quote

Ciao a tutti,

Vorrei configurare la mia scheda video per abilitare l'accelerazione 3d, solo che scheda video è abbastanza cagosa.
Questo è il modello:

Code:
01:00.0 VGA compatible controller: VIA Technologies, Inc. P4M900 [Chrome 9 HC] (rev 01)


Guardando l'hardware supportato sul sito di openchrome ho scoperto che l'accelerazione 3d non è implementata per il mio modello di scheda.
Se utilizzo i driver via di Xorg riesco a risolvere qualcosa?

Questa è la versione di xorg-server:
Code:
1.6.3.901-r2


make.conf:

Code:
VIDEO_CARDS="via"


Vi ringrazio, a presto.
Back to top
View user's profile Send private message
table
Apprentice
Apprentice


Joined: 17 Feb 2007
Posts: 279
Location: Gazzaniga (BG) Italy

PostPosted: Fri Nov 20, 2009 4:19 pm    Post subject: Re: Driver VIA Reply with quote

posta il tuo xorg.conf , se ce l'hai
_________________
Pulisci l'html con:
Code:
sed 's/<[Bb][Rr][ \t]*\/*>/\n/g;s/<\/*[^>]\+\/*>//g'

skype: matteopinguino
Back to top
View user's profile Send private message
dky
n00b
n00b


Joined: 01 May 2009
Posts: 68

PostPosted: Fri Nov 20, 2009 4:22 pm    Post subject: Reply with quote

Code:

Section "Module"
        Load    "dri"
        Load    "extmod"
        Load    "dbe"
        Load    "glx"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    31.5 - 1000
        VertRefresh  58-61
        Modeline "1280x1024" 114.98 1280 1312 1744 1776 1024 1045 1055 1076
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "openchrome"
       Option "AllowGLXWithComposite" "true"
        Option "ActiveDevice" "DFP, TV"
        Option "TVType" "PAL"
        Option "TVOutput" "S-Video"
        Option      "AccelMethod"  "EXA"
        Option "EnableAGPDMA" "true"
        Option "DisableIRQ" "true"
        Option "MigrationHeuristic"  "greedy"
        Option "NoXVDMA" "true"
       Option    "XaaNoImageWriteRect"

        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        SubSection "Display"
                Viewport   0 0
                Depth    16
                Modes       "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        Option "AddARGBGLXVisuals" "True"
EndSection

Section "DRI"
     Mode 0660
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Sat Nov 21, 2009 2:08 pm    Post subject: Reply with quote

sappi che con xorg 1.6 è deprecato xorg.conf
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum