I have a raspberry pi 3 and installed the latest version of windows 10 iot core on a micro sd card by following the steps on Micrsoft's web site. I'm using a vga monitor and have an hdmi to vga converter to connect my raspberry pi 3. At first, I couldn't get any image on screen. After a quick web search, I found out that I should edit the config.txt to get any image. I tried a few suggestion on the web, but couldn't achieve it.
Below is what is written in my config.txt. Where and what exactly should I change or add?
Code: Select all
gpu_mem=32 # set ARM to 480Mb DRAM, VC to 32Mb DRAM
framebuffer_ignore_alpha=1 # Ignore the alpha channel for Windows.
framebuffer_swap=1 # Set the frame buffer to be Windows BGR compatible.
disable_overscan=1 # Disable overscan
init_uart_clock=16000000 # Set UART clock to 16Mhz
hdmi_group=2 # Use VESA Display Mode Timing over CEA
arm_freq=900
arm_freq_min=900
force_turbo=1