[XBMC] geen HDMI video-output wel command line

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • Wiethoofd
  • Registratie: Juli 2007
  • Laatst online: 09-06 23:17
Op mijn Zotac ION ITX A-E heb ik een minimal Ubuntu (9.04) geïnstalleerd en vervolgens XBMC met dit script geïnstalleerd.

De installatie is gedaan aan een ander scherm, aangesloten via D-Sub en levert een perfect werkende XBMC GUI op. Hang ik echter mijn 24" Full HD TFT er aan via HDMI dan zie ik keurig de POST, het opstarten van Linux, de XBMC-logo's bij het opstarten en afsluiten en kan ik met ctrl+alt+f2 wel naar de command line. Ook via webmin kan ik keurig op een andere computer in het filesystem kloten, maar beeld van XBMC wil niet lukken.

Ik heb de nodige uren gegoogled hoe het mogelijk is om hdmi-output te krijgen, maar de meeste trucs zijn om hdmi-audio te krijgen, iets wat ik niet nodig heb. Ook de nodige dingen in xorg.conf heb ik toegevoegd/aangepast en zelf verwijderd om een nieuwe aan te laten maken maar XBMC wil geen beeld geven. Hoe krijg ik dit wel werkend zonder een reïnstall.

Toegevoegd (gehad) aan xorg.conf:
code:
1
2
Section "Screen"
    Option         "IgnoreDisplayDevices" "VGA"

code:
1
2
Section "Screen"
    Option         "ConnectedMonitor" "DFP-1"
Bij de laatste ook nog DFP en DFP-0 zonder resultaat.

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
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Fri Aug 14 17:54:58 PDT 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    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     "Dell"
    ModelName      "S2409w"
    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
    Option         "NoLogo" "True"
    Option         "HWCursor" "False"
    SubSection     "Display"
        Depth       24
        Modes      "1920x1080"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection

Volg me op Twitter/X & Bluesky


Acties:
  • 0 Henk 'm!

  • doctormetal
  • Registratie: Februari 2006
  • Laatst online: 30-06 22:23
Wat zegt je xorg logfile hierover?

Acties:
  • 0 Henk 'm!

  • Wiethoofd
  • Registratie: Juli 2007
  • Laatst online: 09-06 23:17
Ik heb de ballen verstand van linux, maar dit is de inhoud van m'n logfile:
(even een handmatige enter op regel 53/54 omdat hij anders te breed wordt)
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
X.Org X Server 1.6.0
Release Date: 2009-2-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-23-server i686 Ubuntu
Current Operating System: Linux ion 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009 i686
Build Date: 09 April 2009  02:10:02AM
xorg-server 2:1.6.0-0ubuntu14 (buildd@rothera.buildd) 
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 20 16:47:43 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    Entry deleted from font path.
(==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is disabled
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
(II) Loader magic: 0x3bc0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0@3:0:0) nVidia Corporation unknown chipset (0x087d) rev 177, Mem @ 0xfb000000/16777216,
0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
    [0] -1  0   0xffffffff - 0xffffffff (0x1) MX[B]
    [1] -1  0   0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1  0   0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1  0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1  0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1  0   0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
(II) NVIDIA GLX Module  185.18.36  Fri Aug 14 17:50:12 PDT 2009
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  185.18.36  Fri Aug 14 17:24:40 PDT 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 03@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) resource ranges after probing:
    [0] -1  0   0xffffffff - 0xffffffff (0x1) MX[B]
    [1] -1  0   0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1  0   0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1  0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1  0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1  0   0x00000000 - 0x00000000 (0x1) IX[B]
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "True"
(**) NVIDIA(0): Option "HWcursor" "False"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU ION (C79) at PCI:3:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 62.79.65.00.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on ION at PCI:3:0:0:
(--) NVIDIA(0):     DELL S2409W (DFP-1)
(--) NVIDIA(0): DELL S2409W (DFP-1): 165.0 MHz maximum pixel clock
(--) NVIDIA(0): DELL S2409W (DFP-1): Internal Single Link TMDS
(WW) NVIDIA(0): The EDID for DELL S2409W (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "720x480" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-83.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (15.7 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "720x480".
(WW) NVIDIA(0): The EDID for DELL S2409W (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "720x576" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-83.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (15.6 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "720x576".
(WW) NVIDIA(0): The EDID for DELL S2409W (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-83.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (28.1 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1920x1080".
(WW) NVIDIA(0): The EDID for DELL S2409W (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "720x480" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-83.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (15.7 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "720x480".
(WW) NVIDIA(0): The EDID for DELL S2409W (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "720x576" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-83.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (15.6 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "720x576".
(WW) NVIDIA(0): The EDID for DELL S2409W (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-83.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (28.1 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1920x1080".
(II) NVIDIA(0): Assigned Display Device: DFP-1
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1920x1080"
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
(--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] -1  0   0xffffffff - 0xffffffff (0x1) MX[B]
    [1] -1  0   0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1  0   0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1  0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1  0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1  0   0x00000000 - 0x00000000 (0x1) IX[B]
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): Setting mode "1920x1080"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing extension GLX
(II) config/hal: Adding input device MLK MTS2118 Wireless Desktop
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
(**) MLK MTS2118 Wireless Desktop: always reports core events
(**) MLK MTS2118 Wireless Desktop: Device: "/dev/input/event4"
(II) MLK MTS2118 Wireless Desktop: Found 6 mouse buttons
(II) MLK MTS2118 Wireless Desktop: Found x and y relative axes
(II) MLK MTS2118 Wireless Desktop: Found keys
(II) MLK MTS2118 Wireless Desktop: Configuring as mouse
(II) MLK MTS2118 Wireless Desktop: Configuring as keyboard
(**) MLK MTS2118 Wireless Desktop: YAxisMapping: buttons 4 and 5
(**) MLK MTS2118 Wireless Desktop: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "MLK MTS2118 Wireless Desktop" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) MLK MTS2118 Wireless Desktop: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) MLK MTS2118 Wireless Desktop: xkb_model: "pc105"
(**) Option "xkb_layout" "us"
(**) MLK MTS2118 Wireless Desktop: xkb_layout: "us"
(**) Option "xkb_variant" "intl"
(**) MLK MTS2118 Wireless Desktop: xkb_variant: "intl"
(**) Option "xkb_options" "lv3:ralt_switch"
(**) MLK MTS2118 Wireless Desktop: xkb_options: "lv3:ralt_switch"
(**) MLK MTS2118 Wireless Desktop: (accel) keeping acceleration scheme 1
(**) MLK MTS2118 Wireless Desktop: (accel) filter chain progression: 2.00
(**) MLK MTS2118 Wireless Desktop: (accel) filter stage 0: 20.00 ms
(**) MLK MTS2118 Wireless Desktop: (accel) set acceleration profile 0
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event2"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) config/hal: Adding input device MLK MTS2118 Wireless Desktop
(**) MLK MTS2118 Wireless Desktop: always reports core events
(**) MLK MTS2118 Wireless Desktop: Device: "/dev/input/event3"
(II) MLK MTS2118 Wireless Desktop: Found keys
(II) MLK MTS2118 Wireless Desktop: Configuring as keyboard
(II) XINPUT: Adding extended input device "MLK MTS2118 Wireless Desktop" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) MLK MTS2118 Wireless Desktop: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) MLK MTS2118 Wireless Desktop: xkb_model: "pc105"
(**) Option "xkb_layout" "us"
(**) MLK MTS2118 Wireless Desktop: xkb_layout: "us"
(**) Option "xkb_variant" "intl"
(**) MLK MTS2118 Wireless Desktop: xkb_variant: "intl"
(**) Option "xkb_options" "lv3:ralt_switch"
(**) MLK MTS2118 Wireless Desktop: xkb_options: "lv3:ralt_switch"


Op het moment dat ik in de command line zit en ik doe (sudo) xbmc krijg ik het volgende voor m'n kiezen:
Error: unable to open display 
FEH.py: cannot connect to X server

Volg me op Twitter/X & Bluesky


Acties:
  • 0 Henk 'm!

  • Blaasvis
  • Registratie: November 2001
  • Laatst online: 03-07 12:49

Blaasvis

Cidora \o/

Ik neem aan dat je met console direct op het systeem zit.
Het lijkt er op dat in iedergeval de nvidia driver en je scherm goed worden gevonden.
code:
1
2
3
"720x480" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-83.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (15.7 kHz); ignoring HorizSync check

alleen dit baart mijn echt zorgen, ik vermoed dat de edid die word gegeven niet correct is.
probeer deze es uit te schakelen met
code:
1
2
Section "Device"
Option          "UseEDID" "false"

Freedom is everything you need ; <moto-moi|afk> ik verkloot het gewoon nooit :P


Acties:
  • 0 Henk 'm!

  • Wiethoofd
  • Registratie: Juli 2007
  • Laatst online: 09-06 23:17
Blaasvis schreef op zondag 20 september 2009 @ 18:32:
alleen dit baart mijn echt zorgen, ik vermoed dat de edid die word gegeven niet correct is.
probeer deze es uit te schakelen met
code:
1
2
Section "Device"
Option          "UseEDID" "false"
Held _O_ Nu staat wel m'n resolutie fout, maar dat valt volgens mij wel weer op te lossen.

Volg me op Twitter/X & Bluesky


Acties:
  • 0 Henk 'm!

  • Blaasvis
  • Registratie: November 2001
  • Laatst online: 03-07 12:49

Blaasvis

Cidora \o/

je zult waarschijnlijk nu met modelines aan de slag moeten zie hiervoor:
https://wiki.ubuntu.com/X...20lower%20than%20expected

op mijn tv heb ik hetzelfde moeten doen, dat was de eerste keer het meeste gekloot ;)

Freedom is everything you need ; <moto-moi|afk> ik verkloot het gewoon nooit :P


Acties:
  • 0 Henk 'm!

  • Wiethoofd
  • Registratie: Juli 2007
  • Laatst online: 09-06 23:17
Gelukkig is het een 'normale' 16:9 TFT met 1920*1080 en hoef ik niet te kloten met overscan etc.

Volg me op Twitter/X & Bluesky


Acties:
  • 0 Henk 'm!

  • Erhnam
  • Registratie: Januari 2000
  • Laatst online: 14:48

Erhnam

het Hardware-Hondje :]

Ik had dezelfde problemen en het allemaal moeten doorlopen en weten op te lossen. Mijn probleem was dat het beeld via een HDMI versterker werd doorgegeven naar de TV. Bij een reboot waren de instellingen steeds weg of had ik geen HDMI output meer.

Meer info:

http://www.xbmcfreak.nl/x...-output-altijd-naar-hdmi/

http://www.xbmcfreak.nl/x...e-en-hogere-refreshrates/

[ Voor 30% gewijzigd door Erhnam op 21-09-2009 11:53 ]

http://www.xbmcfreak.nl/

Pagina: 1