Jump to content

butterfly

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    butterfly got a reaction from gatuno 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
  2. Like
    butterfly got a reaction from matteobp 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
  3. Like
    butterfly got a reaction from Igor 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
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines