Pages : 1
#1 Le 04/06/2006, à 20:17
- hugo
Problèmes Dual Screen avec Dapper
Bonsoir,
j'ai fait une recherche sur le forum, je n'ai pas vu d'autres sujets s'en rapprochant...
Voilà, je vais essayer d'être clair et ne rien oublié.
J'ai 2 écrans plats sur une configuration 64 bits, j'étais jusqu'à peu sur Breezy et j'ai bien sûr migré sur Dapper et depuis, j'ai un souci très génant, en effet, lorsque la souris passe sur l'écran secondaire, le curseur de la souris n'est plus capable de changer d'apparence :
Exemple :
Si j'ai Firefox sur mon écran principal, je passe le curseur de la souris au dessus d'un lien et le curseur prend la forme d'une main.
Si je déplace Firefox sur l'écran secondaire, je repasse le curseur de la souris sur le lien, rien ne se passe, le curseur reste le même...
En plus, pour ne rien arranger, le pointeur est légèrement décalé, si je sélectionne du texte, il me le sélectionne avec un décalage.
J'ai essayé avec Xubuntu et ça fait pareil, je pense donc qu'il s'agit d'un problème avec mon serveur X, si quelqu'un à une idée, merci !!!
@++
ps: hormis ce problème, quel bonheur !
http://www.digitalspirit.org
Hors ligne
#2 Le 05/06/2006, à 18:41
- gégé
Re : Problèmes Dual Screen avec Dapper
Bonsoir,
J'ai une configuration similaire, mais en 32 bits. En essayant Dapper, en live, j'avais les écrans noirs.
Tout est revenu normal en recopiant le xorg.conf de ma Breezy.
Quelle carte vidéo ?
Hors ligne
#3 Le 06/06/2006, à 09:28
- hugo
Re : Problèmes Dual Screen avec Dapper
Bonjour gégé,
ma carte vidéo est une ati avec un chip r700 et j'utilise le driver libre radeon, j'ai bien sur du recopier le xorg de ma breezy pour que ça fonctionne...
http://www.digitalspirit.org
Hors ligne
#4 Le 06/06/2006, à 11:10
- gégé
Re : Problèmes Dual Screen avec Dapper
Salut hugo,
J'ai oublié de te préciser que j'avais quand même modifié mon "xorg.conf".
J'ai changé justement le driver "radeon" en "ati".
Si ça peut t'être utile, voici mon "xorg.conf" modifié; en l'adaptant à ta config j'espére que ça va le faire;).
Encore une précision, j'ai pas encore essayé avec XGL et Compiz.
A+
GG
# /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 "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" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "card1"
Driver "ati"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "card2"
Driver "ati"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "monitor0"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "monitor1"
Option "DPMS"
EndSection
Section "Screen"
Identifier "ecran1"
Device "card1"
Monitor "monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "ecran2"
Device "card2"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Option "xinerama"
Screen "ecran1" 0 0
Screen "ecran2" LeftOf "ecran1"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Dernière modification par gégé (Le 06/06/2006, à 11:45)
Hors ligne
#5 Le 11/06/2006, à 20:56
- hugo
Re : Problèmes Dual Screen avec Dapper
Merci dédé,
j'ai essayé de modifié mon xorg.conf en prenant exemple sur le tien mais rien à faire, toujours le même problème...
J'ai fait une recherche sur le Launchpad et j'ai trouvé une personne qui à exactement le même problème !
Voici le bug : https://launchpad.net/distros/ubuntu/+bug/47359
Sa description en anglais du bug est plus clair que la mienne donc voilà une courte traduction :
[...]
Depuis que j'ai migré sur Dapper, le pointeur de la souris sur le second écran n'est jamais mis à jour par rapport à son contexte...
[...]
Pareil chez moi, je suis obligé de passer la souris sur le premier écran pour ravoir le bon pointeur... croyez moi, c'est franchement ennuyeux !!!
http://www.digitalspirit.org
Hors ligne
#6 Le 15/06/2006, à 13:13
- hugo
Re : Problèmes Dual Screen avec Dapper
J'ai réglé le problème en passant en pilote propriétaire...
http://www.digitalspirit.org
Hors ligne