Pages : 1
#1 Le 22/08/2006, à 19:07
- maxouille
dual scren ati
salu
j'ai ubuntu dapper drake et j'aimerais faire un dual scren avec un crt et un lcd
ma carte graphique est une ati radeon 9600XT
et mon xorg est
# /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-xorg
Section "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/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
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 "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "VA902"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Monitor "VA902"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Que dois-je modifier svp ?
#2 Le 22/08/2006, à 19:11
- Smarter
Re : dual scren ati
Normalement il suffit d'utiliser la commande:
sudo aticonfig --initial=dual-head
Hors ligne
#3 Le 22/08/2006, à 19:23
- Maxouille
Re : dual scren ati
max@max-desktop:~$ sudo aticonfig --initial=dual-head
Found fglrx primary device section
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.fglrx-0
max@max-desktop:~$
j'en fais quoi de tout sa ?
Hors ligne
#4 Le 22/08/2006, à 19:28
- Smarter
Re : dual scren ati
bah c'est bon c'est fait y'a plus qu'a rédémarrer X
Hors ligne
#5 Le 22/08/2006, à 19:32
- Maxouille
Re : dual scren ati
ah la vache tu m'impression di donc
moi qui avai chercher pendant des heure XD
par contre sa me fai comme un nouvo ubuntu ...
on peu pas deplacer les fenetre d'un a l'autre ??
Hors ligne
#6 Le 23/08/2006, à 14:12
- Smarter
Re : dual scren ati
bah tu peux tenter les différentes options de aticonfig --dtop:
--dtop, --desktop-setup=STRING
Change the desktop setup for multiple display adapters.
STRING can be one of:
single 1 screen, second dark
mirror 2 screens - same content, identical
refresh rate/resolution
Note: This option is NOT supported with Avivo
clone 2 screens - same content, allows for
different refresh rates/resolutions
horizontal 2 screens - one framebuffer,
screen 1 right of screen 0
horizontal,reverse 2 screens - one framebuffer,
screen 1 left of screen 0
vertical 2 screens - one framebuffer,
screen 1 above of screen 0
vertical,reverse 2 screens - one framebuffer,
screen 1 below of screen 0
Note: This option is not valid if '--initial=dual-head' is specified.
mais avant faut enlever le dual-head avec:
sudo aticonfig --initial
puis essayer:
sudo aticonfig --dtop=horizontal
Dernière modification par Smarter (Le 23/08/2006, à 14:13)
Hors ligne
#7 Le 23/08/2006, à 21:13
- yostral
Re : dual scren ati
Mais n'oublie pas d'installer les drivers proprios d'ATI (fglrx). Car pour le moment tu es en "vesa"...
Quand tout le reste a échoué, lisez le mode d'emploi.
Hors ligne
#8 Le 24/08/2006, à 00:16
- G-rom
Re : dual scren ati
non il n est pas en vesa regarde bien, c est une ancienne section qui est restée mais qui n'est plus utilisée, il a bien fglrx
Maxouille à ta section layout
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
rajoute Xinerama comme ceci
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
[b]Option "Xinerama" "on"[/b]
EndSection
attention elle a du changer depuis que tu as fait aticonfig donc ne rajoute que la ligne de Xinerama ne fait pas un copier coller entier de la section que je présente ici, ce n est qu un exemple.
Dernière modification par G-rom (Le 24/08/2006, à 00:17)
Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.
Hors ligne
#9 Le 24/08/2006, à 17:01
- Jean-Louis Pingouin
Re : dual scren ati
Salut j'ai le même probleme de config double écran ati (mais avec un radeon 9200)
j'ai executé la ligne de smarter avec succes mais ma télé reste noire
( c'est déjà somme toute un progrés, avant elle crachait des lignes bizarre, on aurait dit un porno canal sans décodeur)
y aurait 'il des reglages à effectuer?
#10 Le 24/08/2006, à 17:58
- Jean-Louis Pingouin
Re : dual scren ati
rectification ca marche mais maintenant mon ecran 0 est beaucoup trop clair (au point que j'y vois presque plus rien alors que ma télé montre un clone normal.
si qqun pouvait m'aider je n'arrive pas à trouver comment régler ça.:o au secour
:o
#11 Le 24/08/2006, à 18:04
- Jean-Louis Pingouin
Re : dual scren ati
Je précise que le réglage de la luminosité sur l'écran est au mini.
#12 Le 24/08/2006, à 20:11
- Jean-Louis Pingouin
Re : dual scren ati
et tv time ne fonctionne plus non plus
#13 Le 24/08/2006, à 23:05
- Jean-Louis Pingouin
Re : dual scren ati
Et le probléme disparait quand je redémarre avec la télé débranchée.
Mais tv time ne fonctionne toujours même aprés avoi ré-installé les fglrx et tvTime.
par contre détail interessant lorsque je tape:
sudo aticonfig --initial
il me répond
Found fglrx primary device section
Nothing to do, terminating.
Je cherche toujours et j'attends une bonne âme prete à aider un débutant plein de bonne volonté et prêt à apprendre.
Bon et en attendant je cherche.
#14 Le 24/08/2006, à 23:11
- Jean-Louis Pingouin
Re : dual scren ati
Et quelque soit le mode d' aticonfig que j'utilise (mirror, clone, horizontal...) j'ai toujours ma surbrillance sur l'écran 0
#15 Le 25/08/2006, à 04:45
- Gritoune
Re : dual scren ati
Salut, j'avais le même problème avec une carte Radeon 9000 : écran du PC illisible (trop lumineux, presque blanc) quand la TV était branchée. On peut améliorer un peu en utilisant l'utilitaire d'ATI installé avec le driver mais ce n'est pas satisfaisant. Cela provient d'un bug du driver avec les Radeon 9000 et 9200, on peut le lire sur le site d'ATI.
Il n'y a pas de solution et il n'y en aura probablement jamais. Personellement, j'ai échangé ma carte Radeon 9000 avec la carte Radeon 9600 pro de mon 2nd PC sous Windows et tout est impeccable.
Salut.
Hors ligne
#16 Le 25/08/2006, à 10:26
- Jean-Louis Pingouin
Re : dual scren ati
Merci beaucoup, ca fait tellement longtemps que je bataille avec cette carte..
J'en ai marre je vais passer chez Nvidia au moins j'aurais pas de problemes.
Merci encore et à bientôt.
Pages : 1