#1 Le 14/03/2006, à 17:55
- lpf
installer driver ATI 8.23.7 [Breezy]
Je viens de flinguer une deuxieme carte Nvidia à cause d'une surtension sur la sortie TVout donc je ressors une ATI 8500 LE oubliée depuis Hoary et l'impossibilité d'activer la sortie TVout dans Xorg.
Pas facile de trouver le tuto pour installer les drivers ATI 8.23.7... pas mal d'infos pas toujours à jour dans pleins de posts... or donc en m'inspirant du formidable tuto de Mr VALERE que je remercie et qui se trouve ici :
http://forum.ubuntu-fr.org/viewtopic.php?id=25166
je me lance dans l'installation des 8.23.7
Méthode suivie et qui marche à chaque fois chez moi :
Déinstallez les drivers ATI inclus dans Breezy :
Code:
sudo apt-get remove xorg-driver-fglrx
sudo apt-get remove fglrx-control
sudo apt-get remove linux-restricted-modules-$(uname -r)- Rebootez
- Téléchargez les drivers : https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.23.7-i386.runVous pourriez obtenir quelques erreurs concernant des dépendances pendant le processus de dpkg. Vous pouvez les ignorer puisqu'elles devraient être résolues quand vous lancerez l'étape de mise à niveau.
Code:
sudo apt-get install gcc-3.4 module-assistant build-essential fakeroot dh-make debconf
(là il faut jouer du "ls" et du "cd" dans un terminal pour aller dans le dossier où se trouve votre fichier ati-driver-installer-8.23.7-i386.run avant de lancer le code qui suit)
Code:
sudo sh ./ati-driver-installer-8.23.7-i386.run --buildpkg Ubuntu/breezy
cd /tmp
sudo dpkg -i fglrx-control_8.23.7-1_i386.deb
sudo dpkg -i fglrx-kernel-source_8.23.7-1_i386.deb
sudo dpkg -i xorg-driver-fglrx_8.23.7-1_i386.deb
sudo apt-get -f upgradeCode:
sudo module-assistant prepare
sudo module-assistant update
sudo module-assistant a-i fglrxCode:
sudo aticonfig --initial
- Rebootez
Bon, voilà pour l'étape 1.
Maintenant reste à voir si la sortie TVout va fonctionner... suite au prochain épisode.
Hors ligne
#2 Le 14/03/2006, à 18:28
- K'sperd
Re : installer driver ATI 8.23.7 [Breezy]
Si tu pouvait mettre la suite, car ma sortie TV fonctionne mais pas totalement.......elle est en N&B et je n'arive pas à la remettre en PAL (si c'est le problème) et l'image est trop grande.
J'ai installé "fglx ontrol", mais les réglages ne sont pas pris en compte.....
Je suis impatient de la faire fonctionner.
K'sperd
Hors ligne
#3 Le 15/03/2006, à 08:54
- lpf
Re : installer driver ATI 8.23.7 [Breezy]
elle est en N&B et je n'arive pas à la remettre en PAL
premier essai avec le driver ATI 8.23.7 :
image en N&B sur la TV.
et image en 60 HZ sur le moniteur.
Pour revenir à du 85 HZ sur le moniteur je dois virer le cable dans la prise TVout.
J'ai regardé mon Xorg :
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorgSection "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig Screen 0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSectionSection "Files"
# paths to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSectionSection "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSectionSection "Monitor"
Identifier "PHILIPS 107E"
HorizSync 30.0 - 100.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSectionSection "Monitor"
Identifier "aticonfig Monitor 0"
EndSectionSection "Device"
Identifier "ATI Technologies, Inc. Radeon 8500 (R200 QL)"
Driver "ati"
BusID "PCI:1:0:0"
EndSectionSection "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon 8500 (R200 QL)"
Monitor "PHILIPS 107E"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionSection "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSectionSection "DRI"
Mode 0666
EndSection
et dans le fichier module je ne charge pas fglrx...
as usual ça sent encore la grosse galère pour trouver une solution...
rappel ma carte : carte Hercules 3D Prophet 8500 LE
Peux tu préciser les références de ta carte et poster ton Xorg ?
Hors ligne
#4 Le 15/03/2006, à 10:31
- jphi_le_même
Re : installer driver ATI 8.23.7 [Breezy]
Salut plf & merci pour ce tuto!!!
Toutefois j'ai un petit problème:
nom@ubuntu:/tmp$ sudo aticonfig --initial
Using /etc/X11/xorg.conf
Uninitialised file found, configuring.
Une idée?
#5 Le 15/03/2006, à 10:34
- lpf
Re : installer driver ATI 8.23.7 [Breezy]
Salut plf & merci pour ce tuto!!!
Toutefois j'ai un petit problème:
nom@ubuntu:/tmp$ sudo aticonfig --initial
Using /etc/X11/xorg.conf
Uninitialised file found, configuring.Une idée?
je crois que j'ai eu le meme message...
configuring pour moi veut dire qu'il le configure... ensuite rebooter... that's all
Hors ligne
#6 Le 15/03/2006, à 10:52
- jphi_le_même
Re : installer driver ATI 8.23.7 [Breezy]
Un grand MERCI plf!!!!!
Ca marche!
Info utile: ton tuto fonctionne pour Dapper Flight 5!!
Nécessite un reboot complet du systeme et pas seulement du serveur X
Ma config: Dapper Flight 5 + ATI 9600 + Driver 8.23.7
Have fun!!
#7 Le 15/03/2006, à 10:53
- jphi_le_même
Re : installer driver ATI 8.23.7 [Breezy]
lpf, toute mes excuses pour l'écorchage !!!
#8 Le 15/03/2006, à 11:20
- lpf
Re : installer driver ATI 8.23.7 [Breezy]
ATI 9600
T'en vas pas
comme tu as une ATI 9600, pourrais tu poster ton xorg ?
As tu une sortie TV qui fonctionne ?
Thanks
Hors ligne
#9 Le 15/03/2006, à 11:24
- lpf
Re : installer driver ATI 8.23.7 [Breezy]
Ma config: Dapper Flight 5
euh juste une question... Dapper Flight 5 c'est plus mieux que la 5.10 ?... juste histoire de saliver en attendant la 6.04 (ou 6.06...) finale ...
Hors ligne
#10 Le 15/03/2006, à 16:20
- jphi_le_même
Re : installer driver ATI 8.23.7 [Breezy]
Ma foi c'est force sympathique, assez stable pour ce que j'en ai vu ( ca fait que deux jour!! )....
Mais, si tu veux installer xgl, ca na pa l'air encore ou point pour toutes les config ATI.
AH si! Un bug, qui semble n'exister que chez moi:
Réveil à 3h15!!! le moulin s'allume tout seul! Incroyable mais vrai!:cool:
Have Fun!
#11 Le 15/03/2006, à 16:37
- jphi_le_même
Re : installer driver ATI 8.23.7 [Breezy]
Désolé pour l'attente, réinstall oblige!!
Voici le xorg.conf de mon ATI 9600:
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
EndSectionSection "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSectionSection "Monitor"
Identifier "aticonfig Monitor 0"
EndSectionSection "Device"
Identifier "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Driver "ati"
BusID "PCI:1:0:0"
EndSectionSection "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionSection "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSectionSection "DRI"
Mode 0666
EndSection
Pour la sortie TV je ne vais pas pouvoir t'aider car je n'en ai pas.
Bon courage!
#12 Le 15/03/2006, à 16:48
- jphi_le_même
Re : installer driver ATI 8.23.7 [Breezy]
Alors voici la marche a suivre pour installer ces drivers sur Dapper (tester sur Flight 5):
En gras, les modification apporter Breezy -> Dapper
Déinstallez les drivers ATI inclus dans Dapper (inutile pour une install toute fraiche):
Code:
sudo apt-get remove xorg-driver-fglrx
sudo apt-get remove fglrx-control
sudo apt-get remove linux-restricted-modules-$(uname -r)- Rebootez le PC
- Téléchargez les drivers : https://a248.e.akamai.net/f/674/9206/0/ … 7-i386.runCode:
sudo apt-get install gcc-3.4 module-assistant build-essential fakeroot dh-make debconf libstdc++5
(là il faut jouer du "ls" et du "cd" dans un terminal pour aller dans le dossier où se trouve votre fichier ati-driver-installer-8.23.7-i386.run avant de lancer le code qui suit)
Code:
sudo sh ./ati-driver-installer-8.23.7-i386.run --buildpkg Ubuntu/dapper
cd /tmp
sudo dpkg -i xorg-driver-fglrx_8.23.7-1_i386.deb
sudo dpkg -i fglrx-kernel-source_8.23.7-1_i386.deb
sudo dpkg -i fglrx-control_8.23.7-1_i386.deb
sudo apt-get -f upgradesudo module-assistant prepare
sudo module-assistant update
sudo module-assistant a-i fglrxCode:
sudo aticonfig –initial
Vous devriez optenir un message comme celui ci:
Using /etc/X11/xorg.conf
Uninitialised file found, configuring.- Rebootez le PC
:D:D
#13 Le 15/03/2006, à 17:13
- lpf
Re : installer driver ATI 8.23.7 [Breezy]
Merci pour le Xorg et pour les précisions sur Dapper
Hors ligne
#14 Le 16/03/2006, à 18:06
- K'sperd
Re : installer driver ATI 8.23.7 [Breezy]
Voici mon xorg.conf et ma carte est une 9700.
Désolé pour le retard, mais j'ai essayé plusieurs fois et je n'arrivais pas à poster à la suite
Pour moi, je n'ai pas les derniers drivers, mais le problème de la sortie TV est le même
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorgSection "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSectionSection "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSectionSection "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSectionSection "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)"
Driver "ati"
BusID "PCI:1:0:0"
EndSectionSection "Monitor"
Identifier "Acer screen"
Option "DPMS"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)"
Monitor "Acer screen"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSectionSection "DRI"
Mode 0666
EndSection
Hors ligne
#15 Le 16/03/2006, à 19:38
- Gyscos
Re : installer driver ATI 8.23.7 [Breezy]
Euh... j'ai dapper drake, mais quand, après avoir fait le sh ./ati-... --buildpkg Ubuntu/dapper, j'essaye d'installer les .deb du dossier temp, j'ai un message comme ça :
root@pc-alex:/tmp# dpkg -i xorg-driver-fglrx_8.23.7-1_i386.deb
dpkg : concernant xorg-driver-fglrx_8.23.7-1_i386.deb contenant xorg-driver-fglrx :
xorg-driver-fglrx entre en conflit avec nvidia-glx
nvidia-glx (version 1.0.8178+2.6.15.7-1) est installé.
dpkg : erreur de traitement de xorg-driver-fglrx_8.23.7-1_i386.deb (--install) :
paquets en conflit - xorg-driver-fglrx non installé
Des erreurs ont été rencontrées pendant l'exécution :
xorg-driver-fglrx_8.23.7-1_i386.deb
Pourquoi ?...
Stranger passing in the street, by chance two separate glances meet.
And I am you and what I see is me...
Hors ligne
#16 Le 16/03/2006, à 20:53
- lpf
Re : installer driver ATI 8.23.7 [Breezy]
Pour moi, je n'ai pas les derniers drivers, mais le problème de la sortie TV est le même
Tu as quoi comme drivers ?
as tu essayé la manip suivante ? :
branchement de la TV puis tu lances ton PC et tu regardes ce qui se passe sur la TV...
de manière surprenante je remarque que le logo de ma carte mere (DFI) qui apparait en couleur sur mon ecran PC au demarrage est en N&B sur la TV...
je me demande si je n'ai pas un probleme de cablage sur la prise S-VHS de la sortie TV de la carte ATI... car normalement au demarrage il n'y a aucun driver d'utilisé... donc l'image sur la TV devrait etre en couleur...
Hors ligne
#17 Le 17/03/2006, à 09:02
- K'sperd
Re : installer driver ATI 8.23.7 [Breezy]
J'ai le même problème, tout ce qui s'affiche sur la TV est en N&B.......
J'ai essayé de le remettre en PAL par l'intermédiaire de fglx-controll, mais ca marche pas.
K'sperd dépité
Hors ligne
#18 Le 17/03/2006, à 18:54
- Gyscos
Re : installer driver ATI 8.23.7 [Breezy]
Faut que je désinstalle nvidia-glx ?
En fait j'hésite parcque j'ai un peu peur de tout bousiller...
Stranger passing in the street, by chance two separate glances meet.
And I am you and what I see is me...
Hors ligne
#19 Le 17/03/2006, à 20:09
- ShaLouZa
Re : installer driver ATI 8.23.7 [Breezy]
J'ai Dapper sur une partoche de test, et je viens d'y mettre les pilotes ATI grâce à ce tuto.
J'ai une sortie TV fonctionnelle avec une Radeon 9700, en ayant repris le xorg.conf de la Breezy (portable avec sortie S-Vidéo). Voilà mon xorg.conf pour ceux que ça peut intéresser :
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
# Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "Buttons" "7"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "NoTV" "no"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
Option "mtrr" "off"
#
screen 0
EndSection
Section "Device"
Identifier "ATI_tvout"
Driver "fglrx"
Option "VideoOverlay" "on"
BusID "PCI:1:0:0"
Option "NoTV" "no"
screen 1
Option "DesktopSetup" "0x00000000"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === TV-out Management ===
Option "NoTV" "no"
#Option "CursorShadow" "1"
Option "TVStandard" "PAL-D"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "Composite"
Option "TVHSizeAdj" "-10"
Option "TVVSizeAdj" "20"
Option "TVHPosAdj" "15"
Option "TVVPosAdj" "0"
#Option "VideoOverlay" "on"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x06419064"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
Option "mtrr" "off"
EndSection
Section "Monitor"
Identifier "Écran générique"
HorizSync 60
VertRefresh 60
Option "DPMS"
DisplaySize 444 277 # 1680x1050 96dpi
EndSection
Section "Monitor"
Identifier "MaTv"
HorizSync 30.0-50.0
VertRefresh 50.0-60.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "Screen"
Identifier "ecran_TV"
Device "ATI_tvout"
Monitor "MaTv"
DefaultColorDepth 24
Subsection "Display"
Modes "800x600" "Interlace"
Depth 24
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
Screen "ecran_TV" LeftOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
N'oubliez pas de changer les résolutions et autres input device s'ils ne correspondent pas aux vôtres. Si vous cassez votre système ou grillez votre moniteur en copiant ce xorg.conf, je décline toute responsabilité.
«D'abord ils vous ignorent, puis ils rient de vous, puis ils vous combattent, puis vous gagnez.» Gandhi
Hors ligne
#20 Le 17/03/2006, à 22:57
- Fox
Re : installer driver ATI 8.23.7 [Breezy]
Salut je vien d installer les pilote ati comme au dessus mais j ai toujours pas l acceleration 3d .
Qu es qui faut faire de plus pour que ca marche ?
Merci .
#21 Le 18/03/2006, à 15:10
- Gyscos
Re : installer driver ATI 8.23.7 [Breezy]
Aucune réponse ??
Stranger passing in the street, by chance two separate glances meet.
And I am you and what I see is me...
Hors ligne
#22 Le 18/03/2006, à 15:39
- Gyscos
Re : installer driver ATI 8.23.7 [Breezy]
Bon, j'ai viré nvidia-glx et maintenant, au moment de faire
sudo module-assistant a-i fglrx
à la fin, ca me dit qu'il peut pas (et j'ai le choix entre continuer / arreter / voir) et si je fais aticonfig -initial, j'ai en réponse :
root@pc-alex:/tmp# aticonfig -initial
Warning: Could not find configuration file
Please copy configuration file template to /etc/X11
Stranger passing in the street, by chance two separate glances meet.
And I am you and what I see is me...
Hors ligne
#23 Le 18/03/2006, à 15:55
- Gyscos
Re : installer driver ATI 8.23.7 [Breezy]
Ok j'ai rien dit, j'avais fait -initial et pas --initial.
Ca marche à peu près, mais j'ai l'impression que c'est pas 3D accéléré : les jeux 3D fonctionnent mais rament à fond
Stranger passing in the street, by chance two separate glances meet.
And I am you and what I see is me...
Hors ligne
#24 Le 18/03/2006, à 17:53
- lpf
Re : installer driver ATI 8.23.7 [Breezy]
J'ai le même problème, tout ce qui s'affiche sur la TV est en N&B.......
Va falloir attendre une semaine avant que je puisse tester une 9200se avec sortie TV et un autre câble...
je posterai le résultat à ce moment là.
Hors ligne
#25 Le 18/03/2006, à 17:57
- lpf
Re : installer driver ATI 8.23.7 [Breezy]
Ok j'ai rien dit, j'avais fait -initial et pas --initial.
Ca marche à peu près, mais j'ai l'impression que c'est pas 3D accéléré : les jeux 3D fonctionnent mais rament à fond
es tu sûr que le driver est installé ?
faire dans un terminal :
fglrxinfo
et ça doit te donner :
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 8500 DDR Generic
OpenGL version string: 1.3.1050 (X4.3.0-8.23.7)
ensuite allez voir là pour les résultats en 3D et comparer :
http://forum.ubuntu-fr.org/viewtopic.php?id=2487&p=14
Hors ligne