На tvbox_e c Armbian устанвлены пакеты:
$ dpkg -l | grep xorg
rc xserver-xorg 1:7.7+19ubuntu7.1 arm64 X.Org X server
ii xserver-xorg-core:armhf 2:1.19.6-1ubuntu4.8 armhf Xorg X server - core server
ii xserver-xorg-legacy 2:1.19.6-1ubuntu4.8 arm64 setuid root Xorg server wrapper
ii xserver-xorg-video-armsoc:armhf 1.4.1-0ubuntu1 armhf X.Org X server -- ARM SoC display driver (transitional package)
ii xserver-xorg-video-armsoc-exynos:armhf 1.4.1-0ubuntu1 armhf X.Org X server -- ARM SoC display driver for Exynos DRM
SoC Amlogic S905w. Пакеты xserver-xorg-video-armsoc и xserver-xorg-video-armsoc-exynos конфликтуют с xserver-xorg. Так что либо они, либо он. При попытке запустить:
$ startx
/usr/lib/xorg/Xorg.wrap: Only console users are allowed to run the X server
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
В Xorg.0.log
X.Org X Server 1.19.6
Release Date: 2017-12-20
[ 113.120] X Protocol Version 11, Revision 0
[ 113.125] Build Operating System: Linux 4.15.0-124-generic armv7l Ubuntu
[ 113.130] Current Operating System: Linux armbian 5.9.0-arm-64 #20.10 SMP PREEMPT Wed Oct 14 12:04:42 MSK 2020 aarch64
[ 113.130] Kernel command line: root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0
[ 113.141] Build Date: 30 November 2020 08:03:57PM
[ 113.147] xorg-server 2:1.19.6-1ubuntu4.8 (For technical support please see http://www.ubuntu.com/support)
[ 113.153] Current version of pixman: 0.34.0
[ 113.164] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 113.164] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 113.188] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 24 12:47:04 2021
[ 113.194] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 113.200] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 113.201] (==) No Layout section. Using the first Screen section.
[ 113.201] (**) |-->Screen "DefaultScreen" (0)
[ 113.201] (**) | |-->Monitor "<default monitor>"
[ 113.202] (**) | |-->Device "Mali FBDEV"
[ 113.202] (**) | |-->GPUDevice "Mali FBDEV"
[ 113.202] (==) No monitor specified for screen "DefaultScreen".
Using a default monitor configuration.
[ 113.202] (**) Option "AutoAddGPU" "off"
[ 113.202] (==) Automatically adding devices
[ 113.202] (==) Automatically enabling devices
[ 113.202] (**) Not automatically adding GPU devices
[ 113.202] (==) Automatically binding GPU devices
[ 113.202] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 113.202] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 113.202] Entry deleted from font path.
[ 113.202] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 113.202] Entry deleted from font path.
[ 113.202] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 113.202] Entry deleted from font path.
[ 113.202] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/75dpi,
built-ins
[ 113.202] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 113.202] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 113.203] (II) Loader magic: 0xd33008
[ 113.203] (II) Module ABI versions:
[ 113.203] X.Org ANSI C Emulation: 0.4
[ 113.203] X.Org Video Driver: 23.0
[ 113.203] X.Org XInput driver : 24.1
[ 113.203] X.Org Server Extension : 10.0
[ 113.205] (++) using VT number 1
[ 113.213] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[ 113.216] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 113.221] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[ 113.222] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 113.225] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[ 113.226] (**) OutputClass "Lima" setting /dev/dri/card0 as PrimaryGPU
[ 113.226] (II) LoadModule: "glx"
[ 113.227] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 113.231] (II) Module glx: vendor="X.Org Foundation"
[ 113.231] compiled for 1.19.6, module version = 1.0.0
[ 113.231] ABI class: X.Org Server Extension, version 10.0
[ 113.231] (II) LoadModule: "armsoc"
[ 113.232] (II) Loading /usr/lib/xorg/modules/drivers/armsoc_drv.so
[ 113.232] (II) Module armsoc: vendor="X.Org Foundation"
[ 113.232] compiled for 1.19.3, module version = 1.4.1
[ 113.232] Module class: X.Org Video Driver
[ 113.233] ABI class: X.Org Video Driver, version 23.0
[ 113.233] (II) ARMSOC: Driver for ARM Mali compatible chipsets
[ 113.233] (WW) Falling back to old probe method for armsoc
[ 113.233] (II) No BusID or DriverName specified - opening /dev/dri/card0
[ 113.233] (EE) ERROR: Cannot set the DRM interface version.
[ 113.233] (EE) ERROR: Cannot open a connection with the DRM - Permission denied
[ 113.233] (II) No BusID or DriverName specified - opening /dev/dri/card0
[ 113.233] (EE) ERROR: Cannot set the DRM interface version.
[ 113.233] (EE) ERROR: Cannot open a connection with the DRM - Permission denied
[ 113.233] (WW) Falling back to old probe method for armsoc
[ 113.233] (II) No BusID or DriverName specified - opening /dev/dri/card0
[ 113.233] (EE) ERROR: Cannot set the DRM interface version.
[ 113.233] (EE) ERROR: Cannot open a connection with the DRM - Permission denied
[ 113.233] (II) No BusID or DriverName specified - opening /dev/dri/card0
[ 113.233] (EE) ERROR: Cannot set the DRM interface version.
[ 113.237] (II) No BusID or DriverName specified - opening /dev/dri/card0
[ 113.237] (EE) ERROR: Cannot set the DRM interface version.
[ 113.237] (EE) ERROR: Cannot open a connection with the DRM - Permission denied
[ 113.237] (II) modeset(0): using drv /dev/dri/card0
[ 113.237] (WW) Falling back to old probe method for modesetting
[ 113.237] (II) modeset(0): Creating default Display subsection in Screen section
"DefaultScreen" for depth/fbbpp 24/32
[ 113.237] (**) modeset(0): Depth 24, (--) framebuffer bpp 32
[ 113.238] (II) Applying OutputClass "Lima" options to /dev/dri/card0
[ 113.238] (==) modeset(0): RGB weight 888
[ 113.238] (==) modeset(0): Default visual is TrueColor
[ 113.238] (II) Loading sub module "glamoregl"
[ 113.238] (II) LoadModule: "glamoregl"
[ 113.238] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 113.256] (II) Module glamoregl: vendor="X.Org Foundation"
[ 113.257] compiled for 1.19.6, module version = 1.0.0
[ 113.257] ABI class: X.Org ANSI C Emulation, version 0.4
[ 113.257] (II) glamor: OpenGL accelerated X.org driver based.
[ 113.653] (II) glamor: EGL version 1.4:
[ 113.669] (II) modeset(0): glamor initialized
[ 113.670] (II) modeset(0): Output Composite-1 has no monitor section
[ 113.778] (II) modeset(0): Output HDMI-1 has no monitor section
[ 113.778] (II) modeset(0): EDID for output Composite-1
[ 113.779] (II) modeset(0): Printing probed modes for output Composite-1
[ 113.779] (II) modeset(0): Modeline "720x576i"x25.0 13.50 720 732 795 864 576 580 586 625 interlace (15.6 kHz e)
[ 113.779] (II) modeset(0): Modeline "720x480i"x30.0 13.50 720 739 801 858 480 488 494 525 interlace (15.7 kHz e)
[ 113.887] (II) modeset(0): EDID for output HDMI-1
[ 113.887] (II) modeset(0): Manufacturer: PHL Model: 0 Serial#: 16843009
[ 113.887] (II) modeset(0): Year: 2011 Week: 11
[ 113.887] (II) modeset(0): EDID Version: 1.3
[ 113.887] (II) modeset(0): Digital Display Input
[ 113.887] (II) modeset(0): Max Image Size [cm]: horiz.: 64 vert.: 36
[ 113.887] (II) modeset(0): Gamma: 2.20
[ 113.887] (II) modeset(0): No DPMS capabilities specified
[ 113.888] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 113.888] (II) modeset(0): First detailed timing is preferred mode
[ 113.888] (II) modeset(0): redX: 0.636 redY: 0.335 greenX: 0.291 greenY: 0.603
[ 113.888] (II) modeset(0): blueX: 0.146 blueY: 0.061 whiteX: 0.279 whiteY: 0.292
[ 113.888] (II) modeset(0): Supported established timings:
[ 113.888] (II) modeset(0): 640x480@60Hz
[ 113.888] (II) modeset(0): 800x600@60Hz
[ 113.888] (II) modeset(0): 1024x768@60Hz
[ 113.888] (II) modeset(0): Manufacturer's mask: 0
[ 113.888] (II) modeset(0): Supported standard timings:
[ 113.888] (II) modeset(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 113.888] (II) modeset(0): Supported detailed timing:
[ 113.888] (II) modeset(0): clock: 148.5 MHz Image Size: 640 x 360 mm
[ 113.888] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 113.888] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 113.888] (II) modeset(0): Supported detailed timing:
[ 113.888] (II) modeset(0): clock: 84.8 MHz Image Size: 640 x 360 mm
[ 113.888] (II) modeset(0): h_active: 1360 h_sync: 1432 h_sync_end 1568 h_blank_end 1776 h_border: 0
[ 113.888] (II) modeset(0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 798 v_border: 0
[ 113.888] (II) modeset(0): Monitor name: PHILIPS FTV
[ 113.888] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 113.888] (II) modeset(0): Supported detailed timing:
[ 113.888] (II) modeset(0): clock: 148.5 MHz Image Size: 640 x 360 mm
[ 113.888] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 113.888] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 113.888] (II) modeset(0): Supported detailed timing:
[ 113.888] (II) modeset(0): clock: 74.2 MHz Image Size: 640 x 360 mm
[ 113.888] (II) modeset(0): h_active: 1920 h_sync: 2558 h_sync_end 2602 h_blank_end 2750 h_border: 0
[ 113.888] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 113.888] (II) modeset(0): Supported detailed timing:
[ 113.888] (II) modeset(0): clock: 74.2 MHz Image Size: 640 x 360 mm
[ 113.888] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 113.888] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 113.888] (II) modeset(0): Supported detailed timing:
[ 113.888] (II) modeset(0): clock: 74.2 MHz Image Size: 640 x 360 mm
[ 113.888] (II) modeset(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 113.888] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 113.889] (II) modeset(0): Number of EDID sections to follow: 1
[ 113.889] (II) modeset(0): EDID (in hex):
[ 113.889] (II) modeset(0): 00ffffffffffff00410c000001010101
[ 113.889] (II) modeset(0): 0b150103804024780af9aba2554a9a25
[ 113.889] (II) modeset(0): 0f474a21080081800101010101010101
[ 113.889] (II) modeset(0): 010101010101023a801871382d40582c
[ 113.889] (II) modeset(0): 450080682100001e1b2150a051001e30
[ 113.889] (II) modeset(0): 48883500806821000018000000fc0050
[ 113.889] (II) modeset(0): 48494c495053204654560a20000000fd
[ 113.889] (II) modeset(0): 00384c1e5311000a20202020202001c7
[ 113.889] (II) modeset(0): 020326714e9f10202122140513041102
[ 113.889] (II) modeset(0): 15060126090703150750830100006703
[ 113.889] (II) modeset(0): 0c002000b82d023a80d072382d40102c
[ 113.889] (II) modeset(0): 458080682100001e011d803e73382d40
[ 113.889] (II) modeset(0): 7e2c458080682100001e011d80d0721c
[ 113.889] (II) modeset(0): 1620102c258080682100009e011d00bc
[ 113.889] (II) modeset(0): 52d01e20b828554080682100001e0000
[ 113.889] (II) modeset(0): 0000000000000000000000000000001c
[ 113.889] (--) modeset(0): HDMI max TMDS frequency 225000KHz
[ 113.889] (II) modeset(0): Printing probed modes for output HDMI-1
[ 113.889] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 113.889] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 113.889] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 113.889] (II) modeset(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 113.889] (II) modeset(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 113.889] (II) modeset(0): Modeline "1920x1080"x30.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[ 113.890] (II) modeset(0): Modeline "1920x1080"x25.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[ 113.890] (II) modeset(0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 113.890] (II) modeset(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[ 113.890] (II) modeset(0): Modeline "1920x1080"x30.0 74.18 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[ 113.890] (II) modeset(0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 113.890] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 113.890] (II) modeset(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 776 798 -hsync -vsync (47.7 kHz e)
[ 113.890] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 113.890] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 113.890] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 113.890] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 113.890] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 113.890] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 113.890] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 113.890] (II) modeset(0): Output Composite-1 connected
[ 113.890] (II) modeset(0): Output HDMI-1 connected
[ 113.890] (II) modeset(0): Using sloppy heuristic for initial modes
[ 113.890] (II) modeset(0): Output Composite-1 using initial mode 720x576i +0+0
[ 113.890] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[ 113.890] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 113.890] (==) modeset(0): DPI set to (96, 96)
[ 113.890] (II) Loading sub module "fb"
[ 113.890] (II) LoadModule: "fb"
[ 113.891] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 113.891] (II) Module fb: vendor="X.Org Foundation"
[ 113.892] compiled for 1.19.6, module version = 1.0.0
[ 113.892] ABI class: X.Org ANSI C Emulation, version 0.4
[ 113.892] (II) UnloadModule: "armsoc"
[ 113.892] (II) Unloading armsoc
[ 113.892] (==) Depth 24 pixmap format is 32 bpp
[ 114.008] (==) modeset(0): Backing store enabled
[ 114.008] (==) modeset(0): Silken mouse enabled
[ 114.008] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 114.022] (==) modeset(0): DPMS enabled
[ 114.023] (WW) modeset(0): Option "PrimaryGPU" is not used
[ 114.023] (WW) modeset(0): Option "fbdev" is not used
[ 114.023] (WW) modeset(0): Option "Fimg2DExa" is not used
[ 114.023] (WW) modeset(0): Option "DRI2" is not used
[ 114.023] (WW) modeset(0): Option "DRI2_PAGE_FLIP" is not used
[ 114.023] (WW) modeset(0): Option "DRI2_WAIT_VSYNC" is not used
[ 114.023] (WW) modeset(0): Option "SWcursorLCD" is not used
[ 114.023] (II) modeset(0): [DRI2] Setup complete
[ 114.023] (II) modeset(0): [DRI2] DRI driver: meson
[ 114.023] (II) modeset(0): [DRI2] VDPAU driver: meson
[ 114.023] (--) RandR disabled
[ 114.042] (II) SELinux: Disabled on system
[ 114.327] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 114.327] (II) AIGLX: enabled GLX_ARB_create_context
[ 114.327] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 114.327] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 114.327] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 114.327] (II) AIGLX: enabled GLX_SGI_swap_control
[ 114.327] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 114.327] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 114.327] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 114.327] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 114.330] (II) AIGLX: Loaded and initialized meson
[ 114.330] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 114.335] (II) modeset(0): Damage tracking initialized
[ 114.335] (II) modeset(0): Setting screen physical size to 508 x 285
[ 114.529] (II) config/udev: Adding input device meson-ir (/dev/input/event0)
[ 114.529] (II) No input driver specified, ignoring this device.
[ 114.529] (II) This device may have been added with another device file.
[ 114.533] (II) config/udev: Adding input device Generic USB K/B (/dev/input/event1)
[ 114.533] (II) No input driver specified, ignoring this device.
[ 114.533] (II) This device may have been added with another device file.
[ 114.537] (II) config/udev: Adding input device Generic USB K/B Mouse (/dev/input/event2)
[ 114.537] (II) No input driver specified, ignoring this device.
[ 114.537] (II) This device may have been added with another device file.
[ 114.540] (II) config/udev: Adding input device Generic USB K/B Mouse (/dev/input/mouse0)
[ 114.540] (II) No input driver specified, ignoring this device.
[ 114.540] (II) This device may have been added with another device file.
[ 114.544] (II) config/udev: Adding input device Generic USB K/B System Control (/dev/input/event3)
[ 114.544] (II) No input driver specified, ignoring this device.
[ 114.544] (II) This device may have been added with another device file.
[ 114.733] (II) Server terminated successfully (0). Closing log file.
В качестве моника 32" телек. Подозреваю, что трабл в иксовых конфигах или отсутствии дров для Mali GPU.
/etc/X11/xorg.conf.d/01-armbian-defaults.conf
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" "none" ### "glamor" to enable 3D acceleration, "none" to disable.
EndSection
Section "ServerFlags"
Option "AutoAddGPU" "off"
Option "Debug" "dmabuf_capable"
EndSection
Section "OutputClass"
Identifier "Lima" # "Panfrost"
MatchDriver "meson" # sun4i-drm rockchip
Driver "modesetting"
Option "PrimaryGPU" "true"
EndSection
/etc/X11/xorg.conf.d/exynos.conf
Section "Device"
Identifier "Mali FBDEV"
Driver "armsoc"
Option "fbdev" "/dev/fb0"
Option "Fimg2DExa" "false"
Option "DRI2" "true"
Option "DRI2_PAGE_FLIP" "false"
Option "DRI2_WAIT_VSYNC" "true"
# Option "Fimg2DExaSolid" "false"
# Option "Fimg2DExaCopy" "false"
# Option "Fimg2DExaComposite" "false"
Option "SWcursorLCD" "false"
EndSection
Section "Screen"
Identifier "DefaultScreen"
Device "Mali FBDEV"
DefaultDepth 24
EndSection
# lsmod | grep mali
пусто
Раньше помнится в некоторых версиях иксов было прога, которая автоматически генерит правильный конфиг для иксов, но может это было очень давно во времена BlackCat и сейчас такого уже нет.