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 24/03/2007, à 17:27

geuldange

probleme multi ecran

Bonjour
Voila j'ai suivi le tuto pour installer le multi-ecran (xinerama) sous ubuntu mais ca ne marche pas.
Etant debutant sous linux je ne sais pas trop quoi modifier dans le xorg.conf.
Ma carte graphique est: Intel Corporation 82852/855GM Integrated Graphics Device
et mon drivers est le i810(j'ai éssayé le 910 mais je n'est plus qu'un écran qui fonctionne).
Je suis actuellement avec 2 bureaux en clones.
Je suis avec  un portable de sony ( VGN-X505VP) ecran 10" je crois et un ecran HP F1723 17"
voila si quelqu'un pourrait m'aider je serais très content
Merci d'avance
ps: je peux copier mon xorg.conf qui ne marche pas je l'ai souvegarder

Hors ligne

#2 Le 24/03/2007, à 23:27

geuldange

Re : probleme multi ecran

personne ?
je vous post le xorg.conf qui ne fonctionne pas peut-etre un expert a la solution



# /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/fon[quote][/quote]
ts/75dpi"
	FontPath	"/usr/share/fonts/X11/misc"
	# 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		"XkbOptions"	"lv3:ralt_switch"
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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
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	"0 Intel Corporation 82852/855GM Integrated Graphics Device"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Screen		**0**
	**Option        "DDCMode" "True"**
	**Option        "MonitorLayout" "LFP,LFP2"**
EndSection
Section "Device"
	Identifier	"1 Intel Corporation 82852/855GM Integrated Graphics Device"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Screen		**1**
	**Option        "DDCMode" "True"**
	**Option        "MonitorLayout" "LFP,LFP2"**
EndSection

Section "Monitor"
	Identifier	"portable"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection
Section "Monitor"
	Identifier	"HP f1723"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection


Section "Screen"
	Identifier	"Default Screen"
	Device		"0 Intel Corporation 82852/855GM Integrated Graphics Device"
	Monitor		"portable"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection
Section "Screen"
	Identifier	"Ecran 2"
	Device		"1 Intel Corporation 82852/855GM Integrated Graphics Device"
	Monitor		"HP f1723"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	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"
	InputDevice	"Synaptics Touchpad"
	Screen	0	"Default Screen"
	Screen	1	"Ecran 2" LeftOf "Default Screen"
	Option "Xinerama" "true"

EndSection

Section "DRI"
	Mode	0666
EndSection

Dernière modification par geuldange (Le 28/03/2007, à 21:06)

Hors ligne

#3 Le 25/03/2007, à 20:38

geuldange

Re : probleme multi ecran

s'il vous plait de l'aide svp svp
j'en ai besoin c'est mon dernier probleme s'il vous plait

Hors ligne

#4 Le 25/03/2007, à 21:34

G-rom

Re : probleme multi ecran

j'ai pas tout regardé encore mais déjà tu as une erreur dans ton server layout.

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
    InputDevice    "Synaptics Touchpad"
    Screen    0    "Default Screen"
    Screen    1    "Ecran 2" LeftOf "Default Screen"
    Option "Xinerama" "true"

EndSection

Je t'ai mis en gras la ligne en trop.


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#5 Le 25/03/2007, à 21:42

G-rom

Re : probleme multi ecran

tu as aussi mis les mêmes valeurs aux synchro mais ça m'étonnerai que ça soit bon, apparemment il s'agit de deux écrans différents.

  HorizSync    28-51
    VertRefresh    43-60


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#6 Le 26/03/2007, à 17:13

geuldange

Re : probleme multi ecran

je vais essayer pour le serverlayout
mais pour les frequences où peut on les trouver? pour mon ecran hp oui (http://www.commentcamarche.net/guide-ac … -technique)mais pour l'ecran de mon portable?? c'est un sony vgn-X505VP
pouvez vous me dire que dois-je mettre pour les deux écrans
merci d'avance pour vos réponses

Hors ligne

#7 Le 26/03/2007, à 18:30

G-rom

Re : probleme multi ecran

alors là j'en sais pas plus que toi. Tente en supprimant ces deux lignes, pour voir si c'est détecté automatiquement. Sinon regarde dans la doc de ton portable, le site constructeur que sais je encore.
Je crois aussi que sinon on peut mettre les résolutions avec la fréquance derrière un truc du genre 1280x1024@75... faudrai fouiller un peu dans la doc ou sur le forum ça doit se trouver, j'avoue que je ne sais plus trop comment ça s'écrit.

Dernière modification par G-rom (Le 26/03/2007, à 18:32)


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#8 Le 26/03/2007, à 18:57

geuldange

Re : probleme multi ecran

voila j'ai essayé sans la ligne dans serverlayout mais sa ne marche toujours pas
pour info quand je démarre il y a erreur serveur X il me dit ligne 105 et le ligne 105 c'est ou il y a ecrit:
Screen 0
peut etre que cela ne va pas

Hors ligne

#9 Le 26/03/2007, à 19:24

G-rom

Re : probleme multi ecran

remplace   Screen        **0** par Screen 0 pareil pour le **1**


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#10 Le 26/03/2007, à 19:44

geuldange

Re : probleme multi ecran

j'ai essayé ca ne fonctionne pas dsl

Hors ligne

#11 Le 26/03/2007, à 21:47

G-rom

Re : probleme multi ecran

bin alors là... j'avoue que je savais meme pas que xinerama fonctionnait pour les intel déjà. Pour nvidia et ATI oui, en plus de 2 3 autres méthodes.


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#12 Le 26/03/2007, à 22:14

totolouga

Re : probleme multi ecran

Salut,
pense a sauver ton xorg.conf avant tout....

Ensuite fais un copier /coller de ceci et vois ce que ca donne

Section "Device"
    Identifier    "0 Intel Corporation 82852/855GM Integrated Graphics Device"
    Driver        "i810"
    BusID        "PCI:0:2:0"
    Screen 0
Option "DDCMode" "True"
Option "MonitorLayout" "LFP,LFP"
EndSection
Section "Device"
    Identifier    "1 Intel Corporation 82852/855GM Integrated Graphics Device"
    Driver        "i810"
    BusID        "PCI:0:2:0"
    Screen 1
Option "DDCMode" "True"
Option "MonitorLayout" "LFP,LFP"
EndSection

Section "Monitor"
    Identifier    "SONY"
    Option        "DPMS"
    HorizSync    28-64
    VertRefresh    43-60
EndSection

Section "Monitor"
    Identifier    "HP "
    Option        "DPMS"
    HorizSync    28-64
    VertRefresh    50-160
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "0 Intel Corporation 82852/855GM Integrated Graphics Device"
    Monitor        "SONY"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768"
    EndSubSection
EndSection
Section "Screen"
    Identifier    "Screen1"
    Device        "1 Intel Corporation 82852/855GM Integrated Graphics Device"
    Monitor        "HP"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768"
    EndSubSection
EndSection


Section "ServerLayout"
    Identifier    "Default Layout"
    Screen 0	"Screen0"
    Screen 1	"Screen1" LeftOf "Screen0"
    Option "Xinerama" "true"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
    InputDevice    "Synaptics Touchpad"

EndSection

Section "DRI"
    Mode    0666
EndSection

Si tu veux plutot le mode dual, je te mets ci dessous le xorg.conf qui est plus sur  de fonctionner.

Section "Device"
	Identifier	"0 Intel Corporation 82852/855GM Integrated Graphics Device"
	Driver		"i810"
	Screen 0
	BusID		"PCI:0:2:0"
	Option		"UseFBDev"		"true"
EndSection

Section "Device"
	Identifier	"1 Intel Corporation 82852/855GM Integrated Graphics Device"
	Driver		"i810"
	Screen 1
	BusID		"PCI:0:2:0"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
	Option          "DPMS"
EndSection

Section "Monitor"
	Identifier	"Monitor1"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	50-160
	Option          "DPMS"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"0 Intel Corporation 82852/855GM Integrated Graphics Device"
	Monitor		"Monitor0"
	DefaultDepth    24
        SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "800x600"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"1 Intel Corporation 82852/855GM Integrated Graphics Device"
	Monitor		"Monitor1"
	DefaultDepth    24
        SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "800x600"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier      "Default layout"
        Screen 0        "Screen0"
        Screen 1        "Screen1" LeftOf "Screen0"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

J'espere ne pas avoir fait trop d'erreurs.


Raph
Ubuntu Lucid sur HPnx8220

Hors ligne

#13 Le 27/03/2007, à 08:55

G-rom

Re : probleme multi ecran

Tu as changé quoi par rapport à son xorg.conf original ?


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#14 Le 27/03/2007, à 13:04

totolouga

Re : probleme multi ecran

Deja comme tu lui a dit, les ** a enlever, les H et V pour son moniteur (a verifier) et aussi les noms car ca me parait plus facile a suivre. Mais comme toi je ne sais pas si ca marche avec Intel, ca marche chez moi mais avec Ati.


Raph
Ubuntu Lucid sur HPnx8220

Hors ligne

#15 Le 27/03/2007, à 22:19

geuldange

Re : probleme multi ecran

merci pour les réponses mais ca ne marche pas.
j'ai copier les deux xorg.conf un a un et le premier ne signal pas d'erreur mais ecrans noirs (un début!!!) mais le deuxieme qui devait fonctionner me donne une erreur X server
merci mais j'ai encore besoin d'aide je ne comprends rien a e p*****de truc de m****
Bonne nuit

Hors ligne

#16 Le 28/03/2007, à 00:31

G-rom

Re : probleme multi ecran

je commence vraiment à me demander si xinerama marche avec les puces graphiques intel.


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#17 Le 28/03/2007, à 13:23

totolouga

Re : probleme multi ecran

Dans la section monitor (pour la version xinerama) enleve l'espace que j'ai mis apres HP et re-essaye, je doute que ca soit cela mias bon sinon je ne vois pas d'erreur...

Section "Monitor"
    Identifier    "HP"
    Option        "DPMS"
    HorizSync    28-64
    VertRefresh    50-160
EndSection

Raph
Ubuntu Lucid sur HPnx8220

Hors ligne

#18 Le 28/03/2007, à 18:04

geuldange

Re : probleme multi ecran

CA MARCHE!!!!!!!!!!!!!!!!!!!!!!!:D:D:D:D:D:D:D:D
mais j'ai encore un probleme. pour l'ecran noir il fallait mettre CRT,LFP comme il était dit sur le tuto
mais quand je suis sous ma session, il se connecte mais il se deconnecte aussitot (je pense a beryl qui ne supporte pas les deux ecrans) donc en console de récupération je tape StartX et la je suis dans une session avec mon multi ecran qui marche super bien
Quelqu'un a t-il une solution pour ma session ou comment créer une nouvelle session
je vous remercie encore je suis trop content mais j'aimerais me connecter dans ma session

Dernière modification par geuldange (Le 28/03/2007, à 19:21)

Hors ligne

#19 Le 28/03/2007, à 19:30

totolouga

Re : probleme multi ecran

Ben je suis bien  content pour toi!:D

Tu as mis crt....j'avais cru comprendre que tu avais un portable et a coté un lcd??
1/ Xinerama marche mais as tu essayé le dual screen?

2/ Peux tu faire une copie de ton xorg.conf stp

3/Quand tu demarres sur ta session ca plante sans que tu fasses quoi que ce soit ou alors quand tu actives le deuxieme ecran?

4/Que se passe t il si tu demarres avec un seul ecran connecté?


Raph
Ubuntu Lucid sur HPnx8220

Hors ligne

#20 Le 28/03/2007, à 19:39

G-rom

Re : probleme multi ecran

enleve le démarrage auto de beryl si c'est ça qui te fait planter.


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#21 Le 28/03/2007, à 19:55

geuldange

Re : probleme multi ecran

pour totolouga le dualscreen marche puisque j'y suis en ce moment
j'ai effectivement 2 LCD mais regarde sur cette pagehttp://doc.ubuntu-fr.org/materiel/multi … ti%20ecran et tu verras que dans les problemes il dit qu'il a mit lFP,CRT pour que ca marche et moi ca marche
je vais tester avc un seul ecran

pour G-Rom j'aimerais enlever le demarrage auto de beryl mais je n'arrive pas a ma session c'est ca qui le fait planter car dans une session depuis la console de récupération je lance beryl il plante direct je dois redémarrer
j'essaye vos soluces merci

Hors ligne

#22 Le 28/03/2007, à 21:04

geuldange

Re : probleme multi ecran

ca y est enfin!!
j'ai débranché mon ecran j'ai alors réussi a aller sur ma session et j'ai desactivé beryl .
comment puis-je changer d'eccran principal??? actuellemnt mon portable est principal et je voudrais mettre mon ecran car 17" c'est mieux que 10" et comment je peux mettre une resolution plus haute sur mon HP que sur mon portable.
je mets si dessous mon nouveau xorg.conf fonctionnel pour mettre l'ecran hp en principal et pour la résolution et pour ceux qui comme moi n'y arrive pas avec le mutli ecran

# /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"
	FontPath	"/usr/share/fonts/X11/misc"
	# 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		"XkbOptions"	"lv3:ralt_switch"
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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
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    "0 Intel Corporation 82852/855GM Integrated Graphics Device"
    Driver        "i810"
    BusID        "PCI:0:2:0"
    Screen 0
Option "DDCMode" "True"
Option "MonitorLayout" "CRT,LFP"
EndSection
Section "Device"
    Identifier    "1 Intel Corporation 82852/855GM Integrated Graphics Device"
    Driver        "i810"
    BusID        "PCI:0:2:0"
    Screen 1
Option "DDCMode" "True"
Option "MonitorLayout" "CRT,LFP"
EndSection

Section "Monitor"
    Identifier    "SONY"
    Option        "DPMS"
    HorizSync    28-64
    VertRefresh    43-60
EndSection

Section "Monitor"
    Identifier    "HP"
    Option        "DPMS"
    HorizSync    28-81
    VertRefresh    50-76
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "0 Intel Corporation 82852/855GM Integrated Graphics Device"
    Monitor        "SONY"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768"
    EndSubSection
EndSection
Section "Screen"
    Identifier    "Screen1"
    Device        "1 Intel Corporation 82852/855GM Integrated Graphics Device"
    Monitor        "HP"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768"
    EndSubSection
EndSection


Section "ServerLayout"
    Identifier    "Default Layout"
    Screen 0    "Screen0"
    Screen 1    "Screen1" RightOf "Screen0"
    Option "Xinerama" "true"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
    InputDevice    "Synaptics Touchpad"

EndSection

Section "DRI"
    Mode    0666EndSection

Dernière modification par geuldange (Le 28/03/2007, à 21:05)

Hors ligne

#23 Le 28/03/2007, à 21:42

G-rom

Re : probleme multi ecran

malheureusement avec xinerama on ne peut pas mettre deux résolution différente, quasi sure. C'est bien pour ça qu'ils ont inventé mergedfb en solution de remplacement sous ati.
Et pour changé d'écran principale bin faut jouer avec les 0 et 1 et le leftof en rightof.


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#24 Le 28/03/2007, à 22:28

jajaX

Re : probleme multi ecran

G-rom a écrit :

malheureusement avec xinerama on ne peut pas mettre deux résolution différente, quasi sure. C'est bien pour ça qu'ils ont inventé mergedfb en solution de remplacement sous ati.
Et pour changé d'écran principale bin faut jouer avec les 0 et 1 et le leftof en rightof.

heu je suis en 1280*1024 sur mon LCD et en 1024*768 sur ma TV...

enfin je parle pour ma carte nvidia évidement...

Dernière modification par jajaX (Le 28/03/2007, à 22:30)


@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 24.04 Noble Numbat (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)

Hors ligne

#25 Le 28/03/2007, à 22:36

geuldange

Re : probleme multi ecran

jajax explique comment tu fais pour mettre deux resolutions différentes que je teste.
encore un truc pourquoi je n'arrive pas a basculer une fenetre d'un ecran a l'autre une partie de la fenetre ne veut pas aller dans l'autre ecran.
et encore un truc est il possible d'utiliser beryl???
Merci encore pour votre aide je vais rester longtemps sous linux maintenant big_smile:D:D:D:D:D

Hors ligne