#1 Le 08/06/2006, à 23:17
- Tye
[resolu] Bi ecran Carte graphique ATI
bonsoir.
je viens de faire la MaJ vers Dapper et il se trouve qu'il a fallu que je reconfigure mon server X.
petit problèmes:
mon bi-ecran fonctionne mais j'ai l'impression qu'il prend comme écran principal l'écran branché sur la sortie DVI.
symptomes: lorsque je veux faire un Screen on ne vois que l'ecran de gauche (branché sur DVI), celui de droite( branché sur port VGA) est noir.
et aussi la barre d'outils gnome ne veux pas se mettre sur l'écran de droite :s
j'ai une carte graphique ATI 9200SE
voici mon xorg.conf au cas ou :
# /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/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"
EndSection
Section "Module"
Load "GLcore"
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" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. RV280 [Radeon 9200]"
Driver "ati"
BusID "PCI:2:0:0"
EndSection
Section "Monitor"
Identifier "Relisys 772"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV280 [Radeon 9200]"
Monitor "Relisys 772"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
voilà si quelqu'un a une idée.
merci d'avance.
Dernière modification par Tye (Le 11/06/2006, à 21:02)
Hors ligne
#2 Le 09/06/2006, à 15:57
- Tye
Re : [resolu] Bi ecran Carte graphique ATI
Il se trouve que maintenant, j'ai pas la bonne résolution sur mon écran principal..
et lorsque je fais Systeme/préférences/Résolution j'obtiens un jolie petit
Le serveur X ne supporte pas l'extension XRandR. Le changement de résolution à la volée n'est pas disponible.
j'ai tenté de changer la résolution directement en modifiant le xorg.conf mais rien y fait :s
Et voilà un petit screen de mon probèmes cité dans le poste précédent:
http://ezella.be/Capture.png
merci de votre aide
Hors ligne
#3 Le 09/06/2006, à 20:52
- Tye
Re : [resolu] Bi ecran Carte graphique ATI
j'ai d'autre symptomes qui sont pas vraiment top.
genre quandje fais glxgears --printfps les engrenages rames très beaucoups et j'ai un fps de 250 de moyenne ... pas top du tout quoi.
Et si je fais fgl_glxgears, j'obtiens ceci:
Using GLX_SGIX_pbuffer
Xlib: extension "XFree86-DRI" missing on display ":0.0".
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 128 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 30
Current serial number in output stream: 30[
par pitié aidez moi... j'ai épluché tous les threads de ce forum aisin que le wiki >___<
Hors ligne