Jump to content

ning

Members
  • Posts

    311
  • Joined

  • Last visited

Posts posted by ning

  1. yes, absolutely yes you can. but not your way.

     

    my method is use ~/.xinitrc, add your browser to it.

    and start X by getty@tty1.service.. no display maneger.

    getty@tty1.service --> tty1 login --> read .profile --> startx by .profile --> read .xinitrc --> start your broswer here.

     

     

    cat .bash_profile 
    if [ $(tty) = "/dev/tty1" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
      exec startx
    fi
    cat /etc/systemd/system/getty@tty1.service.d/override.conf 
    [Service]
    ExecStart=
    ExecStart=-/sbin/agetty  --autologin root --noclear %I $TERM

     

  2. Quote

     

    [ 37.446] xorg-server 2:1.20.11-1 (https://www.debian.org/support)

    Quote

    [ 37.932] (II) Initializing extension GLX [ 37.933] (II) AIGLX: Screen 0 is not DRI2 capable [ 40.453] (II) IGLX: Loaded and initialized swrast [ 40.454] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 40.454] (II) Initializing extension XFree86-VidModeExtension

     

    please update your Xserver to at least 1.20.13

  3. I really don't understand this kind of things, it looks like not moving to libera.chat is something sin.

     

    freenode atm sure it in difficult, they are splited, is it necessary to stand oneside, before everything clear and settle down?

     

     just like openoffice. after many years virtualbox is still running very good.

  4. Quote

    commit 69076dff2284ed099cc0583e5e64bd8012d1ab5c
    Author: Neil Armstrong <narmstrong@baylibre.com>
    Date:   Wed Jan 20 09:54:53 2021 +0100

        cmd: pxe: add support for FDT overlays
        
        This adds support for specifying FDT overlays in an extlinux/pxelinux
        configuration file.
        
        Without this, there is no simple way to apply overlays when the kernel
        and fdt is loaded by the pxe command.
        
        This change adds the 'fdtoverlays' keyword for a label, supporting multiple
        overlay files to be applied on top of the fdt specified in the 'fdt' or
        'devicetree' keyword.
        
        Example:
          label linux
            kernel /Image
            fdt /soc-board.dtb
            fdtoverlays /soc-board-function.dtbo
            append console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait
        
        This code makes usage of a new variable called fdtoverlay_addr_r used to load
        the overlay files without overwritting anything important.
        
        Cc: Tom Rini <trini@konsulko.com>
        Cc: Andre Heider <a.heider@gmail.com>
        Cc: Jernej Škrabec <jernej.skrabec@siol.net>
        Cc: Jonas Karlman <jonas@kwiboo.se>
        Tested-by: Jernej Škrabec <jernej.skrabec@siol.net>
        Reviewed-by: Jernej Škrabec <jernej.skrabec@siol.net>
        Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

     

     

    I find this comment in u-boot, this means extlinux.conf supports dtbo. extlinux is much friendly.

  5. On 1/19/2021 at 7:02 PM, MarkLuun said:

    The Nanopi R4S seems to be worth a try! :)

    But why not the standart GBE interface? Wouldn‘t it be able to handle the traffic?

    Overheating would not be a problem as it would be in a DC with full AC cooling.

     

    What about the Khadas Vim Pro (V1)? Anyone ever tried it for this use case?

    VIM1 dont have GBE, and left USB port don't have enough power for USB hard driver. anyway it's good SBC, I have it.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines