Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HELP DRIVER DRI SU ATI RAGE128 AGP KDE 3.1
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
NIX.NIX
Apprentice
Apprentice


Joined: 02 Sep 2003
Posts: 214

PostPosted: Mon Dec 29, 2003 9:05 pm    Post subject: HELP DRIVER DRI SU ATI RAGE128 AGP KDE 3.1 Reply with quote

Grazie a tutti per l'intervento!

Vorrei configurare una scheda video Rage 128 Pro AGP per l'accellerazio 3D, e gradirei info su come e quali driver utilizzare so che esiste il DRI ma non ho idea di come si installi e i driver ufficiali ati non mi sembra supportino questa scheda.

Come se non bastasse sono costretto a starttare KDE con i driver VESA perchè con il driver R128 non parte,

Grazie per i consigli

Section "Device"
Identifier "device1"
VendorName "ATI"
BoardName "ATI Rage 128"
Driver "r128"
Screen 0
BusID "PCI:1:5:0"
Option "DPMS"
Option "UseCCEFor2D" "false"

Qualcuno sa spiegarmi cosa siano quelle ultime 2 voci "Option" ???
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31478
Location: here

PostPosted: Mon Dec 29, 2003 9:07 pm    Post subject: Reply with quote

Quarto post per il kernel 2.4 e ultimo post per il kernel 2.6 di questo 3d.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
NIX.NIX
Apprentice
Apprentice


Joined: 02 Sep 2003
Posts: 214

PostPosted: Tue Dec 30, 2003 12:54 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Quarto post per il kernel 2.4 e ultimo post per il kernel 2.6 di questo 3d.


L'ho riletto più volte ma l'unica cosa che credo di aver capito che i driver ufficiali ati non supportano la mia RAGE, Ma i driver DRI e il GATOS sono diversi o sono 2 driver che fanno la stessa cosa ????
Back to top
View user's profile Send private message
NIX.NIX
Apprentice
Apprentice


Joined: 02 Sep 2003
Posts: 214

PostPosted: Tue Dec 30, 2003 6:14 pm    Post subject: Reply with quote

Allora non sapendo da dove cominciare con il DRI e con ol WIKI ho provato a installare quelli ufficiali ATI ma la mia Rage128 non è supportata e quindi non funziona
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31478
Location: here

PostPosted: Tue Dec 30, 2003 6:18 pm    Post subject: Reply with quote

I passi che devi compiere sono i seguenti:
- abilita l'agpgart
- abilita il fb,
- NON abilitare il modulo del kernel
- dare il comando
Code:
VIDEO_CARDS="r128" emerge xfree-drm

- e alla fine mettere il nel tuo XF86Config
Code:
Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "glx" # 3D layer
    Load "GLcore"
    Load "dri" # direct rendering
EndSection

Section "DRI"
    Mode 0666
EndSection

...

Section "Device"
    Identifier "device1"
    VendorName "ATI"
    BoardName "ATI Radeon"
    Driver "r128"
    Option "DPMS"
    Option "AGPMode" "4"
    Option "EnableDepthMoves" "false"   # [<bool>]
    Option "UseFBDev" "true"           # [<bool>]
    Option "AGPFastWrite" "true"
EndSection


PS: devi anche caricare il modulo (modprobe r128)
_________________
Questions are guaranteed in life; Answers aren't.
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