This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems with VNC und display driver
#2
I think it's a raspbian problem. Have you tried to connect via RDP Remote Desktop (on windows pc mstsc)?

You can change your config.txt that only if the monitor is switched on and connected the settings and drivers are started.
(raspberry pi documentation https://www.raspberrypi.org/documentatio...fig-txt.md "The [EDID=*] filter")

You need to know the name of your monitor(xxxx). In terminal put in:
tvservice -n
Output should be something like:
device_name=xxxx

change the end of your config.txt to:
# Enable audio (loads snd_bcm2835)
[EDID=xxxx]
dtparam=audio=on
display_rotate=0
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 1024 600 120 6 0 0 0
dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900
[all]
Reply


Messages In This Thread
RE: Problems with VNC und display driver - by e-sailing - 2016-12-11, 12:20 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)