yostral a écrit:Un truc pu tout jeune

.
Oui

à l'avenant du reste du pc (quasiment tous les composants -- ports agp et pci, processeur, ram -- en sont dits "en voie d'obsolescence" par wikipedia, ou autres gros mots. Oui mais c'est du neuf!
yostral a écrit:Tellement pu jeune que le driver proprio, fglrx, ne fonctionne plus avec ce chip.
Voilà au moins un point commun entre ati et nvidia: les vicissitudes (la peste) des drivrers proprio.
yostral a écrit:Et selon le chipset il charge le bon driver, à savoir "radeon" dans ton cas (dans la très grande majorité des cas d'ailleurs). Tu ne verras donc aucune différence.
En effet.
Bon, il y a du nouveau, j'ai aussi mis hier soir une carte nvidia (sur bus pci, quasi neuve, qu'un collègue qui veut s'en défaire

m'a prêtée pour test). Vu le prix modique demandé, je la garderai peut-être, les caractéritiques sont à peu près les mêmes que la radeon, en bref elle est tout aussi moderne
Vu deux différences, un rendu différent des polices lissées, et aussi, sous freebsd seulement, un lancement étonnamment lent de X avec la radeon (près d'une seconde d'attente noire) -- mais une fois X lancé, tout va très bien.
Je n'ai testé avec les deux cartes que sous freebsd pour le moment. Pour info, et au cas où quelqu'un verrait là dedans une énormité cause de la bizarrerie, voici le xorg.conf de freebsd créé avec X -configure (à peine modifié par moi, et je vous épargne les lignes commentées):
- Code: Tout sélectionner
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/local/share/X11/rgb"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "glx"
Load "GLcore"
Load "xtrap"
Load "dri"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "SAM"
ModelName "SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV280 [Radeon 9200 PRO]"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Card1"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV34 [GeForce FX 5200]"
BusID "PCI:2:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
:
: