GrandPeter Posted June 8, 2015 Posted June 8, 2015 Hello! when I connect to the OrangePi mini TV / AV, TV wrote "no signal"If you connect to hdmi ok FEX:[disp_init] disp_init_enable = 1disp_mode = 2screen0_output_type = 3screen0_output_mode = 3screen1_output_type = 2screen1_output_mode = 11 fb0_framebuffer_num = 3fb0_format = 10fb0_pixel_sequence = 0fb0_scaler_mode_enable = 1 fb1_framebuffer_num = 3fb1_format = 10fb1_pixel_sequence = 0fb1_scaler_mode_enable = 0 [tv_out_dac_para] dac_used = 0dac0_src = 4dac1_src = 5dac2_src = 6dac3_src = 0 and [tv_out_dac_para] dac_used = 1dac0_src = 4dac1_src = 5dac2_src = 6dac3_src = 1 [tvout_para] tvout_used = 0tvout_channel_num = 1 and [tvout_para] tvout_used = 1tvout_channel_num = 1 I try edit xorg.conf: root@orangepi:~# cat /mnt/etc/X11/xorg.conf # This is a minimal sample config file, which can be copied to# /etc/X11/xorg.conf in order to make the Xorg server pick up# and load xf86-video-fbturbo driver installed in the system.## When troubleshooting, check /var/log/Xorg.0.log for the debugging# output and error messages.## Run "man fbturbo" to get additional information about the extra# configuration options for tuning the driver.Section "Device" Identifier "Allwinner A10/A13 FBDEV" Driver "fbturbo" Option "fbdev" "/dev/fb0" Option "SwapbuffersWait" "true"EndSection and Section "Device" Identifier "Allwinner A10/A13 FBDEV" Driver "fbturbo" Option "fbdev" "/dev/fb0" Option "SwapbuffersWait" "true"EndSection Section "Device" Identifier "FBDEV 0" Driver "fbturbo" Option "fbdev" "/dev/fb0" EndSection Section "Device" Identifier "FBDEV 1" Driver "fbturbo" Option "fbdev" "/dev/fb1" EndSection Section "Screen" Identifier "_VGA_" Device "FBDEV 1" Monitor "VGA" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "_HDMI_" Device "FBDEV 0" Monitor "HDMI" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Monitor" Identifier "VGA" Option "PreferredMode" "1280*720_60.00" Option "DPMS" "true" EndSection Section "Monitor" Identifier "HDMI" Option "PreferredMode" "1280x1024_60.00" Option "RightOf" "VGA" Option "DPMS" "true" EndSection Section "ServerLayout" Identifier "Xinerama" Screen 1 "_VGA_" Screen 0 "_HDMI_" Leftof "_VGA_" Option "Xinerama" "on" Option "Clone" "off" EndSection Section "Extensions" Option "RANDR" "Enable" EndSection
Recommended Posts