Page 3 of 24
Re: (X)(L)ubuntu (MATE) 16.04 LTS
Posted: Mon Feb 08, 2016 3:13 pm
by Mufa
I copied your xorg.conf to the / etc / X11. Unfortunately effect as in the picture
Re: (X)(L)ubuntu (MATE) 16.04 LTS
Posted: Mon Feb 08, 2016 3:55 pm
by xeno74
Mufa wrote:I copied your xorg.conf to the / etc / X11. Unfortunately effect as in the picture
Could you please configure Xorg manually?
Please execute the following command as root:
After that copy the
xorg.conf.new to
/etc/X11/xorg.conf and then restart your AmigaONE X1000.
Code: Select all
cp xorg.conf.new /etc/X11/xorg.conf
Re: (X)(L)ubuntu (MATE) 16.04 LTS
Posted: Mon Feb 08, 2016 5:45 pm
by Mufa
xeno74 wrote:Mufa wrote:I copied your xorg.conf to the / etc / X11. Unfortunately effect as in the picture
Could you please configure Xorg manually?
Please execute the following command as root:
Unfortunately, the configuration is not successful.
Re: (X)(L)ubuntu (MATE) 16.04 LTS
Posted: Mon Feb 08, 2016 5:59 pm
by xeno74
Mufa wrote:
Unfortunately, the configuration is not successful.
Please delete the
xorg.conf in
/etc/X11 and then install the package
xserver-xorg-video-fbdev with:
Code: Select all
sudo apt-get install xserver-xorg-video-fbdev
After that reboot your AmigaONE X1000.
If it is already installed then edit the
xorg.conf and modify the section
Device.
Code: Select all
Section "Device"
Identifier "Card1"
# Use this for framebuffer devices - should work on most systems.
Driver "fbdev"
Option "fbdev" "/dev/fb0"
Re: (X)(L)ubuntu (MATE) 16.04 LTS
Posted: Tue Feb 09, 2016 7:53 am
by xeno74
Hi Mufa,
I think I have found the problem. Xorg hasn't been able to find Mesa. Please copy zappa2009's
xorg.conf to
/etc/X11 and then install the following packages:
libgl1-mesa-glx
libgl1-mesa-dri
If it doesn't work then post the file
/var/log/Xorg.0.log and the output of
lspci | grep -i vga.
You could also test the
RC3 of kernel 4.5 if you like. It has the new byte swap code for Radeon firmwares.
If you have extra time you could also test the old
kernel 3.19 final.
PLEASE don't forget to test the
fbdev driver above.
Many thanks for your effort!
Cheers,
Christian
Re: (X)(L)ubuntu (MATE) 16.04 LTS
Posted: Wed Feb 10, 2016 10:23 pm
by xeno74
Hi Mufa,
It could be that the option “Ubuntu MATE desktop” doesn't install a desktop. Could you please choose the "Lubuntu desktop" additionally at the software selection screen?
Cheers,
Christian
Re: (X)(L)ubuntu (MATE) 16.04 LTS
Posted: Fri Feb 12, 2016 3:49 pm
by xeno74
Hi All,
Stanglnator tested the installation instructions yesterday. He told me that the option “Ubuntu MATE desktop” doesn't install a desktop.
It is better to choose nothing at the software selection screen and after installing the base system to install a desktop with
apt-get install.
Link:
os4welt.de
Please don't choose an option at the software selection screen.
Cheers,
Christian
Re: (X)(L)ubuntu (MATE) 16.04 LTS
Posted: Fri Feb 12, 2016 9:22 pm
by xeno74
Hi All,
I have some good news for you. Stanglnator was able to install Ubuntu 16.04 with the RC3 of kernel 4.5 and the new installation initial ramdisk
initrd-4.5-rc3-1.ubuntu16.04-ppc64.gz.
He choosed the following software at the software selection screen (tasksel):
- standard system utilities (important)
- Lubuntu desktop
- Xubuntu desktop
Xorg, 3D acceleration with the patched r600_dri.so etc works.
Link:
os4welt.de
Cheers,
Christian
Re: (X)(L)ubuntu (MATE) 16.04 LTS
Posted: Sun Feb 14, 2016 3:52 pm
by xeno74
Luigi wrote:
i found the way for have mate from very beginning.
just is need to select:
ubuntu desktop
ubuntu mate desktop
ubuntu mate minimal.
Re: (X)(L)ubuntu (MATE) 16.04 LTS
Posted: Mon Feb 15, 2016 12:35 pm
by Epsilon
xeno74 wrote:Hi All,
I have some good news for you. Stanglnator was able to install Ubuntu 16.04 with the RC3 of kernel 4.5 and the new installation initial ramdisk initrd-4.5-rc3-1.ubuntu16.04-ppc64.gz.
He choosed the following software at the software selection screen (tasksel):
- standard system utilities (important)
- Lubuntu desktop
- Xubuntu desktop
Xorg, 3D acceleration with the patched r600_dri.so etc works.
I tried this out, placing the initrd.gz and vmlinux 4.5rc3 on the cf card on my X1000. I can boot the installation, and install the linux build on my X1000 system following the instructions, but when the installation is completed and I reboot using the menu commands as per the instructions:
CFE> setenv -p MENU_2_LABEL "ubuntu MATE 16.04 with kernel 4.5"
CFE> setenv -p MENU_2_COMMAND 'set pmu -astate=A4 ; setenv bootargs "root=/dev/sda1 quiet ro splash" ; boot -elf -noints -fatfs cf0:vm4.5'
I then get an error on the booting screen as below:

- Error message on X1000 booting vmlinux 4.5rc3
I also tried the rc4 version too on the cf card and got the same error.
It seems to indicate it needs an init= option but no idea what I have to do. It is obviously missing something! If someone can help that would be great!
Catcha,
Epsilon