Précédent   Forum des professionnels en informatique > Systèmes > Linux > Matériel
Matériel Vos questions relatives à la configuration optimale et au support matériel
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 21/09/2006, 19h56   #1
Futur Membre du Club
 
Inscription : mai 2006
Messages : 60
Détails du profil
Informations forums :
Inscription : mai 2006
Messages : 60
Points : 19
Points : 19
Par défaut Dual-screen entre un portable et un LCD.

Bonjour,

J'ai un petit soucis pour faire fonctionner le dual-screen sous Debian (3.1 r3) sur un portable Acer.
La carte graphique est annoncée comme une Radeon Mobility 9700, mais il semblerait que ce soit une 9600.

Je suis donc sous XFree86, et je voudrais mon écran LCD 20" en écran principal (Belinea B102030W), positioné au-dessus de l'écran du portable.
Les deux sont en 16/10, et je voudrais une résolution fixe de 1280x800 pour le portable et 1680x1050 pour le LCD. Les paramètres du LCD sont : HorizSync 31-83, VertRefresh 56-75.

En utilisant une configuration "normale", comme si je n'avais qu'un écran, ça duplique l'image sur les deux, en utilisant une résolution bidon sur le 20" (genre j'ai un gros zoom et je dois bouger la souris pour découvir le reste de l'écran). Si j'essai de faire reconnaître deux écrans séparés en suivant divers tutos, soit ça continue d'afficher la même image deux fois, en l'affichant normalement sur l'écran du portable, mal sur l'écran 20 pouces, soit ça fait une erreur.

Quelqu'un ayant déjà du configuré un système du même type pourrait-il m'aider ?
Merci d'avance !

Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
 
Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection
 
Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection
 
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
EndSection
 
Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection
Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection
 
Section "Device"
	Identifier	"ATI Radeon 9700"
	Driver		"ati"
EndSection
 
 
Section "Monitor"
	Identifier	"Acer"
	HorizSync	30-75
	VertRefresh	50-85
	Option		"DPMS"
EndSection
 
Section "Monitor"
        Identifier      "Belinea"
        HorizSync       31-83
        VertRefresh     56-75
        Option          "DPMS"
EndSection
 
 
Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Radeon 9700"
	Monitor		"Acer"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x800"
	EndSubSection
EndSection
 
Section "Screen"
        Identifier      "Second ecran"
        Device          "ATI Radeon 9700"
        Monitor         "Belinea"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1680x1050"
        EndSubSection
EndSection
 
 
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen "Default Screen"
        Screen "Second ecran" Above "Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection
 
Section "DRI"
	Mode	0666
EndSection

Ci-joint, le log d'erreur.
Fichiers attachés
Type de fichier : txt XFree86.0.log.txt (44,0 Ko, 0 affichages)
$p00ky est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/09/2006, 01h32   #2
Futur Membre du Club
 
Inscription : mai 2006
Messages : 60
Détails du profil
Informations forums :
Inscription : mai 2006
Messages : 60
Points : 19
Points : 19
Bonsoir,

Je viens enfin d'arriver à faire marcher le dual-screen, grâce à ce tuto : http://www.nuxo.net/tutorial-37.html

J'ai fait un affichage vertical sur les deux écrans.
Par contre j'ai un petit soucis assez bizarre...

Quand je passe sur l'écran du bas, celui du portable, l'emplacement réel de la souris n'est pas celui indiqué visuellement.
L'emplacement réel varie entre "la bonne place" et "5 cm à droite de là où elle est affichée". Ca change quand je passe la souris sur l'écran du haut (le LCD), et que je reviens sur celui du bas.

Celui du haut est en 1680x1050, celui du bas lui est aligné, mais ne devrait pas supporter cette résolution (il doit être en 1280x800 mais je n'ai rien précisé...).

Quelqu'un saurait comment recaler la souris au bon endroit ?

Merci d'avance !
$p00ky est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 08h55.


 
 
 
 
Partenaires

Hébergement Web