Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installazione driver Ati Radeon 7000
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
orion195
n00b
n00b


Joined: 23 Jan 2005
Posts: 31

PostPosted: Mon Jul 25, 2005 7:23 am    Post subject: Installazione driver Ati Radeon 7000 Reply with quote

Ciao Ragazzi,
con tanta pazienza ho installato finalmente un sistema base Gentoo
ora però dovrei configurare la scheda video magari con il tv-out in modo da mettere su un Set-top-BOX
Allora, la scheda video in questione è la seguente:

Gentoo root # lspci | grep VGA
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]

questo è il mio lspci:

Gentoo root # lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 81)
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
0000:00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40)
0000:00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:00:07.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1a)
0000:00:07.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1a)
0000:00:07.4 Bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
0000:00:07.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 50)
0000:00:08.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
0000:00:09.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
0000:00:09.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
0000:00:0a.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]

versione kernel 2.6.12-gentoo-r6

Potreste dirmi quali driver installare?

Vi Ringrazio ;)
Back to top
View user's profile Send private message
morellik
l33t
l33t


Joined: 03 Feb 2003
Posts: 629
Location: Firenze

PostPosted: Mon Jul 25, 2005 8:53 am    Post subject: Reply with quote

Code:
emerge ati-drivers


morellik
Back to top
View user's profile Send private message
emix
Veteran
Veteran


Joined: 30 Nov 2003
Posts: 1014

PostPosted: Mon Jul 25, 2005 8:55 am    Post subject: Reply with quote

Gli ati-drivers vanno bene soltanto per le radeon dalla 8500 in su. La 7000 è supportata solo dal driver open "radeon" di X.org.
Back to top
View user's profile Send private message
morellik
l33t
l33t


Joined: 03 Feb 2003
Posts: 629
Location: Firenze

PostPosted: Mon Jul 25, 2005 8:57 am    Post subject: Reply with quote

emix wrote:
Gli ati-drivers vanno bene soltanto per le radeon dalla 8500 in su. La 7000 è supportata solo dal driver open "radeon" di X.org.


:oops: :oops: :oops: hai ragione....sono veramente rincoglionito..

morellik
Back to top
View user's profile Send private message
orion195
n00b
n00b


Joined: 23 Jan 2005
Posts: 31

PostPosted: Mon Jul 25, 2005 8:57 am    Post subject: Reply with quote

Grazie per la risposta raga... quindi?
cosa potrei fare????

modificare il file xorg.conf caricando nella sezione il modulo radeon?
senza installare nulla?

Vi ringrazio ;)
Back to top
View user's profile Send private message
emix
Veteran
Veteran


Joined: 30 Nov 2003
Posts: 1014

PostPosted: Mon Jul 25, 2005 8:58 am    Post subject: Reply with quote

orion195 wrote:
senza installare nulla?

Esatto :wink:
Back to top
View user's profile Send private message
orion195
n00b
n00b


Joined: 23 Jan 2005
Posts: 31

PostPosted: Mon Jul 25, 2005 9:01 am    Post subject: Reply with quote

ma anche per il Rendering???
eheheheeh

nessun settaggio particolare?
e per il tv-out????


Grazie assai ;)
Back to top
View user's profile Send private message
emix
Veteran
Veteran


Joined: 30 Nov 2003
Posts: 1014

PostPosted: Mon Jul 25, 2005 9:07 am    Post subject: Reply with quote

orion195 wrote:
ma anche per il Rendering???

Per il rendering basta che attivi l'AGPgart e il DRI nella configurazione del kernel.

orion195 wrote:
e per il tv-out????

Questo non so... non l'ho mai usato.
Back to top
View user's profile Send private message
f0x_
n00b
n00b


Joined: 28 Dec 2003
Posts: 33
Location: Matera

PostPosted: Mon Jul 25, 2005 9:08 am    Post subject: Reply with quote

Per il tvout devi installare atitvout
Code:
emerge atitvout

e, sempre da console, digitare
Code:
atitvout pal

Code:
atitvout -f t

Tutto questo dopo aver riavviato il computer con il cavo già inserito all'uscita del portatile (è essenziale).
Il vero problema è che a partire da Xfree 4.4 (e quindi comprese tutte le versioni di xorg)
quest'ultimo comando non funziona se il driver del server grafico è "radeon" (quello che dovresti utilizzare
abitualmente visto che gli ati-driver non supportano la 7000).
Il comando funziona solamente avviando X con il driver video VESA.
Questo porta ad una riduzione drastica delle prestazioni nel video.
La visualizzazione a schermo pieno deve passare via software con qualche comando di
mplayer (-fs mi pare) e non via hardware. Io ottengo risultati pessimi con una m6 su notebook.
Ho provato a segnalare il bug a Xorg, ma non ho ottenuto risultati fino ad ora
https://bugs.freedesktop.org/show_bug.cgi?id=1230

Si potrebbe provare con una vecchia knoppix con xfree 4.3 o 4.2
Back to top
View user's profile Send private message
orion195
n00b
n00b


Joined: 23 Jan 2005
Posts: 31

PostPosted: Mon Jul 25, 2005 9:28 am    Post subject: Reply with quote

ok perfetto
quindi dovrei caricare il driver vesa generico
magari avrei come risoluzione massima 1024X768 che mi va anche bene se non 800X600 per usarla come TV-OUT per Freevo
come dovrei fare quindi a caricare il driver vesa??

Grazie raga ;)
Back to top
View user's profile Send private message
f0x_
n00b
n00b


Joined: 28 Dec 2003
Posts: 33
Location: Matera

PostPosted: Mon Jul 25, 2005 9:39 am    Post subject: Reply with quote

edita da root /etc/X11/xorg.conf
vai a Section Device e sostituisci
Driver "radeon"
con
Driver "vesa"
Riavvia il server X con Ctrl+alt+frecciacancellazionesinistra
Back to top
View user's profile Send private message
emix
Veteran
Veteran


Joined: 30 Nov 2003
Posts: 1014

PostPosted: Mon Jul 25, 2005 9:40 am    Post subject: Reply with quote

Code:
       Section "Device"
         ...
         Driver "vesa"
         ...
       EndSection

in /etc/X11/xorg.conf. Per maggiori informazioni
Code:
# man vesa && man xorg.conf
Back to top
View user's profile Send private message
silian87
Advocate
Advocate


Joined: 06 Oct 2003
Posts: 2318
Location: Treviso, Italy

PostPosted: Mon Jul 25, 2005 9:43 am    Post subject: Reply with quote

emix wrote:

Per maggiori informazioni
Code:
# man vesa && man xorg.conf


:lol: :lol: :lol:
_________________
Musica che ascolto: http://www.last.fm/user/silian87/

Silian87 FAQs: http://marentax.homelinux.org/~silian87/silian87-faq.txt

GTalk: silian87@gmail.com
Back to top
View user's profile Send private message
orion195
n00b
n00b


Joined: 23 Jan 2005
Posts: 31

PostPosted: Mon Jul 25, 2005 9:55 am    Post subject: Reply with quote

attualmente era inserito VGA.....peggio ancora quindi
con il driver vesa quanta profondità di colore posso ottenre? DEPTH 16 ?
Back to top
View user's profile Send private message
emix
Veteran
Veteran


Joined: 30 Nov 2003
Posts: 1014

PostPosted: Mon Jul 25, 2005 10:00 am    Post subject: Reply with quote

man vesa wrote:
DESCRIPTION
vesa is an Xorg driver for generic VESA video cards. It can drive most
VESA-compatible video cards, but only makes use of the basic standard
VESA core that is common to these cards. The driver supports depths 8,
15 16 and 24.

Back to top
View user's profile Send private message
orion195
n00b
n00b


Joined: 23 Jan 2005
Posts: 31

PostPosted: Mon Jul 25, 2005 10:23 am    Post subject: Reply with quote

ecco qui la modifica

la RAM è 64 mb, decommento la riga Videoram ?

Section "Device"
Identifier "Ati Radeon 7500"
Driver "vesa"
# unsupported card
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
Back to top
View user's profile Send private message
emix
Veteran
Veteran


Joined: 30 Nov 2003
Posts: 1014

PostPosted: Mon Jul 25, 2005 10:26 am    Post subject: Reply with quote

orion195 wrote:
la RAM è 64 mb, decommento la riga Videoram ?

Generalmente queste cose vengono rilevate automaticamente. Comunque se vuoi decommentala... sicuramente non esplode :roll:
Back to top
View user's profile Send private message
orion195
n00b
n00b


Joined: 23 Jan 2005
Posts: 31

PostPosted: Mon Jul 25, 2005 10:32 am    Post subject: Reply with quote

questa prima sezione è da commentare o non considerare?

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.

# Chipset "generic"

# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

Driver "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.

# BusID "PCI:0:10:0"

# VideoRam 256

# Clocks 25.2 28.3

EndSection

# Device configured by xorgconfig:

Section "Device"
Identifier "Ati Radeon 7500"
Driver "vesa"
# unsupported card
VideoRam 65536
# Insert Clocks lines here if appropriate

;)
Back to top
View user's profile Send private message
emix
Veteran
Veteran


Joined: 30 Nov 2003
Posts: 1014

PostPosted: Mon Jul 25, 2005 10:36 am    Post subject: Reply with quote

La puoi anche cancellare. In xorg.conf puoi impostare quanti device vuoi e poi dirgli quale usare nella sezione "Screen".
Back to top
View user's profile Send private message
orion195
n00b
n00b


Joined: 23 Jan 2005
Posts: 31

PostPosted: Mon Jul 25, 2005 10:42 am    Post subject: Reply with quote

ora sono a lavoro e non posso usare X
tramite ssh sto facendo tutto
ho un AMD Duron 1000
quale windows manager potrei utilizzare? senza appensantire troppo....

emergo il resto dei pacchetti cioè atitvout :D

grazie raga ;)
Back to top
View user's profile Send private message
silian87
Advocate
Advocate


Joined: 06 Oct 2003
Posts: 2318
Location: Treviso, Italy

PostPosted: Mon Jul 25, 2005 11:02 am    Post subject: Reply with quote

Quote:
quale windows manager potrei utilizzare? senza appensantire troppo....


Beh se vuoi fare delle prove basta usare twm che e' incluso in X. Abiliti il forward di ssh dal server, ti connetti con shh -X, e forse dovresti riuscire a provare...
_________________
Musica che ascolto: http://www.last.fm/user/silian87/

Silian87 FAQs: http://marentax.homelinux.org/~silian87/silian87-faq.txt

GTalk: silian87@gmail.com
Back to top
View user's profile Send private message
orion195
n00b
n00b


Joined: 23 Jan 2005
Posts: 31

PostPosted: Mon Jul 25, 2005 11:25 am    Post subject: Reply with quote

kde o gnome?
o altro?
consigli??? :D

vi ringrazio
poi quando torno a casa c'è da provare il tutto dal vivo ehehehh
Back to top
View user's profile Send private message
orion195
n00b
n00b


Joined: 23 Jan 2005
Posts: 31

PostPosted: Mon Jul 25, 2005 3:49 pm    Post subject: Reply with quote

ciao raga
ho installato fluxbox per vedere il funzionamento di X e faccio senza problemi startx e si avvia fluxbox ....
solo che ho installato anche xterm per provare il tv-out ma xterm non si avvia
anche se lo vedo nel menu di fluxbox.... avete idee???

vi ringrazio ;)
Back to top
View user's profile Send private message
orion195
n00b
n00b


Joined: 23 Jan 2005
Posts: 31

PostPosted: Sun Jul 31, 2005 5:55 pm    Post subject: Reply with quote

Ciao Raga....
ho provato tutte le configurazioni che mi avete detto....
caricando vesa in xorg.conf i film vanno a scatto e in dimensione molto ridotta
caricando radeon vanno alla grande anche a full screen con mplayer

per il tv-out sto cercando in rete ma di soluzioni non ne vedo.....
si dice di emergere i driver ati-gatos ma quando lo faccio con ACCEPT_KEYWORD="~x86" emerge ati-gatos
mi dice che devo emergere xorg con il flag use per sdk

avete altre soluzioni per caso, per usare questo benedetto tv-out di questa scheda?

vi ringrazio come sempre :)
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