Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 18/09/2007, à 21:50

killer_pingoui

Double-ecran : bug du pointeur souris

Bonjour à tous !
Voilà après plusieurs heures d'editionS de xorg.conf pour faire marcher le bi-ecran, et bien ca y est, il marche !
Précisions :
- J'ai une ATI 9600 Pro All in wonder
- Je n'ai pas les drivers propriétaires ATI
- Je tourne sous Feisty.

Mon probleme : Le pointeur de la souris bug sur le DEUXIEME ecran, il s'agit d'un gros carré de peut-etre 100/100 pixels, de couleur aléatoire selon l'application qu'il traverse sad ... Etrange ! Je ne me sert pas de Xinerama, mais le probleme est le meme quand je l'active. A noter que ce bug n'existe donc que sur le deuxieme ecran.

Voici mon xorg.conf :

# /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 xorg.conf(5) manual page.
# (Type "man 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 "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	Screen         "aticonfig-Screen[1]" LeftOf "aticonfig-Screen[0]"
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	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  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fr"
	Option	    "XkbVariant" "oss"
	Option	    "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "eraser"
	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "cursor"
	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "Monitor"
	Identifier   "Écran générique"
	HorizSync    28.0 - 64.0
	VertRefresh  43.0 - 60.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[1]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "ATI Technologies Inc RV350 AP [Radeon 9600]"
	Driver      "ati"
	BusID       "PCI:3:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	BusID       "PCI:3:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[1]"
	Driver      "fglrx"
	BusID       "PCI:3:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies Inc RV350 AP [Radeon 9600]"
	Monitor    "Écran générique"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[1]"
	Device     "aticonfig-Device[1]"
	Monitor    "aticonfig-Monitor[1]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Il y a un probleme quelque-part ?

Merci à tous pour votre aide smile .

Hors ligne

#2 Le 18/09/2007, à 22:34

Deepnight

Re : Double-ecran : bug du pointeur souris

BOn je sais pas si ca va t'aider ^^ mais regarde ca (c'est de moi)

Remarque pour les détenteurs de cartes à chipset ATI:

   1.
      Pour le Dual-Desktop sous Ubuntu 7.04 une fois les pilotes propriétaire installés à l'aide du "Gestionnaire de pilotes propriétaires" la commande

"sudo aticonfig –initial=dual-head" permet une configuration automatique du Dual-Desktop


« Pour être heureux et libre, il suffit à l'homme de le vouloir. »
          Alexis de Tocqueville

Hors ligne

#3 Le 18/09/2007, à 22:39

killer_pingoui

Re : Double-ecran : bug du pointeur souris

J'ai fait ceci sans avoir installé les pilotes propriétaires (ou du moins ils ne sont pas activés), c'est ce qui a fait que mon dual fonctione smile Merci au passage big_smile !
C'est apres que mon bug survient.
Merci pour ton aide smile .

Hors ligne

#4 Le 19/09/2007, à 10:58

Deepnight

Re : Double-ecran : bug du pointeur souris

Ah ok ..
donc bah sans les driver... ca va être chaud je sais pas trop quoi faire perso dsl
en tout cas j'ai aussi une ATI et avec la technique d'au deçu ca marche nickel ^^
voila j'espere que quelqu''un d'autre pourra t'aider


« Pour être heureux et libre, il suffit à l'homme de le vouloir. »
          Alexis de Tocqueville

Hors ligne

#5 Le 19/09/2007, à 15:57

killer_pingoui

Re : Double-ecran : bug du pointeur souris

C'est pas vraiment que ca marche, c'est que le pointeur est (super) moche sur le deuxieme ecran tongue
Merci quand meme wink

Hors ligne

#6 Le 21/09/2007, à 21:16

killer_pingoui

Re : Double-ecran : bug du pointeur souris

Personne n'a eu ce problème ?

Hors ligne

#7 Le 23/09/2007, à 11:26

killer_pingoui

Re : Double-ecran : bug du pointeur souris

Toujours pas hmm ... ?

Hors ligne

#8 Le 24/09/2007, à 19:26

killer_pingoui

Re : Double-ecran : bug du pointeur souris

Uuuuuup smile !

Hors ligne

#9 Le 25/09/2007, à 23:07

killer_pingoui

Re : Double-ecran : bug du pointeur souris

Bi-ecran abndonné jusqu'a nouvel ordre roll ...

Hors ligne

#10 Le 28/09/2007, à 17:09

Deepnight

Re : Double-ecran : bug du pointeur souris

dommage... essaye ma technique pour le dual desktop non..?


« Pour être heureux et libre, il suffit à l'homme de le vouloir. »
          Alexis de Tocqueville

Hors ligne

#11 Le 28/09/2007, à 20:56

nozof

Re : Double-ecran : bug du pointeur souris

salut voici mon xorg qui marchait trés bien sous feisty avec 2 écrans de résolution différentes, un au dessus de l'autre.

(aujourd'hui update vers gusty double écran ok mais les résolution c'est plus bon le "pairmode" fait planter x)

Si tu as des questions....


# /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 xorg.conf(5) manual page.
# (Type "man 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/fonts/X11/misc"
	Fontpath	"/usr/share/fonts/X11/cyrillic"
	Fontpath	"/usr/share/fonts/X11/100dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/75dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/Type1"
	Fontpath	"/usr/share/fonts/X11/100dpi"
	Fontpath	"/usr/share/fonts/X11/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		"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"oss"
EndSection


Section "InputDevice"
        Identifier      "Logitech MX1000"
        Driver          "evdev"
        Option          "Name"          "Logitech USB RECEIVER"
        Option          "HWHEELRelativeAxisButtons" "7 6"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizScrollDelta"	"0"
	Option		"SHMConfig" 		"true"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"stylus"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"eraser"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"cursor"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
	Driver		"fglrx"
	Busid		"PCI:1:0:0"
	Option	    	"VideoOverlay" "on"
	Option	    	"OpenGLOverlay" "off"
	Option	    	"DesktopSetup" "vertical,reverse"
	Option		"Mode2"	"1280x1024"
	Option		"DesktopSetup" "lvds,auto"
#	Option		"EnableMonitor" "auto,auto"
    	Option      	"PairModes" "1280x800+1280x1024"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
	Monitor		"Generic Monitor"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Modes		"1280x1824"      
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Generic Keyboard"
	InputDevice     "Logitech MX1000" "SendCoreEvents"
	Inputdevice	"stylus"	"SendCoreEvents"
	Inputdevice	"cursor"	"SendCoreEvents"
	Inputdevice	"eraser"	"SendCoreEvents"
	Inputdevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection
Section "Extensions"
	Option		"Composite"	"0"
EndSection

Hors ligne

#12 Le 28/09/2007, à 22:03

Deepnight

Re : Double-ecran : bug du pointeur souris

Euh bah gusty c'est encore qu'une beta non..?
je sais pas je vais essayer


« Pour être heureux et libre, il suffit à l'homme de le vouloir. »
          Alexis de Tocqueville

Hors ligne

#13 Le 05/10/2007, à 08:53

killer_pingoui

Re : Double-ecran : bug du pointeur souris

Salut les gars !

De toutes facons des que Gutsy sort, je l'installe; ca marchera peut-etre mieux.
Sinon Deepnight, j'ai essayé ta methode, mais je l'ai faite SANS les drivers propriétaires ! Ca fonctionne, mais j'ai le probleme decrit plus haut. Et avec les drivers c'est pire, ca plante carrément.

Enfin merci de vous intéresser à mon problème smile .
Je vous tiens au jus !

Hors ligne

#14 Le 05/10/2007, à 18:53

Deepnight

Re : Double-ecran : bug du pointeur souris

Okay ^^ moi pour Gusty bah j'attend la version stable finalement
euh sinon par hazard t'aurait pas un bug au niveau matériel genre ton 2ème écran qui ne prend pas en charge des truk animé (genre la souris ..)?


« Pour être heureux et libre, il suffit à l'homme de le vouloir. »
          Alexis de Tocqueville

Hors ligne

#15 Le 05/10/2007, à 19:50

killer_pingoui

Re : Double-ecran : bug du pointeur souris

Ah euh .. je ne peux pas te repondre la je suis repassé en simple ecran depuis deux semaines ...
Ton hypothese serait que toute figure animée ne fonctionnerait pas sur cet ecran, donc ? Tu aurait une solution big_smile ?

Merci encore pour tes réponses wink

Hors ligne

#16 Le 06/10/2007, à 10:46

Deepnight

Re : Double-ecran : bug du pointeur souris

bah oué c'est ca mon hypothèse ^^
par contre pour le résoudre... a tu essayer d'inverser tes 2 écran (écran1 port 2 et écran2 port 1) pour voir si c 'est a cause de l'écran ou de la carte graphique
c'est tout ce que je peut te dire pour l'instant ^^


« Pour être heureux et libre, il suffit à l'homme de le vouloir. »
          Alexis de Tocqueville

Hors ligne

#17 Le 06/10/2007, à 12:05

killer_pingoui

Re : Double-ecran : bug du pointeur souris

A un moment j'avais inversé, au lieu de mettre le deuxieme ecran a gauche dans xorg.conf, j'avais mis a droite. Et ca plantais aussi sur le deuxieme ecran ....
Encore merci big_smile

Hors ligne

#18 Le 08/10/2007, à 19:59

Deepnight

Re : Double-ecran : bug du pointeur souris

de rien j'espère que tu pourra résoudre ton pb un jour .. ^^


« Pour être heureux et libre, il suffit à l'homme de le vouloir. »
          Alexis de Tocqueville

Hors ligne