Heren en Dames,
Ik heb een probleem met mijn HT-Pc, wat ik wil is een default xorg.conf voor mijn setup, zodat ik deze ook kan draaien zonder dat mijn beamer aanstaat.
Setup:
AOpen DE7000 aan een EH-TW3200 beamer.
De DE7000 draait een verbouwde/uitgeklede Ubuntu 13.10 installatie met daarop XBMC (vanuit de Ubuntu repositories).
XBMC wordt gestart vanuit "/etc/init/xbmc.conf":
De rest van de unity manager en adere windows zut heb ik verwijderd.
Dit werkt perfect, mits de beamer aanstaat. Dan wordt er netjes een screen gecreëerd waarin XBMC kan draaien.
Het probleem:
Maar zet ik het systeem aan zonder beamer dan wordt XBMC niet gestart omdat er geen screen kan worden gemaakt ...
xorg.0.log:
voor de volledigheid de xorg.0.log als de beamer WEL aanstaat:
Wat heb ik geprobeerd:
Ik heb geprobeerd zelf een xorg.conf te maken in /etc/X11, met daarin een default monitor, die voldoet aan mijn de specs van de beamer, gebaseerd op de door nvidia-xconfig gecreëerde config:
Ik heb xdpyinfo -display :0 | grep -B2 resolution, gebruikt om de specs van mijn beamer te achterhalen:
xrandr -d :0
Sorry voor alle tekst en logs, maar ik probeer zo volledig mogelijk te zijn.
Wie kan mij op weg helpen? Ik wil graag dat XBMC netjes wordt gestart ook al staat mijn beamer uit, en als ik daarna mijn beamer aanzet wil ik wel gewoon full hd beeld hebben zonder zonder dat ik een reboot moet doen ...
Dus eigenlijk wil ik het aanstaan mijn beamer faken!!
nog een stukje achtergrond:
Ik kwam hier achter toen ik een VNC sessie wilde starten naar XBMC terwijl de beamer niet was aangeweest:
x11vnc -display :0 -nopw -noxdamage -forever -nowf -bg
Die gaf aan de er geen display ":0" was.
Ik heb een probleem met mijn HT-Pc, wat ik wil is een default xorg.conf voor mijn setup, zodat ik deze ook kan draaien zonder dat mijn beamer aanstaat.
Setup:
AOpen DE7000 aan een EH-TW3200 beamer.
De DE7000 draait een verbouwde/uitgeklede Ubuntu 13.10 installatie met daarop XBMC (vanuit de Ubuntu repositories).
XBMC wordt gestart vanuit "/etc/init/xbmc.conf":
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| # xbmc-upstart # starts XBMC on startup by using xinit. # by default runs as xbmc, to change edit below. env USER=xbmc description "XBMC-barebones-upstart-script" author "Matt Filetto" start on (filesystem and stopped udevtrigger) stop on runlevel [016] # tell upstart to respawn the process if abnormal exit respawn script exec su -c "xinit /usr/bin/xbmc --standalone -- -nocursor :0" $USER end script |
De rest van de unity manager en adere windows zut heb ik verwijderd.
Dit werkt perfect, mits de beamer aanstaat. Dan wordt er netjes een screen gecreëerd waarin XBMC kan draaien.
Het probleem:
Maar zet ik het systeem aan zonder beamer dan wordt XBMC niet gestart omdat er geen screen kan worden gemaakt ...
xorg.0.log:
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
| [root@Galilei]</var/log># cat Xorg.0.log.old [ 139.919] X.Org X Server 1.14.5 Release Date: 2013-12-12 [ 139.919] X Protocol Version 11, Revision 0 [ 139.919] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu [ 139.919] Current Operating System: Linux Galilei 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 [ 139.919] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic root=UUID=e3267531-527a-4f19-94c7-6eb3c47aa215 ro quiet splash [ 139.919] Build Date: 17 December 2013 10:06:15AM [ 139.919] xorg-server 2:1.14.5-1ubuntu2~saucy1 (For technical support please see http://www.ubuntu.com/support) [ 139.919] Current version of pixman: 0.30.2 [ 139.919] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 139.919] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 139.919] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 6 12:35:02 2014 [ 139.919] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 139.920] (==) No Layout section. Using the first Screen section. [ 139.920] (==) No screen section available. Using defaults. [ 139.920] (**) |-->Screen "Default Screen Section" (0) [ 139.920] (**) | |-->Monitor "<default monitor>" [ 139.920] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 139.920] (==) Automatically adding devices [ 139.920] (==) Automatically enabling devices [ 139.920] (==) Automatically adding GPU devices [ 139.920] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 139.920] Entry deleted from font path. [ 139.920] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist. [ 139.920] Entry deleted from font path. [ 139.920] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist. [ 139.920] Entry deleted from font path. [ 139.920] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist. [ 139.920] Entry deleted from font path. [ 139.920] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist. [ 139.920] Entry deleted from font path. [ 139.920] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/Type1, built-ins [ 139.920] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules" [ 139.920] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 139.920] (II) Loader magic: 0x7fde8b624d20 [ 139.920] (II) Module ABI versions: [ 139.920] X.Org ANSI C Emulation: 0.4 [ 139.920] X.Org Video Driver: 14.1 [ 139.920] X.Org XInput driver : 19.1 [ 139.920] X.Org Server Extension : 7.0 [ 139.920] (II) xfree86: Adding drm device (/dev/dri/card0) [ 139.922] (--) PCI:*(0:2:0:0) 10de:0874:a0a0:0802 rev 177, Mem @ 0xfb000000/16777216, 0xe0000000/268435456, 0xf6000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/131072 [ 139.922] (II) Open ACPI successful (/var/run/acpid.socket) [ 139.922] Initializing built-in extension Generic Event Extension [ 139.922] Initializing built-in extension SHAPE [ 139.922] Initializing built-in extension MIT-SHM [ 139.922] Initializing built-in extension XInputExtension [ 139.922] Initializing built-in extension XTEST [ 139.922] Initializing built-in extension BIG-REQUESTS [ 139.922] Initializing built-in extension SYNC [ 139.922] Initializing built-in extension XKEYBOARD [ 139.922] Initializing built-in extension XC-MISC [ 139.922] Initializing built-in extension SECURITY [ 139.922] Initializing built-in extension XINERAMA [ 139.922] Initializing built-in extension XFIXES [ 139.922] Initializing built-in extension RENDER [ 139.922] Initializing built-in extension RANDR [ 139.922] Initializing built-in extension COMPOSITE [ 139.922] Initializing built-in extension DAMAGE [ 139.922] Initializing built-in extension MIT-SCREEN-SAVER [ 139.922] Initializing built-in extension DOUBLE-BUFFER [ 139.922] Initializing built-in extension RECORD [ 139.922] Initializing built-in extension DPMS [ 139.922] Initializing built-in extension X-Resource [ 139.922] Initializing built-in extension XVideo [ 139.922] Initializing built-in extension XVideo-MotionCompensation [ 139.922] Initializing built-in extension SELinux [ 139.922] Initializing built-in extension XFree86-VidModeExtension [ 139.922] Initializing built-in extension XFree86-DGA [ 139.922] Initializing built-in extension XFree86-DRI [ 139.923] Initializing built-in extension DRI2 [ 139.923] (II) "glx" will be loaded by default. [ 139.923] (WW) "xmir" is not to be loaded by default. Skipping. [ 139.923] (II) LoadModule: "dri2" [ 139.923] (II) Module "dri2" already built-in [ 139.923] (II) LoadModule: "glamoregl" [ 139.923] (II) Loading /usr/lib/xorg/modules/libglamoregl.so [ 139.947] (II) Module glamoregl: vendor="X.Org Foundation" [ 139.947] compiled for 1.14.3, module version = 0.5.1 [ 139.947] ABI class: X.Org ANSI C Emulation, version 0.4 [ 139.947] (II) LoadModule: "glx" [ 139.947] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 139.990] (II) Module glx: vendor="NVIDIA Corporation" [ 139.990] compiled for 4.0.2, module version = 1.0.0 [ 139.990] Module class: X.Org Server Extension [ 139.990] (II) NVIDIA GLX Module 319.32 Wed Jun 19 14:55:38 PDT 2013 [ 139.990] Loading extension GLX [ 139.990] (==) Matched nvidia as autoconfigured driver 0 [ 139.990] (==) Matched nouveau as autoconfigured driver 1 [ 139.990] (==) Matched nvidia as autoconfigured driver 2 [ 139.990] (==) Matched nouveau as autoconfigured driver 3 [ 139.990] (==) Matched vesa as autoconfigured driver 4 [ 139.990] (==) Matched modesetting as autoconfigured driver 5 [ 139.990] (==) Matched fbdev as autoconfigured driver 6 [ 139.990] (==) Assigned the driver to the xf86ConfigLayout [ 139.990] (II) LoadModule: "nvidia" [ 139.990] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 139.996] (II) Module nvidia: vendor="NVIDIA Corporation" [ 139.996] compiled for 4.0.2, module version = 1.0.0 [ 139.996] Module class: X.Org Video Driver [ 139.997] (II) LoadModule: "nouveau" [ 139.997] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 139.999] (II) Module nouveau: vendor="X.Org Foundation" [ 139.999] compiled for 1.14.2.901, module version = 1.0.9 [ 139.999] Module class: X.Org Video Driver [ 139.999] ABI class: X.Org Video Driver, version 14.1 [ 139.999] (II) LoadModule: "vesa" [ 139.999] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 140.000] (II) Module vesa: vendor="X.Org Foundation" [ 140.000] compiled for 1.14.1, module version = 2.3.2 [ 140.000] Module class: X.Org Video Driver [ 140.000] ABI class: X.Org Video Driver, version 14.1 [ 140.000] (II) LoadModule: "modesetting" [ 140.001] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 140.002] (II) Module modesetting: vendor="X.Org Foundation" [ 140.002] compiled for 1.14.1, module version = 0.8.0 [ 140.002] Module class: X.Org Video Driver [ 140.002] ABI class: X.Org Video Driver, version 14.1 [ 140.002] (II) LoadModule: "fbdev" [ 140.002] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 140.005] (II) Module fbdev: vendor="X.Org Foundation" [ 140.005] compiled for 1.14.1, module version = 0.4.3 [ 140.005] Module class: X.Org Video Driver [ 140.005] ABI class: X.Org Video Driver, version 14.1 [ 140.005] (II) NVIDIA dlloader X Driver 319.32 Wed Jun 19 14:34:12 PDT 2013 [ 140.005] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 140.005] (II) NOUVEAU driver Date: Wed Jul 31 10:51:03 2013 +1000 [ 140.005] (II) NOUVEAU driver for NVIDIA chipset families : [ 140.005] RIVA TNT (NV04) [ 140.005] RIVA TNT2 (NV05) [ 140.005] GeForce 256 (NV10) [ 140.005] GeForce 2 (NV11, NV15) [ 140.005] GeForce 4MX (NV17, NV18) [ 140.005] GeForce 3 (NV20) [ 140.005] GeForce 4Ti (NV25, NV28) [ 140.005] GeForce FX (NV3x) [ 140.006] GeForce 6 (NV4x) [ 140.006] GeForce 7 (G7x) [ 140.006] GeForce 8 (G8x) [ 140.006] GeForce GTX 200 (NVA0) [ 140.006] GeForce GTX 400 (NVC0) [ 140.006] (II) VESA: driver for VESA chipsets: vesa [ 140.006] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 140.006] (II) FBDEV: driver for framebuffer: fbdev [ 140.006] (--) using VT number 7 [ 140.007] (II) Loading sub module "fb" [ 140.007] (II) LoadModule: "fb" [ 140.008] (II) Loading /usr/lib/xorg/modules/libfb.so [ 140.009] (II) Module fb: vendor="X.Org Foundation" [ 140.009] compiled for 1.14.5, module version = 1.0.0 [ 140.009] ABI class: X.Org ANSI C Emulation, version 0.4 [ 140.010] (WW) Unresolved symbol: fbGetGCPrivateKey [ 140.010] (II) Loading sub module "wfb" [ 140.010] (II) LoadModule: "wfb" [ 140.010] (II) Loading /usr/lib/xorg/modules/libwfb.so [ 140.012] (II) Module wfb: vendor="X.Org Foundation" [ 140.012] compiled for 1.14.5, module version = 1.0.0 [ 140.012] ABI class: X.Org ANSI C Emulation, version 0.4 [ 140.012] (II) Loading sub module "shadow" [ 140.012] (II) LoadModule: "shadow" [ 140.012] (II) Loading /usr/lib/xorg/modules/libshadow.so [ 140.014] (II) Module shadow: vendor="X.Org Foundation" [ 140.014] compiled for 1.14.5, module version = 1.1.0 [ 140.015] ABI class: X.Org ANSI C Emulation, version 0.4 [ 140.015] (II) Loading sub module "ramdac" [ 140.015] (II) LoadModule: "ramdac" [ 140.015] (II) Module "ramdac" already built-in [ 140.015] (WW) Falling back to old probe method for vesa [ 140.015] (WW) Falling back to old probe method for modesetting [ 140.015] (WW) Falling back to old probe method for fbdev [ 140.015] (II) Loading sub module "fbdevhw" [ 140.015] (II) LoadModule: "fbdevhw" [ 140.015] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 140.017] (II) Module fbdevhw: vendor="X.Org Foundation" [ 140.017] compiled for 1.14.5, module version = 0.0.2 [ 140.017] ABI class: X.Org Video Driver, version 14.1 [ 140.017] (EE) open /dev/fb0: No such file or directory [ 140.017] (II) NVIDIA(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 140.017] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32 [ 140.017] (==) NVIDIA(0): RGB weight 888 [ 140.017] (==) NVIDIA(0): Default visual is TrueColor [ 140.017] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 140.017] (**) NVIDIA(0): Enabling 2D acceleration [ 140.245] (II) NVIDIA(0): NVIDIA GPU ION (C79) at PCI:2:0:0 (GPU-0) [ 140.245] (--) NVIDIA(0): Memory: 262144 kBytes [ 140.245] (--) NVIDIA(0): VideoBIOS: 62.79.77.00.00 [ 140.247] (--) NVIDIA(0): Valid display device(s) on ION at PCI:2:0:0 [ 140.247] (--) NVIDIA(0): CRT-0 (boot) [ 140.247] (--) NVIDIA(0): DFP-0 [ 140.247] (--) NVIDIA(0): CRT-0: 300.0 MHz maximum pixel clock [ 140.247] (--) NVIDIA(0): DFP-0: 165.0 MHz maximum pixel clock [ 140.247] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS [ 140.247] (EE) NVIDIA(0): Failed to assign any connected display devices to X screen 0 [ 140.271] (EE) NVIDIA(0): Failing initialization of X screen 0 [ 140.478] (II) UnloadModule: "nvidia" [ 140.478] (II) UnloadSubModule: "shadow" [ 140.478] (II) UnloadSubModule: "wfb" [ 140.478] (II) UnloadSubModule: "fb" [ 140.478] (EE) Screen(s) found, but none have a usable configuration. [ 140.479] (EE) Fatal server error: [ 140.479] (EE) no screens found(EE) [ 140.479] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 140.479] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 140.479] (EE) [ 140.480] (EE) Server terminated with error (1). Closing log file. |
voor de volledigheid de xorg.0.log als de beamer WEL aanstaat:
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
| [root@Galilei]</var/log># cat Xorg.0.log [ 154.944] X.Org X Server 1.14.5 Release Date: 2013-12-12 [ 154.944] X Protocol Version 11, Revision 0 [ 154.944] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu [ 154.944] Current Operating System: Linux Galilei 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 [ 154.944] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic root=UUID=e3267531-527a-4f19-94c7-6eb3c47aa215 ro quiet splash [ 154.944] Build Date: 17 December 2013 10:06:15AM [ 154.944] xorg-server 2:1.14.5-1ubuntu2~saucy1 (For technical support please see http://www.ubuntu.com/support) [ 154.944] Current version of pixman: 0.30.2 [ 154.944] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 154.944] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 154.945] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 6 12:35:17 2014 [ 154.945] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 154.945] (==) No Layout section. Using the first Screen section. [ 154.945] (==) No screen section available. Using defaults. [ 154.945] (**) |-->Screen "Default Screen Section" (0) [ 154.945] (**) | |-->Monitor "<default monitor>" [ 154.945] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 154.945] (==) Automatically adding devices [ 154.945] (==) Automatically enabling devices [ 154.945] (==) Automatically adding GPU devices [ 154.945] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 154.945] Entry deleted from font path. [ 154.945] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist. [ 154.945] Entry deleted from font path. [ 154.945] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist. [ 154.945] Entry deleted from font path. [ 154.945] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist. [ 154.945] Entry deleted from font path. [ 154.945] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist. [ 154.945] Entry deleted from font path. [ 154.945] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/Type1, built-ins [ 154.945] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules" [ 154.945] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 154.945] (II) Loader magic: 0x7fc0730ecd20 [ 154.945] (II) Module ABI versions: [ 154.945] X.Org ANSI C Emulation: 0.4 [ 154.945] X.Org Video Driver: 14.1 [ 154.945] X.Org XInput driver : 19.1 [ 154.945] X.Org Server Extension : 7.0 [ 154.946] (II) xfree86: Adding drm device (/dev/dri/card0) [ 154.947] (--) PCI:*(0:2:0:0) 10de:0874:a0a0:0802 rev 177, Mem @ 0xfb000000/16777216, 0xe0000000/268435456, 0xf6000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/131072 [ 154.947] (II) Open ACPI successful (/var/run/acpid.socket) [ 154.947] Initializing built-in extension Generic Event Extension [ 154.947] Initializing built-in extension SHAPE [ 154.947] Initializing built-in extension MIT-SHM [ 154.947] Initializing built-in extension XInputExtension [ 154.947] Initializing built-in extension XTEST [ 154.947] Initializing built-in extension BIG-REQUESTS [ 154.947] Initializing built-in extension SYNC [ 154.947] Initializing built-in extension XKEYBOARD [ 154.947] Initializing built-in extension XC-MISC [ 154.947] Initializing built-in extension SECURITY [ 154.947] Initializing built-in extension XINERAMA [ 154.948] Initializing built-in extension XFIXES [ 154.948] Initializing built-in extension RENDER [ 154.948] Initializing built-in extension RANDR [ 154.948] Initializing built-in extension COMPOSITE [ 154.948] Initializing built-in extension DAMAGE [ 154.948] Initializing built-in extension MIT-SCREEN-SAVER [ 154.948] Initializing built-in extension DOUBLE-BUFFER [ 154.948] Initializing built-in extension RECORD [ 154.948] Initializing built-in extension DPMS [ 154.948] Initializing built-in extension X-Resource [ 154.948] Initializing built-in extension XVideo [ 154.948] Initializing built-in extension XVideo-MotionCompensation [ 154.948] Initializing built-in extension SELinux [ 154.948] Initializing built-in extension XFree86-VidModeExtension [ 154.948] Initializing built-in extension XFree86-DGA [ 154.948] Initializing built-in extension XFree86-DRI [ 154.948] Initializing built-in extension DRI2 [ 154.948] (II) "glx" will be loaded by default. [ 154.948] (WW) "xmir" is not to be loaded by default. Skipping. [ 154.948] (II) LoadModule: "dri2" [ 154.948] (II) Module "dri2" already built-in [ 154.948] (II) LoadModule: "glamoregl" [ 154.948] (II) Loading /usr/lib/xorg/modules/libglamoregl.so [ 154.972] (II) Module glamoregl: vendor="X.Org Foundation" [ 154.972] compiled for 1.14.3, module version = 0.5.1 [ 154.972] ABI class: X.Org ANSI C Emulation, version 0.4 [ 154.972] (II) LoadModule: "glx" [ 154.972] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 155.015] (II) Module glx: vendor="NVIDIA Corporation" [ 155.015] compiled for 4.0.2, module version = 1.0.0 [ 155.015] Module class: X.Org Server Extension [ 155.015] (II) NVIDIA GLX Module 319.32 Wed Jun 19 14:55:38 PDT 2013 [ 155.015] Loading extension GLX [ 155.015] (==) Matched nvidia as autoconfigured driver 0 [ 155.015] (==) Matched nouveau as autoconfigured driver 1 [ 155.015] (==) Matched nvidia as autoconfigured driver 2 [ 155.015] (==) Matched nouveau as autoconfigured driver 3 [ 155.015] (==) Matched vesa as autoconfigured driver 4 [ 155.015] (==) Matched modesetting as autoconfigured driver 5 [ 155.015] (==) Matched fbdev as autoconfigured driver 6 [ 155.015] (==) Assigned the driver to the xf86ConfigLayout [ 155.015] (II) LoadModule: "nvidia" [ 155.015] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 155.021] (II) Module nvidia: vendor="NVIDIA Corporation" [ 155.021] compiled for 4.0.2, module version = 1.0.0 [ 155.021] Module class: X.Org Video Driver [ 155.022] (II) LoadModule: "nouveau" [ 155.022] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 155.024] (II) Module nouveau: vendor="X.Org Foundation" [ 155.024] compiled for 1.14.2.901, module version = 1.0.9 [ 155.024] Module class: X.Org Video Driver [ 155.024] ABI class: X.Org Video Driver, version 14.1 [ 155.024] (II) LoadModule: "vesa" [ 155.024] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 155.025] (II) Module vesa: vendor="X.Org Foundation" [ 155.025] compiled for 1.14.1, module version = 2.3.2 [ 155.025] Module class: X.Org Video Driver [ 155.025] ABI class: X.Org Video Driver, version 14.1 [ 155.025] (II) LoadModule: "modesetting" [ 155.026] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 155.027] (II) Module modesetting: vendor="X.Org Foundation" [ 155.027] compiled for 1.14.1, module version = 0.8.0 [ 155.027] Module class: X.Org Video Driver [ 155.027] ABI class: X.Org Video Driver, version 14.1 [ 155.027] (II) LoadModule: "fbdev" [ 155.027] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 155.030] (II) Module fbdev: vendor="X.Org Foundation" [ 155.030] compiled for 1.14.1, module version = 0.4.3 [ 155.030] Module class: X.Org Video Driver [ 155.030] ABI class: X.Org Video Driver, version 14.1 [ 155.030] (II) NVIDIA dlloader X Driver 319.32 Wed Jun 19 14:34:12 PDT 2013 [ 155.030] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 155.030] (II) NOUVEAU driver Date: Wed Jul 31 10:51:03 2013 +1000 [ 155.030] (II) NOUVEAU driver for NVIDIA chipset families : [ 155.030] RIVA TNT (NV04) [ 155.030] RIVA TNT2 (NV05) [ 155.030] GeForce 256 (NV10) [ 155.030] GeForce 2 (NV11, NV15) [ 155.030] GeForce 4MX (NV17, NV18) [ 155.030] GeForce 3 (NV20) [ 155.030] GeForce 4Ti (NV25, NV28) [ 155.030] GeForce FX (NV3x) [ 155.030] GeForce 6 (NV4x) [ 155.031] GeForce 7 (G7x) [ 155.031] GeForce 8 (G8x) [ 155.031] GeForce GTX 200 (NVA0) [ 155.031] GeForce GTX 400 (NVC0) [ 155.031] (II) VESA: driver for VESA chipsets: vesa [ 155.031] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 155.031] (II) FBDEV: driver for framebuffer: fbdev [ 155.031] (--) using VT number 7 [ 155.032] (II) Loading sub module "fb" [ 155.032] (II) LoadModule: "fb" [ 155.033] (II) Loading /usr/lib/xorg/modules/libfb.so [ 155.034] (II) Module fb: vendor="X.Org Foundation" [ 155.034] compiled for 1.14.5, module version = 1.0.0 [ 155.034] ABI class: X.Org ANSI C Emulation, version 0.4 [ 155.034] (WW) Unresolved symbol: fbGetGCPrivateKey [ 155.034] (II) Loading sub module "wfb" [ 155.034] (II) LoadModule: "wfb" [ 155.035] (II) Loading /usr/lib/xorg/modules/libwfb.so [ 155.037] (II) Module wfb: vendor="X.Org Foundation" [ 155.037] compiled for 1.14.5, module version = 1.0.0 [ 155.037] ABI class: X.Org ANSI C Emulation, version 0.4 [ 155.037] (II) Loading sub module "shadow" [ 155.037] (II) LoadModule: "shadow" [ 155.037] (II) Loading /usr/lib/xorg/modules/libshadow.so [ 155.039] (II) Module shadow: vendor="X.Org Foundation" [ 155.039] compiled for 1.14.5, module version = 1.1.0 [ 155.039] ABI class: X.Org ANSI C Emulation, version 0.4 [ 155.040] (II) Loading sub module "ramdac" [ 155.040] (II) LoadModule: "ramdac" [ 155.040] (II) Module "ramdac" already built-in [ 155.040] (WW) Falling back to old probe method for vesa [ 155.040] (WW) Falling back to old probe method for modesetting [ 155.040] (WW) Falling back to old probe method for fbdev [ 155.040] (II) Loading sub module "fbdevhw" [ 155.040] (II) LoadModule: "fbdevhw" [ 155.040] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 155.042] (II) Module fbdevhw: vendor="X.Org Foundation" [ 155.042] compiled for 1.14.5, module version = 0.0.2 [ 155.042] ABI class: X.Org Video Driver, version 14.1 [ 155.042] (EE) open /dev/fb0: No such file or directory [ 155.042] (II) NVIDIA(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 155.042] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32 [ 155.042] (==) NVIDIA(0): RGB weight 888 [ 155.042] (==) NVIDIA(0): Default visual is TrueColor [ 155.042] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 155.042] (**) NVIDIA(0): Enabling 2D acceleration [ 155.402] (II) NVIDIA(GPU-0): Display (Seiko/Epson EPSON PJ (DFP-0)) does not support NVIDIA [ 155.402] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 155.405] (II) NVIDIA(0): NVIDIA GPU ION (C79) at PCI:2:0:0 (GPU-0) [ 155.405] (--) NVIDIA(0): Memory: 262144 kBytes [ 155.405] (--) NVIDIA(0): VideoBIOS: 62.79.77.00.00 [ 155.406] (--) NVIDIA(0): Valid display device(s) on ION at PCI:2:0:0 [ 155.406] (--) NVIDIA(0): CRT-0 [ 155.406] (--) NVIDIA(0): Seiko/Epson EPSON PJ (DFP-0) (boot, connected) [ 155.406] (--) NVIDIA(0): CRT-0: 300.0 MHz maximum pixel clock [ 155.406] (--) NVIDIA(0): Seiko/Epson EPSON PJ (DFP-0): 165.0 MHz maximum pixel clock [ 155.406] (--) NVIDIA(0): Seiko/Epson EPSON PJ (DFP-0): Internal Single Link TMDS [ 155.406] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 155.406] (**) NVIDIA(0): device Seiko/Epson EPSON PJ (DFP-0) (Using EDID [ 155.406] (**) NVIDIA(0): frequencies has been enabled on all display devices.) [ 155.410] (==) NVIDIA(0): [ 155.410] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" [ 155.410] (==) NVIDIA(0): will be used as the requested mode. [ 155.410] (==) NVIDIA(0): [ 155.410] (II) NVIDIA(0): Validated MetaModes: [ 155.410] (II) NVIDIA(0): "DFP-0:nvidia-auto-select{}" [ 155.410] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080 [ 155.439] (--) NVIDIA(0): DPI set to (30, 30); computed from "UseEdidDpi" X config [ 155.439] (--) NVIDIA(0): option [ 155.439] (II) UnloadModule: "nouveau" [ 155.439] (II) Unloading nouveau [ 155.440] (II) UnloadModule: "vesa" [ 155.440] (II) Unloading vesa [ 155.441] (II) UnloadModule: "modesetting" [ 155.441] (II) Unloading modesetting [ 155.442] (II) UnloadModule: "fbdev" [ 155.442] (II) Unloading fbdev [ 155.443] (II) UnloadSubModule: "fbdevhw" [ 155.443] (II) Unloading fbdevhw [ 155.444] (--) Depth 24 pixmap format is 32 bpp [ 155.445] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access. [ 155.451] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select{}" [ 155.492] Loading extension NV-GLX [ 155.517] (==) NVIDIA(0): Disabling shared memory pixmaps [ 155.517] (==) NVIDIA(0): Backing store disabled [ 155.517] (==) NVIDIA(0): Silken mouse enabled [ 155.517] (==) NVIDIA(0): DPMS enabled [ 155.517] Loading extension NV-CONTROL [ 155.518] Loading extension XINERAMA [ 155.518] (II) Loading sub module "dri2" [ 155.518] (II) LoadModule: "dri2" [ 155.518] (II) Module "dri2" already built-in [ 155.518] (II) NVIDIA(0): [DRI2] Setup complete [ 155.518] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia [ 155.518] (--) RandR disabled [ 155.522] (II) SELinux: Disabled on system [ 155.523] (II) Initializing extension GLX [ 155.537] (II) XKB: generating xkmfile /tmp/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm [ 155.565] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 155.566] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 155.566] (II) LoadModule: "evdev" [ 155.566] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 155.568] (II) Module evdev: vendor="X.Org Foundation" [ 155.568] compiled for 1.14.1, module version = 2.7.3 [ 155.568] Module class: X.Org XInput Driver [ 155.568] ABI class: X.Org XInput driver, version 19.1 [ 155.568] (II) Using input driver 'evdev' for 'Power Button' [ 155.568] (**) Power Button: always reports core events [ 155.568] (**) evdev: Power Button: Device: "/dev/input/event1" [ 155.568] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 155.568] (--) evdev: Power Button: Found keys [ 155.568] (II) evdev: Power Button: Configuring as keyboard [ 155.568] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1" [ 155.568] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 155.568] (**) Option "xkb_rules" "evdev" [ 155.568] (**) Option "xkb_model" "pc105" [ 155.568] (**) Option "xkb_layout" "us" [ 155.568] (**) Option "xkb_variant" "intl" [ 155.570] (II) XKB: generating xkmfile /tmp/server-A5431D4A34463C892C9E905E2E421B30A3CC30DD.xkm [ 155.594] (II) config/udev: Adding input device Video Bus (/dev/input/event2) [ 155.594] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 155.594] (II) Using input driver 'evdev' for 'Video Bus' [ 155.594] (**) Video Bus: always reports core events [ 155.594] (**) evdev: Video Bus: Device: "/dev/input/event2" [ 155.594] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 155.594] (--) evdev: Video Bus: Found keys [ 155.594] (II) evdev: Video Bus: Configuring as keyboard [ 155.594] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:19/LNXVIDEO:00/input/input2/event2" [ 155.594] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 155.594] (**) Option "xkb_rules" "evdev" [ 155.594] (**) Option "xkb_model" "pc105" [ 155.594] (**) Option "xkb_layout" "us" [ 155.594] (**) Option "xkb_variant" "intl" [ 155.594] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 155.594] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 155.594] (II) Using input driver 'evdev' for 'Power Button' [ 155.594] (**) Power Button: always reports core events [ 155.594] (**) evdev: Power Button: Device: "/dev/input/event0" [ 155.595] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 155.595] (--) evdev: Power Button: Found keys [ 155.595] (II) evdev: Power Button: Configuring as keyboard [ 155.595] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0" [ 155.595] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 155.595] (**) Option "xkb_rules" "evdev" [ 155.595] (**) Option "xkb_model" "pc105" [ 155.595] (**) Option "xkb_layout" "us" [ 155.595] (**) Option "xkb_variant" "intl" [ 155.595] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 Phantom (/dev/input/event3) [ 155.595] (II) No input driver specified, ignoring this device. [ 155.595] (II) This device may have been added with another device file. [ 155.595] (II) config/udev: Adding input device HDA NVidia Front Headphone (/dev/input/event4) [ 155.595] (II) No input driver specified, ignoring this device. [ 155.595] (II) This device may have been added with another device file. [ 155.596] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event5) [ 155.596] (II) No input driver specified, ignoring this device. [ 155.596] (II) This device may have been added with another device file. [ 155.596] (II) config/udev: Adding input device HDA NVidia Mic (/dev/input/event6) [ 155.596] (II) No input driver specified, ignoring this device. [ 155.596] (II) This device may have been added with another device file. [ 155.596] (II) config/udev: Adding drm device (/dev/dri/card0) [ 155.596] (II) config/udev: Ignoring already known drm device (/dev/dri/card0) [ 156.262] (II) NVIDIA(GPU-0): Display (Seiko/Epson EPSON PJ (DFP-0)) does not support NVIDIA [ 156.262] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 156.262] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 156.262] (**) NVIDIA(0): device Seiko/Epson EPSON PJ (DFP-0) (Using EDID [ 156.262] (**) NVIDIA(0): frequencies has been enabled on all display devices.) [ 156.764] (II) NVIDIA(GPU-0): Display (Seiko/Epson EPSON PJ (DFP-0)) does not support NVIDIA [ 156.764] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 156.764] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 156.764] (**) NVIDIA(0): device Seiko/Epson EPSON PJ (DFP-0) (Using EDID [ 156.764] (**) NVIDIA(0): frequencies has been enabled on all display devices.) |
Wat heb ik geprobeerd:
Ik heb geprobeerd zelf een xorg.conf te maken in /etc/X11, met daarin een default monitor, die voldoet aan mijn de specs van de beamer, gebaseerd op de door nvidia-xconfig gecreëerde config:
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
| # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 319.32 (buildmeister@swio-display-x64-rhel04-14) Wed Jun 19 15:50:37 PDT 2013 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1080_60.00" EndSubSection EndSection |
Ik heb xdpyinfo -display :0 | grep -B2 resolution, gebruikt om de specs van mijn beamer te achterhalen:
code:
1
2
3
| screen #0: dimensions: 1920x1080 pixels (1626x914 millimeters) resolution: 30x30 dots per inch |
xrandr -d :0
code:
1
2
3
4
5
6
7
8
9
10
| Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 8192 x 8192 VGA-0 disconnected primary (normal left inverted right x axis y axis) HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 1600mm x 900mm 1920x1080 60.0*+ 59.9 50.0 30.0 25.0 24.0 60.1 60.0 50.0 1280x720 60.0 59.9 50.0 720x576 50.0 50.1 720x480 59.9 60.1 640x480 59.9 59.9 480x576 50.0 480x480 59.9 |
Sorry voor alle tekst en logs, maar ik probeer zo volledig mogelijk te zijn.
Wie kan mij op weg helpen? Ik wil graag dat XBMC netjes wordt gestart ook al staat mijn beamer uit, en als ik daarna mijn beamer aanzet wil ik wel gewoon full hd beeld hebben zonder zonder dat ik een reboot moet doen ...
Dus eigenlijk wil ik het aanstaan mijn beamer faken!!
nog een stukje achtergrond:
Ik kwam hier achter toen ik een VNC sessie wilde starten naar XBMC terwijl de beamer niet was aangeweest:
x11vnc -display :0 -nopw -noxdamage -forever -nowf -bg
Die gaf aan de er geen display ":0" was.
Discoveries are made by not following instructions.