Odroid C2 don't boot with last build image

i have change the /etc/X11/xorg.conf

Section "Device"
        Identifier      "Default Device"
        Driver          "modesetting"
        Option          "AccelMethod"   "glamor"
        Option          "SWCursor"      "on"
EndSection

there is a solution…
but I can’t answer whether it’s the best solution

1 Like

Thanks for looking into this.

I just pushed this change to the oc2-post-install package in Unstable branch.

1 Like

Thanks all, it works.

hola

I wrote this message with the Odroid C2

[nls@c2 ~]$ date -u
mer. 16 févr. 2022 19:03:05 UTC
[nls@c2 ~]$ neofetch
██████████████████  ████████   nls@c2
██████████████████  ████████   ------
██████████████████  ████████   OS: Manjaro ARM Linux aarch64
██████████████████  ████████   Host: Hardkernel ODROID-C2
████████            ████████   Kernel: 5.14.10-1-MANJARO-ARM
████████  ████████  ████████   Uptime: 43 mins
████████  ████████  ████████   Packages: 860 (pacman)
████████  ████████  ████████   Shell: bash 5.1.16
████████  ████████  ████████   Resolution: 1920x1080
████████  ████████  ████████   DE: Plasma 5.23.5
████████  ████████  ████████   WM: KWin
████████  ████████  ████████   WM Theme: plastik
████████  ████████  ████████   Theme: Breath Dark [Plasma], Breeze [GTK2/3]
████████  ████████  ████████   Icons: oxygen [Plasma], oxygen [GTK2/3]
                               Terminal: konsole
                               CPU: (4)
                               Memory: 1135MiB / 1952MiB





[nls@c2 ~]$ uname -a
Linux c2 5.14.10-1-MANJARO-ARM #1 SMP PREEMPT Sat Oct 9 19:11:23 UTC 2021 aarch64 GNU/Linux
[nls@c2 ~]$

VNC and samba are working

I built the image with the default C2 profile, linux-vim kernel

## Maintained by Strit ##

# Kernel and bootloader stuff
linux-vim
uboot-odroid-c2-mainline
plymouth
plymouth-theme-manjaro

# Video driver
xf86-video-fbdev

# Other device specific packages
btrfs-progs
f2fs-tools
fbset
amlogic
oc2-post-install

the Xorg conf file is looking so

Section "Monitor"
	Identifier	"Monitor0"
	Option		"DPMS"		"false"
EndSection
Section "ServerFlags"
	Option		"BlankTime"	"0"
	Option		"StandbyTime"	"0"
	Option		"SuspendTime"	"0"
	Option		"OffTime"	"0"
EndSection
Section "Device"
	Identifier	"Default Device"
	Driver		"modesetting"
	Option		"AccelMethod"	"glamor"
	Option      "SWCursor"      "on" # thanks Lila-Kuh :-)
EndSection
Section "ServerFlags"
	Option		"AutoAddGPU"	"off"
	Option		"Debug"		"dmabuf_capable"
EndSection
Section "OutputClass"
	Identifier	"Lima"
	MatchDriver	"meson"
	Driver		"modesetting"
	Option		"PrimaryGPU"	"true"
EndSection

We are 3, a noob ( nl.smart), a power user (Lila-Kuh), a dev, (Strit) now it works :-)

@spikerguy @Strit

I just look on the hardkernel forum, there is no Manjaro topic in the Odroid C2 section, I think it will be nice to create a dedicated one, Ok, the device is out of product, but is running well, for sure.

[OS] Manjaro ARM for C2

https://forum.odroid.com/viewforum.php?f=138

1 Like

So, the C2 is working well, one more time thanks all.

Have someone (Manjaro team) create a topic for the Odroid C2 on the Hardkernel forum ?

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.