Jump to content

OrangePi mini - output TV/AV don't work


GrandPeter

Recommended Posts

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 = 1
disp_mode = 2
screen0_output_type = 3
screen0_output_mode = 3

screen1_output_type = 2
screen1_output_mode = 11
 
fb0_framebuffer_num = 3
fb0_format = 10
fb0_pixel_sequence = 0
fb0_scaler_mode_enable = 1
 
fb1_framebuffer_num = 3
fb1_format = 10
fb1_pixel_sequence = 0
fb1_scaler_mode_enable = 0

 

 

[tv_out_dac_para]

 


dac_used = 0
dac0_src = 4
dac1_src = 5
dac2_src = 6
dac3_src = 0

 

 

and

 

[tv_out_dac_para]

 

 

dac_used = 1
dac0_src = 4
dac1_src = 5
dac2_src = 6
dac3_src = 1

 

 

[tvout_para]

 


tvout_used = 0
tvout_channel_num = 1

 

 

and

 

[tvout_para]

 


tvout_used = 1
tvout_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

 

 

 
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines