New Builds from ayufan (0.8.X) w Video/3D/Mate desktop - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: New Builds from ayufan (0.8.X) w Video/3D/Mate desktop (/showthread.php?tid=7297) |
RE: New Builds from ayufan (0.8.X) w Video/3D/Mate desktop - Luke - 04-01-2019 Quote: How did you swap between the 2 different Kernel versions? I'd like to try version 5.0.0.... Download and dpkg the 5.0 kernel. You can swap by editing extlinux in /boot - gets updated automatically when new kernel is installed. RE: New Builds from ayufan (0.8.X) w Video/3D/Mate desktop - bavay - 04-01-2019 (03-31-2019, 08:00 PM)thewonderer Wrote: How did you swap between the 2 different Kernel versions? I'd like to try version 5.0.0.... If you are using Ayufan's kernel on Armbian (like me), once you have installed the new kernel (downloading the .deb and installing it with "dpkg -i {file.deb}"), you have to manually check / fix some stuff: see my post on Armbian https://forum.armbian.com/topic/9824-solved-apologies-dumb-question-on-changing-armbian-kernel-image/?do=findComment&comment=75613 . Mathias RE: New Builds from ayufan (0.8.X) w Video/3D/Mate desktop - gedas07 - 04-03-2019 I have a Bionic installed, and when i try to update with sudo apt-get install linux-rock64 -y then answer too me that Leyendo lista de paquetes... Hecho Creando árbol de dependencias Leyendo la información de estado... Hecho linux-rock64 ya está en su versión más reciente (0.7.9). Says that i am in 0.7.9 , how can i update to 0.8? Can somebody help me Thanks RE: New Builds from ayufan (0.8.X) w Video/3D/Mate desktop - rhens1 - 04-05-2019 (03-25-2019, 01:25 AM)dkryder Wrote: i also get black screen with cursor but i think the boot never finishes or maybe crashes.I really wanted the MATE desktop on my Rock64. I tried the bionic-mate-rock64-0.8.0rc6-1111 and bionic-mate-rock64-0.8.0rc7-1114. Both black screened. I then accidentally downloaded bionic-mate-rockpro64-0.8.0rc6-1111 and used Pine64 Installer as usual. This stalled during boot with messages. Failed to get pvym Couldn't update frequency Transaction information After about 30 seconds the boot continued and I was able to login. This is now a fully functioning LAMP server with mailx and Postfix. Pithos work fine, but YouTube crashes Firefox. Weird. Could the Release Candidates have been accidentally switched while coding? RE: New Builds from ayufan (0.8.X) w Video/3D/Mate desktop - rhens1 - 04-05-2019 (04-05-2019, 07:18 AM)rhens1 Wrote:(03-25-2019, 01:25 AM)dkryder Wrote: i also get black screen with cursor but i think the boot never finishes or maybe crashes.I really wanted the MATE desktop on my Rock64. I tried the bionic-mate-rock64-0.8.0rc6-1111 and bionic-mate-rock64-0.8.0rc7-1114. Both black screened. I then accidentally downloaded bionic-mate-rockpro64-0.8.0rc6-1111 and used Pine64 Installer as usual. This stalled during boot with messages. RE: New Builds from ayufan (0.8.X) w Video/3D/Mate desktop - thewonderer - 04-08-2019 thanks for the advice on installing 5.0 kernel.... i looked at the steps on armbian but they seemed to be missing some details. As a linux nube using Armbian at the moment, i'd need bouncing ball steps to get all the gotchas... could you expand on the steps or point me to the correct wiki? thanks. RE: New Builds from ayufan (0.8.X) w Video/3D/Mate desktop - Nerevarine - 04-13-2019 Any way to fix 0.8 build ? I can never log into desktop. its always stuck at black screen, even in rc9 RE: New Builds from ayufan (0.8.X) w Video/3D/Mate desktop - soerenderfor - 04-14-2019 Same problem here, on ROCK64 4GB RE: New Builds from ayufan (0.8.X) w Video/3D/Mate desktop - rhens1 - 04-21-2019 (04-13-2019, 10:54 AM)Nerevarine Wrote: Any way to fix 0.8 build ? I can never log into desktop. its always stuck at black screen, even in rc9I tried the rc9 and also got the black screen. I then remotely logged into the router IP I had set for the Rock64 (4G). I then used PUTTY and a SSH tunnel. The Rock64 had completed the boot and was running. I then used a VNC remote after installing tightvncserver, my favorite. The xstartup file under the .vnc folder has to be modified, but the Rock64 works well. The best I can tell is that the black screen is caused by the inability to frequency sync with the display. The programmers could fix this with a config.txt file where the monitor specs could be specified to sync. I have done this on the RPi SBCs with ubuntu MATE to fill out my screen. By all indications the Rock64 rc9 MATE version was trying to sync at 75 Hz and couldn't. This is probably true of all the release candidates (RCs) for ubuntu MATE. For anyone wanting the xstartup edit, it is below: #!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #x-window-manager & # Fix to make GNOME work # export XKL_XMODMAP_DISABLE=1 # /etc/X11/Xsession unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS export XKL_XMODMAP_DISABLE=1 export XKB_DEFAULT_RULES=base /usr/bin/mate-session RE: New Builds from ayufan (0.8.X) w Video/3D/Mate desktop - soerenderfor - 04-25-2019 (04-21-2019, 08:02 AM)rhens1 Wrote:(04-13-2019, 10:54 AM)Nerevarine Wrote: Any way to fix 0.8 build ? I can never log into desktop. its always stuck at black screen, even in rc9I tried the rc9 and also got the black screen. I then remotely logged into the router IP I had set for the Rock64 (4G). I then used PUTTY and a SSH tunnel. The Rock64 had completed the boot and was running. I then used a VNC remote after installing tightvncserver, my favorite. The xstartup file under the .vnc folder has to be modified, but the Rock64 works well. The best I can tell is that the black screen is caused by the inability to frequency sync with the display. The programmers could fix this with a config.txt file where the monitor specs could be specified to sync. I have done this on the RPi SBCs with ubuntu MATE to fill out my screen. By all indications the Rock64 rc9 MATE version was trying to sync at 75 Hz and couldn't. This is probably true of all the release candidates (RCs) for ubuntu MATE. Your fix, can the ROCK64 then use 3D acc? |