Skip to content

Instantly share code, notes, and snippets.

@jda
Created May 15, 2020 20:04
Show Gist options
  • Save jda/c070a3461d6e861efa1121ab76f2bbb4 to your computer and use it in GitHub Desktop.
Save jda/c070a3461d6e861efa1121ab76f2bbb4 to your computer and use it in GitHub Desktop.
why even does x11?
[jda@seras ~]$ cat /proc/cmdline
BOOT_IMAGE=(hd2,msdos3)/vmlinuz-5.6.12-300.jda.fc32.aarch64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap amdgpu.gpu_recovery=0 amdgpu.pcie_gen_cap=0x00040004 arm-smmu.disable_bypass=0
[jda@seras ~]$ rpm -qa|grep x11
xorg-x11-xkb-utils-7.7-32.fc32.aarch64
xorg-x11-drv-evdev-2.10.6-6.fc32.aarch64
xorg-x11-utils-7.5-34.fc32.aarch64
xorg-x11-server-common-1.20.8-1.fc32.aarch64
xorg-x11-server-Xorg-1.20.8-1.fc32.aarch64
qt-x11-4.8.7-52.fc32.aarch64
xorg-x11-xauth-1.1-3.fc32.aarch64
xorg-x11-drv-fbdev-0.5.0-5.fc32.aarch64
xorg-x11-drv-amdgpu-19.1.0-3.fc32.aarch64
qt5-qtx11extras-5.13.2-2.fc32.aarch64
libxkbcommon-x11-0.10.0-2.fc32.aarch64
xorg-x11-font-utils-7.5-44.fc32.aarch64
xorg-x11-drv-wacom-0.39.0-2.fc32.aarch64
pulseaudio-module-x11-13.99.1-3.fc32.aarch64
xorg-x11-drv-libinput-0.29.0-2.fc32.aarch64
xorg-x11-drv-qxl-0.1.5-12.fc31.aarch64
xorg-x11-proto-devel-2019.1-3.fc32.noarch
xorg-x11-xinit-1.4.0-6.fc32.aarch64
xorg-x11-drv-armsoc-1.4.0-12.20160929.fc32.aarch64
libreoffice-x11-6.4.3.2-1.fc32.aarch64
xorg-x11-drv-ati-19.0.1-5.fc32.aarch64
xorg-x11-server-utils-7.7-34.fc32.aarch64
xorg-x11-drv-wacom-serial-support-0.39.0-2.fc32.aarch64
xorg-x11-drv-nouveau-1.0.15-9.fc32.aarch64
xorg-x11-server-Xwayland-1.20.8-1.fc32.aarch64
[jda@seras log]$ inxi -G
Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Lexa XT [Radeon PRO WX 3200] driver: amdgpu v: kernel
Display: x11 server: Fedora Project X.org 1.20.8 driver: amdgpu,ati unloaded: fbdev,modesetting
resolution: 3840x2160~60Hz
OpenGL: renderer: AMD POLARIS12 (DRM 3.36.0 5.6.12-300.jda.fc32.aarch64 LLVM 10.0.0) v: 4.3 Mesa 20.0.6
[jda@seras log]$ export|grep MESA
declare -x MESA_EXTENSION_OVERRIDE="-GL_ARB_buffer_storage"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment