[Ubuntu/Feisty] Dual monitor

Pagina: 1
Acties:

Onderwerpen


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Hallo allemaal,

Ik gebruik nu al een tijdje Feisty op mijn laptop, maar heb nog niet een dual monitor goed aan de praat gekregen. Probleem nummer 1 is dat het niet plug 'n play lijkt te zijn; klopt dat? Alleen als ik opstart met de extra kabel erin, herkent gnome hem.

Goed, wat werkt wel: Als ik de kabel erin plug, en opnieuw opstart, wordt het scherm gecloned naar de externe monitor. Ik heb verschillende xorg.conf-iguraties geprobeerd, maar het lukt me maar niet om de desktop te "extenden", dus m'n workspace te verbreden ipv kopieren.

Mijn xorg.conf (deels):
Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "laptop monitor"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "extra monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "laptop screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "laptop monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

Section "Screen"
Identifier "extra screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "extra monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "laptop screen" 0 0
Screen 1 "extra screen" RightOf "laptop screen"

InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

Section "ServerFlags"
Option "Xinerama" "true"
EndSection
Dit is wat ik er heb van kunnen maken uit verschillende bronnen op internet, en in tig variaties die ik niet meer allemaal weet, maar m'n beeld is nog steeds alleen gecloned.

Weet iemand hoe dit werkend gekregen kan worden?

[ Voor 6% gewijzigd door Verwijderd op 10-06-2007 15:21 ]


Acties:
  • 0 Henk 'm!

  • ripperke
  • Registratie: Augustus 2003
  • Laatst online: 19-08 16:06

ripperke

w00t!

verwijder de section ServerFlags eens en zet

code:
1
2
Option      "xinerama" "on"
Option      "clone" "off"


tusse de ServerLayout tags

If TCP/IP handshaking was less formal, perhaps SYN/ACK would be YO/WASSUP


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
helaas nog steeds hetzelfde

Acties:
  • 0 Henk 'm!

  • llevering
  • Registratie: September 2000
  • Laatst online: 09-09 09:38
Hieronder staat de Xorg.conf uit mijn Ubuntu, waarmee ik hem gisteravond in multi-monitor setup werkend krijg. Als het goed is hoef je niets extra's te installeren nadat Ubuntu is geinstalleerd om deze config te kunnen gebruiken. Je moet wel zelf even de resoluties nalopen om te zorgen dat degenen er tussen staan die jouw monitoren nodig hebben.

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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
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" "us"
    Option      "XkbVariant"    "intl"
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"
    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  "Intel (Primary head)"
    Driver      "i810"
    BusID       "PCI:0:2:0"
    Screen      0
    Option "DDCMode" "True"
    Option "MonitorLayout" "CRT, CRT+LFP"
    Option "AperTexSize" "262144" 
EndSection

Section "Device"
    Identifier  "Intel (Secondary head)"
    Driver      "i810"
    BusID       "PCI:0:2:0"
    Screen      1
    Option "DDCMode" "True"
    Option "MonitorLayout" "CRT, CRT+LFP"
    Option "AperTexSize" "262144" 
EndSection

Section "Monitor"
    Identifier  "Laptop screen"
EndSection

Section "Monitor"
    Identifier  "CTX PV700"
    Option      "DPMS"
EndSection

Section "Screen"
    Identifier  "Left Screen"
    Device      "Intel (Primary head)"
    Monitor     "Laptop screen"
    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       "1400x1050" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier  "Right Screen"
    Device      "Intel (Secondary head)"
    Monitor     "CTX PV700"
    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"
    Screen      0 "Left Screen"
    Screen      1 "Right Screen" RightOf "Left Screen"  
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice     "stylus"    "SendCoreEvents"
    InputDevice     "cursor"    "SendCoreEvents"
    InputDevice     "eraser"    "SendCoreEvents"
    Option      "Xinerama" "true"
EndSection

Section "DRI"
    Mode    0666
EndSection