The officially official Devuan Forum!

You are not logged in.

#2 Re: Desktop and Multimedia » [SOLVED] Xorg error on Devuan freia » 2026-08-30 16:50:32

Success! I had tried gpu_mem before, however it did not change anything, as far as I know it was for the older Raspberry generations only. cma=512m in the kernel's command line however did the trick for me. On boot, the kernel writes out Skipping dt linux-cma default node in favor for "cma=" kernel par at first and once the system is up and running I see that the size of available memory has decreased (in favor of the gpu I think).

In combination with the Option "NoOutputInitialSize" "1640 1312" I could not see any more X or application errors. The interesting thing is that in the broken X setup I could start gnome-maps and all kind of other applications, but it could not display them correctly.

Thanks for looking into that with me. I will continue testing this and report back in a day or two.

#3 Re: Desktop and Multimedia » [SOLVED] Xorg error on Devuan freia » 2026-08-30 08:56:06

I see your point. I stumbled over those two card devices yesterday as well and tried to figure out if one of them can be disabled by a kernel boot parameter or a similar setting. No way. Then I tried to find out if I can hard pin a device entry to a device file, something like BusID "vc4-hdmi-0" or similar. No success as well. I ended up in deleting the card0 device by script before X starts and see what happens. The correct way for this would probably be to configure udev accodingly.

The interesting thing is that the X server says  (EE) cannot open /dev/dri/card0 and also won't try to set it up, however it stills knows that there are 2 HDMI devices, one connected and one not, and it also knows that there should be a card0 device. And the errors remained.

Right now I gave your device option a try. And indeed, it changes something. The error messages in the X log file are gone, as well as the scrambled windows. But, at a certain point I could not open new X applications any more. In this case I had a few terminals, an email reader, a browser, everything worked so far. Then I tried to open the gnome-maps tool, which exited with the following error:

alex@aws:~:(1)> gnome-maps
DRM_IOCTL_MODE_CREATE_DUMB failed: Cannot allocate memory
MESA: error: Failed to create scanout resource
DRM_IOCTL_MODE_CREATE_DUMB failed: Cannot allocate memory
MESA: error: Failed to create scanout resource
MESA: error: Failed to allocate device memory for BO
Segmentation fault

It seems that the problem has shifted... I tried that with both the card0 available or not, no difference there. I will attach both X config and log so we are on the same page.

Section "Device"
   Identifier "DRI"
   Driver "modesetting"
   #Option "IgnoreEDID" "true"
   #BusID  "vc4-hdmi-1"
   Option "Monitor-HDMI-1" "AL1716"
   Option "AccelMethod"    "glamor"
   Option "NoOutputInitialSize" "1640 1312"
   Screen 0
EndSection

#Section "Extensions"
#    Option "XVideo" "Disable"
#EndSection

Section "ServerLayout"
    Identifier "Layout0"
    Screen "Screen0"
    Option "DisableVidModeExtension" "true"
EndSection

Section "Screen"
    Identifier "Screen0"
    Monitor    "AL1716"
    Device     "DRI"
    DefaultDepth 24
    DefaultFbBpp 32
    SubSection "Display"
       Depth 24
       FbBpp 32
       Modes "1280x1024"
    EndSubSection
EndSection

Section "Monitor"
    Identifier "AL1716"
    ModelName "AL1716"
    VendorName "ACR"
    # Monitor Manufactured week 39 of 2005
    # EDID version 1.3
    # Digital Display
    DisplaySize 340 270
    Gamma 2.20
    Option "DPMS" "true"
    #Option "DefaultModes" "true"
    Horizsync 31-83
    VertRefresh 56-75
    # Maximum pixel clock is 140MHz
    Modeline   "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
    #Option "PreferredMode" "1280x1024"
EndSection

Section "InputClass"
    Identifier "disable touch stick"
    MatchProduct "vc4"
    Option "ignore" "on"
EndSection

Section "InputClass"
    Identifier "libinput pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    MatchProduct "Microsoft Trackball Explorer"
    Option "ButtonMapping" "8 9 3 4 5 6 7 1 2 10"
    Driver "libinput"
EndSection

Section "InputClass"
    Identifier "libinput keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "libinput"
EndSection
[    11.769] 
X.Org X Server 1.21.1.24
X Protocol Version 11, Revision 0
[    11.769] Current Operating System: Linux aws 7.1.8+deb14.1-arm64 #1 SMP PREEMPT Debian 7.1.8-2 (2026-08-15) aarch64
[    11.769] Kernel command line: video=HDMI-A-1:1280x1024M@60 dma.dmachans=0x37f5 bcm2709.boardrev=0xc03115 bcm2709.serial=0x3c446b80 bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=42 bcm2709.disk_led_active_low=0 smsc95xx.macaddr=E4:5F:01:A8:4B:9E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty0 root=PARTUUID=8cddaba2-889f-49b9-8c3f-084fe4956fe8 rw fsck.repair=yes net.ifnames=0  rootwait quiet logo.nologo
[    11.769] xorg-server 2:21.1.24-1devuan1 (https://www.devuan.org/os/community) 
[    11.769] Current version of pixman: 0.46.4
[    11.769] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.769] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.770] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 30 10:31:13 2026
[    11.794] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    11.794] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.813] (==) ServerLayout "Layout0"
[    11.813] (**) |-->Screen "Screen0" (0)
[    11.813] (**) |   |-->Monitor "AL1716"
[    11.818] (**) |   |-->Device "DRI"
[    11.818] (**) Option "DisableVidModeExtension" "true"
[    11.818] (**) Allowing byte-swapped clients
[    11.818] (==) Automatically adding devices
[    11.818] (==) Automatically enabling devices
[    11.818] (==) Automatically adding GPU devices
[    11.818] (==) Automatically binding GPU devices
[    11.822] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    11.884] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    11.884] (==) ModulePath set to "/usr/lib/xorg/modules"
[    11.884] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    11.884] (II) Loader magic: 0xaaaab1790ea0
[    11.884] (II) Module ABI versions:
[    11.884] 	X.Org ANSI C Emulation: 0.4
[    11.884] 	X.Org Video Driver: 25.2
[    11.884] 	X.Org XInput driver : 24.4
[    11.884] 	X.Org Server Extension : 10.0
[    11.884] (++) using VT number 7

[    11.884] (II) seat-libseat: libseat integration requires -keeptty and -keeptty was not provided, disabling libseat integration
[    11.886] (II) xfree86: Adding drm device (/dev/dri/card1)
[    11.886] (II) Platform probe for /sys/devices/platform/gpu/drm/card1
[    11.908] (II) xfree86: Adding drm device (/dev/dri/card0)
[    11.908] (II) Platform probe for /sys/devices/platform/scb-bus@fc000000/fec00000.gpu/drm/card0
[    11.909] (II) no primary bus or device found
[    11.909] 	falling back to /sys/devices/platform/gpu/drm/card1
[    11.909] (II) LoadModule: "glx"
[    11.928] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.999] (II) Module glx: vendor="X.Org Foundation"
[    11.999] 	compiled for 1.21.1.24, module version = 1.0.0
[    11.999] 	ABI class: X.Org Server Extension, version 10.0
[    11.999] (II) LoadModule: "modesetting"
[    12.000] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    12.011] (II) Module modesetting: vendor="X.Org Foundation"
[    12.011] 	compiled for 1.21.1.24, module version = 1.21.1
[    12.011] 	Module class: X.Org Video Driver
[    12.011] 	ABI class: X.Org Video Driver, version 25.2
[    12.011] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    12.051] (II) modeset(0): using drv /dev/dri/card1
[    12.051] (**) modeset(0): Depth 24, (**) framebuffer bpp 32
[    12.052] (**) modeset(0): Option "AccelMethod" "glamor"
[    12.052] (==) modeset(0): RGB weight 888
[    12.052] (==) modeset(0): Default visual is TrueColor
[    12.052] (II) Loading sub module "glamoregl"
[    12.052] (II) LoadModule: "glamoregl"
[    12.052] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    12.111] (II) Module glamoregl: vendor="X.Org Foundation"
[    12.111] 	compiled for 1.21.1.24, module version = 1.0.1
[    12.111] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.911] (II) modeset(0): glamor: Using OpenGL 3.1 context.
[    14.921] (II) modeset(0): glamor X acceleration enabled on V3D 4.2.14.0
[    14.921] (II) modeset(0): glamor initialized
[    14.921] (==) modeset(0): VariableRefresh: disabled
[    14.921] (==) modeset(0): AsyncFlipSecondaries: disabled
[    14.936] (II) modeset(0): Output HDMI-1 using monitor section AL1716
[    14.936] (II) modeset(0): Output HDMI-2 has no monitor section
[    14.995] (**) modeset(0): Option "NoOutputInitialSize" "1640 1312"
[    15.009] (II) modeset(0): EDID for output HDMI-1
[    15.010] (II) modeset(0): Manufacturer: ACR  Model: 6b4  Serial#: 6704
[    15.010] (II) modeset(0): Year: 2005  Week: 39
[    15.010] (II) modeset(0): EDID Version: 1.3
[    15.010] (II) modeset(0): Digital Display Input
[    15.010] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 27
[    15.010] (II) modeset(0): Gamma: 2.20
[    15.010] (II) modeset(0): DPMS capabilities: Suspend Off
[    15.010] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    15.010] (II) modeset(0): Default color space is primary color space
[    15.010] (II) modeset(0): First detailed timing is preferred mode
[    15.010] (II) modeset(0): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.610
[    15.010] (II) modeset(0): blueX: 0.140 blueY: 0.000   whiteX: 0.313 whiteY: 0.329
[    15.010] (II) modeset(0): Supported established timings:
[    15.010] (II) modeset(0): 720x400@70Hz
[    15.010] (II) modeset(0): 640x480@60Hz
[    15.010] (II) modeset(0): 640x480@72Hz
[    15.010] (II) modeset(0): 640x480@75Hz
[    15.010] (II) modeset(0): 800x600@56Hz
[    15.010] (II) modeset(0): 800x600@60Hz
[    15.010] (II) modeset(0): 800x600@72Hz
[    15.010] (II) modeset(0): 800x600@75Hz
[    15.010] (II) modeset(0): 1024x768@60Hz
[    15.010] (II) modeset(0): 1024x768@70Hz
[    15.010] (II) modeset(0): 1024x768@75Hz
[    15.010] (II) modeset(0): 1280x1024@75Hz
[    15.010] (II) modeset(0): Manufacturer's mask: 0
[    15.010] (II) modeset(0): Supported standard timings:
[    15.010] (II) modeset(0): #0: hsize: 832  vsize 624  refresh: 75  vid: 20297
[    15.010] (II) modeset(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    15.010] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    15.010] (II) modeset(0): Supported detailed timing:
[    15.011] (II) modeset(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
[    15.011] (II) modeset(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    15.011] (II) modeset(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    15.011] (II) modeset(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 83 kHz, PixClock max 145 MHz
[    15.011] (II) modeset(0): Monitor name: AL1716
[    15.011] (II) modeset(0):  ACER
[    15.011] (II) modeset(0): EDID (in hex):
[    15.011] (II) modeset(0): 	00ffffffffffff000472b406301a0000
[    15.011] (II) modeset(0): 	270f010380221b786ec5c5a3574a9c23
[    15.011] (II) modeset(0): 	005054afcf00494f714f818001010101
[    15.011] (II) modeset(0): 	010101010101302a009851002a403070
[    15.011] (II) modeset(0): 	1300520e1100001e000000fd00384b1f
[    15.011] (II) modeset(0): 	530e000a202020202020000000fc0041
[    15.011] (II) modeset(0): 	4c313731360a202020202020000000fe
[    15.011] (II) modeset(0): 	00414345520a2020202020202020009f
[    15.011] (II) modeset(0): Printing probed modes for output HDMI-1
[    15.011] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz UeP)
[    15.011] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    15.011] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    15.012] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    15.012] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    15.012] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    15.012] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    15.012] (II) modeset(0): Modeline "832x624"x75.0   53.21  832 872 960 1088  624 625 628 652 -hsync +vsync (48.9 kHz)
[    15.012] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    15.012] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    15.012] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.012] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    15.012] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    15.012] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    15.012] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.012] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    15.012] (II) modeset(0): EDID for output HDMI-2
[    15.012] (II) modeset(0): Output HDMI-1 connected
[    15.012] (II) modeset(0): Output HDMI-2 disconnected
[    15.012] (II) modeset(0): Using user preference for initial modes
[    15.012] (II) modeset(0): Output HDMI-1 using initial mode 1280x1024 +0+0
[    15.012] (**) modeset(0): Using gamma correction (2.2, 2.2, 2.2)
[    15.012] (**) modeset(0): Display dimensions: (340, 270) mm
[    15.012] (**) modeset(0): DPI set to (95, 96)
[    15.013] (II) Loading sub module "fb"
[    15.013] (II) LoadModule: "fb"
[    15.013] (II) Module "fb" already built-in
[    15.236] (==) modeset(0): Backing store enabled
[    15.236] (==) modeset(0): Silken mouse enabled
[    15.432] (II) modeset(0): Output HDMI-1 wants gamma correction (2.2, 2.2, 2.2)
[    15.432] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    15.433] (II) modeset(0): Output HDMI-1 wants gamma correction (2.2, 2.2, 2.2)
[    15.434] (**) modeset(0): DPMS enabled
[    15.434] (II) modeset(0): [DRI2] Setup complete
[    15.434] (II) modeset(0): [DRI2]   DRI driver: vc4
[    15.434] (II) modeset(0): [DRI2]   VDPAU driver: vc4
[    15.434] (II) Initializing extension Generic Event Extension
[    15.435] (II) Initializing extension SHAPE
[    15.436] (II) Initializing extension MIT-SHM
[    15.436] (II) Initializing extension XInputExtension
[    15.442] (II) Initializing extension XTEST
[    15.443] (II) Initializing extension BIG-REQUESTS
[    15.444] (II) Initializing extension SYNC
[    15.444] (II) Initializing extension XKEYBOARD
[    15.445] (II) Initializing extension XC-MISC
[    15.446] (II) Initializing extension SECURITY
[    15.446] (II) Initializing extension XFIXES
[    15.447] (II) Initializing extension RENDER
[    15.448] (II) Initializing extension RANDR
[    15.449] (II) Initializing extension COMPOSITE
[    15.449] (II) Initializing extension DAMAGE
[    15.450] (II) Initializing extension MIT-SCREEN-SAVER
[    15.451] (II) Initializing extension DOUBLE-BUFFER
[    15.451] (II) Initializing extension RECORD
[    15.452] (II) Initializing extension DPMS
[    15.452] (II) Initializing extension Present
[    15.453] (II) Initializing extension DRI3
[    15.454] (II) Initializing extension X-Resource
[    15.454] (II) Initializing extension XVideo
[    15.455] (II) Initializing extension XVideo-MotionCompensation
[    15.455] (II) Initializing extension SELinux
[    15.455] (II) SELinux: Disabled on system
[    15.455] (II) Initializing extension GLX
[    15.522] (II) AIGLX: Loaded and initialized vc4
[    15.523] (II) GLX: Initialized DRI2 GL provider for screen 0
[    15.523] (II) Initializing extension XFree86-VidModeExtension
[    15.523] (II) Initializing extension XFree86-DGA
[    15.523] (II) Initializing extension XFree86-DRI
[    15.523] (II) Initializing extension DRI2
[    15.530] (II) modeset(0): Damage tracking initialized
[    15.530] (II) modeset(0): Setting screen physical size to 340 x 270
[    15.764] (II) config/udev: Adding input device HID 05f3:0007 (/dev/input/event0)
[    15.764] (**) HID 05f3:0007: Applying InputClass "libinput keyboard catchall"
[    15.764] (**) HID 05f3:0007: Applying InputClass "libinput keyboard catchall"
[    15.764] (II) LoadModule: "libinput"
[    15.764] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    15.823] (II) Module libinput: vendor="X.Org Foundation"
[    15.823] 	compiled for 1.21.1.21, module version = 1.5.0
[    15.823] 	Module class: X.Org XInput Driver
[    15.823] 	ABI class: X.Org XInput driver, version 24.4
[    15.823] (II) Using input driver 'libinput' for 'HID 05f3:0007'
[    15.823] (**) HID 05f3:0007: always reports core events
[    15.823] (**) Option "Device" "/dev/input/event0"
[    15.873] (II) event0  - HID 05f3:0007: is tagged by udev as: Keyboard
[    15.874] (II) event0  - HID 05f3:0007: device is a keyboard
[    15.874] (II) event0  - HID 05f3:0007: device removed
[    15.888] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.0/0003:05F3:0007.0001/input/input0/event0"
[    15.888] (II) XINPUT: Adding extended input device "HID 05f3:0007" (type: KEYBOARD, id 6)
[    15.888] (**) Option "xkb_model" "pc105"
[    15.888] (**) Option "xkb_layout" "us"
[    15.893] (II) event0  - HID 05f3:0007: is tagged by udev as: Keyboard
[    15.894] (II) event0  - HID 05f3:0007: device is a keyboard
[    15.896] (II) config/udev: Adding input device HID 05f3:0007 System Control (/dev/input/event1)
[    15.896] (**) HID 05f3:0007 System Control: Applying InputClass "libinput keyboard catchall"
[    15.896] (**) HID 05f3:0007 System Control: Applying InputClass "libinput keyboard catchall"
[    15.896] (II) Using input driver 'libinput' for 'HID 05f3:0007 System Control'
[    15.897] (**) HID 05f3:0007 System Control: always reports core events
[    15.897] (**) Option "Device" "/dev/input/event1"
[    15.901] (II) event1  - HID 05f3:0007 System Control: is tagged by udev as: Keyboard
[    15.901] (II) event1  - HID 05f3:0007 System Control: device is a keyboard
[    15.902] (II) event1  - HID 05f3:0007 System Control: device removed
[    15.912] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:05F3:0007.0002/input/input1/event1"
[    15.912] (II) XINPUT: Adding extended input device "HID 05f3:0007 System Control" (type: KEYBOARD, id 7)
[    15.912] (**) Option "xkb_model" "pc105"
[    15.912] (**) Option "xkb_layout" "us"
[    15.917] (II) event1  - HID 05f3:0007 System Control: is tagged by udev as: Keyboard
[    15.917] (II) event1  - HID 05f3:0007 System Control: device is a keyboard
[    15.920] (II) config/udev: Adding input device HID 05f3:0007 Consumer Control (/dev/input/event2)
[    15.920] (**) HID 05f3:0007 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    15.920] (**) HID 05f3:0007 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    15.920] (II) Using input driver 'libinput' for 'HID 05f3:0007 Consumer Control'
[    15.920] (**) HID 05f3:0007 Consumer Control: always reports core events
[    15.920] (**) Option "Device" "/dev/input/event2"
[    15.924] (II) event2  - HID 05f3:0007 Consumer Control: is tagged by udev as: Keyboard
[    15.925] (II) event2  - HID 05f3:0007 Consumer Control: device is a keyboard
[    15.925] (II) event2  - HID 05f3:0007 Consumer Control: device removed
[    15.940] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:05F3:0007.0002/input/input2/event2"
[    15.940] (II) XINPUT: Adding extended input device "HID 05f3:0007 Consumer Control" (type: KEYBOARD, id 8)
[    15.940] (**) Option "xkb_model" "pc105"
[    15.940] (**) Option "xkb_layout" "us"
[    15.945] (II) event2  - HID 05f3:0007 Consumer Control: is tagged by udev as: Keyboard
[    15.945] (II) event2  - HID 05f3:0007 Consumer Control: device is a keyboard
[    15.948] (II) config/udev: Adding input device Microsoft Microsoft Trackball Explorer® (/dev/input/event3)
[    15.948] (**) Microsoft Microsoft Trackball Explorer®: Applying InputClass "libinput pointer catchall"
[    15.948] (**) Microsoft Microsoft Trackball Explorer®: Applying InputClass "libinput pointer catchall"
[    15.948] (II) Using input driver 'libinput' for 'Microsoft Microsoft Trackball Explorer®'
[    15.948] (**) Microsoft Microsoft Trackball Explorer®: always reports core events
[    15.948] (**) Option "Device" "/dev/input/event3"
[    16.007] (II) event3  - Microsoft Microsoft Trackball Explorer®: is tagged by udev as: Mouse Trackball
[    16.008] (II) event3  - Microsoft Microsoft Trackball Explorer®: device is a pointer
[    16.008] (II) event3  - Microsoft Microsoft Trackball Explorer®: device removed
[    16.032] (II) libinput: Microsoft Microsoft Trackball Explorer®: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.032] (II) libinput: Microsoft Microsoft Trackball Explorer®: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.032] (II) libinput: Microsoft Microsoft Trackball Explorer®: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.032] (**) Option "ButtonMapping" "8 9 3 4 5 6 7 1 2 10"
[    16.032] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/0003:045E:0024.0003/input/input3/event3"
[    16.032] (II) XINPUT: Adding extended input device "Microsoft Microsoft Trackball Explorer®" (type: MOUSE, id 9)
[    16.033] (**) Option "AccelerationScheme" "none"
[    16.033] (**) Microsoft Microsoft Trackball Explorer®: (accel) selected scheme none/0
[    16.033] (**) Microsoft Microsoft Trackball Explorer®: (accel) acceleration factor: 2.000
[    16.033] (**) Microsoft Microsoft Trackball Explorer®: (accel) acceleration threshold: 4
[    16.092] (II) event3  - Microsoft Microsoft Trackball Explorer®: is tagged by udev as: Mouse Trackball
[    16.093] (II) event3  - Microsoft Microsoft Trackball Explorer®: device is a pointer
[    16.095] (II) config/udev: Adding input device Microsoft Microsoft Trackball Explorer® (/dev/input/mouse0)
[    16.095] (II) No input driver specified, ignoring this device.
[    16.095] (II) This device may have been added with another device file.
[    16.098] (II) config/udev: Adding input device vc4-hdmi-0 (/dev/input/event4)
[    16.098] (**) vc4-hdmi-0: Ignoring device from InputClass "disable touch stick"
[    16.099] (II) config/udev: Adding input device vc4-hdmi-0 HDMI Jack (/dev/input/event5)
[    16.099] (**) vc4-hdmi-0 HDMI Jack: Ignoring device from InputClass "disable touch stick"
[    16.100] (II) config/udev: Adding input device vc4-hdmi-1 (/dev/input/event6)
[    16.100] (**) vc4-hdmi-1: Ignoring device from InputClass "disable touch stick"
[    16.101] (II) config/udev: Adding input device vc4-hdmi-1 HDMI Jack (/dev/input/event7)
[    16.101] (**) vc4-hdmi-1 HDMI Jack: Ignoring device from InputClass "disable touch stick"
[    16.116] (II) modeset(0): Disabling kernel dirty updates, not required.
[    29.737] (II) modeset(0): EDID vendor "ACR", prod id 1716
[    29.737] (II) modeset(0): Using hsync ranges from config file
[    29.738] (II) modeset(0): Using vrefresh ranges from config file
[    29.738] (II) modeset(0): Printing DDC gathered Modelines:
[    29.738] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    29.738] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    29.738] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    29.738] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    29.738] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    29.738] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    29.738] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    29.738] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    29.738] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    29.738] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    29.738] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    29.738] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    29.738] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    29.738] (II) modeset(0): Modeline "832x624"x75.0   53.20  832 872 960 1088  624 625 628 652 -hsync +vsync (48.9 kHz e)
[    29.738] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   534.165] (II) event0  - HID 05f3:0007: device removed
[   534.188] (II) event1  - HID 05f3:0007 System Control: device removed
[   534.214] (II) event2  - HID 05f3:0007 Consumer Control: device removed
[   534.258] (II) event3  - Microsoft Microsoft Trackball Explorer®: device removed
[   534.309] (II) AIGLX: Suspending AIGLX clients for VT switch
[   534.309] (II) AIGLX: Resuming AIGLX clients after VT switch
[   534.342] (II) modeset(0): EDID vendor "ACR", prod id 1716
[   534.342] (II) modeset(0): Using hsync ranges from config file
[   534.342] (II) modeset(0): Using vrefresh ranges from config file
[   534.342] (II) modeset(0): Printing DDC gathered Modelines:
[   534.342] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[   534.342] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   534.342] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   534.342] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   534.342] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   534.342] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   534.342] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   534.342] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   534.342] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   534.342] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   534.342] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   534.342] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   534.343] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   534.343] (II) modeset(0): Modeline "832x624"x75.0   53.20  832 872 960 1088  624 625 628 652 -hsync +vsync (48.9 kHz e)
[   534.343] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   534.407] (II) modeset(0): EDID vendor "ACR", prod id 1716
[   534.407] (II) modeset(0): Using hsync ranges from config file
[   534.407] (II) modeset(0): Using vrefresh ranges from config file
[   534.407] (II) modeset(0): Printing DDC gathered Modelines:
[   534.407] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[   534.407] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   534.407] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   534.407] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   534.407] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   534.407] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   534.407] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   534.407] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   534.407] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   534.407] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   534.407] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   534.407] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   534.407] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   534.407] (II) modeset(0): Modeline "832x624"x75.0   53.20  832 872 960 1088  624 625 628 652 -hsync +vsync (48.9 kHz e)
[   534.407] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   534.410] (II) event0  - HID 05f3:0007: is tagged by udev as: Keyboard
[   534.410] (II) event0  - HID 05f3:0007: device is a keyboard
[   534.413] (II) event1  - HID 05f3:0007 System Control: is tagged by udev as: Keyboard
[   534.413] (II) event1  - HID 05f3:0007 System Control: device is a keyboard
[   534.416] (II) event2  - HID 05f3:0007 Consumer Control: is tagged by udev as: Keyboard
[   534.417] (II) event2  - HID 05f3:0007 Consumer Control: device is a keyboard
[   534.477] (II) event3  - Microsoft Microsoft Trackball Explorer®: is tagged by udev as: Mouse Trackball
[   534.477] (II) event3  - Microsoft Microsoft Trackball Explorer®: device is a pointer
[   534.629] (II) event0  - HID 05f3:0007: device removed
[   534.664] (II) event1  - HID 05f3:0007 System Control: device removed
[   534.708] (II) event2  - HID 05f3:0007 Consumer Control: device removed
[   534.724] (II) event3  - Microsoft Microsoft Trackball Explorer®: device removed
[   534.759] (II) UnloadModule: "libinput"
[   534.759] (II) UnloadModule: "libinput"
[   534.759] (II) UnloadModule: "libinput"
[   534.763] (II) UnloadModule: "libinput"
[   534.860] (II) Server terminated successfully (0). Closing log file.

This log was created with both card devices available.

#4 Re: Desktop and Multimedia » [SOLVED] Xorg error on Devuan freia » 2026-08-29 15:35:26

I did copy/paste the device section now to be sure, as far as I can see the result seems the same...

[    10.258] 
X.Org X Server 1.21.1.24
X Protocol Version 11, Revision 0
[    10.258] Current Operating System: Linux aws 7.1.8+deb14.1-arm64 #1 SMP PREEMPT Debian 7.1.8-2 (2026-08-15) aarch64
[    10.258] Kernel command line: video=HDMI-A-1:1280x1024M@60 dma.dmachans=0x37f5 bcm2709.boardrev=0xc03115 bcm2709.serial=0x3c446b80 bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=42 bcm2709.disk_led_active_low=0 smsc95xx.macaddr=E4:5F:01:A8:4B:9E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty0 root=PARTUUID=8cddaba2-889f-49b9-8c3f-084fe4956fe8 rw fsck.repair=yes net.ifnames=0  rootwait quiet logo.nologo nomodeset
[    10.258] xorg-server 2:21.1.24-1devuan1 (https://www.devuan.org/os/community) 
[    10.258] Current version of pixman: 0.46.4
[    10.258] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.258] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.258] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 29 17:24:36 2026
[    10.284] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    10.284] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    10.314] (==) No Layout section.  Using the first Screen section.
[    10.314] (==) No screen section available. Using defaults.
[    10.314] (**) |-->Screen "Default Screen Section" (0)
[    10.315] (**) |   |-->Monitor "<default monitor>"
[    10.320] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    10.320] (**) |   |-->Device "DRM"
[    10.320] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    10.320] (**) Allowing byte-swapped clients
[    10.320] (==) Automatically adding devices
[    10.320] (==) Automatically enabling devices
[    10.320] (==) Automatically adding GPU devices
[    10.320] (==) Automatically binding GPU devices
[    10.323] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    10.384] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    10.384] (==) ModulePath set to "/usr/lib/xorg/modules"
[    10.384] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    10.384] (II) Loader magic: 0xaaaab2880ea0
[    10.384] (II) Module ABI versions:
[    10.384] 	X.Org ANSI C Emulation: 0.4
[    10.384] 	X.Org Video Driver: 25.2
[    10.384] 	X.Org XInput driver : 24.4
[    10.384] 	X.Org Server Extension : 10.0
[    10.384] (++) using VT number 7

[    10.384] (II) seat-libseat: libseat integration requires -keeptty and -keeptty was not provided, disabling libseat integration
[    10.385] (II) xfree86: Adding drm device (/dev/dri/card0)
[    10.385] (II) Platform probe for /sys/devices/platform/scb-bus@fc000000/fec00000.gpu/drm/card0
[    10.386] (II) no primary bus or device found
[    10.386] 	falling back to /sys/devices/platform/scb-bus@fc000000/fec00000.gpu/drm/card0
[    10.386] (II) LoadModule: "glx"
[    10.417] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    10.503] (II) Module glx: vendor="X.Org Foundation"
[    10.503] 	compiled for 1.21.1.24, module version = 1.0.0
[    10.503] 	ABI class: X.Org Server Extension, version 10.0
[    10.503] (II) LoadModule: "modesetting"
[    10.503] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    10.518] (II) Module modesetting: vendor="X.Org Foundation"
[    10.518] 	compiled for 1.21.1.24, module version = 1.21.1
[    10.518] 	Module class: X.Org Video Driver
[    10.518] 	ABI class: X.Org Video Driver, version 25.2
[    10.518] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    10.524] (WW) Falling back to old probe method for modesetting
[    10.524] (WW) Falling back to old probe method for modesetting
[    10.524] (EE) No devices detected.
[    10.524] (EE) 
Fatal server error:
[    10.525] (EE) no screens found(EE) 
[    10.525] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    10.525] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    10.525] (EE) 
[    10.528] (EE) Server terminated with error (1). Closing log file.

#5 Re: Desktop and Multimedia » [SOLVED] Xorg error on Devuan freia » 2026-08-29 09:30:59

Sure I can, that is the good thing with the Raspberry Pi as a desktop. It's all on a microSD card. So I have my primary Chimaera installation on one card, the freia with Xorg on the 2nd, and freia with Xlibre on the 3rd. So it takes only a few seconds to change from one system to another.

I just redid the experiment. This is the xorg.conf with only a device section (and my input devices of course)

Section "Device"
   Identifier "DRM"
  # Driver "modesetting"
   Option "AccelMethod"    "glamor"
EndSectionSection "Device"

I toggled setting the driver. With the modesetting driver set and the nomodeset in the kernel cmd line X doesn't start ...

[    10.220] 
X.Org X Server 1.21.1.24
X Protocol Version 11, Revision 0
[    10.220] Current Operating System: Linux aws 7.1.8+deb14.1-arm64 #1 SMP PREEMPT Debian 7.1.8-2 (2026-08-15) aarch64
[    10.220] Kernel command line: video=HDMI-A-1:1280x1024M@60 dma.dmachans=0x37f5 bcm2709.boardrev=0xc03115 bcm2709.serial=0x3c446b80 bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=42 bcm2709.disk_led_active_low=0 smsc95xx.macaddr=E4:5F:01:A8:4B:9E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty0 root=PARTUUID=8cddaba2-889f-49b9-8c3f-084fe4956fe8 rw fsck.repair=yes net.ifnames=0  rootwait quiet logo.nologo nomodeset
[    10.221] xorg-server 2:21.1.24-1devuan1 (https://www.devuan.org/os/community) 
[    10.221] Current version of pixman: 0.46.4
[    10.221] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.221] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.221] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 29 13:19:48 2026
[    10.239] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    10.239] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    10.273] (==) No Layout section.  Using the first Screen section.
[    10.273] (==) No screen section available. Using defaults.
[    10.273] (**) |-->Screen "Default Screen Section" (0)
[    10.273] (**) |   |-->Monitor "<default monitor>"
[    10.278] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    10.279] (**) |   |-->Device "DRM"
[    10.279] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    10.279] (**) Allowing byte-swapped clients
[    10.279] (==) Automatically adding devices
[    10.279] (==) Automatically enabling devices
[    10.279] (==) Automatically adding GPU devices
[    10.279] (==) Automatically binding GPU devices
[    10.285] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    10.341] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    10.341] (==) ModulePath set to "/usr/lib/xorg/modules"
[    10.341] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    10.341] (II) Loader magic: 0xaaaabfd70ea0
[    10.341] (II) Module ABI versions:
[    10.341] 	X.Org ANSI C Emulation: 0.4
[    10.341] 	X.Org Video Driver: 25.2
[    10.341] 	X.Org XInput driver : 24.4
[    10.341] 	X.Org Server Extension : 10.0
[    10.341] (++) using VT number 7

[    10.341] (II) seat-libseat: libseat integration requires -keeptty and -keeptty was not provided, disabling libseat integration
[    10.342] (II) xfree86: Adding drm device (/dev/dri/card0)
[    10.343] (II) Platform probe for /sys/devices/platform/scb-bus@fc000000/fec00000.gpu/drm/card0
[    10.344] (II) no primary bus or device found
[    10.344] 	falling back to /sys/devices/platform/scb-bus@fc000000/fec00000.gpu/drm/card0
[    10.344] (II) LoadModule: "glx"
[    10.369] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    10.465] (II) Module glx: vendor="X.Org Foundation"
[    10.465] 	compiled for 1.21.1.24, module version = 1.0.0
[    10.465] 	ABI class: X.Org Server Extension, version 10.0
[    10.465] (II) LoadModule: "modesetting"
[    10.466] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    10.481] (II) Module modesetting: vendor="X.Org Foundation"
[    10.481] 	compiled for 1.21.1.24, module version = 1.21.1
[    10.481] 	Module class: X.Org Video Driver
[    10.481] 	ABI class: X.Org Video Driver, version 25.2
[    10.481] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    10.484] (WW) Falling back to old probe method for modesetting
[    10.484] (WW) Falling back to old probe method for modesetting
[    10.485] (EE) No devices detected.
[    10.485] (EE) 
Fatal server error:
[    10.485] (EE) no screens found(EE) 
[    10.485] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    10.485] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    10.485] (EE) 
[    10.487] (EE) Server terminated with error (1). Closing log file.

... and with the driver line commented out it falls back to the fbdev driver...

[    10.234] 
X.Org X Server 1.21.1.24
X Protocol Version 11, Revision 0
[    10.234] Current Operating System: Linux aws 7.1.8+deb14.1-arm64 #1 SMP PREEMPT Debian 7.1.8-2 (2026-08-15) aarch64
[    10.234] Kernel command line: video=HDMI-A-1:1280x1024M@60 dma.dmachans=0x37f5 bcm2709.boardrev=0xc03115 bcm2709.serial=0x3c446b80 bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=42 bcm2709.disk_led_active_low=0 smsc95xx.macaddr=E4:5F:01:A8:4B:9E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty0 root=PARTUUID=8cddaba2-889f-49b9-8c3f-084fe4956fe8 rw fsck.repair=yes net.ifnames=0  rootwait quiet logo.nologo nomodeset
[    10.234] xorg-server 2:21.1.24-1devuan1 (https://www.devuan.org/os/community) 
[    10.234] Current version of pixman: 0.46.4
[    10.234] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.234] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.234] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 29 13:27:00 2026
[    10.257] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    10.257] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    10.272] (==) No Layout section.  Using the first Screen section.
[    10.272] (==) No screen section available. Using defaults.
[    10.272] (**) |-->Screen "Default Screen Section" (0)
[    10.272] (**) |   |-->Monitor "<default monitor>"
[    10.277] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    10.277] (**) |   |-->Device "DRM"
[    10.277] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    10.277] (**) Allowing byte-swapped clients
[    10.277] (==) Automatically adding devices
[    10.277] (==) Automatically enabling devices
[    10.277] (==) Automatically adding GPU devices
[    10.277] (==) Automatically binding GPU devices
[    10.284] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    10.345] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    10.346] (==) ModulePath set to "/usr/lib/xorg/modules"
[    10.346] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    10.346] (II) Loader magic: 0xaaaae5fc0ea0
[    10.346] (II) Module ABI versions:
[    10.346] 	X.Org ANSI C Emulation: 0.4
[    10.346] 	X.Org Video Driver: 25.2
[    10.346] 	X.Org XInput driver : 24.4
[    10.346] 	X.Org Server Extension : 10.0
[    10.346] (++) using VT number 7

[    10.346] (II) seat-libseat: libseat integration requires -keeptty and -keeptty was not provided, disabling libseat integration
[    10.346] (II) xfree86: Adding drm device (/dev/dri/card0)
[    10.346] (II) Platform probe for /sys/devices/platform/scb-bus@fc000000/fec00000.gpu/drm/card0
[    10.347] (II) no primary bus or device found
[    10.347] 	falling back to /sys/devices/platform/scb-bus@fc000000/fec00000.gpu/drm/card0
[    10.347] (II) LoadModule: "glx"
[    10.367] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    10.477] (II) Module glx: vendor="X.Org Foundation"
[    10.478] 	compiled for 1.21.1.24, module version = 1.0.0
[    10.478] 	ABI class: X.Org Server Extension, version 10.0
[    10.478] (==) Matched modesetting as autoconfigured driver 0
[    10.478] (==) Matched fbdev as autoconfigured driver 1
[    10.478] (==) Assigned the driver to the xf86ConfigLayout
[    10.478] (II) LoadModule: "modesetting"
[    10.478] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    10.486] (II) Module modesetting: vendor="X.Org Foundation"
[    10.487] 	compiled for 1.21.1.24, module version = 1.21.1
[    10.487] 	Module class: X.Org Video Driver
[    10.487] 	ABI class: X.Org Video Driver, version 25.2
[    10.487] (II) LoadModule: "fbdev"
[    10.487] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    10.491] (II) Module fbdev: vendor="X.Org Foundation"
[    10.492] 	compiled for 1.21.1.21, module version = 0.5.0
[    10.492] 	Module class: X.Org Video Driver
[    10.492] 	ABI class: X.Org Video Driver, version 25.2
[    10.492] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    10.492] (II) FBDEV: driver for framebuffer: fbdev
[    10.499] (WW) Falling back to old probe method for modesetting
[    10.499] (WW) Falling back to old probe method for fbdev
[    10.499] (II) Loading sub module "fbdevhw"
[    10.499] (II) LoadModule: "fbdevhw"
[    10.499] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    10.503] (II) Module fbdevhw: vendor="X.Org Foundation"
[    10.503] 	compiled for 1.21.1.24, module version = 0.0.2
[    10.503] 	ABI class: X.Org Video Driver, version 25.2
[    10.504] (II) FBDEV(0): using default device
[    10.504] (II) FBDEV(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    10.504] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[    10.504] (==) FBDEV(0): RGB weight 888
[    10.504] (==) FBDEV(0): Default visual is TrueColor
[    10.504] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[    10.504] (II) FBDEV(0): hardware: simple (video memory: 5120kB)
[    10.504] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[    10.504] (II) FBDEV(0): checking modes against framebuffer device...
[    10.504] (II) FBDEV(0): checking modes against monitor...
[    10.504] (II) FBDEV(0): Virtual size is 1280x1024 (pitch 1280)
[    10.504] (**) FBDEV(0):  Built-in mode "current"
[    10.504] (==) FBDEV(0): DPI set to (96, 96)
[    10.504] (II) Loading sub module "fb"
[    10.504] (II) LoadModule: "fb"
[    10.504] (II) Module "fb" already built-in
[    10.504] (**) FBDEV(0): using shadow framebuffer
[    10.504] (II) Loading sub module "shadow"
[    10.504] (II) LoadModule: "shadow"
[    10.504] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    10.510] (II) Module shadow: vendor="X.Org Foundation"
[    10.510] 	compiled for 1.21.1.24, module version = 1.1.0
[    10.510] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.510] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[    10.528] (==) FBDEV(0): Backing store enabled
[    10.529] (==) FBDEV(0): DPMS enabled
[    10.532] (II) Initializing extension Generic Event Extension
[    10.532] (II) Initializing extension SHAPE
[    10.532] (II) Initializing extension MIT-SHM
[    10.533] (II) Initializing extension XInputExtension
[    10.536] (II) Initializing extension XTEST
[    10.537] (II) Initializing extension BIG-REQUESTS
[    10.537] (II) Initializing extension SYNC
[    10.537] (II) Initializing extension XKEYBOARD
[    10.538] (II) Initializing extension XC-MISC
[    10.538] (II) Initializing extension SECURITY
[    10.538] (II) Initializing extension XFIXES
[    10.538] (II) Initializing extension RENDER
[    10.539] (II) Initializing extension RANDR
[    10.539] (II) Initializing extension COMPOSITE
[    10.539] (II) Initializing extension DAMAGE
[    10.539] (II) Initializing extension MIT-SCREEN-SAVER
[    10.540] (II) Initializing extension DOUBLE-BUFFER
[    10.540] (II) Initializing extension RECORD
[    10.540] (II) Initializing extension DPMS
[    10.540] (II) Initializing extension Present
[    10.541] (II) Initializing extension DRI3
[    10.541] (II) Initializing extension X-Resource
[    10.541] (II) Initializing extension XVideo
[    10.541] (II) Initializing extension XVideo-MotionCompensation
[    10.541] (II) Initializing extension SELinux
[    10.541] (II) SELinux: Disabled on system
[    10.541] (II) Initializing extension GLX
[    10.541] (II) AIGLX: Screen 0 is not DRI2 capable
[    13.331] (II) IGLX: Loaded and initialized swrast
[    13.331] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    13.331] (II) Initializing extension XFree86-VidModeExtension
[    13.332] (II) Initializing extension XFree86-DGA
[    13.333] (II) Initializing extension XFree86-DRI
[    13.333] (II) Initializing extension DRI2
[    13.622] (II) config/udev: Adding input device HID 05f3:0007 (/dev/input/event0)
[    13.623] (**) HID 05f3:0007: Applying InputClass "libinput keyboard catchall"
[    13.623] (**) HID 05f3:0007: Applying InputClass "libinput keyboard catchall"
[    13.623] (II) LoadModule: "libinput"
[    13.623] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    13.647] (II) Module libinput: vendor="X.Org Foundation"
[    13.647] 	compiled for 1.21.1.21, module version = 1.5.0
[    13.647] 	Module class: X.Org XInput Driver
[    13.647] 	ABI class: X.Org XInput driver, version 24.4
[    13.647] (II) Using input driver 'libinput' for 'HID 05f3:0007'
[    13.647] (**) HID 05f3:0007: always reports core events
[    13.647] (**) Option "Device" "/dev/input/event0"
[    13.697] (II) event0  - HID 05f3:0007: is tagged by udev as: Keyboard
[    13.697] (II) event0  - HID 05f3:0007: device is a keyboard
[    13.698] (II) event0  - HID 05f3:0007: device removed
[    13.712] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.0/0003:05F3:0007.0001/input/input0/event0"
[    13.712] (II) XINPUT: Adding extended input device "HID 05f3:0007" (type: KEYBOARD, id 6)
[    13.712] (**) Option "xkb_model" "pc105"
[    13.712] (**) Option "xkb_layout" "us"
[    13.717] (II) event0  - HID 05f3:0007: is tagged by udev as: Keyboard
[    13.718] (II) event0  - HID 05f3:0007: device is a keyboard
[    13.720] (II) config/udev: Adding input device HID 05f3:0007 System Control (/dev/input/event1)
[    13.720] (**) HID 05f3:0007 System Control: Applying InputClass "libinput keyboard catchall"
[    13.720] (**) HID 05f3:0007 System Control: Applying InputClass "libinput keyboard catchall"
[    13.720] (II) Using input driver 'libinput' for 'HID 05f3:0007 System Control'
[    13.720] (**) HID 05f3:0007 System Control: always reports core events
[    13.721] (**) Option "Device" "/dev/input/event1"
[    13.725] (II) event1  - HID 05f3:0007 System Control: is tagged by udev as: Keyboard
[    13.725] (II) event1  - HID 05f3:0007 System Control: device is a keyboard
[    13.726] (II) event1  - HID 05f3:0007 System Control: device removed
[    13.732] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:05F3:0007.0002/input/input1/event1"
[    13.732] (II) XINPUT: Adding extended input device "HID 05f3:0007 System Control" (type: KEYBOARD, id 7)
[    13.732] (**) Option "xkb_model" "pc105"
[    13.732] (**) Option "xkb_layout" "us"
[    13.737] (II) event1  - HID 05f3:0007 System Control: is tagged by udev as: Keyboard
[    13.737] (II) event1  - HID 05f3:0007 System Control: device is a keyboard
[    13.740] (II) config/udev: Adding input device HID 05f3:0007 Consumer Control (/dev/input/event2)
[    13.740] (**) HID 05f3:0007 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    13.740] (**) HID 05f3:0007 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    13.740] (II) Using input driver 'libinput' for 'HID 05f3:0007 Consumer Control'
[    13.740] (**) HID 05f3:0007 Consumer Control: always reports core events
[    13.740] (**) Option "Device" "/dev/input/event2"
[    13.744] (II) event2  - HID 05f3:0007 Consumer Control: is tagged by udev as: Keyboard
[    13.745] (II) event2  - HID 05f3:0007 Consumer Control: device is a keyboard
[    13.745] (II) event2  - HID 05f3:0007 Consumer Control: device removed
[    13.772] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:05F3:0007.0002/input/input2/event2"
[    13.772] (II) XINPUT: Adding extended input device "HID 05f3:0007 Consumer Control" (type: KEYBOARD, id 8)
[    13.772] (**) Option "xkb_model" "pc105"
[    13.772] (**) Option "xkb_layout" "us"
[    13.777] (II) event2  - HID 05f3:0007 Consumer Control: is tagged by udev as: Keyboard
[    13.778] (II) event2  - HID 05f3:0007 Consumer Control: device is a keyboard
[    13.780] (II) config/udev: Adding input device Microsoft Microsoft Trackball Explorer® (/dev/input/event3)
[    13.780] (**) Microsoft Microsoft Trackball Explorer®: Applying InputClass "libinput pointer catchall"
[    13.780] (**) Microsoft Microsoft Trackball Explorer®: Applying InputClass "libinput pointer catchall"
[    13.780] (II) Using input driver 'libinput' for 'Microsoft Microsoft Trackball Explorer®'
[    13.780] (**) Microsoft Microsoft Trackball Explorer®: always reports core events
[    13.780] (**) Option "Device" "/dev/input/event3"
[    13.840] (II) event3  - Microsoft Microsoft Trackball Explorer®: is tagged by udev as: Mouse Trackball
[    13.840] (II) event3  - Microsoft Microsoft Trackball Explorer®: device is a pointer
[    13.841] (II) event3  - Microsoft Microsoft Trackball Explorer®: device removed
[    13.856] (II) libinput: Microsoft Microsoft Trackball Explorer®: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.856] (II) libinput: Microsoft Microsoft Trackball Explorer®: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.856] (II) libinput: Microsoft Microsoft Trackball Explorer®: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.856] (**) Option "ButtonMapping" "8 9 3 4 5 6 7 1 2 10"
[    13.856] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/0003:045E:0024.0003/input/input3/event3"
[    13.856] (II) XINPUT: Adding extended input device "Microsoft Microsoft Trackball Explorer®" (type: MOUSE, id 9)
[    13.857] (**) Option "AccelerationScheme" "none"
[    13.857] (**) Microsoft Microsoft Trackball Explorer®: (accel) selected scheme none/0
[    13.857] (**) Microsoft Microsoft Trackball Explorer®: (accel) acceleration factor: 2.000
[    13.857] (**) Microsoft Microsoft Trackball Explorer®: (accel) acceleration threshold: 4
[    13.916] (II) event3  - Microsoft Microsoft Trackball Explorer®: is tagged by udev as: Mouse Trackball
[    13.916] (II) event3  - Microsoft Microsoft Trackball Explorer®: device is a pointer
[    13.919] (II) config/udev: Adding input device Microsoft Microsoft Trackball Explorer® (/dev/input/mouse0)
[    13.919] (II) No input driver specified, ignoring this device.
[    13.919] (II) This device may have been added with another device file.

...however the fbdev driver can't do DRI2 or DRI3 with the Raspberry kernel drivers...

AIGLX: Screen 0 is not DRI2 capable

...while with modesetting enabled on the xlibre installation...

(II) Loading sub module "glamoregl"
(II) LoadModule: "glamoregl"
(II) Loading /usr/lib/xorg/modules/xlibre-25/libglamoregl.so
(II) Module glamoregl: vendor="X.Org Foundation"
  compiled for 1.25.2.2, module version = 1.0.1
  ABI class: X.Org ANSI C Emulation, version 1.4
(II) glamor: eglInitialize() succeeded on EGL_PLATFORM_GBM_KHR
(II) glamor: Using OpenGL 3.1 context.
(II) glamor: Can texture gbm buffers
(II) glamor: DRI3 X acceleration enabled on V3D 4.2.14.0
(II) modeset(0): glamor initialized

...

(II) [DRI2] Setup complete
(II) [DRI2]   DRI driver: vc4
(II) [DRI2]   VDPAU driver: vc4

Both v3d and vc4 are kernel drivers supporting the Raspberry's Broadcam GPU and are available in Devuan's/Debian's generic arm64 kernel image.

Edited & replaced the logs, corrected installation problem.

#6 Re: Desktop and Multimedia » [SOLVED] Xorg error on Devuan freia » 2026-08-28 11:50:09

In this specific case Driver "modesetting" is exactly what it breaks. If there's no driver in the config file, modesetting is loaded, sees there's nothing to do for it as nomodeset is set, so the next driver candidate is loaded, which is fbdev. If I hardcode modesetting in the config it won't start, if I set fbdev instead, it will come up smoothly but without DRI2 support, so no hardware acceleration.

So I tried to run modesetting w/o the nomodeset in the kernel's command line, but even with ignore_edid set and nailed down to one working Modeline in the config the problem returns. So I guess the issue is particularely in the modesetting driver. The module in the xorg directory has indeed a newer file date than the one in the xlibre installation, and it's even newer than the rest of the xorg drivers (Aug 15th).

So for now, I am back on Chimaera, and will see if the next Xorg update will bring a change.

#7 Re: Desktop and Multimedia » [SOLVED] Xorg error on Devuan freia » 2026-08-28 08:53:26

Did you try with nomodeset as kernel parameter?

I did, but obviously I did not dig deep enough. With nomodset and the existing xorg.conf file --> no screens found, with the config file stripped down it probed and started with exactly the same resolution as I had previously (1280x1024x24bit/60Hz). While the modesetting driver does get loaded, it loads fbdev and fbdehw for probing.

The good news: The errors are gone, and the Cinnamon desktop feels even more responsive. The bad news: The DRI2 driver does not load the Raspberry's v3d/vc4 kernel driver, and so I do not have graphics acceleration available (i.e. in my browser with OpenGL not working). While some simple applications like the window manager feel more responsive, web applications like i.e. g***-maps are slowed down and do no provide all functions (3d mode disabled).

Graphics Feature Status
Canvas: Software only. Hardware acceleration disabled
Direct Rendering Display Compositor: Disabled
Compositing: Software only. Hardware acceleration disabled
Multiple Raster Threads: Disabled
OpenGL: Disabled
Rasterization: Software only. Hardware acceleration disabled
Raw Draw: Disabled
Skia Graphite: Disabled
TreesInViz: Disabled
Video Decode: Software only. Hardware acceleration disabled
Video Encode: Software only. Hardware acceleration disabled
Vulkan: Disabled
WebGL: Disabled
WebGPU: Disabled
WebGPU interop: Disabled
WebNN: Disabled

When I play a video the CPU rate and temperature goes up more than usual, most likely because the GPU does not work correctly, even if the log says it the gpu support had been added.

Hmm, where should I go from here...? How could I get the vc4 driver back in, or should that driver be part of the problem... I am attaching the actal Xorg.log to show the differences to the original log in the first post.

[  1082.590] 
X.Org X Server 1.21.1.24
X Protocol Version 11, Revision 0
[  1082.590] Current Operating System: Linux aws 7.1.8+deb14.1-arm64 #1 SMP PREEMPT Debian 7.1.8-2 (2026-08-15) aarch64
[  1082.590] Kernel command line: video=HDMI-A-1:1280x1024M@60 dma.dmachans=0x37f5 bcm2709.boardrev=0xc03115 bcm2709.serial=0x3c446b80 bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=42 bcm2709.disk_led_active_low=0 smsc95xx.macaddr=E4:5F:01:A8:4B:9E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty0 root=PARTUUID=8cddaba2-889f-49b9-8c3f-084fe4956fe8 rw fsck.repair=yes net.ifnames=0  rootwait quiet logo.nologo nomodeset
[  1082.590] xorg-server 2:21.1.24-1devuan1 (https://www.devuan.org/os/community) 
[  1082.590] Current version of pixman: 0.46.4
[  1082.590] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1082.590] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1082.590] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 28 09:39:20 2026
[  1082.591] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1082.591] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1082.591] (==) No Layout section.  Using the first Screen section.
[  1082.591] (==) No screen section available. Using defaults.
[  1082.591] (**) |-->Screen "Default Screen Section" (0)
[  1082.591] (**) |   |-->Monitor "<default monitor>"
[  1082.591] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1082.592] (**) Allowing byte-swapped clients
[  1082.592] (==) Automatically adding devices
[  1082.592] (==) Automatically enabling devices
[  1082.592] (==) Automatically adding GPU devices
[  1082.592] (==) Automatically binding GPU devices
[  1082.592] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1082.592] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[  1082.592] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1082.592] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1082.592] (II) Loader magic: 0xaaaae0c90ea0
[  1082.592] (II) Module ABI versions:
[  1082.592] 	X.Org ANSI C Emulation: 0.4
[  1082.592] 	X.Org Video Driver: 25.2
[  1082.592] 	X.Org XInput driver : 24.4
[  1082.592] 	X.Org Server Extension : 10.0
[  1082.592] (++) using VT number 7

[  1082.592] (II) seat-libseat: libseat integration requires -keeptty and -keeptty was not provided, disabling libseat integration
[  1082.592] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1082.592] (II) Platform probe for /sys/devices/platform/scb-bus@fc000000/fec00000.gpu/drm/card0
[  1082.593] (II) no primary bus or device found
[  1082.593] 	falling back to /sys/devices/platform/scb-bus@fc000000/fec00000.gpu/drm/card0
[  1082.593] (II) LoadModule: "glx"
[  1082.593] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1082.595] (II) Module glx: vendor="X.Org Foundation"
[  1082.595] 	compiled for 1.21.1.24, module version = 1.0.0
[  1082.595] 	ABI class: X.Org Server Extension, version 10.0
[  1082.595] (==) Matched modesetting as autoconfigured driver 0
[  1082.595] (==) Matched fbdev as autoconfigured driver 1
[  1082.595] (==) Assigned the driver to the xf86ConfigLayout
[  1082.595] (II) LoadModule: "modesetting"
[  1082.596] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1082.596] (II) Module modesetting: vendor="X.Org Foundation"
[  1082.596] 	compiled for 1.21.1.24, module version = 1.21.1
[  1082.596] 	Module class: X.Org Video Driver
[  1082.596] 	ABI class: X.Org Video Driver, version 25.2
[  1082.596] (II) LoadModule: "fbdev"
[  1082.596] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1082.597] (II) Module fbdev: vendor="X.Org Foundation"
[  1082.597] 	compiled for 1.21.1.21, module version = 0.5.0
[  1082.597] 	Module class: X.Org Video Driver
[  1082.597] 	ABI class: X.Org Video Driver, version 25.2
[  1082.597] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1082.597] (II) FBDEV: driver for framebuffer: fbdev
[  1082.597] (WW) Falling back to old probe method for modesetting
[  1082.597] (WW) Falling back to old probe method for fbdev
[  1082.597] (II) Loading sub module "fbdevhw"
[  1082.597] (II) LoadModule: "fbdevhw"
[  1082.597] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1082.597] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1082.597] 	compiled for 1.21.1.24, module version = 0.0.2
[  1082.597] 	ABI class: X.Org Video Driver, version 25.2
[  1082.598] (II) FBDEV(0): using default device
[  1082.598] (II) FBDEV(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1082.598] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[  1082.598] (==) FBDEV(0): RGB weight 888
[  1082.598] (==) FBDEV(0): Default visual is TrueColor
[  1082.598] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[  1082.598] (II) FBDEV(0): hardware: simple (video memory: 5120kB)
[  1082.598] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[  1082.598] (II) FBDEV(0): checking modes against framebuffer device...
[  1082.598] (II) FBDEV(0): checking modes against monitor...
[  1082.598] (II) FBDEV(0): Virtual size is 1280x1024 (pitch 1280)
[  1082.598] (**) FBDEV(0):  Built-in mode "current"
[  1082.598] (==) FBDEV(0): DPI set to (96, 96)
[  1082.598] (II) Loading sub module "fb"
[  1082.598] (II) LoadModule: "fb"
[  1082.598] (II) Module "fb" already built-in
[  1082.598] (**) FBDEV(0): using shadow framebuffer
[  1082.598] (II) Loading sub module "shadow"
[  1082.598] (II) LoadModule: "shadow"
[  1082.598] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  1082.598] (II) Module shadow: vendor="X.Org Foundation"
[  1082.598] 	compiled for 1.21.1.24, module version = 1.1.0
[  1082.598] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1082.598] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[  1082.599] (==) FBDEV(0): Backing store enabled
[  1082.600] (==) FBDEV(0): DPMS enabled
[  1082.600] (II) Initializing extension Generic Event Extension
[  1082.601] (II) Initializing extension SHAPE
[  1082.601] (II) Initializing extension MIT-SHM
[  1082.602] (II) Initializing extension XInputExtension
[  1082.602] (II) Initializing extension XTEST
[  1082.603] (II) Initializing extension BIG-REQUESTS
[  1082.603] (II) Initializing extension SYNC
[  1082.604] (II) Initializing extension XKEYBOARD
[  1082.604] (II) Initializing extension XC-MISC
[  1082.604] (II) Initializing extension SECURITY
[  1082.604] (II) Initializing extension XFIXES
[  1082.604] (II) Initializing extension RENDER
[  1082.605] (II) Initializing extension RANDR
[  1082.605] (II) Initializing extension COMPOSITE
[  1082.605] (II) Initializing extension DAMAGE
[  1082.605] (II) Initializing extension MIT-SCREEN-SAVER
[  1082.606] (II) Initializing extension DOUBLE-BUFFER
[  1082.606] (II) Initializing extension RECORD
[  1082.606] (II) Initializing extension DPMS
[  1082.606] (II) Initializing extension Present
[  1082.606] (II) Initializing extension DRI3
[  1082.606] (II) Initializing extension X-Resource
[  1082.606] (II) Initializing extension XVideo
[  1082.607] (II) Initializing extension XVideo-MotionCompensation
[  1082.607] (II) Initializing extension SELinux
[  1082.607] (II) SELinux: Disabled on system
[  1082.607] (II) Initializing extension GLX
[  1082.607] (II) AIGLX: Screen 0 is not DRI2 capable
[  1082.692] (II) IGLX: Loaded and initialized swrast
[  1082.692] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  1082.692] (II) Initializing extension XFree86-VidModeExtension
[  1082.693] (II) Initializing extension XFree86-DGA
[  1082.693] (II) Initializing extension XFree86-DRI
[  1082.693] (II) Initializing extension DRI2
[  1082.762] (II) config/udev: Adding input device HID 05f3:0007 (/dev/input/event0)
[  1082.762] (**) HID 05f3:0007: Applying InputClass "libinput keyboard catchall"
[  1082.762] (**) HID 05f3:0007: Applying InputClass "libinput keyboard catchall"
[  1082.763] (II) LoadModule: "libinput"
[  1082.763] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1082.766] (II) Module libinput: vendor="X.Org Foundation"
[  1082.766] 	compiled for 1.21.1.21, module version = 1.5.0
[  1082.766] 	Module class: X.Org XInput Driver
[  1082.766] 	ABI class: X.Org XInput driver, version 24.4
[  1082.766] (II) Using input driver 'libinput' for 'HID 05f3:0007'
[  1082.766] (**) HID 05f3:0007: always reports core events
[  1082.766] (**) Option "Device" "/dev/input/event0"
[  1082.771] (II) event0  - HID 05f3:0007: is tagged by udev as: Keyboard
[  1082.771] (II) event0  - HID 05f3:0007: device is a keyboard
[  1082.771] (II) event0  - HID 05f3:0007: device removed
[  1082.796] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.0/0003:05F3:0007.0001/input/input0/event0"
[  1082.796] (II) XINPUT: Adding extended input device "HID 05f3:0007" (type: KEYBOARD, id 6)
[  1082.796] (**) Option "xkb_model" "pc105"
[  1082.796] (**) Option "xkb_layout" "us"
[  1082.799] (II) event0  - HID 05f3:0007: is tagged by udev as: Keyboard
[  1082.799] (II) event0  - HID 05f3:0007: device is a keyboard
[  1082.800] (II) config/udev: Adding input device HID 05f3:0007 System Control (/dev/input/event1)
[  1082.800] (**) HID 05f3:0007 System Control: Applying InputClass "libinput keyboard catchall"
[  1082.800] (**) HID 05f3:0007 System Control: Applying InputClass "libinput keyboard catchall"
[  1082.800] (II) Using input driver 'libinput' for 'HID 05f3:0007 System Control'
[  1082.800] (**) HID 05f3:0007 System Control: always reports core events
[  1082.800] (**) Option "Device" "/dev/input/event1"
[  1082.802] (II) event1  - HID 05f3:0007 System Control: is tagged by udev as: Keyboard
[  1082.802] (II) event1  - HID 05f3:0007 System Control: device is a keyboard
[  1082.802] (II) event1  - HID 05f3:0007 System Control: device removed
[  1082.820] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:05F3:0007.0002/input/input1/event1"
[  1082.820] (II) XINPUT: Adding extended input device "HID 05f3:0007 System Control" (type: KEYBOARD, id 7)
[  1082.820] (**) Option "xkb_model" "pc105"
[  1082.820] (**) Option "xkb_layout" "us"
[  1082.824] (II) event1  - HID 05f3:0007 System Control: is tagged by udev as: Keyboard
[  1082.824] (II) event1  - HID 05f3:0007 System Control: device is a keyboard
[  1082.826] (II) config/udev: Adding input device HID 05f3:0007 Consumer Control (/dev/input/event2)
[  1082.826] (**) HID 05f3:0007 Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1082.826] (**) HID 05f3:0007 Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1082.826] (II) Using input driver 'libinput' for 'HID 05f3:0007 Consumer Control'
[  1082.826] (**) HID 05f3:0007 Consumer Control: always reports core events
[  1082.826] (**) Option "Device" "/dev/input/event2"
[  1082.828] (II) event2  - HID 05f3:0007 Consumer Control: is tagged by udev as: Keyboard
[  1082.828] (II) event2  - HID 05f3:0007 Consumer Control: device is a keyboard
[  1082.828] (II) event2  - HID 05f3:0007 Consumer Control: device removed
[  1082.860] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:05F3:0007.0002/input/input2/event2"
[  1082.860] (II) XINPUT: Adding extended input device "HID 05f3:0007 Consumer Control" (type: KEYBOARD, id 8)
[  1082.860] (**) Option "xkb_model" "pc105"
[  1082.860] (**) Option "xkb_layout" "us"
[  1082.863] (II) event2  - HID 05f3:0007 Consumer Control: is tagged by udev as: Keyboard
[  1082.864] (II) event2  - HID 05f3:0007 Consumer Control: device is a keyboard
[  1082.865] (II) config/udev: Adding input device Microsoft Microsoft Trackball Explorer® (/dev/input/event3)
[  1082.865] (**) Microsoft Microsoft Trackball Explorer®: Applying InputClass "libinput pointer catchall"
[  1082.865] (**) Microsoft Microsoft Trackball Explorer®: Applying InputClass "libinput pointer catchall"
[  1082.865] (II) Using input driver 'libinput' for 'Microsoft Microsoft Trackball Explorer®'
[  1082.865] (**) Microsoft Microsoft Trackball Explorer®: always reports core events
[  1082.865] (**) Option "Device" "/dev/input/event3"
[  1082.924] (II) event3  - Microsoft Microsoft Trackball Explorer®: is tagged by udev as: Mouse Trackball
[  1082.924] (II) event3  - Microsoft Microsoft Trackball Explorer®: device is a pointer
[  1082.925] (II) event3  - Microsoft Microsoft Trackball Explorer®: device removed
[  1082.940] (II) libinput: Microsoft Microsoft Trackball Explorer®: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1082.940] (II) libinput: Microsoft Microsoft Trackball Explorer®: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1082.940] (II) libinput: Microsoft Microsoft Trackball Explorer®: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1082.940] (**) Option "ButtonMapping" "8 9 3 4 5 6 7 1 2 10"
[  1082.940] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/0003:045E:0024.0003/input/input3/event3"
[  1082.940] (II) XINPUT: Adding extended input device "Microsoft Microsoft Trackball Explorer®" (type: MOUSE, id 9)
[  1082.941] (**) Option "AccelerationScheme" "none"
[  1082.941] (**) Microsoft Microsoft Trackball Explorer®: (accel) selected scheme none/0
[  1082.941] (**) Microsoft Microsoft Trackball Explorer®: (accel) acceleration factor: 2.000
[  1082.941] (**) Microsoft Microsoft Trackball Explorer®: (accel) acceleration threshold: 4
[  1083.000] (II) event3  - Microsoft Microsoft Trackball Explorer®: is tagged by udev as: Mouse Trackball
[  1083.000] (II) event3  - Microsoft Microsoft Trackball Explorer®: device is a pointer
[  1083.003] (II) config/udev: Adding input device Microsoft Microsoft Trackball Explorer® (/dev/input/mouse0)
[  1083.003] (II) No input driver specified, ignoring this device.
[  1083.003] (II) This device may have been added with another device file.

#8 Re: Desktop and Multimedia » [SOLVED] Xorg error on Devuan freia » 2026-08-27 15:09:53

I have tried my very best and went through the options you have provided, however I did not find a solution. Either my X server would not start at all (no screens available) when I hardcoded invalid resolutions or depths or when it did start, the problem remained the same.

When looking at those strange resolutions in the log files, I figured that those messages might not refer to the X server's own resolution, but reflect the size and position of the scrambled or invisible application windows. I am not sure if that makes any sense at all, and well over 30 years working with X11 I found I have no clue of how the X server is working internally.

To confirm or rule out a bug I replaced Xorg with Xlibre from a private repository mentioned in another thread here in the forum. Indeed, the error messages as well as the corrupt application windows were gone. The xlibre server however shows a noticeable and measurable decreased performance compared to Xorg in overall responiveness as well as GPU or WebGL related tests.

#9 Desktop and Multimedia » [SOLVED] Xorg error on Devuan freia » 2026-08-26 15:12:06

trabant-asb
Replies: 19

Hey,

I am successfully running freia arm64 on a Raspberry Pi platform using the generic kernel (Linux aws 7.1.8+deb14.1-arm64 #1 SMP PREEMPT Debian 7.1.8-2 (2026-08-15) aarch64 GNU/Linux) and Xorg (xorg-server 2:21.1.24-1devuan1).

Accidentally, the modesetting driver runs into problems showing the following error message...

(EE) modeset(0): Failed to make 1280x984x32bpp GBM bo

...over and over a hundred times, showing different resolutions, none of them is supported by my monitor nor specified in the xorg.conf file. The exactly same configuration (hardware as well as configuration files) runs perfectly fine on Chimaera.

While this error message keeps repeating, windows disappear from the screen so only the background remains there or remainders of scrambled window parts are visible where they shouldn't be *but* if I go with the cursor over where that window should be I see the mouse cursor changing where links would be i.e. in the web browser.

Before the error messages start, the Xorg.log looks fine w/o errors...

alex@aws:~/log:(15)> cat Xorg.0.log
[    11.490] 
X.Org X Server 1.21.1.24
X Protocol Version 11, Revision 0
[    11.491] Current Operating System: Linux aws 7.1.8+deb14.1-arm64 #1 SMP PREEMPT Debian 7.1.8-2 (2026-08-15) aarch64
[    11.491] Kernel command line: video=HDMI-A-1:1280x1024M@60 dma.dmachans=0x37f5 bcm2709.boardrev=0xc03115 bcm2709.serial=0x3c446b80 bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=42 bcm2709.disk_led_active_low=0 smsc95xx.macaddr=E4:5F:01:A8:4B:9E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty0 root=PARTUUID=8cddaba2-889f-49b9-8c3f-084fe4956fe8 rw fsck.repair=yes net.ifnames=0  rootwait quiet logo.nologo
[    11.491] xorg-server 2:21.1.24-1devuan1 (https://www.devuan.org/os/community) 
[    11.491] Current version of pixman: 0.46.4
[    11.491] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.491] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.491] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 26 16:22:24 2026
[    11.509] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    11.509] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.521] (==) ServerLayout "Layout0"
[    11.521] (**) |-->Screen "Screen0" (0)
[    11.521] (**) |   |-->Monitor "AL1716"
[    11.525] (**) |   |-->Device "DRM"
[    11.525] (**) Allowing byte-swapped clients
[    11.525] (==) Automatically adding devices
[    11.525] (==) Automatically enabling devices
[    11.525] (==) Automatically adding GPU devices
[    11.525] (==) Automatically binding GPU devices
[    11.527] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    11.542] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    11.542] 	Entry deleted from font path.
[    11.569] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    11.569] (==) ModulePath set to "/usr/lib/xorg/modules"
[    11.569] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    11.569] (II) Loader magic: 0xaaaab4db0ea0
[    11.569] (II) Module ABI versions:
[    11.569] 	X.Org ANSI C Emulation: 0.4
[    11.569] 	X.Org Video Driver: 25.2
[    11.569] 	X.Org XInput driver : 24.4
[    11.569] 	X.Org Server Extension : 10.0
[    11.569] (++) using VT number 7

[    11.569] (II) seat-libseat: libseat integration requires -keeptty and -keeptty was not provided, disabling libseat integration
[    11.570] (II) xfree86: Adding drm device (/dev/dri/card1)
[    11.570] (II) Platform probe for /sys/devices/platform/gpu/drm/card1
[    11.587] (II) xfree86: Adding drm device (/dev/dri/card0)
[    11.587] (II) Platform probe for /sys/devices/platform/scb-bus@fc000000/fec00000.gpu/drm/card0
[    11.588] (II) no primary bus or device found
[    11.588] 	falling back to /sys/devices/platform/gpu/drm/card1
[    11.588] (II) LoadModule: "glx"
[    11.603] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.688] (II) Module glx: vendor="X.Org Foundation"
[    11.688] 	compiled for 1.21.1.24, module version = 1.0.0
[    11.688] 	ABI class: X.Org Server Extension, version 10.0
[    11.688] (II) LoadModule: "modesetting"
[    11.689] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    11.698] (II) Module modesetting: vendor="X.Org Foundation"
[    11.698] 	compiled for 1.21.1.24, module version = 1.21.1
[    11.698] 	Module class: X.Org Video Driver
[    11.698] 	ABI class: X.Org Video Driver, version 25.2
[    11.698] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    11.767] (II) modeset(0): using drv /dev/dri/card1
[    11.768] (**) modeset(0): Depth 24, (--) framebuffer bpp 32
[    11.768] (**) modeset(0): Option "AccelMethod" "glamor"
[    11.768] (==) modeset(0): RGB weight 888
[    11.768] (==) modeset(0): Default visual is TrueColor
[    11.768] (II) Loading sub module "glamoregl"
[    11.768] (II) LoadModule: "glamoregl"
[    11.769] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    11.820] (II) Module glamoregl: vendor="X.Org Foundation"
[    11.820] 	compiled for 1.21.1.24, module version = 1.0.1
[    11.820] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.462] (II) modeset(0): glamor: Using OpenGL 3.1 context.
[    14.473] (II) modeset(0): glamor X acceleration enabled on V3D 4.2.14.0
[    14.473] (II) modeset(0): glamor initialized
[    14.473] (==) modeset(0): VariableRefresh: disabled
[    14.473] (==) modeset(0): AsyncFlipSecondaries: disabled
[    14.487] (II) modeset(0): Output HDMI-1 using monitor section AL1716
[    14.490] (II) modeset(0): Output HDMI-2 has no monitor section
[    14.559] (II) modeset(0): EDID for output HDMI-1
[    14.559] (II) modeset(0): Manufacturer: ACR  Model: 6b4  Serial#: 6704
[    14.559] (II) modeset(0): Year: 2005  Week: 39
[    14.559] (II) modeset(0): EDID Version: 1.3
[    14.559] (II) modeset(0): Digital Display Input
[    14.559] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 27
[    14.559] (II) modeset(0): Gamma: 2.20
[    14.559] (II) modeset(0): DPMS capabilities: Suspend Off
[    14.559] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    14.559] (II) modeset(0): Default color space is primary color space
[    14.559] (II) modeset(0): First detailed timing is preferred mode
[    14.559] (II) modeset(0): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.610
[    14.559] (II) modeset(0): blueX: 0.140 blueY: 0.000   whiteX: 0.313 whiteY: 0.329
[    14.560] (II) modeset(0): Supported established timings:
[    14.560] (II) modeset(0): 720x400@70Hz
[    14.560] (II) modeset(0): 640x480@60Hz
[    14.560] (II) modeset(0): 640x480@72Hz
[    14.560] (II) modeset(0): 640x480@75Hz
[    14.560] (II) modeset(0): 800x600@56Hz
[    14.560] (II) modeset(0): 800x600@60Hz
[    14.560] (II) modeset(0): 800x600@72Hz
[    14.560] (II) modeset(0): 800x600@75Hz
[    14.560] (II) modeset(0): 1024x768@60Hz
[    14.560] (II) modeset(0): 1024x768@70Hz
[    14.560] (II) modeset(0): 1024x768@75Hz
[    14.560] (II) modeset(0): 1280x1024@75Hz
[    14.560] (II) modeset(0): Manufacturer's mask: 0
[    14.560] (II) modeset(0): Supported standard timings:
[    14.560] (II) modeset(0): #0: hsize: 832  vsize 624  refresh: 75  vid: 20297
[    14.560] (II) modeset(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    14.560] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    14.560] (II) modeset(0): Supported detailed timing:
[    14.560] (II) modeset(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
[    14.560] (II) modeset(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    14.560] (II) modeset(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    14.560] (II) modeset(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 83 kHz, PixClock max 145 MHz
[    14.560] (II) modeset(0): Monitor name: AL1716
[    14.560] (II) modeset(0):  ACER
[    14.560] (II) modeset(0): EDID (in hex):
[    14.560] (II) modeset(0): 	00ffffffffffff000472b406301a0000
[    14.560] (II) modeset(0): 	270f010380221b786ec5c5a3574a9c23
[    14.560] (II) modeset(0): 	005054afcf00494f714f818001010101
[    14.560] (II) modeset(0): 	010101010101302a009851002a403070
[    14.560] (II) modeset(0): 	1300520e1100001e000000fd00384b1f
[    14.561] (II) modeset(0): 	530e000a202020202020000000fc0041
[    14.561] (II) modeset(0): 	4c313731360a202020202020000000fe
[    14.561] (II) modeset(0): 	00414345520a2020202020202020009f
[    14.561] (II) modeset(0): Printing probed modes for output HDMI-1
[    14.561] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz UeP)
[    14.561] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    14.561] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    14.561] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    14.561] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    14.561] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    14.561] (II) modeset(0): Modeline "832x624"x75.0   53.21  832 872 960 1088  624 625 628 652 -hsync +vsync (48.9 kHz)
[    14.561] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    14.561] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    14.561] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    14.561] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    14.561] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    14.561] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    14.562] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    14.562] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    14.562] (II) modeset(0): EDID for output HDMI-2
[    14.562] (II) modeset(0): Output HDMI-1 connected
[    14.562] (II) modeset(0): Output HDMI-2 disconnected
[    14.562] (II) modeset(0): Using user preference for initial modes
[    14.562] (II) modeset(0): Output HDMI-1 using initial mode 1280x1024 +0+0
[    14.562] (**) modeset(0): Using gamma correction (2.2, 2.2, 2.2)
[    14.562] (**) modeset(0): Display dimensions: (340, 270) mm
[    14.562] (**) modeset(0): DPI set to (95, 96)
[    14.562] (II) Loading sub module "fb"
[    14.562] (II) LoadModule: "fb"
[    14.562] (II) Module "fb" already built-in
[    14.783] (**) modeset(0): Option "BackingStore" "false"
[    14.783] (**) modeset(0): Backing store disabled
[    14.783] (==) modeset(0): Silken mouse enabled
[    14.982] (II) modeset(0): Output HDMI-1 wants gamma correction (2.2, 2.2, 2.2)
[    14.982] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    14.983] (II) modeset(0): Output HDMI-1 wants gamma correction (2.2, 2.2, 2.2)
[    14.984] (**) modeset(0): DPMS enabled
[    14.984] (II) modeset(0): [DRI2] Setup complete
[    14.984] (II) modeset(0): [DRI2]   DRI driver: vc4
[    14.984] (II) modeset(0): [DRI2]   VDPAU driver: vc4
[    14.984] (II) Initializing extension Generic Event Extension
[    14.985] (II) Initializing extension SHAPE
[    14.986] (II) Initializing extension MIT-SHM
[    14.986] (II) Initializing extension XInputExtension
[    14.992] (II) Initializing extension XTEST
[    14.993] (II) Initializing extension BIG-REQUESTS
[    14.993] (II) Initializing extension SYNC
[    14.994] (II) Initializing extension XKEYBOARD
[    14.996] (II) Initializing extension XC-MISC
[    14.997] (II) Initializing extension SECURITY
[    14.997] (II) Initializing extension XFIXES
[    14.998] (II) Initializing extension RENDER
[    14.998] (II) Initializing extension RANDR
[    15.000] (II) Initializing extension COMPOSITE
[    15.000] (II) Initializing extension DAMAGE
[    15.001] (II) Initializing extension MIT-SCREEN-SAVER
[    15.001] (II) Initializing extension DOUBLE-BUFFER
[    15.002] (II) Initializing extension RECORD
[    15.003] (II) Initializing extension DPMS
[    15.003] (II) Initializing extension Present
[    15.004] (II) Initializing extension DRI3
[    15.005] (II) Initializing extension X-Resource
[    15.005] (II) Initializing extension XVideo
[    15.006] (II) Initializing extension XVideo-MotionCompensation
[    15.006] (II) Initializing extension SELinux
[    15.006] (II) SELinux: Disabled on system
[    15.006] (II) Initializing extension GLX
[    15.073] (II) AIGLX: Loaded and initialized vc4
[    15.073] (II) GLX: Initialized DRI2 GL provider for screen 0
[    15.073] (II) Initializing extension XFree86-VidModeExtension
[    15.073] (II) Initializing extension XFree86-DGA
[    15.074] (II) Initializing extension XFree86-DRI
[    15.074] (II) Initializing extension DRI2
[    15.081] (II) modeset(0): Damage tracking initialized
[    15.081] (II) modeset(0): Setting screen physical size to 340 x 270
[    15.279] (II) config/udev: Adding input device HID 05f3:0007 (/dev/input/event0)
[    15.279] (**) HID 05f3:0007: Applying InputClass "libinput keyboard catchall"
[    15.279] (**) HID 05f3:0007: Applying InputClass "libinput keyboard catchall"
[    15.279] (II) LoadModule: "libinput"
[    15.279] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    15.303] (II) Module libinput: vendor="X.Org Foundation"
[    15.303] 	compiled for 1.21.1.21, module version = 1.5.0
[    15.303] 	Module class: X.Org XInput Driver
[    15.303] 	ABI class: X.Org XInput driver, version 24.4
[    15.303] (II) Using input driver 'libinput' for 'HID 05f3:0007'
[    15.304] (**) HID 05f3:0007: always reports core events
[    15.304] (**) Option "Device" "/dev/input/event0"
[    15.354] (II) event0  - HID 05f3:0007: is tagged by udev as: Keyboard
[    15.354] (II) event0  - HID 05f3:0007: device is a keyboard
[    15.354] (II) event0  - HID 05f3:0007: device removed
[    15.372] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.0/0003:05F3:0007.0001/input/input0/event0"
[    15.372] (II) XINPUT: Adding extended input device "HID 05f3:0007" (type: KEYBOARD, id 6)
[    15.372] (**) Option "xkb_model" "pc105"
[    15.372] (**) Option "xkb_layout" "us"
[    15.377] (II) event0  - HID 05f3:0007: is tagged by udev as: Keyboard
[    15.378] (II) event0  - HID 05f3:0007: device is a keyboard
[    15.380] (II) config/udev: Adding input device HID 05f3:0007 System Control (/dev/input/event1)
[    15.380] (**) HID 05f3:0007 System Control: Applying InputClass "libinput keyboard catchall"
[    15.380] (**) HID 05f3:0007 System Control: Applying InputClass "libinput keyboard catchall"
[    15.381] (II) Using input driver 'libinput' for 'HID 05f3:0007 System Control'
[    15.381] (**) HID 05f3:0007 System Control: always reports core events
[    15.381] (**) Option "Device" "/dev/input/event1"
[    15.385] (II) event1  - HID 05f3:0007 System Control: is tagged by udev as: Keyboard
[    15.385] (II) event1  - HID 05f3:0007 System Control: device is a keyboard
[    15.386] (II) event1  - HID 05f3:0007 System Control: device removed
[    15.392] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:05F3:0007.0002/input/input1/event1"
[    15.392] (II) XINPUT: Adding extended input device "HID 05f3:0007 System Control" (type: KEYBOARD, id 7)
[    15.392] (**) Option "xkb_model" "pc105"
[    15.392] (**) Option "xkb_layout" "us"
[    15.397] (II) event1  - HID 05f3:0007 System Control: is tagged by udev as: Keyboard
[    15.397] (II) event1  - HID 05f3:0007 System Control: device is a keyboard
[    15.400] (II) config/udev: Adding input device HID 05f3:0007 Consumer Control (/dev/input/event2)
[    15.400] (**) HID 05f3:0007 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    15.400] (**) HID 05f3:0007 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    15.400] (II) Using input driver 'libinput' for 'HID 05f3:0007 Consumer Control'
[    15.400] (**) HID 05f3:0007 Consumer Control: always reports core events
[    15.400] (**) Option "Device" "/dev/input/event2"
[    15.404] (II) event2  - HID 05f3:0007 Consumer Control: is tagged by udev as: Keyboard
[    15.405] (II) event2  - HID 05f3:0007 Consumer Control: device is a keyboard
[    15.405] (II) event2  - HID 05f3:0007 Consumer Control: device removed
[    15.428] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:05F3:0007.0002/input/input2/event2"
[    15.428] (II) XINPUT: Adding extended input device "HID 05f3:0007 Consumer Control" (type: KEYBOARD, id 8)
[    15.428] (**) Option "xkb_model" "pc105"
[    15.428] (**) Option "xkb_layout" "us"
[    15.433] (II) event2  - HID 05f3:0007 Consumer Control: is tagged by udev as: Keyboard
[    15.433] (II) event2  - HID 05f3:0007 Consumer Control: device is a keyboard
[    15.436] (II) config/udev: Adding input device Microsoft Microsoft Trackball Explorer® (/dev/input/event3)
[    15.436] (**) Microsoft Microsoft Trackball Explorer®: Applying InputClass "libinput pointer catchall"
[    15.436] (**) Microsoft Microsoft Trackball Explorer®: Applying InputClass "libinput pointer catchall"
[    15.436] (II) Using input driver 'libinput' for 'Microsoft Microsoft Trackball Explorer®'
[    15.436] (**) Microsoft Microsoft Trackball Explorer®: always reports core events
[    15.436] (**) Option "Device" "/dev/input/event3"
[    15.497] (II) event3  - Microsoft Microsoft Trackball Explorer®: is tagged by udev as: Mouse Trackball
[    15.498] (II) event3  - Microsoft Microsoft Trackball Explorer®: device is a pointer
[    15.498] (II) event3  - Microsoft Microsoft Trackball Explorer®: device removed
[    15.512] (II) libinput: Microsoft Microsoft Trackball Explorer®: Step value 0 was provided, libinput Fallback acceleration function is used.
[    15.512] (II) libinput: Microsoft Microsoft Trackball Explorer®: Step value 0 was provided, libinput Fallback acceleration function is used.
[    15.512] (II) libinput: Microsoft Microsoft Trackball Explorer®: Step value 0 was provided, libinput Fallback acceleration function is used.
[    15.512] (**) Option "ButtonMapping" "8 9 3 4 5 6 7 1 2 10"
[    15.512] (**) Option "config_info" "udev:/sys/devices/platform/scb-bus@fc000000/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/0003:045E:0024.0003/input/input3/event3"
[    15.512] (II) XINPUT: Adding extended input device "Microsoft Microsoft Trackball Explorer®" (type: MOUSE, id 9)
[    15.513] (**) Option "AccelerationScheme" "none"
[    15.513] (**) Microsoft Microsoft Trackball Explorer®: (accel) selected scheme none/0
[    15.513] (**) Microsoft Microsoft Trackball Explorer®: (accel) acceleration factor: 2.000
[    15.513] (**) Microsoft Microsoft Trackball Explorer®: (accel) acceleration threshold: 4
[    15.572] (II) event3  - Microsoft Microsoft Trackball Explorer®: is tagged by udev as: Mouse Trackball
[    15.572] (II) event3  - Microsoft Microsoft Trackball Explorer®: device is a pointer
[    15.575] (II) config/udev: Adding input device Microsoft Microsoft Trackball Explorer® (/dev/input/mouse0)
[    15.575] (II) No input driver specified, ignoring this device.
[    15.575] (II) This device may have been added with another device file.
[    15.577] (II) config/udev: Adding input device vc4-hdmi-0 (/dev/input/event4)
[    15.578] (**) vc4-hdmi-0: Ignoring device from InputClass "disable touch stick"
[    15.579] (II) config/udev: Adding input device vc4-hdmi-0 HDMI Jack (/dev/input/event5)
[    15.579] (**) vc4-hdmi-0 HDMI Jack: Ignoring device from InputClass "disable touch stick"
[    15.580] (II) config/udev: Adding input device vc4-hdmi-1 (/dev/input/event6)
[    15.585] (**) vc4-hdmi-1: Ignoring device from InputClass "disable touch stick"
[    15.586] (II) config/udev: Adding input device vc4-hdmi-1 HDMI Jack (/dev/input/event7)
[    15.586] (**) vc4-hdmi-1 HDMI Jack: Ignoring device from InputClass "disable touch stick"
[    15.602] (II) modeset(0): Disabling kernel dirty updates, not required.
[    29.459] (II) modeset(0): EDID vendor "ACR", prod id 1716
[    29.460] (II) modeset(0): Using hsync ranges from config file
[    29.460] (II) modeset(0): Using vrefresh ranges from config file
[    29.460] (II) modeset(0): Printing DDC gathered Modelines:
[    29.460] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    29.460] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    29.460] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    29.460] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    29.460] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    29.460] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    29.460] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    29.460] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    29.460] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    29.460] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    29.460] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    29.460] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    29.460] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    29.460] (II) modeset(0): Modeline "832x624"x75.0   53.20  832 872 960 1088  624 625 628 652 -hsync +vsync (48.9 kHz e)
[    29.460] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   165.990] (EE) modeset(0): Failed to make 1280x984x32bpp GBM bo
[   466.070] (EE) modeset(0): Failed to make 1280x984x32bpp GBM bo
[   466.948] (EE) modeset(0): Failed to make 1280x984x32bpp GBM bo
[   467.042] (EE) modeset(0): Failed to make 1280x984x32bpp GBM bo

on so on.

Any ideas? I tried different desktop systems, however all based on gnome (that would be gnome 4, gnome-flashback and cinnamon. All out of the official repository, needless to say.

Greetings from Germany's north coast (Cuxhaven)
Alex

PS my xorg config file...

Section "Device"
    Identifier "DRM"
    Driver "modesetting"
    Option "BackingStore" "false"
    Option "Monitor-HDMI-1" "AL1716"
    Option "AccelMethod"    "glamor"
    Screen 0
EndSection

#Section "Extensions"
#    Option "XVideo" "Disable"
#EndSection

Section "ServerLayout"
    Identifier "Layout0"
    Screen "Screen0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Monitor    "AL1716"
    Device     "DRM"
    DefaultDepth 24
    SubSection "Display"
       Depth 24
       Modes "1280x1024"
    EndSubSection
EndSection

Section "Monitor"
    Identifier "AL1716"
    ModelName "AL1716"
    VendorName "ACR"
    # Monitor Manufactured week 39 of 2005
    # EDID version 1.3
    # Digital Display
    DisplaySize 340 270
    Gamma 2.20
    Option "DPMS" "true"
    #Option "DefaultModes" "false"
    Horizsync 31-83
    VertRefresh 56-75
    # Maximum pixel clock is 140MHz
    #Not giving standard mode: 832x624, 75Hz
    #Not giving standard mode: 1152x864, 75Hz
    #Not giving standard mode: 1280x1024, 60Hz
    #Modeline   1280x1024x0.0 +hsync +vsync
EndSection

Section "InputClass"
    Identifier "disable touch stick"
    MatchProduct "vc4"
    Option "ignore" "on"
EndSection

Section "InputClass"
    Identifier "libinput pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    MatchProduct "Microsoft Trackball Explorer"
    Option "ButtonMapping" "8 9 3 4 5 6 7 1 2 10"
    Driver "libinput"
EndSection

Section "InputClass"
    Identifier "libinput keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "libinput"
EndSection

#10 Other Issues » New backports packages for Chimaera » 2024-02-27 09:35:57

trabant-asb
Replies: 1

I noticed that there have been a lot of packages put into the backports repository recently for Chimaera. However, due to the lower priority, they do not get installed by a normal upgrade. Of course I can override the priority locally to get them installed... so my question is if there are plans to move them into the upgrades or proposed-upgrades repository any time soon, or if there are reasons why they should not be installed by the default user...

Here comes the list I got from apt-get -s full-upgrade after changing the priority of backports to 500 on my desktop system:

The following packages were automatically installed and are no longer required:
  libcmis-0.5-5v5 liblibreoffice-java libmwaw-0.3-3 libnumbertext-1.0-0 libnumbertext-data liborcus-0.16-0 liborcus-parser-0.16-0
  libqrcodegencpp1 libunoloader-java python3-ldb python3-talloc ure-java
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
  libjuh-java libjurt-java libridl-java
The following NEW packages will be installed:
  libabsl20200923 libbox2d2.3.0 libjemalloc2 libmbim-utils libpipewire-0.3-common libqmi-utils libqrtr-glib0 libwireplumber-0.4-0
  pipewire-pulse ure-java wireplumber
The following packages have been kept back:
  chromium chromium-common chromium-sandbox
The following packages will be upgraded:
  at-spi2-core bind9-dnsutils bind9-host bind9-libs bluez-firmware bootlogd bubblewrap curl debhelper dnsutils e2fsprogs
  firmware-amd-graphics firmware-linux firmware-linux-nonfree firmware-misc-nonfree firmware-realtek fonts-opensymbol gir1.2-atk-1.0
  gir1.2-atspi-2.0 gir1.2-lokdocview-0.1 gir1.2-nm-1.0 git git-man gstreamer1.0-pipewire initscripts less libatk-adaptor
  libatk-bridge2.0-0 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatspi2.0-0 libbpf0 libcom-err2
  libcurl3-gnutls libcurl4 libdebhelper-perl libdeflate0 libdw1 libelf1 libell0 libepoxy0 libext2fs2 libflatpak0 libfreerdp2-2 libldb2
  liblibreoffice-java liblibreofficekitgtk liblouis-data liblouis20 liblouisutdml-bin liblouisutdml-data liblouisutdml9 libmbim-glib4
  libmbim-proxy libmm-glib0 libnm0 libnss-myhostname libpcap0.8 libpipewire-0.3-0 libpipewire-0.3-modules libqmi-glib5 libqmi-proxy
  libreoffice-base-core libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-gnome libreoffice-gtk3
  libreoffice-impress libreoffice-math libreoffice-style-colibre libreoffice-style-elementary libreoffice-writer libreofficekit-data
  libsmbclient libspa-0.2-modules libss2 libtalloc2 libtdb1 libtevent0 libuno-cppu3 libuno-cppuhelpergcc3-3 libuno-purpenvhelpergcc3-3
  libuno-sal3 libuno-salhelpergcc3-3 libunoloader-java libva-drm2 libva-x11-2 libva2 libvulkan1 libwbclient0 libwinpr2-2 logsave man-db
  modemmanager network-manager pipewire pipewire-bin python3-gi python3-gi-cairo python3-ldb python3-markupsafe python3-pkg-resources
  python3-pyatspi python3-setuptools python3-talloc python3-uno python3-websockets rsync samba-libs sysv-rc sysvinit-core sysvinit-utils
  tcpdump uno-libs-private ure va-driver-all wpasupplicant xdg-desktop-portal xdg-desktop-portal-gtk
123 upgraded, 11 newly installed, 3 to remove and 3 not upgraded.

Interestingly the sysv-rc, initscripts and sysvinit-core are among the listed packages.

Please note that I have put the chromium packages on hold manually because of an issue with the latest build on ARM64.

Greetings from Berlin,
Alex

#11 Re: ARM Builds » Looking for 6.1 kernel image .deb file » 2023-09-27 14:43:58

By the way I *have* tried to run the generic kernel based on the Debian package which *is* available via APT... but after a successful load and printing the first few lines the screen went off. Maybe a graphic driver issue?

#12 ARM Builds » Looking for 6.1 kernel image .deb file » 2023-09-27 13:36:13

trabant-asb
Replies: 2

Hey there,

I am running Chimaera on my Pi 4 desktop and a Pi 3 database server for almost two years now, currently with kernel 5.10.110. While there was a way to download new kernel packages in the past using a tool named "fetch", I do not see how to get my hands on the kernel package used for latest ARM builds available on https://arm-files.devuan.org/.

I think the most straight forward option I see would be making those packages available via APT, not being sure if this is already in progress.

For now, a simple download link for the 6.1.54 packages would be greatly appreciated. I know self compiling is quite easy, but I'd prefer the clean package based way.

Thanks for letting me know.

-Alex

Board footer

Forum Software