Startx only displays GUI if killed and started again

Dear all,

recently I installed Manjaro XFCE on an old iMac (https://forum.manjaro.org/t/getting-manjaro-64bit-to-boot-on-a-2007-imac-7-1-with-32bit-efi/151764/10).
After getting it to boot with the help of the community, I’m stuck at the next problem:
The only thing I see when the greeter starts up is the mouse pointer and, depending on the greeter I configure, either a zebra pattern or some other graphical glitches that are harsh on the eyes.

What I want
To run an xfce4-session with the lightdm-gtk-greeter, all via GUI.

What works
If I go to any TTY and log in either as root or as standard user and startx from there, I get black and white graphical glitches. Upon opening another TTY, killing and restarting the X server, I get the GUI I want. Essentially, I have to run startx twice.

What I have tried

  • Different greeters (result in different graphical glitches)
  • Different DMs (lightdm and sddm, result in identical glitches)
  • A cli-based greeter (greetd) (makes it possible to log in for the non-root user, followed by the zebra pattern. Killing the X server and restarting it via TTY, either as root or non-root, works like a charm
  • Writing scripts or services to automatically kill and restart X. Doesn’t work, the first startx is not successful via script.
  • Obsessing over logfiles and service status etc. None point to the underlying issue.

What can I do?
Which output do I need to provide?

By the way, the problem also occurs when booting from the Manjaro bootstick!

Thank you very much in advance,
DarthBongo

You might find something you’ve missed in here:

Cheers.

I went through the steps mentioned in the link:

  • I executed pacman -S xfce4 xfce4-goodies xfce4-terminal network-manager-applet xfce4-notifyd xfce4-whiskermenu-plugin tumbler engrampa
  • I installed the lightdm + greeter and enabled lightdm: sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings sudo systemctl enable lightdm.service --force
  • I edited**/etc/lightdm/lightdm.conf** and replaced the greeter-session under [Seat:*] with greeter-session=lightdm-gtk-greeter
  • I configured LightDM to match the official iso by replacing the contents of /etc/lightdm/lightdm-gtk-greeter.conf with
[greeter]
background = /usr/share/backgrounds/illyria-default-lockscreen.jpg
font-name = Cantarell Bold 12
xft-antialias = true
icon-theme-name = Papirus
screensaver-timeout = 60
theme-name = Matcha-azul
cursor-theme-name = xcursor-breeze
show-clock = false
default-user-image = #avatar-default
xft-hintstyle = hintfull
position = 50%,center 50%,center
clock-format =
panel-position = bottom
indicators = ~host;~spacer;~clock;~spacer;~language;~session;~a11y;~power
  • I did not need to create users or add them to usergroups as those permissions etc. were already in place.

Upon restart I see the cursor on the standard manjaro-themed lightdm-gtk-greeter background with loads of graphical glitches. The login box is missing and clicking in places where buttons are supposed to be has no effect.

It has been a while since I used XFCE, but I recall having better success using the lightdm-slick-greeter; however, this was not on an old iMac.

This is also the first choice of greeter listed in:

The configuration of lighdm-gtk-greeter may be different and not compatible with the lightdm-slick-greeter so remove whatever youpreviously added fo make it look like the Live environment.

Make sure the change to lightdm-slick-greeter is also reflected in /etc/lightdm/lightdm.conf:

[Seat:*]
...
greeter-session=lightdm-slick-greeter

Also make sure to uninstall the previous greeter before installing the new one.

Please also post the content of /etc/lightdm/lightdm.conf and also from the command:

inxi --admin --verbosity=7 --filter --no-host --width

These may be helpful to someone.

Disclaimer: All the following was done via bootstick and manjaro-chroot as my some magic the network manager stopped working. I’m working on that…

So:
I removed lightdm-gtk-greeter and lightdm-gtk-greeter-settings.
I then installed lightdm-slick-greeter and changed the respective line in /etc/lightdm/lightdm.conf.

The content of /etc/lightdm/lightdm.conf:

# General configuration
#
# start-default-seat = True to always start one seat if none are defined in the configuration
# greeter-user = User to run greeter as
# minimum-display-number = Minimum display number to use for X servers
# minimum-vt = First VT to run displays on
# lock-memory = True to prevent memory from being paged to disk
# user-authority-in-system-dir = True if session authority should be in the system location
# guest-account-script = Script to be run to setup guest account
# logind-check-graphical = True to on start seats that are marked as graphical by logind
# log-directory = Directory to log information to
# run-directory = Directory to put running state in
# cache-directory = Directory to cache to
# sessions-directory = Directory to find sessions
# remote-sessions-directory = Directory to find remote sessions
# greeters-directory = Directory to find greeters
# backup-logs = True to move add a .old suffix to old log files when opening new ones
# dbus-service = True if LightDM provides a D-Bus service to control it
#
[LightDM]
#start-default-seat=true
#greeter-user=lightdm
#minimum-display-number=0
#minimum-vt=7 # Setting this to a value < 7 implies security issues, see FS#46799
#lock-memory=true
#user-authority-in-system-dir=false
#guest-account-script=guest-account
#logind-check-graphical=true
#log-directory=/var/log/lightdm
run-directory=/run/lightdm
#cache-directory=/var/cache/lightdm
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
#backup-logs=true
#dbus-service=true

#
# Seat configuration
#
# Seat configuration is matched against the seat name glob in the section, for example:
# [Seat:*] matches all seats and is applied first.
# [Seat:seat0] matches the seat named "seat0".
# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
#
# type = Seat type (local, xremote)
# pam-service = PAM service to use for login
# pam-autologin-service = PAM service to use for autologin
# pam-greeter-service = PAM service to use for greeters
# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
# xserver-config = Config file to pass to X server
# xserver-layout = Layout to pass to X server
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
# xserver-share = True if the X server is shared for both greeter and session
# xserver-hostname = Hostname of X server (only for type=xremote)
# xserver-display-number = Display number of X server (only for type=xremote)
# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
# xdmcp-port = XDMCP UDP/IP port to communicate on
# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
# greeter-session = Session to load for greeter
# greeter-hide-users = True to hide the user list
# greeter-allow-guest = True if the greeter should show a guest login option
# greeter-show-manual-login = True if the greeter should offer a manual login option
# greeter-show-remote-login = True if the greeter should offer a remote login option
# user-session = Session to load for users
# allow-user-switching = True if allowed to switch users
# allow-guest = True if guest login is allowed
# guest-session = Session to load for guests (overrides user-session)
# session-wrapper = Wrapper script to run session with
# greeter-wrapper = Wrapper script to run greeter with
# guest-wrapper = Wrapper script to run guest sessions with
# display-setup-script = Script to run when starting a greeter session (runs as root)
# display-stopped-script = Script to run after stopping the display server (runs as root)
# greeter-setup-script = Script to run when starting a greeter (runs as root)
# session-setup-script = Script to run when starting a user session (runs as root)
# session-cleanup-script = Script to run when quitting a user session (runs as root)
# autologin-guest = True to log in as guest by default
# autologin-user = User to log in with by default (overrides autologin-guest)
# autologin-user-timeout = Number of seconds to wait before loading default user
# autologin-session = Session to load for automatic login (overrides user-session)
# autologin-in-background = True if autologin session should not be immediately activated
# exit-on-failure = True if the daemon should exit if this seat fails
#
[Seat:*]
#type=local
#pam-service=lightdm
#pam-autologin-service=lightdm-autologin
#pam-greeter-service=lightdm-greeter
#xserver-command=X
#xmir-command=Xmir
#xserver-config=
#xserver-layout=
#xserver-allow-tcp=false
#xserver-share=true
#xserver-hostname=
#xserver-display-number=
#xdmcp-manager=
#xdmcp-port=177
#xdmcp-key=
greeter-session=lightdm-slick-greeter
#greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
#user-session=default
#allow-user-switching=true
#allow-guest=true
#guest-session=
session-wrapper=/etc/lightdm/Xsession
#greeter-wrapper=
#guest-wrapper=
#display-setup-script=
#display-stopped-script=
#greeter-setup-script=
#session-setup-script=
#session-cleanup-script=
#autologin-guest=false
#autologin-user=
#autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=
#exit-on-failure=false

#
# XDMCP Server configuration
#
# enabled = True if XDMCP connections should be allowed
# port = UDP/IP port to listen for connections on
# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
#
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
# it can be a word and the first 7 characters are used as the key.
#
[XDMCPServer]
#enabled=false
#port=177
#listen-address=
#key=
#hostname=

#
# VNC Server configuration
#
# enabled = True if VNC connections should be allowed
# command = Command to run Xvnc server with
# port = TCP/IP port to listen for connections on
# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
# width = Width of display to use
# height = Height of display to use
# depth = Color depth of display to use
#
[VNCServer]
#enabled=false
#command=Xvnc
#port=5900
#listen-address=
#width=1024
#height=768
#depth=8

The output of inxi --admin --verbosity=7 --filter --no-host --width:

System:
  Kernel: 6.5.5-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 13.2.1
    clocksource: tsc available: hpet,acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-x86_64 lang=en_US keytable=de tz=UTC
    misobasedir=manjaro misolabel=MANJARO_XFCE_2304 quiet
    systemd.show_status=1 splash apparmor=1 security=apparmor driver=free
    nouveau.modeset=1 i915.modeset=1 radeon.modeset=1
  Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel wm: xfwm
    v: 4.18.0 vt: 7 dm: LightDM v: 1.32.0 Distro: Manjaro Linux base: Arch Linux
Machine:
  Type: Desktop System: Apple product: iMac7,1 v: 1.0
    serial: <superuser required> Chassis: type: 13 v: Mac-F42386C8
    serial: <superuser required>
  Mobo: Apple model: Mac-F42386C8 v: PVT serial: <superuser required>
    UEFI: Apple v: IM71.88Z.007A.B03.0803051705 date: 03/05/08
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: total: 4 GiB available: 3.82 GiB used: 2.06 GiB (53.8%)
  RAM Report: permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: Intel Core2 Duo T7700 bits: 64 type: MCP arch: Core2 Merom
    level: v1 built: 2006-09 process: Intel 65nm family: 6 model-id: 0xF (15)
    stepping: 0xB (11) microcode: 0xBA
  Topology: cpus: 1x cores: 2 smt: <unsupported> cache: L1: 128 KiB
    desc: d-2x32 KiB; i-2x32 KiB L2: 4 MiB desc: 1x4 MiB
  Speed (MHz): avg: 798 min/max: 800/2400 scaling: driver: acpi-cpufreq
    governor: schedutil cores: 1: 798 2: 798 bogomips: 9581
  Flags: acpi aperfmperf apic arch_perfmon bts clflush cmov constant_tsc
    cpuid cx16 cx8 de ds_cpl dtes64 dtherm dts est flexpriority fpu fxsr ht
    lahf_lm lm mca mce mmx monitor msr mtrr nopl nx pae pat pbe pdcm pebs pge
    pni pse pse36 pti rep_good sep sse sse2 ssse3 syscall tm tm2 tpr_shadow
    tsc vme vmx vnmi vpid xtpr
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: itlb_multihit status: KVM: VMX disabled
  Type: l1tf mitigation: PTE Inversion; VMX: EPT disabled
  Type: mds status: Vulnerable: Clear CPU buffers attempted, no microcode;
    SMT disabled
  Type: meltdown mitigation: PTI
  Type: mmio_stale_data status: Unknown: No mitigations
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass status: Vulnerable
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines, STIBP: disabled, RSB filling,
    PBRSB-eIBRS: Not affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: AMD RV630/M76 [Mobility Radeon HD 2600 XT/2700]
    vendor: Apple iMac 7 1 driver: radeon v: kernel alternate: amdgpu arch: R500
    process: TSMC 90nm built: 2005-07 pcie: gen: 1 speed: 2.5 GT/s lanes: 16
    ports: active: LVDS-1 empty: DIN-1,DVI-I-1 bus-ID: 01:00.0
    chip-ID: 1002:9583 class-ID: 0300 temp: 31.0 C
  Device-2: Apple Built-in iSight driver: uvcvideo type: USB rev: 2.0
    speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 4-4:3 chip-ID: 05ac:8502
    class-ID: 0e02 serial: <filter>
  Display: x11 server: X.org v: 1.21.1.8 compositor: xfwm v: 4.18.0 driver:
    X: loaded: radeon unloaded: modesetting alternate: fbdev,vesa gpu: radeon
    display-ID: :0.0 screens: 1
  Screen-1: 0 s-res: 1920x1200 s-size: <missing: xdpyinfo>
  Monitor-1: LVDS-1 mapped: LVDS model: Apple Color LCD serial: <filter>
    built: 2007 res: 1920x1200 hz: 60 dpi: 151 gamma: 1.2
    size: 324x262mm (12.76x10.31") diag: 611mm (24") ratio: 16:10, 15:9 modes:
    max: 1920x1200 min: 640x480
  API: EGL v: 1.5 hw: drv: amd r600 platforms: device: 0 drv: r600 device: 1
    drv: swrast gbm: drv: kms_swrast surfaceless: drv: r600 x11: drv: swrast
    inactive: wayland
  API: OpenGL v: 4.5 compat-v: 3.3 vendor: mesa v: 23.1.9-manjaro1.1
    glx-v: 1.4 direct-render: yes renderer: llvmpipe (LLVM 16.0.6 128 bits)
    device-ID: ffffffff:ffffffff memory: 3.73 GiB unified: yes
Audio:
  Device-1: Intel 82801H HD Audio vendor: Apple driver: snd_hda_intel v: kernel
    bus-ID: 00:1b.0 chip-ID: 8086:284b class-ID: 0403
  API: ALSA v: k6.5.5-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 0.3.81 status: off tools: pw-cli
  Server-3: PulseAudio v: 16.1 status: active with: pulseaudio-alsa
    type: plugin tools: pacat,pactl,pavucontrol
Network:
  Device-1: Broadcom BCM4321 802.11a/b/g/n vendor: Apple AirPort Extreme
    driver: b43-pci-bridge v: N/A modules: ssb pcie: gen: 1 speed: 2.5 GT/s
    lanes: 1 bus-ID: 04:00.0 chip-ID: 14e4:4328 class-ID: 0280
  Device-2: Marvell 88E8058 PCI-E Gigabit Ethernet driver: sky2 v: 1.30 pcie:
    gen: 1 speed: 2.5 GT/s lanes: 1 port: 2000 bus-ID: 05:00.0 chip-ID: 11ab:436a
    class-ID: 0200
  IF: ens5 state: down mac: <filter>
  IF-ID-1: enp0s29f7u1u4 state: unknown speed: -1 duplex: half mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: noprefixroute scope: link
  WAN IP: <filter>
Bluetooth:
  Device-1: Apple Bluetooth HCI MacBookPro (HID mode)
    driver: hid-generic,usbhid type: USB rev: 2.0 speed: 12 Mb/s lanes: 1
    mode: 1.1 bus-ID: 1-1:2 chip-ID: 05ac:1000 class-ID: 0301
  Report: This feature requires one of these tools: hciconfig/bt-adapter
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 253.33 GiB used: 11.19 GiB (4.4%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/sda maj-min: 8:0 vendor: Crucial model: CT240BX500SSD1
    size: 223.57 GiB block-size: physical: 512 B logical: 512 B speed: 3.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 056 scheme: GPT
  ID-2: /dev/sdb maj-min: 8:16 vendor: Intenso model: Speed Line
    size: 29.76 GiB block-size: physical: 512 B logical: 512 B type: USB rev: 2.1
    spd: 480 Mb/s lanes: 1 mode: 2.0 speed: <unknown> tech: N/A
    serial: <filter> fw-rev: 1100 scheme: MBR
  SMART Message: Unknown USB bridge. Flash drive/Unsupported enclosure?
  Optical-1: /dev/sr0 vendor: OPTIARC model: DVD RW AD-5630A rev: 1AHM
    dev-links: cdrom
  Features: speed: 24 multisession: yes audio: yes dvd: yes
    rw: cd-r,cd-rw,dvd-r state: running
Partition:
  ID-1: /mnt raw-size: 100 GiB size: 97.87 GiB (97.87%) used: 11.19 GiB (11.4%)
    fs: ext4 dev: /dev/sda3 maj-min: 8:3 label: N/A
    uuid: e239e8fc-c0a6-4f18-9306-6e4c0be10e83
Swap:
  Alert: No swap data was found.
Unmounted:
  ID-1: /dev/sda1 maj-min: 8:1 size: 500 MiB fs: vfat label: N/A
    uuid: CC90-E8F2
  ID-2: /dev/sda2 maj-min: 8:2 size: 4 GiB fs: swap label: N/A
    uuid: 6addd690-8c0c-4be0-8026-b3092ef03369
  ID-3: /dev/sda4 maj-min: 8:4 size: 119.08 GiB fs: ext4 label: N/A
    uuid: 4dea75b2-d20d-4ddd-a9ff-0fa2d404e6b5
  ID-4: /dev/sdb1 maj-min: 8:17 size: 3.5 GiB fs: iso9660
  ID-5: /dev/sdb2 maj-min: 8:18 size: 4 MiB fs: vfat label: MISO_EFI
    uuid: DE4F-2104
USB:
  Hub-1: 1-0:1 info: full speed or root hub ports: 2 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
    class-ID: 0900
  Device-1: 1-1:2 info: Apple Bluetooth HCI MacBookPro (HID mode)
    type: keyboard,mouse driver: hid-generic,usbhid interfaces: 2 rev: 2.0
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 05ac:1000
    class-ID: 0301
  Hub-2: 2-0:1 info: full speed or root hub ports: 2 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
    class-ID: 0900
  Hub-3: 3-0:1 info: full speed or root hub ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 3-2:3 info: Silicon Motion - Taiwan (formerly Feiya ) Flash Drive
    type: mass storage driver: usb-storage interfaces: 1 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 300mA
    chip-ID: 090c:1000 class-ID: 0806 serial: <filter>
  Hub-4: 4-0:1 info: full speed or root hub ports: 6 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-5: 4-1:2 info: Cypress CY7C65640 USB-2.0 TetraHub ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 04b4:6560 class-ID: 0900
  Device-1: 4-1.1:4 info: Logitech M-BJ58/M-BJ69 Optical Wheel Mouse
    type: mouse driver: hid-generic,usbhid interfaces: 1 rev: 2.0
    speed: 1.5 Mb/s (183 KiB/s) lanes: 1 mode: 1.0 power: 98mA
    chip-ID: 046d:c00e class-ID: 0301
  Device-2: 4-1.3:6 info: CHERRY Keyboard type: keyboard,HID
    driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 1.5 Mb/s (183 KiB/s)
    lanes: 1 mode: 1.0 power: 100mA chip-ID: 046a:b090 class-ID: 0300
  Device-3: 4-1.4:8 info: Sony Ericsson Mobile AB G8441 (Xperia XZ1 Compact)
    [Tethering] type: CDC-data driver: rndis_host interfaces: 2 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 500mA
    chip-ID: 0fce:71f4 class-ID: 0a00 serial: <filter>
  Device-4: 4-4:3 info: Apple Built-in iSight type: video driver: uvcvideo
    interfaces: 3 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0
    power: 500mA chip-ID: 05ac:8502 class-ID: 0e02 serial: <filter>
  Hub-6: 5-0:1 info: full speed or root hub ports: 2 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
    class-ID: 0900
  Hub-7: 6-0:1 info: full speed or root hub ports: 2 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
    class-ID: 0900
  Hub-8: 7-0:1 info: full speed or root hub ports: 2 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
    class-ID: 0900
  Device-1: 7-1:2 info: Apple Built-in IR Receiver type: HID
    driver: appleir,usbhid interfaces: 1 rev: 2.0 speed: 1.5 Mb/s (183 KiB/s)
    lanes: 1 mode: 1.0 power: 100mA chip-ID: 05ac:8242 class-ID: 0300
Sensors:
  System Temperatures: cpu: 45.0 C mobo: N/A gpu: radeon temp: 31.0 C
  Fan Speeds (rpm): cpu: 1197
Info:
  Processes: 187 Uptime: 22m wakeups: 0 Init: systemd v: 254 default: graphical
  tool: systemctl Compilers: gcc: 13.2.1 clang: 16.0.6 Packages: pm: pacman
  pkgs: 1147 libs: 314 tools: pamac pm: flatpak pkgs: 0 Shell: Bash v: 5.1.16
  running-in: xfce4-terminal inxi: 3.3.30

The changes resulted in a different background with graphical glitches and the mouse pointer, followed by a black screen (without the pointer) from which I could not switch to tty.

your pc is very old, so try with an older kernel, for example with the 5.4…


you have also only 4g of ram, so setting up swap would be usefull (this is not related to your graphical glitches…)


maybe enabling early loading of the video drivers could help… but first try with the 5.4 kernel

Hi @DarthBongo,
Can you please post the log from /var/log/Xorg.0.log, the first time u get the error when you type startx command in the console?

Also, you can compare the Xorg.0.log file by copying to a separate location between the first failed attempt vs second successful attempt ? you should be able to see the difference and what is working the second time.

I installed kernel 5.4 via the manjaro settings editor. No change: A warped image of the greeter, followed by a black screen without being able to switch to tty.

Here the corresponding Xorg.log:

[    15.655] 
X.Org X Server 1.21.1.9
X Protocol Version 11, Revision 0
[    15.655] Current Operating System: Linux pitrisimac 5.4.263-1-MANJARO #1 SMP PREEMPT Fri Dec 8 11:34:21 UTC 2023 x86_64
[    15.657] Kernel command line: root=UUID=e239e8fc-c0a6-4f18-9306-6e4c0be10e83 rw quiet udev.log_priority=3 initrd=boot\initramfs-5.4-x86_64.img
[    15.660]  
[    15.660] Current version of pixman: 0.42.2
[    15.660] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    15.660] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.660] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 11 23:46:55 2023
[    15.666] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.667] (==) No Layout section.  Using the first Screen section.
[    15.667] (==) No screen section available. Using defaults.
[    15.667] (**) |-->Screen "Default Screen Section" (0)
[    15.667] (**) |   |-->Monitor "<default monitor>"
[    15.668] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    15.668] (==) Automatically adding devices
[    15.668] (==) Automatically enabling devices
[    15.668] (==) Automatically adding GPU devices
[    15.668] (==) Automatically binding GPU devices
[    15.668] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    15.668] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    15.668] 	Entry deleted from font path.
[    15.670] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    15.670] 	Entry deleted from font path.
[    15.670] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    15.670] 	Entry deleted from font path.
[    15.674] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    15.674] (==) ModulePath set to "/usr/lib/xorg/modules"
[    15.674] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.674] (II) Module ABI versions:
[    15.674] 	X.Org ANSI C Emulation: 0.4
[    15.674] 	X.Org Video Driver: 25.2
[    15.674] 	X.Org XInput driver : 24.4
[    15.674] 	X.Org Server Extension : 10.0
[    15.674] (++) using VT number 7

[    15.674] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    15.676] (II) xfree86: Adding drm device (/dev/dri/card0)
[    15.676] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    15.688] (--) PCI:*(1@0:0:0) 1002:9583:106b:0083 rev 0, Mem @ 0xc0000000/268435456, 0xd0620000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[    15.688] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    15.688] (II) LoadModule: "glx"
[    15.693] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.716] (II) Module glx: vendor="X.Org Foundation"
[    15.716] 	compiled for 1.21.1.9, module version = 1.0.0
[    15.716] 	ABI class: X.Org Server Extension, version 10.0
[    15.716] (II) Applying OutputClass "Radeon" to /dev/dri/card0
[    15.716] 	loading driver: radeon
[    15.716] (==) Matched radeon as autoconfigured driver 0
[    15.716] (==) Matched ati as autoconfigured driver 1
[    15.716] (==) Matched modesetting as autoconfigured driver 2
[    15.716] (==) Matched fbdev as autoconfigured driver 3
[    15.716] (==) Matched vesa as autoconfigured driver 4
[    15.716] (==) Assigned the driver to the xf86ConfigLayout
[    15.716] (II) LoadModule: "radeon"
[    15.717] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    15.726] (II) Module radeon: vendor="X.Org Foundation"
[    15.726] 	compiled for 1.21.1.8, module version = 22.0.0
[    15.726] 	Module class: X.Org Video Driver
[    15.726] 	ABI class: X.Org Video Driver, version 25.2
[    15.726] (II) LoadModule: "ati"
[    15.726] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    15.726] (II) Module ati: vendor="X.Org Foundation"
[    15.726] 	compiled for 1.21.1.8, module version = 22.0.0
[    15.726] 	Module class: X.Org Video Driver
[    15.726] 	ABI class: X.Org Video Driver, version 25.2
[    15.726] (II) LoadModule: "modesetting"
[    15.728] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    15.730] (II) Module modesetting: vendor="X.Org Foundation"
[    15.730] 	compiled for 1.21.1.9, module version = 1.21.1
[    15.730] 	Module class: X.Org Video Driver
[    15.730] 	ABI class: X.Org Video Driver, version 25.2
[    15.730] (II) LoadModule: "fbdev"
[    15.730] (WW) Warning, couldn't open module fbdev
[    15.730] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    15.730] (II) LoadModule: "vesa"
[    15.730] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    15.732] (II) Module vesa: vendor="X.Org Foundation"
[    15.732] 	compiled for 1.21.1.4, module version = 2.6.0
[    15.732] 	Module class: X.Org Video Driver
[    15.732] 	ABI class: X.Org Video Driver, version 25.2
[    15.732] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[    15.735] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    15.735] (II) VESA: driver for VESA chipsets: vesa
[    15.749] (II) [KMS] Kernel modesetting enabled.
[    15.749] (WW) Falling back to old probe method for modesetting
[    15.749] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    15.749] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    15.749] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    15.749] (==) RADEON(0): Default visual is TrueColor
[    15.749] (==) RADEON(0): RGB weight 888
[    15.749] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    15.749] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 2600 XT" (ChipID = 0x9583)
[    15.749] (II) Loading sub module "fb"
[    15.749] (II) LoadModule: "fb"
[    15.749] (II) Module "fb" already built-in
[    15.749] (II) Loading sub module "dri2"
[    15.749] (II) LoadModule: "dri2"
[    15.749] (II) Module "dri2" already built-in
[    16.085] (II) Loading sub module "glamoregl"
[    16.085] (II) LoadModule: "glamoregl"
[    16.085] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    16.103] (II) Module glamoregl: vendor="X.Org Foundation"
[    16.103] 	compiled for 1.21.1.9, module version = 1.0.1
[    16.103] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    16.149] (II) RADEON(0): glamor X acceleration enabled on AMD RV630 (DRM 2.50.0 / 5.4.263-1-MANJARO, LLVM 16.0.6)
[    16.149] (II) RADEON(0): glamor detected, initialising EGL layer.
[    16.149] (II) RADEON(0): KMS Color Tiling: enabled
[    16.149] (II) RADEON(0): KMS Color Tiling 2D: enabled
[    16.149] (==) RADEON(0): TearFree property default: auto
[    16.149] (II) RADEON(0): KMS Pageflipping: enabled
[    16.164] (II) RADEON(0): Output DVI-0 has no monitor section
[    16.164] (II) RADEON(0): Output LVDS has no monitor section
[    16.177] (II) RADEON(0): Output DIN has no monitor section
[    16.177] (WW) RADEON(0): 3 ZaphodHeads crtcs unavailable. Some outputs will stay off.
[    16.190] (II) RADEON(0): EDID for output DVI-0
[    16.190] (II) RADEON(0): EDID for output LVDS
[    16.190] (II) RADEON(0): Manufacturer: APP  Model: 9c6c  Serial#: 16843009
[    16.190] (II) RADEON(0): Year: 2007  Week: 0
[    16.190] (II) RADEON(0): EDID Version: 1.3
[    16.190] (II) RADEON(0): Digital Display Input
[    16.190] (II) RADEON(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[    16.190] (II) RADEON(0): Gamma: 2.20
[    16.190] (II) RADEON(0): No DPMS capabilities specified
[    16.190] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    16.190] (II) RADEON(0): First detailed timing is preferred mode
[    16.190] (II) RADEON(0): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.616
[    16.190] (II) RADEON(0): blueX: 0.146 blueY: 0.069   whiteX: 0.313 whiteY: 0.328
[    16.190] (II) RADEON(0): Supported established timings:
[    16.190] (II) RADEON(0): Manufacturer's mask: 10
[    16.190] (II) RADEON(0): Supported detailed timing:
[    16.190] (II) RADEON(0): clock: 156.0 MHz   Image Size:  262 x 324 mm
[    16.190] (II) RADEON(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    16.190] (II) RADEON(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1245 v_border: 0
[    16.190] (II) RADEON(0): Unknown vendor-specific block 1
[    16.190] (II) RADEON(0):  LM240WU2-SLB1
[    16.190] (II) RADEON(0): Monitor name: Color LCD
[    16.190] (II) RADEON(0): EDID (in hex):
[    16.191] (II) RADEON(0): 	00ffffffffffff0006106c9c01010101
[    16.191] (II) RADEON(0): 	00110103803420780ac774a3574a9d25
[    16.191] (II) RADEON(0): 	11505400001001010101010101010101
[    16.191] (II) RADEON(0): 	010101010101f03c80a070b02d403020
[    16.191] (II) RADEON(0): 	360006441100001e0000000100061030
[    16.191] (II) RADEON(0): 	11010000000000000a20000000fe004c
[    16.191] (II) RADEON(0): 	4d3234305755322d534c4231000000fc
[    16.191] (II) RADEON(0): 	00436f6c6f72204c43440a2020200066
[    16.191] (II) RADEON(0): Printing probed modes for output LVDS
[    16.191] (II) RADEON(0): Modeline "1920x1200"x60.2  156.00  1920 1968 2000 2080  1200 1203 1209 1245 +hsync +vsync (75.0 kHz eP)
[    16.191] (II) RADEON(0): Modeline "1920x1080"x60.0  173.11  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz)
[    16.191] (II) RADEON(0): Modeline "1600x1200"x60.0  161.23  1600 1712 1880 2160  1200 1203 1207 1245 -hsync +vsync (74.6 kHz)
[    16.191] (II) RADEON(0): Modeline "1680x1050"x60.0  146.36  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[    16.191] (II) RADEON(0): Modeline "1400x1050"x60.0  121.79  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[    16.191] (II) RADEON(0): Modeline "1280x1024"x59.9  109.10  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[    16.191] (II) RADEON(0): Modeline "1440x900"x60.0  106.68  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (56.0 kHz)
[    16.191] (II) RADEON(0): Modeline "1280x960"x60.0  101.34  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.8 kHz)
[    16.191] (II) RADEON(0): Modeline "1280x854"x60.0   89.34  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.2 kHz)
[    16.191] (II) RADEON(0): Modeline "1280x800"x60.0   83.71  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.8 kHz)
[    16.191] (II) RADEON(0): Modeline "1280x720"x60.0   74.65  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.9 kHz)
[    16.191] (II) RADEON(0): Modeline "1152x768"x59.9   71.95  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.8 kHz)
[    16.191] (II) RADEON(0): Modeline "1024x768"x59.9   63.53  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    16.191] (II) RADEON(0): Modeline "800x600"x60.0   38.31  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    16.191] (II) RADEON(0): Modeline "848x480"x59.9   31.65  848 872 952 1056  480 483 493 500 -hsync +vsync (30.0 kHz)
[    16.191] (II) RADEON(0): Modeline "720x480"x59.9   26.85  720 744 808 896  480 483 493 500 -hsync +vsync (30.0 kHz)
[    16.191] (II) RADEON(0): Modeline "640x480"x59.9   23.98  640 664 720 800  480 483 487 500 -hsync +vsync (30.0 kHz)
[    16.203] (II) RADEON(0): EDID for output DIN
[    16.203] (II) RADEON(0): Output DVI-0 disconnected
[    16.203] (II) RADEON(0): Output LVDS connected
[    16.203] (II) RADEON(0): Output DIN disconnected
[    16.203] (II) RADEON(0): Using exact sizes for initial modes
[    16.203] (II) RADEON(0): Output LVDS using initial mode 1920x1200 +0+0
[    16.203] (II) RADEON(0): mem size init: gart size :1fdee000 vram size: s:10000000 visible:f4f3000
[    16.203] (==) RADEON(0): DPI set to (96, 96)
[    16.203] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[    16.203] (II) Loading sub module "ramdac"
[    16.203] (II) LoadModule: "ramdac"
[    16.203] (II) Module "ramdac" already built-in
[    16.203] (II) UnloadModule: "modesetting"
[    16.204] (II) Unloading modesetting
[    16.204] (II) UnloadModule: "vesa"
[    16.204] (II) Unloading vesa
[    16.204] (II) RADEON(0): [DRI2] Setup complete
[    16.204] (II) RADEON(0): [DRI2]   DRI driver: r600
[    16.204] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[    16.204] (II) RADEON(0): Front buffer size: 9000K
[    16.204] (II) RADEON(0): VRAM usage limit set to 217616K
[    16.206] (II) RADEON(0): SYNC extension fences enabled
[    16.206] (II) RADEON(0): Present extension enabled
[    16.206] (==) RADEON(0): DRI3 enabled
[    16.207] (==) RADEON(0): Backing store enabled
[    16.207] (II) RADEON(0): Direct rendering enabled
[    16.273] (II) RADEON(0): Use GLAMOR acceleration.
[    16.273] (II) RADEON(0): Acceleration enabled
[    16.273] (==) RADEON(0): DPMS enabled
[    16.273] (==) RADEON(0): Silken mouse enabled
[    16.273] (II) RADEON(0): Set up textured video (glamor)
[    16.273] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[    16.273] (II) RADEON(0): [XvMC] Extension initialized.
[    16.274] (II) Initializing extension Generic Event Extension
[    16.274] (II) Initializing extension SHAPE
[    16.274] (II) Initializing extension MIT-SHM
[    16.274] (II) Initializing extension XInputExtension
[    16.275] (II) Initializing extension XTEST
[    16.275] (II) Initializing extension BIG-REQUESTS
[    16.275] (II) Initializing extension SYNC
[    16.275] (II) Initializing extension XKEYBOARD
[    16.275] (II) Initializing extension XC-MISC
[    16.276] (II) Initializing extension SECURITY
[    16.276] (II) Initializing extension XFIXES
[    16.276] (II) Initializing extension RENDER
[    16.280] (II) Initializing extension RANDR
[    16.280] (II) Initializing extension COMPOSITE
[    16.280] (II) Initializing extension DAMAGE
[    16.280] (II) Initializing extension MIT-SCREEN-SAVER
[    16.281] (II) Initializing extension DOUBLE-BUFFER
[    16.281] (II) Initializing extension RECORD
[    16.281] (II) Initializing extension DPMS
[    16.281] (II) Initializing extension Present
[    16.281] (II) Initializing extension DRI3
[    16.282] (II) Initializing extension X-Resource
[    16.282] (II) Initializing extension XVideo
[    16.282] (II) Initializing extension XVideo-MotionCompensation
[    16.282] (II) Initializing extension GLX
[    16.301] (II) AIGLX: Loaded and initialized r600
[    16.301] (II) GLX: Initialized DRI2 GL provider for screen 0
[    16.301] (II) Initializing extension XFree86-VidModeExtension
[    16.301] (II) Initializing extension XFree86-DGA
[    16.302] (II) Initializing extension XFree86-DRI
[    16.302] (II) Initializing extension DRI2
[    16.302] (II) RADEON(0): Setting screen physical size to 508 x 317
[    16.507] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    16.507] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.507] (II) LoadModule: "libinput"
[    16.507] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    16.513] (II) Module libinput: vendor="X.Org Foundation"
[    16.513] 	compiled for 1.21.1.8, module version = 1.4.0
[    16.513] 	Module class: X.Org XInput Driver
[    16.514] 	ABI class: X.Org XInput driver, version 24.4
[    16.514] (II) Using input driver 'libinput' for 'Power Button'
[    16.514] (**) Power Button: always reports core events
[    16.514] (**) Option "Device" "/dev/input/event2"
[    16.524] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    16.524] (II) event2  - Power Button: device is a keyboard
[    16.524] (II) event2  - Power Button: device removed
[    16.540] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    16.540] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.541] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    16.541] (II) event2  - Power Button: device is a keyboard
[    16.542] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    16.542] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    16.542] (II) Using input driver 'libinput' for 'Video Bus'
[    16.542] (**) Video Bus: always reports core events
[    16.543] (**) Option "Device" "/dev/input/event3"
[    16.544] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    16.544] (II) event3  - Video Bus: device is a keyboard
[    16.545] (II) event3  - Video Bus: device removed
[    16.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input3/event3"
[    16.596] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    16.598] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    16.598] (II) event3  - Video Bus: device is a keyboard
[    16.599] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    16.599] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.599] (II) Using input driver 'libinput' for 'Power Button'
[    16.599] (**) Power Button: always reports core events
[    16.600] (**) Option "Device" "/dev/input/event0"
[    16.601] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    16.601] (II) event0  - Power Button: device is a keyboard
[    16.601] (II) event0  - Power Button: device removed
[    16.626] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    16.626] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    16.628] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    16.628] (II) event0  - Power Button: device is a keyboard
[    16.629] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    16.629] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    16.629] (II) Using input driver 'libinput' for 'Sleep Button'
[    16.629] (**) Sleep Button: always reports core events
[    16.629] (**) Option "Device" "/dev/input/event1"
[    16.631] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    16.631] (II) event1  - Sleep Button: device is a keyboard
[    16.631] (II) event1  - Sleep Button: device removed
[    16.650] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    16.650] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    16.651] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    16.651] (II) event1  - Sleep Button: device is a keyboard
[    16.653] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event4)
[    16.653] (**) HID 05ac:1000: Applying InputClass "libinput keyboard catchall"
[    16.653] (II) Using input driver 'libinput' for 'HID 05ac:1000'
[    16.654] (**) HID 05ac:1000: always reports core events
[    16.654] (**) Option "Device" "/dev/input/event4"
[    16.656] (II) event4  - HID 05ac:1000: is tagged by udev as: Keyboard
[    16.656] (II) event4  - HID 05ac:1000: device is a keyboard
[    16.656] (II) event4  - HID 05ac:1000: device removed
[    16.706] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/0003:05AC:1000.0001/input/input4/event4"
[    16.706] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: KEYBOARD, id 10)
[    16.714] (II) event4  - HID 05ac:1000: is tagged by udev as: Keyboard
[    16.714] (II) event4  - HID 05ac:1000: device is a keyboard
[    16.719] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event5)
[    16.719] (**) HID 05ac:1000: Applying InputClass "libinput pointer catchall"
[    16.719] (II) Using input driver 'libinput' for 'HID 05ac:1000'
[    16.719] (**) HID 05ac:1000: always reports core events
[    16.719] (**) Option "Device" "/dev/input/event5"
[    16.785] (II) event5  - HID 05ac:1000: is tagged by udev as: Mouse
[    16.786] (II) event5  - HID 05ac:1000: device is a pointer
[    16.787] (II) event5  - HID 05ac:1000: device removed
[    16.843] (II) libinput: HID 05ac:1000: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.843] (II) libinput: HID 05ac:1000: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.843] (II) libinput: HID 05ac:1000: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.843] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/0003:05AC:1000.0002/input/input5/event5"
[    16.843] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: MOUSE, id 11)
[    16.843] (**) Option "AccelerationScheme" "none"
[    16.843] (**) HID 05ac:1000: (accel) selected scheme none/0
[    16.843] (**) HID 05ac:1000: (accel) acceleration factor: 2.000
[    16.843] (**) HID 05ac:1000: (accel) acceleration threshold: 4
[    16.907] (II) event5  - HID 05ac:1000: is tagged by udev as: Mouse
[    16.908] (II) event5  - HID 05ac:1000: device is a pointer
[    16.912] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/mouse0)
[    16.912] (II) No input driver specified, ignoring this device.
[    16.912] (II) This device may have been added with another device file.
[    16.914] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
[    16.914] (II) No input driver specified, ignoring this device.
[    16.914] (II) This device may have been added with another device file.
[    16.916] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event14)
[    16.916] (II) No input driver specified, ignoring this device.
[    16.917] (II) This device may have been added with another device file.
[    16.918] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event15)
[    16.919] (II) No input driver specified, ignoring this device.
[    16.919] (II) This device may have been added with another device file.
[    16.923] (II) config/udev: Adding input device Apple Computer, Inc. IR Receiver (/dev/input/event7)
[    16.923] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "libinput keyboard catchall"
[    16.923] (II) Using input driver 'libinput' for 'Apple Computer, Inc. IR Receiver'
[    16.923] (**) Apple Computer, Inc. IR Receiver: always reports core events
[    16.923] (**) Option "Device" "/dev/input/event7"
[    16.930] (II) event7  - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[    16.930] (II) event7  - Apple Computer, Inc. IR Receiver: device is a keyboard
[    16.931] (II) event7  - Apple Computer, Inc. IR Receiver: device removed
[    16.976] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/0003:05AC:8242.0004/input/input7/event7"
[    16.976] (II) XINPUT: Adding extended input device "Apple Computer, Inc. IR Receiver" (type: KEYBOARD, id 12)
[    16.984] (II) event7  - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[    16.984] (II) event7  - Apple Computer, Inc. IR Receiver: device is a keyboard
[    16.989] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event6)
[    16.989] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[    16.990] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[    16.990] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[    16.990] (**) Option "Device" "/dev/input/event6"
[    17.056] (II) event6  - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[    17.057] (II) event6  - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[    17.057] (II) event6  - Logitech USB-PS/2 Optical Mouse: device is a pointer
[    17.058] (II) event6  - Logitech USB-PS/2 Optical Mouse: device removed
[    17.116] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.116] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.116] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.116] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0/0003:046D:C00E.0003/input/input6/event6"
[    17.117] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 13)
[    17.117] (**) Option "AccelerationScheme" "none"
[    17.117] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[    17.117] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[    17.117] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[    17.183] (II) event6  - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[    17.183] (II) event6  - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[    17.184] (II) event6  - Logitech USB-PS/2 Optical Mouse: device is a pointer
[    17.188] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse1)
[    17.188] (II) No input driver specified, ignoring this device.
[    17.188] (II) This device may have been added with another device file.
[    17.191] (II) config/udev: Adding input device Cherry USB keyboard (/dev/input/event8)
[    17.191] (**) Cherry USB keyboard: Applying InputClass "libinput keyboard catchall"
[    17.191] (II) Using input driver 'libinput' for 'Cherry USB keyboard'
[    17.191] (**) Cherry USB keyboard: always reports core events
[    17.191] (**) Option "Device" "/dev/input/event8"
[    17.196] (II) event8  - Cherry USB keyboard: is tagged by udev as: Keyboard
[    17.196] (II) event8  - Cherry USB keyboard: device is a keyboard
[    17.197] (II) event8  - Cherry USB keyboard: device removed
[    17.216] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3:1.0/0003:046A:B090.0005/input/input8/event8"
[    17.216] (II) XINPUT: Adding extended input device "Cherry USB keyboard" (type: KEYBOARD, id 14)
[    17.220] (II) event8  - Cherry USB keyboard: is tagged by udev as: Keyboard
[    17.220] (II) event8  - Cherry USB keyboard: device is a keyboard
[    17.222] (II) config/udev: Adding input device Cherry USB keyboard Consumer Control (/dev/input/event10)
[    17.222] (**) Cherry USB keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    17.222] (II) Using input driver 'libinput' for 'Cherry USB keyboard Consumer Control'
[    17.222] (**) Cherry USB keyboard Consumer Control: always reports core events
[    17.222] (**) Option "Device" "/dev/input/event10"
[    17.225] (II) event10 - Cherry USB keyboard Consumer Control: is tagged by udev as: Keyboard
[    17.225] (II) event10 - Cherry USB keyboard Consumer Control: device is a keyboard
[    17.226] (II) event10 - Cherry USB keyboard Consumer Control: device removed
[    17.280] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3:1.1/0003:046A:B090.0006/input/input10/event10"
[    17.280] (II) XINPUT: Adding extended input device "Cherry USB keyboard Consumer Control" (type: KEYBOARD, id 15)
[    17.285] (II) event10 - Cherry USB keyboard Consumer Control: is tagged by udev as: Keyboard
[    17.285] (II) event10 - Cherry USB keyboard Consumer Control: device is a keyboard
[    17.289] (II) config/udev: Adding input device Cherry USB keyboard System Control (/dev/input/event9)
[    17.289] (**) Cherry USB keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    17.289] (II) Using input driver 'libinput' for 'Cherry USB keyboard System Control'
[    17.289] (**) Cherry USB keyboard System Control: always reports core events
[    17.289] (**) Option "Device" "/dev/input/event9"
[    17.294] (II) event9  - Cherry USB keyboard System Control: is tagged by udev as: Keyboard
[    17.294] (II) event9  - Cherry USB keyboard System Control: device is a keyboard
[    17.294] (II) event9  - Cherry USB keyboard System Control: device removed
[    17.320] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3:1.1/0003:046A:B090.0006/input/input9/event9"
[    17.320] (II) XINPUT: Adding extended input device "Cherry USB keyboard System Control" (type: KEYBOARD, id 16)
[    17.322] (II) event9  - Cherry USB keyboard System Control: is tagged by udev as: Keyboard
[    17.323] (II) event9  - Cherry USB keyboard System Control: device is a keyboard
[    17.325] (II) config/udev: Adding input device Built-in iSight (/dev/input/event12)
[    17.325] (**) Built-in iSight: Applying InputClass "libinput keyboard catchall"
[    17.325] (II) Using input driver 'libinput' for 'Built-in iSight'
[    17.326] (**) Built-in iSight: always reports core events
[    17.326] (**) Option "Device" "/dev/input/event12"
[    17.330] (II) event12 - Built-in iSight: is tagged by udev as: Keyboard
[    17.330] (II) event12 - Built-in iSight: device is a keyboard
[    17.330] (II) event12 - Built-in iSight: device removed
[    17.373] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input12/event12"
[    17.373] (II) XINPUT: Adding extended input device "Built-in iSight" (type: KEYBOARD, id 17)
[    17.377] (II) event12 - Built-in iSight: is tagged by udev as: Keyboard
[    17.378] (II) event12 - Built-in iSight: device is a keyboard
[    17.379] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[    17.379] (II) No input driver specified, ignoring this device.
[    17.380] (II) This device may have been added with another device file.
[    17.395] (II) config/udev: removing device HID 05ac:1000
[    17.395] (II) event4  - HID 05ac:1000: device removed
[    17.450] (II) UnloadModule: "libinput"
[    17.452] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event4)
[    17.452] (**) HID 05ac:1000: Applying InputClass "libinput keyboard catchall"
[    17.452] (II) Using input driver 'libinput' for 'HID 05ac:1000'
[    17.452] (**) HID 05ac:1000: always reports core events
[    17.452] (**) Option "Device" "/dev/input/event4"
[    17.457] (II) event4  - HID 05ac:1000: is tagged by udev as: Keyboard
[    17.457] (II) event4  - HID 05ac:1000: device is a keyboard
[    17.458] (II) event4  - HID 05ac:1000: device removed
[    17.506] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/0003:05AC:1000.0001/input/input4/event4"
[    17.506] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: KEYBOARD, id 10)
[    17.513] (II) event4  - HID 05ac:1000: is tagged by udev as: Keyboard
[    17.514] (II) event4  - HID 05ac:1000: device is a keyboard
[    17.516] (II) config/udev: removing device Apple Computer, Inc. IR Receiver
[    17.516] (II) event7  - Apple Computer, Inc. IR Receiver: device removed
[    17.556] (II) UnloadModule: "libinput"
[    17.558] (II) config/udev: Adding input device Apple Computer, Inc. IR Receiver (/dev/input/event7)
[    17.558] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "libinput keyboard catchall"
[    17.558] (II) Using input driver 'libinput' for 'Apple Computer, Inc. IR Receiver'
[    17.558] (**) Apple Computer, Inc. IR Receiver: always reports core events
[    17.558] (**) Option "Device" "/dev/input/event7"
[    17.563] (II) event7  - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[    17.563] (II) event7  - Apple Computer, Inc. IR Receiver: device is a keyboard
[    17.564] (II) event7  - Apple Computer, Inc. IR Receiver: device removed
[    17.613] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/0003:05AC:8242.0004/input/input7/event7"
[    17.613] (II) XINPUT: Adding extended input device "Apple Computer, Inc. IR Receiver" (type: KEYBOARD, id 12)
[    17.618] (II) event7  - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[    17.618] (II) event7  - Apple Computer, Inc. IR Receiver: device is a keyboard
[    17.621] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse1)
[    17.621] (II) No input driver specified, ignoring this device.
[    17.621] (II) This device may have been added with another device file.
[    17.622] (II) config/udev: removing device Video Bus
[    17.622] (II) event3  - Video Bus: device removed
[    17.650] (II) UnloadModule: "libinput"
[    17.651] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    17.651] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    17.651] (II) Using input driver 'libinput' for 'Video Bus'
[    17.651] (**) Video Bus: always reports core events
[    17.651] (**) Option "Device" "/dev/input/event3"
[    17.653] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    17.653] (II) event3  - Video Bus: device is a keyboard
[    17.654] (II) event3  - Video Bus: device removed
[    17.680] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input3/event3"
[    17.680] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    17.685] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    17.685] (II) event3  - Video Bus: device is a keyboard
[    17.685] (II) config/udev: removing device Logitech USB-PS/2 Optical Mouse
[    17.686] (II) event6  - Logitech USB-PS/2 Optical Mouse: device removed
[    17.706] (II) UnloadModule: "libinput"
[    17.708] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event6)
[    17.708] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[    17.708] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[    17.708] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[    17.708] (**) Option "Device" "/dev/input/event6"
[    17.765] (II) event6  - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[    17.766] (II) event6  - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[    17.766] (II) event6  - Logitech USB-PS/2 Optical Mouse: device is a pointer
[    17.766] (II) event6  - Logitech USB-PS/2 Optical Mouse: device removed
[    17.793] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.793] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.793] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.793] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0/0003:046D:C00E.0003/input/input6/event6"
[    17.793] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 13)
[    17.793] (**) Option "AccelerationScheme" "none"
[    17.793] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[    17.793] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[    17.793] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[    17.852] (II) event6  - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[    17.852] (II) event6  - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[    17.852] (II) event6  - Logitech USB-PS/2 Optical Mouse: device is a pointer
[    17.853] (II) config/udev: removing device HID 05ac:1000
[    17.853] (II) event5  - HID 05ac:1000: device removed
[    17.906] (II) UnloadModule: "libinput"
[    17.907] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event5)
[    17.907] (**) HID 05ac:1000: Applying InputClass "libinput pointer catchall"
[    17.907] (II) Using input driver 'libinput' for 'HID 05ac:1000'
[    17.907] (**) HID 05ac:1000: always reports core events
[    17.907] (**) Option "Device" "/dev/input/event5"
[    17.965] (II) event5  - HID 05ac:1000: is tagged by udev as: Mouse
[    17.965] (II) event5  - HID 05ac:1000: device is a pointer
[    17.965] (II) event5  - HID 05ac:1000: device removed
[    17.982] (II) libinput: HID 05ac:1000: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.982] (II) libinput: HID 05ac:1000: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.982] (II) libinput: HID 05ac:1000: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.982] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/0003:05AC:1000.0002/input/input5/event5"
[    17.983] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: MOUSE, id 11)
[    17.983] (**) Option "AccelerationScheme" "none"
[    17.983] (**) HID 05ac:1000: (accel) selected scheme none/0
[    17.983] (**) HID 05ac:1000: (accel) acceleration factor: 2.000
[    17.983] (**) HID 05ac:1000: (accel) acceleration threshold: 4
[    18.042] (II) event5  - HID 05ac:1000: is tagged by udev as: Mouse
[    18.042] (II) event5  - HID 05ac:1000: device is a pointer
[    18.043] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[    18.043] (II) No input driver specified, ignoring this device.
[    18.043] (II) This device may have been added with another device file.
[    18.043] (II) config/udev: removing device Built-in iSight
[    18.044] (II) event12 - Built-in iSight: device removed
[    18.078] (II) UnloadModule: "libinput"
[    18.081] (II) config/udev: Adding input device Built-in iSight (/dev/input/event12)
[    18.081] (**) Built-in iSight: Applying InputClass "libinput keyboard catchall"
[    18.081] (II) Using input driver 'libinput' for 'Built-in iSight'
[    18.081] (**) Built-in iSight: always reports core events
[    18.081] (**) Option "Device" "/dev/input/event12"
[    18.087] (II) event12 - Built-in iSight: is tagged by udev as: Keyboard
[    18.088] (II) event12 - Built-in iSight: device is a keyboard
[    18.088] (II) event12 - Built-in iSight: device removed
[    18.110] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input12/event12"
[    18.110] (II) XINPUT: Adding extended input device "Built-in iSight" (type: KEYBOARD, id 17)
[    18.113] (II) event12 - Built-in iSight: is tagged by udev as: Keyboard
[    18.113] (II) event12 - Built-in iSight: device is a keyboard
[    18.115] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
[    18.115] (II) No input driver specified, ignoring this device.
[    18.115] (II) This device may have been added with another device file.
[    18.115] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event15)
[    18.115] (II) No input driver specified, ignoring this device.
[    18.115] (II) This device may have been added with another device file.
[    18.116] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event14)
[    18.116] (II) No input driver specified, ignoring this device.
[    18.116] (II) This device may have been added with another device file.
[    18.117] (II) config/udev: removing device Cherry USB keyboard Consumer Control
[    18.118] (II) event10 - Cherry USB keyboard Consumer Control: device removed
[    18.133] (II) UnloadModule: "libinput"
[    18.134] (II) config/udev: Adding input device Cherry USB keyboard Consumer Control (/dev/input/event10)
[    18.134] (**) Cherry USB keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    18.134] (II) Using input driver 'libinput' for 'Cherry USB keyboard Consumer Control'
[    18.134] (**) Cherry USB keyboard Consumer Control: always reports core events
[    18.134] (**) Option "Device" "/dev/input/event10"
[    18.137] (II) event10 - Cherry USB keyboard Consumer Control: is tagged by udev as: Keyboard
[    18.137] (II) event10 - Cherry USB keyboard Consumer Control: device is a keyboard
[    18.137] (II) event10 - Cherry USB keyboard Consumer Control: device removed
[    18.163] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3:1.1/0003:046A:B090.0006/input/input10/event10"
[    18.163] (II) XINPUT: Adding extended input device "Cherry USB keyboard Consumer Control" (type: KEYBOARD, id 15)
[    18.166] (II) event10 - Cherry USB keyboard Consumer Control: is tagged by udev as: Keyboard
[    18.166] (II) event10 - Cherry USB keyboard Consumer Control: device is a keyboard
[    18.167] (II) config/udev: removing device Cherry USB keyboard System Control
[    18.167] (II) event9  - Cherry USB keyboard System Control: device removed
[    18.175] (II) UnloadModule: "libinput"
[    18.176] (II) config/udev: Adding input device Cherry USB keyboard System Control (/dev/input/event9)
[    18.176] (**) Cherry USB keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    18.176] (II) Using input driver 'libinput' for 'Cherry USB keyboard System Control'
[    18.176] (**) Cherry USB keyboard System Control: always reports core events
[    18.176] (**) Option "Device" "/dev/input/event9"
[    18.179] (II) event9  - Cherry USB keyboard System Control: is tagged by udev as: Keyboard
[    18.179] (II) event9  - Cherry USB keyboard System Control: device is a keyboard
[    18.180] (II) event9  - Cherry USB keyboard System Control: device removed
[    18.193] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3:1.1/0003:046A:B090.0006/input/input9/event9"
[    18.193] (II) XINPUT: Adding extended input device "Cherry USB keyboard System Control" (type: KEYBOARD, id 16)
[    18.196] (II) event9  - Cherry USB keyboard System Control: is tagged by udev as: Keyboard
[    18.196] (II) event9  - Cherry USB keyboard System Control: device is a keyboard
[    18.197] (II) config/udev: removing device Cherry USB keyboard
[    18.197] (II) event8  - Cherry USB keyboard: device removed
[    18.210] (II) UnloadModule: "libinput"
[    18.211] (II) config/udev: Adding input device Cherry USB keyboard (/dev/input/event8)
[    18.211] (**) Cherry USB keyboard: Applying InputClass "libinput keyboard catchall"
[    18.211] (II) Using input driver 'libinput' for 'Cherry USB keyboard'
[    18.211] (**) Cherry USB keyboard: always reports core events
[    18.211] (**) Option "Device" "/dev/input/event8"
[    18.214] (II) event8  - Cherry USB keyboard: is tagged by udev as: Keyboard
[    18.214] (II) event8  - Cherry USB keyboard: device is a keyboard
[    18.215] (II) event8  - Cherry USB keyboard: device removed
[    18.223] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3:1.0/0003:046A:B090.0005/input/input8/event8"
[    18.223] (II) XINPUT: Adding extended input device "Cherry USB keyboard" (type: KEYBOARD, id 14)
[    18.226] (II) event8  - Cherry USB keyboard: is tagged by udev as: Keyboard
[    18.226] (II) event8  - Cherry USB keyboard: device is a keyboard

I partitioned 4GB of the SSD as swap btw. :slight_smile:

1st Xorg.log, the one where I see zebra patterns:

[    93.671] 
X.Org X Server 1.21.1.9
X Protocol Version 11, Revision 0
[    93.672] Current Operating System: Linux pitrisimac 6.6.5-3-MANJARO #1 SMP PREEMPT_DYNAMIC Mon Dec 11 10:46:19 UTC 2023 x86_64
[    93.672] Kernel command line: root=UUID=e239e8fc-c0a6-4f18-9306-6e4c0be10e83 rw quiet udev.log_priority=3 initrd=boot\initramfs-6.6-x86_64.img 3
[    93.673]  
[    93.673] Current version of pixman: 0.42.2
[    93.674] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    93.674] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    93.677] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 11 23:15:26 2023
[    93.684] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    93.685] (==) No Layout section.  Using the first Screen section.
[    93.685] (==) No screen section available. Using defaults.
[    93.685] (**) |-->Screen "Default Screen Section" (0)
[    93.685] (**) |   |-->Monitor "<default monitor>"
[    93.685] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    93.685] (==) Automatically adding devices
[    93.685] (==) Automatically enabling devices
[    93.685] (==) Automatically adding GPU devices
[    93.685] (==) Automatically binding GPU devices
[    93.685] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    93.686] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    93.686] 	Entry deleted from font path.
[    93.687] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    93.687] 	Entry deleted from font path.
[    93.687] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    93.687] 	Entry deleted from font path.
[    93.691] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    93.691] (==) ModulePath set to "/usr/lib/xorg/modules"
[    93.691] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    93.691] (II) Module ABI versions:
[    93.691] 	X.Org ANSI C Emulation: 0.4
[    93.691] 	X.Org Video Driver: 25.2
[    93.691] 	X.Org XInput driver : 24.4
[    93.691] 	X.Org Server Extension : 10.0
[    93.692] (++) using VT number 1

[    93.693] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    93.695] (II) xfree86: Adding drm device (/dev/dri/card0)
[    93.695] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    93.695] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    93.701] (--) PCI:*(1@0:0:0) 1002:9583:106b:0083 rev 0, Mem @ 0xc0000000/268435456, 0xd0620000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[    93.701] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    93.701] (II) LoadModule: "glx"
[    93.701] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    93.713] (II) Module glx: vendor="X.Org Foundation"
[    93.713] 	compiled for 1.21.1.9, module version = 1.0.0
[    93.713] 	ABI class: X.Org Server Extension, version 10.0
[    93.713] (II) Applying OutputClass "Radeon" to /dev/dri/card0
[    93.713] 	loading driver: radeon
[    93.713] (==) Matched radeon as autoconfigured driver 0
[    93.713] (==) Matched ati as autoconfigured driver 1
[    93.713] (==) Matched modesetting as autoconfigured driver 2
[    93.713] (==) Matched fbdev as autoconfigured driver 3
[    93.713] (==) Matched vesa as autoconfigured driver 4
[    93.713] (==) Assigned the driver to the xf86ConfigLayout
[    93.713] (II) LoadModule: "radeon"
[    93.714] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    93.722] (II) Module radeon: vendor="X.Org Foundation"
[    93.722] 	compiled for 1.21.1.8, module version = 22.0.0
[    93.722] 	Module class: X.Org Video Driver
[    93.722] 	ABI class: X.Org Video Driver, version 25.2
[    93.722] (II) LoadModule: "ati"
[    93.722] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    93.723] (II) Module ati: vendor="X.Org Foundation"
[    93.723] 	compiled for 1.21.1.8, module version = 22.0.0
[    93.723] 	Module class: X.Org Video Driver
[    93.723] 	ABI class: X.Org Video Driver, version 25.2
[    94.032] (II) LoadModule: "modesetting"
[    94.033] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    94.035] (II) Module modesetting: vendor="X.Org Foundation"
[    94.035] 	compiled for 1.21.1.9, module version = 1.21.1
[    94.035] 	Module class: X.Org Video Driver
[    94.035] 	ABI class: X.Org Video Driver, version 25.2
[    94.035] (II) LoadModule: "fbdev"
[    94.035] (WW) Warning, couldn't open module fbdev
[    94.035] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    94.035] (II) LoadModule: "vesa"
[    94.035] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    94.036] (II) Module vesa: vendor="X.Org Foundation"
[    94.036] 	compiled for 1.21.1.4, module version = 2.6.0
[    94.036] 	Module class: X.Org Video Driver
[    94.036] 	ABI class: X.Org Video Driver, version 25.2
[    94.036] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[    94.038] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    94.038] (II) VESA: driver for VESA chipsets: vesa
[    94.038] (II) [KMS] Kernel modesetting enabled.
[    94.038] (WW) Falling back to old probe method for modesetting
[    94.038] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    94.038] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    94.038] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    94.038] (==) RADEON(0): Default visual is TrueColor
[    94.038] (==) RADEON(0): RGB weight 888
[    94.038] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    94.038] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 2600 XT" (ChipID = 0x9583)
[    94.038] (II) Loading sub module "fb"
[    94.038] (II) LoadModule: "fb"
[    94.038] (II) Module "fb" already built-in
[    94.038] (II) Loading sub module "dri2"
[    94.038] (II) LoadModule: "dri2"
[    94.038] (II) Module "dri2" already built-in
[    94.347] (II) Loading sub module "glamoregl"
[    94.347] (II) LoadModule: "glamoregl"
[    94.347] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    94.359] (II) Module glamoregl: vendor="X.Org Foundation"
[    94.359] 	compiled for 1.21.1.9, module version = 1.0.1
[    94.359] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    94.391] (II) RADEON(0): glamor X acceleration enabled on AMD RV630 (DRM 2.50.0 / 6.6.5-3-MANJARO, LLVM 16.0.6)
[    94.391] (II) RADEON(0): glamor detected, initialising EGL layer.
[    94.391] (II) RADEON(0): KMS Color Tiling: enabled
[    94.391] (II) RADEON(0): KMS Color Tiling 2D: enabled
[    94.391] (==) RADEON(0): TearFree property default: auto
[    94.391] (II) RADEON(0): KMS Pageflipping: enabled
[    94.404] (II) RADEON(0): Output DVI-0 has no monitor section
[    94.404] (II) RADEON(0): Output LVDS has no monitor section
[    94.417] (II) RADEON(0): Output DIN has no monitor section
[    94.417] (WW) RADEON(0): 3 ZaphodHeads crtcs unavailable. Some outputs will stay off.
[    94.430] (II) RADEON(0): EDID for output DVI-0
[    94.431] (II) RADEON(0): EDID for output LVDS
[    94.431] (II) RADEON(0): Manufacturer: APP  Model: 9c6c  Serial#: 16843009
[    94.431] (II) RADEON(0): Year: 2007  Week: 0
[    94.431] (II) RADEON(0): EDID Version: 1.3
[    94.431] (II) RADEON(0): Digital Display Input
[    94.431] (II) RADEON(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[    94.431] (II) RADEON(0): Gamma: 2.20
[    94.431] (II) RADEON(0): No DPMS capabilities specified
[    94.431] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    94.431] (II) RADEON(0): First detailed timing is preferred mode
[    94.431] (II) RADEON(0): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.616
[    94.431] (II) RADEON(0): blueX: 0.146 blueY: 0.069   whiteX: 0.313 whiteY: 0.328
[    94.431] (II) RADEON(0): Supported established timings:
[    94.431] (II) RADEON(0): Manufacturer's mask: 10
[    94.431] (II) RADEON(0): Supported detailed timing:
[    94.431] (II) RADEON(0): clock: 156.0 MHz   Image Size:  262 x 324 mm
[    94.431] (II) RADEON(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    94.431] (II) RADEON(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1245 v_border: 0
[    94.431] (II) RADEON(0): Unknown vendor-specific block 1
[    94.431] (II) RADEON(0):  LM240WU2-SLB1
[    94.431] (II) RADEON(0): Monitor name: Color LCD
[    94.431] (II) RADEON(0): EDID (in hex):
[    94.431] (II) RADEON(0): 	00ffffffffffff0006106c9c01010101
[    94.431] (II) RADEON(0): 	00110103803420780ac774a3574a9d25
[    94.431] (II) RADEON(0): 	11505400001001010101010101010101
[    94.431] (II) RADEON(0): 	010101010101f03c80a070b02d403020
[    94.431] (II) RADEON(0): 	360006441100001e0000000100061030
[    94.431] (II) RADEON(0): 	11010000000000000a20000000fe004c
[    94.431] (II) RADEON(0): 	4d3234305755322d534c4231000000fc
[    94.432] (II) RADEON(0): 	00436f6c6f72204c43440a2020200066
[    94.432] (II) RADEON(0): Printing probed modes for output LVDS
[    94.432] (II) RADEON(0): Modeline "1920x1200"x60.2  156.00  1920 1968 2000 2080  1200 1203 1209 1245 +hsync +vsync (75.0 kHz eP)
[    94.432] (II) RADEON(0): Modeline "1920x1080"x60.0  173.11  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz)
[    94.432] (II) RADEON(0): Modeline "1600x1200"x60.0  161.23  1600 1712 1880 2160  1200 1203 1207 1245 -hsync +vsync (74.6 kHz)
[    94.432] (II) RADEON(0): Modeline "1680x1050"x60.0  146.36  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[    94.432] (II) RADEON(0): Modeline "1400x1050"x60.0  121.79  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[    94.432] (II) RADEON(0): Modeline "1280x1024"x59.9  109.10  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[    94.432] (II) RADEON(0): Modeline "1440x900"x60.0  106.68  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (56.0 kHz)
[    94.432] (II) RADEON(0): Modeline "1280x960"x60.0  101.34  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.8 kHz)
[    94.432] (II) RADEON(0): Modeline "1280x854"x60.0   89.34  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.2 kHz)
[    94.432] (II) RADEON(0): Modeline "1280x800"x60.0   83.71  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.8 kHz)
[    94.432] (II) RADEON(0): Modeline "1280x720"x60.0   74.65  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.9 kHz)
[    94.432] (II) RADEON(0): Modeline "1152x768"x59.9   71.95  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.8 kHz)
[    94.432] (II) RADEON(0): Modeline "1024x768"x59.9   63.53  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    94.432] (II) RADEON(0): Modeline "800x600"x60.0   38.31  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    94.432] (II) RADEON(0): Modeline "848x480"x59.9   31.65  848 872 952 1056  480 483 493 500 -hsync +vsync (30.0 kHz)
[    94.432] (II) RADEON(0): Modeline "720x480"x59.9   26.85  720 744 808 896  480 483 493 500 -hsync +vsync (30.0 kHz)
[    94.432] (II) RADEON(0): Modeline "640x480"x59.9   23.98  640 664 720 800  480 483 487 500 -hsync +vsync (30.0 kHz)
[    94.443] (II) RADEON(0): EDID for output DIN
[    94.443] (II) RADEON(0): Output DVI-0 disconnected
[    94.443] (II) RADEON(0): Output LVDS connected
[    94.443] (II) RADEON(0): Output DIN disconnected
[    94.443] (II) RADEON(0): Using exact sizes for initial modes
[    94.443] (II) RADEON(0): Output LVDS using initial mode 1920x1200 +0+0
[    94.443] (II) RADEON(0): mem size init: gart size :1fdee000 vram size: s:10000000 visible:f4f3000
[    94.443] (==) RADEON(0): DPI set to (96, 96)
[    94.443] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[    94.443] (II) Loading sub module "ramdac"
[    94.443] (II) LoadModule: "ramdac"
[    94.444] (II) Module "ramdac" already built-in
[    94.444] (II) UnloadModule: "modesetting"
[    94.444] (II) Unloading modesetting
[    94.444] (II) UnloadModule: "vesa"
[    94.444] (II) Unloading vesa
[    94.444] (II) RADEON(0): [DRI2] Setup complete
[    94.444] (II) RADEON(0): [DRI2]   DRI driver: r600
[    94.444] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[    94.445] (II) RADEON(0): Front buffer size: 9000K
[    94.445] (II) RADEON(0): VRAM usage limit set to 217616K
[    94.447] (II) RADEON(0): SYNC extension fences enabled
[    94.447] (II) RADEON(0): Present extension enabled
[    94.447] (==) RADEON(0): DRI3 enabled
[    94.447] (==) RADEON(0): Backing store enabled
[    94.447] (II) RADEON(0): Direct rendering enabled
[    94.528] (II) RADEON(0): Use GLAMOR acceleration.
[    94.528] (II) RADEON(0): Acceleration enabled
[    94.528] (==) RADEON(0): DPMS enabled
[    94.528] (==) RADEON(0): Silken mouse enabled
[    94.528] (II) RADEON(0): Set up textured video (glamor)
[    94.528] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[    94.528] (II) RADEON(0): [XvMC] Extension initialized.
[    94.529] (II) Initializing extension Generic Event Extension
[    94.529] (II) Initializing extension SHAPE
[    94.529] (II) Initializing extension MIT-SHM
[    94.530] (II) Initializing extension XInputExtension
[    94.530] (II) Initializing extension XTEST
[    94.530] (II) Initializing extension BIG-REQUESTS
[    94.530] (II) Initializing extension SYNC
[    94.530] (II) Initializing extension XKEYBOARD
[    94.531] (II) Initializing extension XC-MISC
[    94.531] (II) Initializing extension SECURITY
[    94.531] (II) Initializing extension XFIXES
[    94.531] (II) Initializing extension RENDER
[    94.532] (II) Initializing extension RANDR
[    94.532] (II) Initializing extension COMPOSITE
[    94.532] (II) Initializing extension DAMAGE
[    94.533] (II) Initializing extension MIT-SCREEN-SAVER
[    94.533] (II) Initializing extension DOUBLE-BUFFER
[    94.533] (II) Initializing extension RECORD
[    94.533] (II) Initializing extension DPMS
[    94.533] (II) Initializing extension Present
[    94.534] (II) Initializing extension DRI3
[    94.534] (II) Initializing extension X-Resource
[    94.534] (II) Initializing extension XVideo
[    94.534] (II) Initializing extension XVideo-MotionCompensation
[    94.534] (II) Initializing extension GLX
[    94.546] (II) AIGLX: Loaded and initialized r600
[    94.546] (II) GLX: Initialized DRI2 GL provider for screen 0
[    94.546] (II) Initializing extension XFree86-VidModeExtension
[    94.546] (II) Initializing extension XFree86-DGA
[    94.546] (II) Initializing extension XFree86-DRI
[    94.546] (II) Initializing extension DRI2
[    94.547] (II) RADEON(0): Setting screen physical size to 508 x 317
[    94.732] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    94.732] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    94.732] (II) LoadModule: "libinput"
[    94.732] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    94.738] (II) Module libinput: vendor="X.Org Foundation"
[    94.738] 	compiled for 1.21.1.8, module version = 1.4.0
[    94.738] 	Module class: X.Org XInput Driver
[    94.738] 	ABI class: X.Org XInput driver, version 24.4
[    94.738] (II) Using input driver 'libinput' for 'Power Button'
[    94.741] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 29 paused 0
[    94.741] (**) Power Button: always reports core events
[    94.741] (**) Option "Device" "/dev/input/event2"
[    94.750] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    94.751] (II) event2  - Power Button: device is a keyboard
[    94.751] (II) event2  - Power Button: device removed
[    94.751] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    94.751] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    94.752] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    94.752] (II) event2  - Power Button: device is a keyboard
[    94.754] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    94.754] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    94.754] (II) Using input driver 'libinput' for 'Video Bus'
[    94.755] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 32 paused 0
[    94.755] (**) Video Bus: always reports core events
[    94.755] (**) Option "Device" "/dev/input/event3"
[    94.757] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    94.757] (II) event3  - Video Bus: device is a keyboard
[    94.758] (II) event3  - Video Bus: device removed
[    94.758] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input3/event3"
[    94.758] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    94.760] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    94.760] (II) event3  - Video Bus: device is a keyboard
[    94.761] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    94.761] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    94.761] (II) Using input driver 'libinput' for 'Power Button'
[    94.762] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 33 paused 0
[    94.762] (**) Power Button: always reports core events
[    94.762] (**) Option "Device" "/dev/input/event0"
[    94.764] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    94.764] (II) event0  - Power Button: device is a keyboard
[    94.764] (II) event0  - Power Button: device removed
[    94.764] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    94.764] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    94.766] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    94.766] (II) event0  - Power Button: device is a keyboard
[    94.767] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    94.767] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    94.767] (II) Using input driver 'libinput' for 'Sleep Button'
[    94.768] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 34 paused 0
[    94.768] (**) Sleep Button: always reports core events
[    94.768] (**) Option "Device" "/dev/input/event1"
[    94.769] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    94.769] (II) event1  - Sleep Button: device is a keyboard
[    94.770] (II) event1  - Sleep Button: device removed
[    94.770] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    94.770] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    94.771] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    94.771] (II) event1  - Sleep Button: device is a keyboard
[    94.774] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event4)
[    94.774] (**) HID 05ac:1000: Applying InputClass "libinput keyboard catchall"
[    94.774] (II) Using input driver 'libinput' for 'HID 05ac:1000'
[    94.775] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[    94.775] (**) HID 05ac:1000: always reports core events
[    94.775] (**) Option "Device" "/dev/input/event4"
[    94.777] (II) event4  - HID 05ac:1000: is tagged by udev as: Keyboard
[    94.777] (II) event4  - HID 05ac:1000: device is a keyboard
[    94.778] (II) event4  - HID 05ac:1000: device removed
[    94.778] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0/0003:05AC:1000.0001/input/input4/event4"
[    94.778] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: KEYBOARD, id 10)
[    94.780] (II) event4  - HID 05ac:1000: is tagged by udev as: Keyboard
[    94.780] (II) event4  - HID 05ac:1000: device is a keyboard
[    94.782] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event5)
[    94.782] (**) HID 05ac:1000: Applying InputClass "libinput pointer catchall"
[    94.782] (II) Using input driver 'libinput' for 'HID 05ac:1000'
[    94.840] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 36 paused 0
[    94.840] (**) HID 05ac:1000: always reports core events
[    94.840] (**) Option "Device" "/dev/input/event5"
[    94.845] (II) event5  - HID 05ac:1000: is tagged by udev as: Mouse
[    94.845] (II) event5  - HID 05ac:1000: device is a pointer
[    94.846] (II) event5  - HID 05ac:1000: device removed
[    94.846] (II) libinput: HID 05ac:1000: Step value 0 was provided, libinput Fallback acceleration function is used.
[    94.846] (II) libinput: HID 05ac:1000: Step value 0 was provided, libinput Fallback acceleration function is used.
[    94.846] (II) libinput: HID 05ac:1000: Step value 0 was provided, libinput Fallback acceleration function is used.
[    94.846] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.1/0003:05AC:1000.0002/input/input5/event5"
[    94.846] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: MOUSE, id 11)
[    94.846] (**) Option "AccelerationScheme" "none"
[    94.846] (**) HID 05ac:1000: (accel) selected scheme none/0
[    94.846] (**) HID 05ac:1000: (accel) acceleration factor: 2.000
[    94.846] (**) HID 05ac:1000: (accel) acceleration threshold: 4
[    94.851] (II) event5  - HID 05ac:1000: is tagged by udev as: Mouse
[    94.851] (II) event5  - HID 05ac:1000: device is a pointer
[    94.854] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/mouse0)
[    94.854] (II) No input driver specified, ignoring this device.
[    94.854] (II) This device may have been added with another device file.
[    94.856] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event13)
[    94.856] (II) No input driver specified, ignoring this device.
[    94.856] (II) This device may have been added with another device file.
[    94.857] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event14)
[    94.857] (II) No input driver specified, ignoring this device.
[    94.857] (II) This device may have been added with another device file.
[    94.860] (II) config/udev: Adding input device Apple Computer, Inc. IR Receiver (/dev/input/event7)
[    94.860] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "libinput keyboard catchall"
[    94.860] (II) Using input driver 'libinput' for 'Apple Computer, Inc. IR Receiver'
[    94.862] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 37 paused 0
[    94.862] (**) Apple Computer, Inc. IR Receiver: always reports core events
[    94.862] (**) Option "Device" "/dev/input/event7"
[    94.866] (II) event7  - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[    94.867] (II) event7  - Apple Computer, Inc. IR Receiver: device is a keyboard
[    94.867] (II) event7  - Apple Computer, Inc. IR Receiver: device removed
[    94.867] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb5/5-1/5-1:1.0/0003:05AC:8242.0004/input/input7/event7"
[    94.867] (II) XINPUT: Adding extended input device "Apple Computer, Inc. IR Receiver" (type: KEYBOARD, id 12)
[    94.872] (II) event7  - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[    94.872] (II) event7  - Apple Computer, Inc. IR Receiver: device is a keyboard
[    94.874] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event6)
[    94.874] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[    94.874] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[    94.933] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 38 paused 0
[    94.934] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[    94.934] (**) Option "Device" "/dev/input/event6"
[    94.941] (II) event6  - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[    94.942] (II) event6  - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[    94.942] (II) event6  - Logitech USB-PS/2 Optical Mouse: device is a pointer
[    94.943] (II) event6  - Logitech USB-PS/2 Optical Mouse: device removed
[    94.943] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    94.943] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    94.943] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    94.943] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb6/6-1/6-1.1/6-1.1:1.0/0003:046D:C00E.0003/input/input6/event6"
[    94.943] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 13)
[    94.944] (**) Option "AccelerationScheme" "none"
[    94.944] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[    94.944] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[    94.944] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[    94.951] (II) event6  - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[    94.951] (II) event6  - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[    94.952] (II) event6  - Logitech USB-PS/2 Optical Mouse: device is a pointer
[    94.955] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse1)
[    94.955] (II) No input driver specified, ignoring this device.
[    94.955] (II) This device may have been added with another device file.
[    94.958] (II) config/udev: Adding input device Cherry USB keyboard (/dev/input/event8)
[    94.958] (**) Cherry USB keyboard: Applying InputClass "libinput keyboard catchall"
[    94.958] (II) Using input driver 'libinput' for 'Cherry USB keyboard'
[    94.960] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 39 paused 0
[    94.960] (**) Cherry USB keyboard: always reports core events
[    94.960] (**) Option "Device" "/dev/input/event8"
[    94.965] (II) event8  - Cherry USB keyboard: is tagged by udev as: Keyboard
[    94.965] (II) event8  - Cherry USB keyboard: device is a keyboard
[    94.966] (II) event8  - Cherry USB keyboard: device removed
[    94.966] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb6/6-1/6-1.3/6-1.3:1.0/0003:046A:B090.0005/input/input8/event8"
[    94.966] (II) XINPUT: Adding extended input device "Cherry USB keyboard" (type: KEYBOARD, id 14)
[    94.970] (II) event8  - Cherry USB keyboard: is tagged by udev as: Keyboard
[    94.970] (II) event8  - Cherry USB keyboard: device is a keyboard
[    94.973] (II) config/udev: Adding input device Cherry USB keyboard Consumer Control (/dev/input/event10)
[    94.973] (**) Cherry USB keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    94.973] (II) Using input driver 'libinput' for 'Cherry USB keyboard Consumer Control'
[    94.975] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 40 paused 0
[    94.975] (**) Cherry USB keyboard Consumer Control: always reports core events
[    94.975] (**) Option "Device" "/dev/input/event10"
[    94.978] (II) event10 - Cherry USB keyboard Consumer Control: is tagged by udev as: Keyboard
[    94.978] (II) event10 - Cherry USB keyboard Consumer Control: device is a keyboard
[    94.979] (II) event10 - Cherry USB keyboard Consumer Control: device removed
[    94.979] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb6/6-1/6-1.3/6-1.3:1.1/0003:046A:B090.0006/input/input10/event10"
[    94.979] (II) XINPUT: Adding extended input device "Cherry USB keyboard Consumer Control" (type: KEYBOARD, id 15)
[    94.982] (II) event10 - Cherry USB keyboard Consumer Control: is tagged by udev as: Keyboard
[    94.982] (II) event10 - Cherry USB keyboard Consumer Control: device is a keyboard
[    94.984] (II) config/udev: Adding input device Cherry USB keyboard System Control (/dev/input/event9)
[    94.984] (**) Cherry USB keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    94.984] (II) Using input driver 'libinput' for 'Cherry USB keyboard System Control'
[    94.986] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 41 paused 0
[    94.986] (**) Cherry USB keyboard System Control: always reports core events
[    94.986] (**) Option "Device" "/dev/input/event9"
[    94.989] (II) event9  - Cherry USB keyboard System Control: is tagged by udev as: Keyboard
[    94.989] (II) event9  - Cherry USB keyboard System Control: device is a keyboard
[    94.989] (II) event9  - Cherry USB keyboard System Control: device removed
[    94.989] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb6/6-1/6-1.3/6-1.3:1.1/0003:046A:B090.0006/input/input9/event9"
[    94.989] (II) XINPUT: Adding extended input device "Cherry USB keyboard System Control" (type: KEYBOARD, id 16)
[    94.993] (II) event9  - Cherry USB keyboard System Control: is tagged by udev as: Keyboard
[    94.993] (II) event9  - Cherry USB keyboard System Control: device is a keyboard
[    94.995] (II) config/udev: Adding input device Built-in iSight (/dev/input/event12)
[    94.995] (**) Built-in iSight: Applying InputClass "libinput keyboard catchall"
[    94.995] (II) Using input driver 'libinput' for 'Built-in iSight'
[    94.996] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 42 paused 0
[    94.996] (**) Built-in iSight: always reports core events
[    94.996] (**) Option "Device" "/dev/input/event12"
[    94.999] (II) event12 - Built-in iSight: is tagged by udev as: Keyboard
[    94.999] (II) event12 - Built-in iSight: device is a keyboard
[    94.999] (II) event12 - Built-in iSight: device removed
[    95.000] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb6/6-4/6-4:1.0/input/input12/event12"
[    95.000] (II) XINPUT: Adding extended input device "Built-in iSight" (type: KEYBOARD, id 17)
[    95.002] (II) event12 - Built-in iSight: is tagged by udev as: Keyboard
[    95.002] (II) event12 - Built-in iSight: device is a keyboard
[    95.003] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[    95.003] (II) No input driver specified, ignoring this device.
[    95.003] (II) This device may have been added with another device file.
[   118.210] (II) RADEON(0): EDID vendor "APP", prod id 40044
[   118.210] (II) RADEON(0): Printing DDC gathered Modelines:
[   118.210] (II) RADEON(0): Modeline "1920x1200"x0.0  156.00  1920 1968 2000 2080  1200 1203 1209 1245 +hsync +vsync (75.0 kHz eP)
[   143.848] (**) Option "fd" "29"
[   143.850] (II) event2  - Power Button: device removed
[   143.852] (**) Option "fd" "32"
[   143.852] (II) event3  - Video Bus: device removed
[   143.852] (**) Option "fd" "33"
[   143.852] (II) event0  - Power Button: device removed
[   143.853] (**) Option "fd" "34"
[   143.853] (II) event1  - Sleep Button: device removed
[   143.854] (**) Option "fd" "35"
[   143.854] (II) event4  - HID 05ac:1000: device removed
[   143.855] (**) Option "fd" "36"
[   143.855] (II) event5  - HID 05ac:1000: device removed
[   143.856] (**) Option "fd" "37"
[   143.856] (II) event7  - Apple Computer, Inc. IR Receiver: device removed
[   143.856] (**) Option "fd" "38"
[   143.857] (II) event6  - Logitech USB-PS/2 Optical Mouse: device removed
[   143.858] (**) Option "fd" "39"
[   143.858] (II) event8  - Cherry USB keyboard: device removed
[   143.858] (**) Option "fd" "40"
[   143.859] (II) event10 - Cherry USB keyboard Consumer Control: device removed
[   143.859] (**) Option "fd" "41"
[   143.859] (II) event9  - Cherry USB keyboard System Control: device removed
[   143.860] (**) Option "fd" "42"
[   143.860] (II) event12 - Built-in iSight: device removed
[   143.860] (II) AIGLX: Suspending AIGLX clients for VT switch
[   143.876] (II) systemd-logind: got pause for 13:69
[   143.876] (II) systemd-logind: got pause for 13:68
[   143.876] (II) systemd-logind: got pause for 13:65
[   143.876] (II) systemd-logind: got pause for 13:74
[   143.876] (II) systemd-logind: got pause for 13:73
[   143.876] (II) systemd-logind: got pause for 13:70
[   143.876] (II) systemd-logind: got pause for 13:76
[   143.876] (II) systemd-logind: got pause for 13:66
[   143.876] (II) systemd-logind: got pause for 13:72
[   143.876] (II) systemd-logind: got pause for 13:71
[   143.876] (II) systemd-logind: got pause for 13:64
[   143.876] (II) systemd-logind: got pause for 13:67
[   172.575] (II) UnloadModule: "libinput"
[   172.575] (II) systemd-logind: releasing fd for 13:76
[   172.597] (II) UnloadModule: "libinput"
[   172.597] (II) systemd-logind: releasing fd for 13:73
[   172.610] (II) UnloadModule: "libinput"
[   172.610] (II) systemd-logind: releasing fd for 13:74
[   172.667] (II) UnloadModule: "libinput"
[   172.667] (II) systemd-logind: releasing fd for 13:72
[   172.680] (II) UnloadModule: "libinput"
[   172.680] (II) systemd-logind: releasing fd for 13:70
[   172.720] (II) UnloadModule: "libinput"
[   172.720] (II) systemd-logind: releasing fd for 13:71
[   172.757] (II) UnloadModule: "libinput"
[   172.757] (II) systemd-logind: releasing fd for 13:69
[   172.800] (II) UnloadModule: "libinput"
[   172.800] (II) systemd-logind: releasing fd for 13:68
[   172.843] (II) UnloadModule: "libinput"
[   172.843] (II) systemd-logind: releasing fd for 13:65
[   172.870] (II) UnloadModule: "libinput"
[   172.870] (II) systemd-logind: releasing fd for 13:64
[   172.887] (II) UnloadModule: "libinput"
[   172.887] (II) systemd-logind: releasing fd for 13:67
[   172.921] (II) UnloadModule: "libinput"
[   172.921] (II) systemd-logind: releasing fd for 13:66
[   172.950] (II) Server terminated successfully (0). Closing log file.

2nd Xorg.0.log where I get a perfectly functioning GUI:

[   210.274] 
X.Org X Server 1.21.1.9
X Protocol Version 11, Revision 0
[   210.283] Current Operating System: Linux pitrisimac 6.6.5-3-MANJARO #1 SMP PREEMPT_DYNAMIC Mon Dec 11 10:46:19 UTC 2023 x86_64
[   210.283] Kernel command line: root=UUID=e239e8fc-c0a6-4f18-9306-6e4c0be10e83 rw quiet udev.log_priority=3 initrd=boot\initramfs-6.6-x86_64.img 3
[   210.288]  
[   210.291] Current version of pixman: 0.42.2
[   210.297] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   210.297] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   210.309] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 11 23:17:23 2023
[   210.312] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   210.312] (==) No Layout section.  Using the first Screen section.
[   210.312] (==) No screen section available. Using defaults.
[   210.312] (**) |-->Screen "Default Screen Section" (0)
[   210.312] (**) |   |-->Monitor "<default monitor>"
[   210.312] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   210.312] (==) Automatically adding devices
[   210.312] (==) Automatically enabling devices
[   210.312] (==) Automatically adding GPU devices
[   210.312] (==) Automatically binding GPU devices
[   210.312] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   210.312] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   210.312] 	Entry deleted from font path.
[   210.312] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   210.312] 	Entry deleted from font path.
[   210.312] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   210.312] 	Entry deleted from font path.
[   210.312] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   210.312] (==) ModulePath set to "/usr/lib/xorg/modules"
[   210.312] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   210.312] (II) Module ABI versions:
[   210.312] 	X.Org ANSI C Emulation: 0.4
[   210.312] 	X.Org Video Driver: 25.2
[   210.312] 	X.Org XInput driver : 24.4
[   210.312] 	X.Org Server Extension : 10.0
[   210.313] (++) using VT number 1

[   210.315] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   210.316] (II) xfree86: Adding drm device (/dev/dri/card0)
[   210.316] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[   210.317] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[   210.322] (--) PCI:*(1@0:0:0) 1002:9583:106b:0083 rev 0, Mem @ 0xc0000000/268435456, 0xd0620000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   210.322] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   210.322] (II) LoadModule: "glx"
[   210.322] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   210.325] (II) Module glx: vendor="X.Org Foundation"
[   210.325] 	compiled for 1.21.1.9, module version = 1.0.0
[   210.325] 	ABI class: X.Org Server Extension, version 10.0
[   210.325] (II) Applying OutputClass "Radeon" to /dev/dri/card0
[   210.325] 	loading driver: radeon
[   210.325] (==) Matched radeon as autoconfigured driver 0
[   210.325] (==) Matched ati as autoconfigured driver 1
[   210.325] (==) Matched modesetting as autoconfigured driver 2
[   210.325] (==) Matched fbdev as autoconfigured driver 3
[   210.325] (==) Matched vesa as autoconfigured driver 4
[   210.325] (==) Assigned the driver to the xf86ConfigLayout
[   210.325] (II) LoadModule: "radeon"
[   210.325] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[   210.326] (II) Module radeon: vendor="X.Org Foundation"
[   210.326] 	compiled for 1.21.1.8, module version = 22.0.0
[   210.326] 	Module class: X.Org Video Driver
[   210.326] 	ABI class: X.Org Video Driver, version 25.2
[   210.326] (II) LoadModule: "ati"
[   210.326] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[   210.326] (II) Module ati: vendor="X.Org Foundation"
[   210.326] 	compiled for 1.21.1.8, module version = 22.0.0
[   210.326] 	Module class: X.Org Video Driver
[   210.326] 	ABI class: X.Org Video Driver, version 25.2
[   210.637] (II) LoadModule: "modesetting"
[   210.637] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   210.638] (II) Module modesetting: vendor="X.Org Foundation"
[   210.638] 	compiled for 1.21.1.9, module version = 1.21.1
[   210.638] 	Module class: X.Org Video Driver
[   210.638] 	ABI class: X.Org Video Driver, version 25.2
[   210.638] (II) LoadModule: "fbdev"
[   210.638] (WW) Warning, couldn't open module fbdev
[   210.638] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   210.638] (II) LoadModule: "vesa"
[   210.638] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   210.638] (II) Module vesa: vendor="X.Org Foundation"
[   210.638] 	compiled for 1.21.1.4, module version = 2.6.0
[   210.638] 	Module class: X.Org Video Driver
[   210.638] 	ABI class: X.Org Video Driver, version 25.2
[   210.638] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[   210.641] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   210.641] (II) VESA: driver for VESA chipsets: vesa
[   210.641] (II) [KMS] Kernel modesetting enabled.
[   210.641] (WW) Falling back to old probe method for modesetting
[   210.641] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   210.641] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[   210.641] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   210.641] (==) RADEON(0): Default visual is TrueColor
[   210.641] (==) RADEON(0): RGB weight 888
[   210.641] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[   210.641] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 2600 XT" (ChipID = 0x9583)
[   210.641] (II) Loading sub module "fb"
[   210.641] (II) LoadModule: "fb"
[   210.641] (II) Module "fb" already built-in
[   210.641] (II) RADEON(0): GPU accel disabled or not working, using shadowfb for KMS
[   210.641] (II) Loading sub module "shadow"
[   210.641] (II) LoadModule: "shadow"
[   210.641] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   210.642] (II) Module shadow: vendor="X.Org Foundation"
[   210.642] 	compiled for 1.21.1.9, module version = 1.1.0
[   210.642] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   210.642] (II) RADEON(0): KMS Color Tiling: disabled
[   210.642] (II) RADEON(0): KMS Color Tiling 2D: disabled
[   210.642] (II) RADEON(0): KMS Pageflipping: enabled
[   210.642] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[   210.657] (II) RADEON(0): Output DVI-0 has no monitor section
[   210.657] (II) RADEON(0): Output LVDS has no monitor section
[   210.670] (II) RADEON(0): Output DIN has no monitor section
[   210.670] (WW) RADEON(0): 3 ZaphodHeads crtcs unavailable. Some outputs will stay off.
[   210.683] (II) RADEON(0): EDID for output DVI-0
[   210.683] (II) RADEON(0): EDID for output LVDS
[   210.684] (II) RADEON(0): Manufacturer: APP  Model: 9c6c  Serial#: 16843009
[   210.684] (II) RADEON(0): Year: 2007  Week: 0
[   210.684] (II) RADEON(0): EDID Version: 1.3
[   210.684] (II) RADEON(0): Digital Display Input
[   210.684] (II) RADEON(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[   210.684] (II) RADEON(0): Gamma: 2.20
[   210.684] (II) RADEON(0): No DPMS capabilities specified
[   210.684] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   210.684] (II) RADEON(0): First detailed timing is preferred mode
[   210.684] (II) RADEON(0): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.616
[   210.684] (II) RADEON(0): blueX: 0.146 blueY: 0.069   whiteX: 0.313 whiteY: 0.328
[   210.684] (II) RADEON(0): Supported established timings:
[   210.684] (II) RADEON(0): Manufacturer's mask: 10
[   210.684] (II) RADEON(0): Supported detailed timing:
[   210.684] (II) RADEON(0): clock: 156.0 MHz   Image Size:  262 x 324 mm
[   210.684] (II) RADEON(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   210.684] (II) RADEON(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1245 v_border: 0
[   210.684] (II) RADEON(0): Unknown vendor-specific block 1
[   210.684] (II) RADEON(0):  LM240WU2-SLB1
[   210.684] (II) RADEON(0): Monitor name: Color LCD
[   210.684] (II) RADEON(0): EDID (in hex):
[   210.684] (II) RADEON(0): 	00ffffffffffff0006106c9c01010101
[   210.684] (II) RADEON(0): 	00110103803420780ac774a3574a9d25
[   210.684] (II) RADEON(0): 	11505400001001010101010101010101
[   210.684] (II) RADEON(0): 	010101010101f03c80a070b02d403020
[   210.684] (II) RADEON(0): 	360006441100001e0000000100061030
[   210.684] (II) RADEON(0): 	11010000000000000a20000000fe004c
[   210.684] (II) RADEON(0): 	4d3234305755322d534c4231000000fc
[   210.684] (II) RADEON(0): 	00436f6c6f72204c43440a2020200066
[   210.684] (II) RADEON(0): Printing probed modes for output LVDS
[   210.684] (II) RADEON(0): Modeline "1920x1200"x60.2  156.00  1920 1968 2000 2080  1200 1203 1209 1245 +hsync +vsync (75.0 kHz eP)
[   210.684] (II) RADEON(0): Modeline "1920x1080"x60.0  173.11  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz)
[   210.684] (II) RADEON(0): Modeline "1600x1200"x60.0  161.23  1600 1712 1880 2160  1200 1203 1207 1245 -hsync +vsync (74.6 kHz)
[   210.684] (II) RADEON(0): Modeline "1680x1050"x60.0  146.36  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   210.684] (II) RADEON(0): Modeline "1400x1050"x60.0  121.79  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[   210.684] (II) RADEON(0): Modeline "1280x1024"x59.9  109.10  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[   210.684] (II) RADEON(0): Modeline "1440x900"x60.0  106.68  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (56.0 kHz)
[   210.684] (II) RADEON(0): Modeline "1280x960"x60.0  101.34  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.8 kHz)
[   210.684] (II) RADEON(0): Modeline "1280x854"x60.0   89.34  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.2 kHz)
[   210.684] (II) RADEON(0): Modeline "1280x800"x60.0   83.71  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.8 kHz)
[   210.684] (II) RADEON(0): Modeline "1280x720"x60.0   74.65  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.9 kHz)
[   210.684] (II) RADEON(0): Modeline "1152x768"x59.9   71.95  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.8 kHz)
[   210.684] (II) RADEON(0): Modeline "1024x768"x59.9   63.53  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[   210.684] (II) RADEON(0): Modeline "800x600"x60.0   38.31  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[   210.684] (II) RADEON(0): Modeline "848x480"x59.9   31.65  848 872 952 1056  480 483 493 500 -hsync +vsync (30.0 kHz)
[   210.684] (II) RADEON(0): Modeline "720x480"x59.9   26.85  720 744 808 896  480 483 493 500 -hsync +vsync (30.0 kHz)
[   210.684] (II) RADEON(0): Modeline "640x480"x59.9   23.98  640 664 720 800  480 483 487 500 -hsync +vsync (30.0 kHz)
[   210.696] (II) RADEON(0): EDID for output DIN
[   210.697] (II) RADEON(0): Output DVI-0 disconnected
[   210.697] (II) RADEON(0): Output LVDS connected
[   210.697] (II) RADEON(0): Output DIN disconnected
[   210.697] (II) RADEON(0): Using exact sizes for initial modes
[   210.697] (II) RADEON(0): Output LVDS using initial mode 1920x1200 +0+0
[   210.697] (II) RADEON(0): mem size init: gart size :1fdee000 vram size: s:10000000 visible:ec29000
[   210.697] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[   210.697] (==) RADEON(0): DPI set to (96, 96)
[   210.697] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[   210.697] (II) Loading sub module "ramdac"
[   210.697] (II) LoadModule: "ramdac"
[   210.697] (II) Module "ramdac" already built-in
[   210.697] (II) UnloadModule: "modesetting"
[   210.697] (II) Unloading modesetting
[   210.697] (II) UnloadModule: "vesa"
[   210.697] (II) Unloading vesa
[   210.697] (II) RADEON(0): Front buffer size: 9000K
[   210.697] (II) RADEON(0): VRAM usage limit set to 209516K
[   210.697] (==) RADEON(0): DRI3 disabled
[   210.697] (==) RADEON(0): Backing store enabled
[   210.697] (WW) RADEON(0): Direct rendering disabled
[   210.697] (II) RADEON(0): Acceleration disabled
[   210.697] (==) RADEON(0): DPMS enabled
[   210.697] (==) RADEON(0): Silken mouse enabled
[   210.698] (II) Initializing extension Generic Event Extension
[   210.698] (II) Initializing extension SHAPE
[   210.698] (II) Initializing extension MIT-SHM
[   210.698] (II) Initializing extension XInputExtension
[   210.698] (II) Initializing extension XTEST
[   210.698] (II) Initializing extension BIG-REQUESTS
[   210.699] (II) Initializing extension SYNC
[   210.699] (II) Initializing extension XKEYBOARD
[   210.699] (II) Initializing extension XC-MISC
[   210.699] (II) Initializing extension SECURITY
[   210.699] (II) Initializing extension XFIXES
[   210.699] (II) Initializing extension RENDER
[   210.700] (II) Initializing extension RANDR
[   210.700] (II) Initializing extension COMPOSITE
[   210.700] (II) Initializing extension DAMAGE
[   210.700] (II) Initializing extension MIT-SCREEN-SAVER
[   210.700] (II) Initializing extension DOUBLE-BUFFER
[   210.701] (II) Initializing extension RECORD
[   210.701] (II) Initializing extension DPMS
[   210.701] (II) Initializing extension Present
[   210.701] (II) Initializing extension DRI3
[   210.701] (II) Initializing extension X-Resource
[   210.701] (II) Initializing extension XVideo
[   210.701] (II) Initializing extension XVideo-MotionCompensation
[   210.701] (II) Initializing extension GLX
[   210.702] (II) AIGLX: Screen 0 is not DRI2 capable
[   210.793] (II) IGLX: Loaded and initialized swrast
[   210.793] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   210.793] (II) Initializing extension XFree86-VidModeExtension
[   210.793] (II) Initializing extension XFree86-DGA
[   210.793] (II) Initializing extension XFree86-DRI
[   210.793] (II) Initializing extension DRI2
[   210.794] (II) RADEON(0): Setting screen physical size to 508 x 317
[   210.946] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   210.946] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   210.946] (II) LoadModule: "libinput"
[   210.946] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   210.948] (II) Module libinput: vendor="X.Org Foundation"
[   210.948] 	compiled for 1.21.1.8, module version = 1.4.0
[   210.948] 	Module class: X.Org XInput Driver
[   210.948] 	ABI class: X.Org XInput driver, version 24.4
[   210.948] (II) Using input driver 'libinput' for 'Power Button'
[   210.949] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[   210.950] (**) Power Button: always reports core events
[   210.950] (**) Option "Device" "/dev/input/event2"
[   210.953] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   210.954] (II) event2  - Power Button: device is a keyboard
[   210.954] (II) event2  - Power Button: device removed
[   210.954] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   210.954] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   210.955] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   210.955] (II) event2  - Power Button: device is a keyboard
[   210.957] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[   210.957] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   210.957] (II) Using input driver 'libinput' for 'Video Bus'
[   210.958] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[   210.958] (**) Video Bus: always reports core events
[   210.958] (**) Option "Device" "/dev/input/event3"
[   210.959] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   210.959] (II) event3  - Video Bus: device is a keyboard
[   210.960] (II) event3  - Video Bus: device removed
[   210.960] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input3/event3"
[   210.960] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   210.962] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   210.962] (II) event3  - Video Bus: device is a keyboard
[   210.963] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   210.963] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   210.963] (II) Using input driver 'libinput' for 'Power Button'
[   210.964] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 28 paused 0
[   210.964] (**) Power Button: always reports core events
[   210.964] (**) Option "Device" "/dev/input/event0"
[   210.965] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   210.965] (II) event0  - Power Button: device is a keyboard
[   210.966] (II) event0  - Power Button: device removed
[   210.966] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   210.966] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   210.967] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   210.967] (II) event0  - Power Button: device is a keyboard
[   210.968] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   210.968] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   210.968] (II) Using input driver 'libinput' for 'Sleep Button'
[   210.969] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[   210.969] (**) Sleep Button: always reports core events
[   210.969] (**) Option "Device" "/dev/input/event1"
[   210.970] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   210.971] (II) event1  - Sleep Button: device is a keyboard
[   210.971] (II) event1  - Sleep Button: device removed
[   210.971] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   210.971] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   210.972] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   210.972] (II) event1  - Sleep Button: device is a keyboard
[   210.974] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event4)
[   210.974] (**) HID 05ac:1000: Applying InputClass "libinput keyboard catchall"
[   210.974] (II) Using input driver 'libinput' for 'HID 05ac:1000'
[   210.975] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0
[   210.975] (**) HID 05ac:1000: always reports core events
[   210.975] (**) Option "Device" "/dev/input/event4"
[   210.978] (II) event4  - HID 05ac:1000: is tagged by udev as: Keyboard
[   210.978] (II) event4  - HID 05ac:1000: device is a keyboard
[   210.978] (II) event4  - HID 05ac:1000: device removed
[   210.978] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0/0003:05AC:1000.0001/input/input4/event4"
[   210.978] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: KEYBOARD, id 10)
[   210.981] (II) event4  - HID 05ac:1000: is tagged by udev as: Keyboard
[   210.981] (II) event4  - HID 05ac:1000: device is a keyboard
[   210.982] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event5)
[   210.982] (**) HID 05ac:1000: Applying InputClass "libinput pointer catchall"
[   210.982] (II) Using input driver 'libinput' for 'HID 05ac:1000'
[   211.040] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 31 paused 0
[   211.040] (**) HID 05ac:1000: always reports core events
[   211.040] (**) Option "Device" "/dev/input/event5"
[   211.045] (II) event5  - HID 05ac:1000: is tagged by udev as: Mouse
[   211.045] (II) event5  - HID 05ac:1000: device is a pointer
[   211.046] (II) event5  - HID 05ac:1000: device removed
[   211.046] (II) libinput: HID 05ac:1000: Step value 0 was provided, libinput Fallback acceleration function is used.
[   211.046] (II) libinput: HID 05ac:1000: Step value 0 was provided, libinput Fallback acceleration function is used.
[   211.046] (II) libinput: HID 05ac:1000: Step value 0 was provided, libinput Fallback acceleration function is used.
[   211.046] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.1/0003:05AC:1000.0002/input/input5/event5"
[   211.046] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: MOUSE, id 11)
[   211.046] (**) Option "AccelerationScheme" "none"
[   211.046] (**) HID 05ac:1000: (accel) selected scheme none/0
[   211.046] (**) HID 05ac:1000: (accel) acceleration factor: 2.000
[   211.046] (**) HID 05ac:1000: (accel) acceleration threshold: 4
[   211.051] (II) event5  - HID 05ac:1000: is tagged by udev as: Mouse
[   211.051] (II) event5  - HID 05ac:1000: device is a pointer
[   211.054] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/mouse0)
[   211.054] (II) No input driver specified, ignoring this device.
[   211.054] (II) This device may have been added with another device file.
[   211.055] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event13)
[   211.055] (II) No input driver specified, ignoring this device.
[   211.055] (II) This device may have been added with another device file.
[   211.056] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event14)
[   211.057] (II) No input driver specified, ignoring this device.
[   211.057] (II) This device may have been added with another device file.
[   211.059] (II) config/udev: Adding input device Apple Computer, Inc. IR Receiver (/dev/input/event7)
[   211.059] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "libinput keyboard catchall"
[   211.059] (II) Using input driver 'libinput' for 'Apple Computer, Inc. IR Receiver'
[   211.060] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 32 paused 0
[   211.060] (**) Apple Computer, Inc. IR Receiver: always reports core events
[   211.060] (**) Option "Device" "/dev/input/event7"
[   211.064] (II) event7  - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[   211.065] (II) event7  - Apple Computer, Inc. IR Receiver: device is a keyboard
[   211.065] (II) event7  - Apple Computer, Inc. IR Receiver: device removed
[   211.065] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb5/5-1/5-1:1.0/0003:05AC:8242.0004/input/input7/event7"
[   211.065] (II) XINPUT: Adding extended input device "Apple Computer, Inc. IR Receiver" (type: KEYBOARD, id 12)
[   211.069] (II) event7  - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[   211.069] (II) event7  - Apple Computer, Inc. IR Receiver: device is a keyboard
[   211.072] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event6)
[   211.072] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[   211.072] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[   211.130] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 33 paused 0
[   211.130] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[   211.130] (**) Option "Device" "/dev/input/event6"
[   211.138] (II) event6  - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[   211.138] (II) event6  - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[   211.139] (II) event6  - Logitech USB-PS/2 Optical Mouse: device is a pointer
[   211.140] (II) event6  - Logitech USB-PS/2 Optical Mouse: device removed
[   211.140] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   211.140] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   211.140] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   211.140] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb6/6-1/6-1.1/6-1.1:1.0/0003:046D:C00E.0003/input/input6/event6"
[   211.140] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 13)
[   211.141] (**) Option "AccelerationScheme" "none"
[   211.141] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[   211.141] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[   211.141] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[   211.148] (II) event6  - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[   211.148] (II) event6  - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[   211.148] (II) event6  - Logitech USB-PS/2 Optical Mouse: device is a pointer
[   211.151] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse1)
[   211.151] (II) No input driver specified, ignoring this device.
[   211.151] (II) This device may have been added with another device file.
[   211.154] (II) config/udev: Adding input device Cherry USB keyboard (/dev/input/event8)
[   211.154] (**) Cherry USB keyboard: Applying InputClass "libinput keyboard catchall"
[   211.154] (II) Using input driver 'libinput' for 'Cherry USB keyboard'
[   211.156] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 34 paused 0
[   211.156] (**) Cherry USB keyboard: always reports core events
[   211.156] (**) Option "Device" "/dev/input/event8"
[   211.164] (II) event8  - Cherry USB keyboard: is tagged by udev as: Keyboard
[   211.164] (II) event8  - Cherry USB keyboard: device is a keyboard
[   211.165] (II) event8  - Cherry USB keyboard: device removed
[   211.165] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb6/6-1/6-1.3/6-1.3:1.0/0003:046A:B090.0005/input/input8/event8"
[   211.165] (II) XINPUT: Adding extended input device "Cherry USB keyboard" (type: KEYBOARD, id 14)
[   211.174] (II) event8  - Cherry USB keyboard: is tagged by udev as: Keyboard
[   211.174] (II) event8  - Cherry USB keyboard: device is a keyboard
[   211.178] (II) config/udev: Adding input device Cherry USB keyboard Consumer Control (/dev/input/event10)
[   211.178] (**) Cherry USB keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[   211.178] (II) Using input driver 'libinput' for 'Cherry USB keyboard Consumer Control'
[   211.180] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 35 paused 0
[   211.180] (**) Cherry USB keyboard Consumer Control: always reports core events
[   211.180] (**) Option "Device" "/dev/input/event10"
[   211.185] (II) event10 - Cherry USB keyboard Consumer Control: is tagged by udev as: Keyboard
[   211.186] (II) event10 - Cherry USB keyboard Consumer Control: device is a keyboard
[   211.186] (II) event10 - Cherry USB keyboard Consumer Control: device removed
[   211.187] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb6/6-1/6-1.3/6-1.3:1.1/0003:046A:B090.0006/input/input10/event10"
[   211.187] (II) XINPUT: Adding extended input device "Cherry USB keyboard Consumer Control" (type: KEYBOARD, id 15)
[   211.190] (II) event10 - Cherry USB keyboard Consumer Control: is tagged by udev as: Keyboard
[   211.191] (II) event10 - Cherry USB keyboard Consumer Control: device is a keyboard
[   211.193] (II) config/udev: Adding input device Cherry USB keyboard System Control (/dev/input/event9)
[   211.193] (**) Cherry USB keyboard System Control: Applying InputClass "libinput keyboard catchall"
[   211.193] (II) Using input driver 'libinput' for 'Cherry USB keyboard System Control'
[   211.195] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 36 paused 0
[   211.195] (**) Cherry USB keyboard System Control: always reports core events
[   211.195] (**) Option "Device" "/dev/input/event9"
[   211.199] (II) event9  - Cherry USB keyboard System Control: is tagged by udev as: Keyboard
[   211.199] (II) event9  - Cherry USB keyboard System Control: device is a keyboard
[   211.199] (II) event9  - Cherry USB keyboard System Control: device removed
[   211.199] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb6/6-1/6-1.3/6-1.3:1.1/0003:046A:B090.0006/input/input9/event9"
[   211.199] (II) XINPUT: Adding extended input device "Cherry USB keyboard System Control" (type: KEYBOARD, id 16)
[   211.203] (II) event9  - Cherry USB keyboard System Control: is tagged by udev as: Keyboard
[   211.203] (II) event9  - Cherry USB keyboard System Control: device is a keyboard
[   211.205] (II) config/udev: Adding input device Built-in iSight (/dev/input/event12)
[   211.205] (**) Built-in iSight: Applying InputClass "libinput keyboard catchall"
[   211.205] (II) Using input driver 'libinput' for 'Built-in iSight'
[   211.206] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 37 paused 0
[   211.206] (**) Built-in iSight: always reports core events
[   211.206] (**) Option "Device" "/dev/input/event12"
[   211.208] (II) event12 - Built-in iSight: is tagged by udev as: Keyboard
[   211.208] (II) event12 - Built-in iSight: device is a keyboard
[   211.209] (II) event12 - Built-in iSight: device removed
[   211.209] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb6/6-4/6-4:1.0/input/input12/event12"
[   211.209] (II) XINPUT: Adding extended input device "Built-in iSight" (type: KEYBOARD, id 17)
[   211.211] (II) event12 - Built-in iSight: is tagged by udev as: Keyboard
[   211.211] (II) event12 - Built-in iSight: device is a keyboard
[   211.212] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[   211.212] (II) No input driver specified, ignoring this device.
[   211.213] (II) This device may have been added with another device file.
[   211.820] (II) RADEON(0): EDID vendor "APP", prod id 40044
[   211.820] (II) RADEON(0): Printing DDC gathered Modelines:
[   211.820] (II) RADEON(0): Modeline "1920x1200"x0.0  156.00  1920 1968 2000 2080  1200 1203 1209 1245 +hsync +vsync (75.0 kHz eP)
[   345.694] (**) Option "fd" "24"
[   345.698] (II) event2  - Power Button: device removed
[   345.700] (**) Option "fd" "27"
[   345.701] (II) event3  - Video Bus: device removed
[   345.701] (**) Option "fd" "28"
[   345.701] (II) event0  - Power Button: device removed
[   345.702] (**) Option "fd" "29"
[   345.702] (II) event1  - Sleep Button: device removed
[   345.704] (**) Option "fd" "30"
[   345.704] (II) event4  - HID 05ac:1000: device removed
[   345.705] (**) Option "fd" "31"
[   345.705] (II) event5  - HID 05ac:1000: device removed
[   345.706] (**) Option "fd" "32"
[   345.706] (II) event7  - Apple Computer, Inc. IR Receiver: device removed
[   345.707] (**) Option "fd" "33"
[   345.707] (II) event6  - Logitech USB-PS/2 Optical Mouse: device removed
[   345.708] (**) Option "fd" "34"
[   345.708] (II) event8  - Cherry USB keyboard: device removed
[   345.709] (**) Option "fd" "35"
[   345.709] (II) event10 - Cherry USB keyboard Consumer Control: device removed
[   345.710] (**) Option "fd" "36"
[   345.710] (II) event9  - Cherry USB keyboard System Control: device removed
[   345.711] (**) Option "fd" "37"
[   345.711] (II) event12 - Built-in iSight: device removed
[   345.727] (II) systemd-logind: got pause for 13:69
[   345.727] (II) systemd-logind: got pause for 13:68
[   345.727] (II) systemd-logind: got pause for 13:65
[   345.727] (II) systemd-logind: got pause for 13:74
[   345.727] (II) systemd-logind: got pause for 13:73
[   345.727] (II) systemd-logind: got pause for 13:70
[   345.727] (II) systemd-logind: got pause for 13:76
[   345.727] (II) systemd-logind: got pause for 13:66
[   345.727] (II) systemd-logind: got pause for 13:72
[   345.727] (II) systemd-logind: got pause for 13:71
[   345.727] (II) systemd-logind: got pause for 13:67
[   345.727] (II) systemd-logind: got pause for 13:64

This might be worth a try:

The imac7,1 model:

“If you experience weird boot freeze just after bootloader (basically after Grub loaded Linux, which you can verify by appending ignore_loglevel to the Linux command line), then you may fix the problem by resetting the PRAM (press Cmd+Alt+Shift+P+R just after boot), and resetting the power management system (by unplugging your iMac for 15 seconds, then plugging it back, waiting 5 seconds, and then powering it up).” iMac Aluminum - ArchWiki

Well, technically it’s not a boot freeze but an issue with the graphical server. :slight_smile:

Aside from semantics, I did reset the PRAM sometime in the installation process. After that I had to find a script to turn down the startup sound which was deafening.

post output from:
mhwd -l -li
and output from this, while being on kernel 5.4:
inxi -xG

mhwd -l -li:

> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
     video-modesetting            2020.01.13                true            PCI
   network-broadcom-wl            2018.10.07               false            PCI


Warning: No installed USB configs!
> 0000:01:00.0 (0300:1002:9583) Display controller ATI Technologies Inc:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI


> 0000:04:00.0 (0280:14e4:4328) Network controller Broadcom:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
   network-broadcom-wl            2018.10.07               false            PCI

and inxi -xG:

Graphics:
  Device-1: AMD RV630/M76 [Mobility Radeon HD 2600 XT/2700]
    vendor: Apple iMac 7 1 driver: radeon v: kernel arch: R500 bus-ID: 01:00.0
    temp: 20.0 C
  Device-2: Apple Built-in iSight driver: uvcvideo type: USB bus-ID: 2-4:3
  Display: server: X.Org v: 21.1.9 with: Xwayland v: 23.2.2 driver: X:
    loaded: radeon unloaded: modesetting,vesa dri: swrast gpu: radeon
    resolution: 1920x1200~60Hz
  API: OpenGL Message: Unable to show GL data. glxinfo is missing.

try enable early loading:
sudo nano /etc/mkinitcpio.conf
and edit the modules section to look like this:

MODULES=(radeon)

save it with ctrl+x, press ‘y’, then enter, and update it:
sudo mkinitcpio -P
reboot and see if it helped…

Booting with kernel 5.4 I get first the pointer and then a black screen without being able to switch to tty.

With kernel 6.6 I also get the mouse pointer, then a black screen, then a spotty flickering image of the greeter, then a black screen without access to tty.

provide logs after hard reboot:
journalctl -b-1 -p4 --no-pager

you have installed video modesetting, so install video linux and see if that helped:
sudo mhwd -r pci video-modesetting
install video linux:
sudo mhwd -i pci video-linux
reboot and see…

Output of journalctl -b-1 -p4 --no-pager:

Dez 12 23:09:25 pitrisimac kernel: core: PEBS disabled due to CPU errata
Dez 12 23:09:25 pitrisimac kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!
Dez 12 23:09:25 pitrisimac kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!
Dez 12 23:09:25 pitrisimac kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!
Dez 12 23:09:25 pitrisimac kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!
Dez 12 23:09:25 pitrisimac kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!
Dez 12 23:09:25 pitrisimac kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!
Dez 12 23:09:25 pitrisimac kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!
Dez 12 23:09:25 pitrisimac kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!
Dez 12 23:09:25 pitrisimac kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!
Dez 12 23:09:25 pitrisimac kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!
Dez 12 23:09:25 pitrisimac kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, giving up!!!
Dez 12 23:09:25 pitrisimac kernel: radeon 0000:01:00.0: failed initializing UVD (-1).

I uninstalled video-modesetting via sudo mhwd -r pci video-modesetting and installed video-linux via sudo mhwd -i pci video-linux.

After a reboot, kernel 5.4 gives me the mouse pointer, followed by perpetual darkness; kernel 6.6 gives me a warped image of the greeter for a split second, followed by perpetual darkness.

you have radeon related logs …
boot with the 6.x kernel, and check if the amdgpu is still listed as an alternate driver (its not listed in the 5.4) while using the video linux drivers…:

if it is switch from radeon to amdgpu, following instructions from here:
https://wiki.archlinux.org/title/AMDGPU#Enable_Southern_Islands_(SI)_and_Sea_Islands_(CIK)_support

I’m not sure if I should install amdgpu since:

AMDGPU is the open source graphics driver for AMD Radeon graphics cards since the GCN family.

The GCN family was published in 2012, while the Radeon HD 2600 XT was released way before that.

Should I make the switch regardless?

The [ATI] Radeon HD 2600 XT seems to have been released in 2007; certainly an old card.

According to the table in Xorg AMD ArchWiki, both the AMDGPU (open source) and AMDGPU PRO (proprietary) drivers support GCN 3 and later GPUs. Support for GCN 1 & 2 is listed as experimental.

My opinion is that regardless of whether your card is GCN 1, 2 or 3, either AMDGPU or AMDGPU PRO drivers are likely your best option.

Whether this also extends to the choice of kernel module, I can’t say.