Jump to content

gatuno

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    gatuno got a reaction from gounthar in AllWinner H616 boards   
    But a page for the H616 proccesor was created.
  2. Like
    gatuno reacted to jethro in Docker on H3 Armbian   
    Sorry, I wasn't very clear in my last post, I'm still very new to all this stuff so hopefully you can bear with me...
    Please correct me if I'm wrong, as I understand it: 
    the stable or "default" release includes kernel 3.4.113 the nightly build uses the dev branch, which has kernel 4.11.3 the custom build can use either branch, but I'd need to use the dev branch for kernel 4.11.3 Which of these options is better from the perspective of upgrading to a stable release once 4.X kernel becomes the "default"?
     
    Thanks again!
  3. Like
    gatuno reacted to butterfly in Freezing video output on Banana PI M1+   
    # # No DPMS (sunxi-murX)
    #
     
    ## create/modify 3 (or all in one) file(s) ...
     
    dir /etc/X11/xorg.conf.d/
     
    #
    # file 50-monitor.conf
    #
    Section "Monitor"
    Identifier "Default Monitor"
    Option "DPMS" "false"
    EndSection
     
     
    #
    # file 60-screen.conf
    #
    Section "Screen"
    Identifier "Default Screen"
    Device "Default Device"
    Monitor "Default Monitor"
    EndSection
     
     
    #
    # file 90-server.conf
    #
    Section "ServerFlags"
    Option "BlankTime" "0"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0"
    Option "OffTime" "0"
    EndSection
     
     
    ## ... and go results: /var/log/Xorg.0.log
     
    ... file 50-monitor.conf added
     
    [ 25.538] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 25.538] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 25.671] (==) No Layout section. Using the first Screen section.
    [ 25.671] (==) No screen section available. Using defaults.
    [ 25.671] (**) |-->Screen "Default Screen Section" (0)
    [ 25.671] (**) | |-->Monitor "<default monitor>"
    [ 25.673] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 25.673] (**) Option "BlankTime" "0"
    [ 25.673] (**) Option "StandbyTime" "0"
    [ 25.673] (**) Option "SuspendTime" "0"
    [ 25.673] (**) Option "OffTime" "0"
     
     
    ... file 60-screen.conf added
     
    [ 1118.500] (==) No Layout section. Using the first Screen section.
    [ 1118.501] (**) |-->Screen "Default Screen" (0)
    [ 1118.501] (**) | |-->Monitor "Default Monitor"
    [ 1118.502] (**) Option "BlankTime" "0"
    [ 1118.502] (**) Option "StandbyTime" "0"
    [ 1118.502] (**) Option "SuspendTime" "0"
    [ 1118.502] (**) Option "OffTime" "0"

    was a hard work to register here
  4. Like
    gatuno got a reaction from funders in upgrade error on cubietruck nand. linux-wheezy-root-cubietruck_4.70_armhf.deb (--install):   
    Looking for a similar problem in the forum, found post last September "Can't upgrade linux-image [@NAND is failing]".
     
    Igor said it is a bug:
     
    but there is a procedure to update (also in last September post "Kernel update procedure has been changed" Igor explain the update on the procedure for a NAND boot / root on SATA/USB situation):
     
    In the latter post it explains about watch upgrade log if you have problems:
     
    Maybe this can help you.  I'm going to test it myself next week when I return to home...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines