[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [linux] Config ATI
Sur le site de XFree il y a pas mal d'exemples de config (ATI, Matrox G200 /
G400, etc).
mais peu d'entre eux sont réellement complets!
En fait, il faut définir quels sont les moniteurs, puis les cartes vidéo,
quel écran sur quelle carte et enfin le 'layout' ou comment tout va être
affiché.
Pour une Matrox, il faut avoir ceci (j'ai pas d'ATI sous la main et j'ai
by-passé les sections input, modules etc)
#attention pour les fréquences!
Section "Monitor"
Identifier "monitor_1"
VendorName ""
ModelName ""
HorizSync 30-96
VertRefresh 50-85
EndSection
Section "Monitor"
Identifier "TV"
VertRefresh 50-60
EndSection
#les devices à adapter pour une ati (surtout "Driver" :)
#le truc c'est de définir 2 cartes sur le même BusID et bien sûr avec un
'screen' différent
Section "Device"
Identifier "G400_1"
VendorName "Unknown"
BoardName "Unknown"
Driver "mga"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "G400_2"
Driver "mga"
BusID "PCI:1:0:0"
Screen 1
Option "Tv" "yes"
Option "TVStandard" "PAL"
EndSection
#no comment, il suffit de lire
Section "Screen"
Identifier "Screen0"
Device "G400_1"
Monitor "monitor_1"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "G400_2"
Monitor "TV"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "640x480"
ViewPort 0 0
EndSubSection
EndSection
#2 versions:
# la première avec bureau agrandi (càd que les applications peuvent passer
# d'un écran vers l'autre comme s'il n'y avait qu'un grand écran
Section "ServerLayout"
Identifier "Monitor in TV"
Screen "Screen0" LeftOf "Screen1"
Screen "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama"
EndSection
# la seconde avec 2 bureaux différents (sans Xinerama)
# pour passer de l'un à l'autre, il suffit d'y déplacer la souris
Section "ServerLayout"
Identifier "Monitor in TV"
Screen "Screen0" LeftOf "Screen1"
Screen "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
il doit y avoir une solution pour un mode clône, mais je ne sais pas comment
j'èspère que ça t'aidera.
@+ Thomas
----- Original Message -----
From: "trash" <trash@MailAndNews.com>
To: <linux@lists.linuxbe.org>
Sent: Wednesday, June 06, 2001 2:18 PM
Subject: [linux] Config ATI
> From: un zozo du boulot
>
> As you know I'm running SUSE 7.1 I have just a question to ask.
>
> I have an ATI RAGE PRO (xpert@2000 AGP) 32 MB + TV OUT Do you know how to
> configure the TV out of a graphic adaptor for Xfree 4.0?
>
> I searched on linux docs and some news groups nothing to find.
>
> ------------------------------------------------------------
> Get your FREE web-based e-mail and newsgroup access at:
> http://MailAndNews.com
>
> Create a new mailbox, or access your existing IMAP4 or
> POP3 mailbox from anywhere with just a web browser.
> ------------------------------------------------------------
>
>
> [ Soyez précis dans vos sujets svp afin de déterminer directement ]
> [ le type de demande... ]
> [ Pour vous (dés)inscrire, aller sur http://linuxbe.org/ml.php ]
> [ http://LinuxBe.org Contact: listmaster@linuxbe.org ]
>
[ Soyez précis dans vos sujets svp afin de déterminer directement ]
[ le type de demande... ]
[ Pour vous (dés)inscrire, aller sur http://linuxbe.org/ml.php ]
[ http://LinuxBe.org Contact: listmaster@linuxbe.org ]