Forum: Mikrocontroller und Digitale Elektronik Raspberry HDMI-Ausgang Monitor ohne Bild


von Dieter (Gast)


Lesenswert?

Seit einiger Zeit verwende ich einen Raspi 3 mit Raspian als remotes 
Gerätchen. Seit einiger Zeit funktioniert aber der Monitor nicht.
(HDMI, über Adapter an DVI und VGA getestet und verschiedener config)
1
pi@raspberrypi:~ $ xrandr
2
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
3
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 304mm x 228mm
4
   1024x768      60.00*+  75.08    75.03  
5
   800x600       75.00    60.32  
6
   640x480       75.00    60.00  
7
   720x400       70.08  
8
DVI1 disconnected (normal left inverted right x axis y axis)
9
pi@raspberrypi:~ $ tvservice -m DMT
10
Group DMT has 1 modes:
11
  (prefer) mode 4: 640x480 @ 60Hz 4:3, clock:25MHz progressive 
12
pi@raspberrypi:~ $ tvservice -m CEA
13
Group CEA has 2 modes:
14
           mode 4: 1280x720 @ 60Hz 16:9, clock:74MHz progressive 
15
           mode 16: 1920x1080 @ 60Hz 16:9, clock:148MHz progressive 
16
pi@raspberrypi:~ $ tvservice -s
17
state 0x12000a [HDMI DMT (4) RGB full 4:3], 640x480 @ 60.00Hz, progressive
18
pi@raspberrypi:~ $ xset q
19
DPMS (Energy Star):
20
  Standby: 7200    Suspend: 7200    Off: 14400
21
  DPMS is Disabled
22
23
pi@raspberrypi:~ $ cat /boot/config.txt 
24
25
# uncomment if you get no picture on HDMI for a default "safe" mode
26
hdmi_safe=1
27
28
# uncomment to force a console size. By default it will be display's size minus
29
# overscan.
30
#framebuffer_width=1280
31
#framebuffer_height=720
32
33
# uncomment if hdmi display is not detected and composite is being output
34
#hdmi_force_hotplug=1
35
#hdmi_force_hotplug=7
36
37
# uncomment to force a specific HDMI mode (this will force VGA)
38
#hdmi_group=2
39
#hdmi_mode=35
40
#hdmi_group=2
41
#hdmi_mode=35
42
43
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
44
# DMT (computer monitor) modes
45
#hdmi_drive=2
46
#hdmi_drive=1
47
48
# uncomment to increase signal to HDMI, if you have interference, blanking, or
49
# no display
50
#config_hdmi_boost=4
51
config_hdmi_boost=8
52
53
# uncomment for composite PAL
54
#sdtv_mode=2
55
56
#gpu_mem=64
57
#dtoverlay=vc4-kms-v3d

Die verschiedenen Ausgaben zeigen jeweils ein anderes Bild, so dass ich 
vermute, dass über die Fernzugriffe mit Grafik (ssh -x, vncviever, 
x11vnc, tightvncserver) etwas "verstellt" sein könnte.

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.