You are not logged in.
Pages: 1
Offline
Did you try following AMDGPU#Selecting_the_right_driver to https://wiki.archlinux.org/title/Xorg#AMD]Xorg#AMD where you need the architecture from List_of_AMD_graphics_processing_units#Radeon_RX_6000_series?
Offline
Yes, i followed this sections. But i am feeling somethings going wrong. I am little bit confusing about the kernel parameters. I searched my GPU(RX 6600) on the internet but i couldn't any information about Southern Islands (SI) and Sea Islands (CIK) supports. Additionally, how can i know just RX 6600 properly running? I dont want to run AMD ATI 07:00.0 Cezanne.
/etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(piix ide_disk reiserfs)
MODULES=(amdgpu radeon)
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No raid, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect block filesystems)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev block filesystems)
#
## This setup assembles a pata mdadm array with an encrypted root FS.
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
# HOOKS=(base udev block mdadm encrypt filesystems)
#
## This setup loads an lvm2 volume group on a usb device.
# HOOKS=(base udev block lvm2 filesystems)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf block encrypt lvm2 filesystems keyboard fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()/etc/default/grub
# GRUB boot loader configuration
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 cryptdevice=/dev/nvme0n1p3:volgroup0:allow-discards quiet radeon.cik_support=0 amdgpu.cik_support=1"
GRUB_CMDLINE_LINUX=""
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Set to 'countdown' or 'hidden' to change timeout behavior,
# press ESC key to display menu.
GRUB_TIMEOUT_STYLE=menu
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT=true
# Uncomment to disable submenus in boot menu
#GRUB_DISABLE_SUBMENU=y
GRUB_DISABLE_OS_PROBER=false/etc/modprobe.d/amdgpu.conf
options amdgpu si_support=1
options amdgpu cik_support=1/etc/modprobe.d/radeon.conf
options radeon si_support=0
options radeon cik_support=0/etc/X11/xorg.conf.d/20-amdgpu.conf
Section "Device"
Identifier "AMD"
Driver "amdgpu"
EndSectionOffline
I believe 6600 is navi so not southern islands or sea islands. Please post the current Xorg.0.log.
Offline
Xorg.0.log
[ 19.163] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 19.165]
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[ 19.165] Build Operating System: Linux Archlinux
[ 19.165] Current Operating System: Linux archlinux 5.14.8-arch1-1 #1 SMP PREEMPT Sun, 26 Sep 2021 19:36:15 +0000 x86_64
[ 19.165] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/volgroup0-lv_root rw loglevel=3 cryptdevice=/dev/nvme0n1p3:volgroup0:allow-discards quiet radeon.cik_support=0 amdgpu.cik_support=1
[ 19.165] Build Date: 04 August 2021 08:13:54AM
[ 19.165]
[ 19.165] Current version of pixman: 0.40.0
[ 19.165] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 19.165] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 19.165] (==) Log file: "/home/furkan/.local/share/xorg/Xorg.0.log", Time: Wed Sep 29 21:55:23 2021
[ 19.166] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 19.166] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 19.166] (==) No Layout section. Using the first Screen section.
[ 19.166] (==) No screen section available. Using defaults.
[ 19.166] (**) |-->Screen "Default Screen Section" (0)
[ 19.166] (**) | |-->Monitor "<default monitor>"
[ 19.167] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 19.167] (**) | |-->Device "AMD"
[ 19.167] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 19.167] (==) Automatically adding devices
[ 19.167] (==) Automatically enabling devices
[ 19.167] (==) Automatically adding GPU devices
[ 19.167] (==) Automatically binding GPU devices
[ 19.167] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 19.168] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[ 19.168] Entry deleted from font path.
[ 19.168] (Run 'mkfontdir' on "/usr/share/fonts/misc").
[ 19.168] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 19.168] Entry deleted from font path.
[ 19.168] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 19.168] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 19.168] Entry deleted from font path.
[ 19.168] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 19.168] Entry deleted from font path.
[ 19.168] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 19.168] Entry deleted from font path.
[ 19.168] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 19.168] Entry deleted from font path.
[ 19.168] (==) FontPath set to:
[ 19.168] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 19.168] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 19.168] (II) Module ABI versions:
[ 19.168] X.Org ANSI C Emulation: 0.4
[ 19.168] X.Org Video Driver: 24.1
[ 19.168] X.Org XInput driver : 24.1
[ 19.168] X.Org Server Extension : 10.0
[ 19.169] (++) using VT number 1
[ 19.171] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 19.172] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 19.173] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 19.173] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 19.174] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[ 19.176] (--) PCI: (3@0:0:0) 1002:73ff:1462:1313 rev 195, Mem @ 0xfc00000000/8589934592, 0xfe00000000/268435456, 0xfca00000/1048576, BIOS @ 0x????????/131072
[ 19.176] (--) PCI:*(7@0:0:0) 1002:1638:1462:1313 rev 197, Mem @ 0xfe20000000/268435456, 0xfe30000000/2097152, 0xfc900000/524288, I/O @ 0x0000e000/256
[ 19.176] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 19.176] (II) LoadModule: "glx"
[ 19.180] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 19.186] (II) Module glx: vendor="X.Org Foundation"
[ 19.186] compiled for 1.20.13, module version = 1.0.0
[ 19.186] ABI class: X.Org Server Extension, version 10.0
[ 19.186] (II) LoadModule: "amdgpu"
[ 19.187] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 19.189] (II) Module amdgpu: vendor="X.Org Foundation"
[ 19.189] compiled for 1.20.13, module version = 21.0.0
[ 19.190] Module class: X.Org Video Driver
[ 19.190] ABI class: X.Org Video Driver, version 24.1
[ 19.190] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 19.196] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 19.196] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 19.196] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 19.196] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 19.196] (==) AMDGPU(0): Default visual is TrueColor
[ 19.196] (==) AMDGPU(0): RGB weight 888
[ 19.196] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 19.196] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x1638)
[ 19.196] (II) Loading sub module "fb"
[ 19.196] (II) LoadModule: "fb"
[ 19.196] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 19.197] (II) Module fb: vendor="X.Org Foundation"
[ 19.197] compiled for 1.20.13, module version = 1.0.0
[ 19.197] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.197] (II) Loading sub module "dri2"
[ 19.197] (II) LoadModule: "dri2"
[ 19.197] (II) Module "dri2" already built-in
[ 19.364] (II) Loading sub module "glamoregl"
[ 19.364] (II) LoadModule: "glamoregl"
[ 19.364] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 19.370] (II) Module glamoregl: vendor="X.Org Foundation"
[ 19.370] compiled for 1.20.13, module version = 1.0.1
[ 19.370] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.386] (II) AMDGPU(0): glamor X acceleration enabled on AMD RENOIR (DRM 3.42.0, 5.14.8-arch1-1, LLVM 12.0.1)
[ 19.386] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 19.386] (==) AMDGPU(0): TearFree property default: auto
[ 19.386] (==) AMDGPU(0): VariableRefresh: disabled
[ 19.386] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 19.388] (II) AMDGPU(0): Output eDP has no monitor section
[ 19.397] (II) AMDGPU(0): EDID for output eDP
[ 19.397] (II) AMDGPU(0): Manufacturer: AUO Model: 80ed Serial#: 0
[ 19.397] (II) AMDGPU(0): Year: 2017 Week: 16
[ 19.397] (II) AMDGPU(0): EDID Version: 1.4
[ 19.397] (II) AMDGPU(0): Digital Display Input
[ 19.397] (II) AMDGPU(0): 8 bits per channel
[ 19.397] (II) AMDGPU(0): Digital interface is DisplayPort
[ 19.397] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 19.397] (II) AMDGPU(0): Gamma: 2.20
[ 19.397] (II) AMDGPU(0): No DPMS capabilities specified
[ 19.397] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4
[ 19.397] (II) AMDGPU(0): First detailed timing is preferred mode
[ 19.397] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 19.397] (II) AMDGPU(0): Display is continuous-frequency
[ 19.397] (II) AMDGPU(0): redX: 0.642 redY: 0.338 greenX: 0.322 greenY: 0.611
[ 19.397] (II) AMDGPU(0): blueX: 0.153 blueY: 0.046 whiteX: 0.313 whiteY: 0.329
[ 19.397] (II) AMDGPU(0): Manufacturer's mask: 0
[ 19.397] (II) AMDGPU(0): Supported detailed timing:
[ 19.397] (II) AMDGPU(0): clock: 368.1 MHz Image Size: 344 x 193 mm
[ 19.398] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2102 h_border: 0
[ 19.398] (II) AMDGPU(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1216 v_border: 0
[ 19.398] (II) AMDGPU(0): Supported detailed timing:
[ 19.398] (II) AMDGPU(0): clock: 153.4 MHz Image Size: 344 x 193 mm
[ 19.398] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2102 h_border: 0
[ 19.398] (II) AMDGPU(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1216 v_border: 0
[ 19.398] (II) AMDGPU(0): Ranges: V min: 60 V max: 144 Hz, H min: 176 H max: 176 kHz, PixClock max 375 MHz
[ 19.398] (II) AMDGPU(0): B156HAN08.0
[ 19.398] (II) AMDGPU(0): EDID (in hex):
[ 19.398] (II) AMDGPU(0): 00ffffffffffff0006afed8000000000
[ 19.398] (II) AMDGPU(0): 101b0104a5221378036a75a456529c27
[ 19.398] (II) AMDGPU(0): 0b505400000001010101010101010101
[ 19.398] (II) AMDGPU(0): 010101010101ce8f80b6703888403020
[ 19.398] (II) AMDGPU(0): a50058c110000000e93b80b670388840
[ 19.398] (II) AMDGPU(0): 3020a50058c110000000000000fd003c
[ 19.398] (II) AMDGPU(0): 90b0b025010a202020202020000000fe
[ 19.398] (II) AMDGPU(0): 004231353648414e30382e30200a00ed
[ 19.398] (II) AMDGPU(0): Printing probed modes for output eDP
[ 19.398] (II) AMDGPU(0): Modeline "1920x1080"x144.0 368.14 1920 1968 2000 2102 1080 1090 1095 1216 -hsync -vsync (175.1 kHz eP)
[ 19.398] (II) AMDGPU(0): Modeline "1920x1080"x60.0 153.37 1920 1968 2000 2102 1080 1090 1095 1216 -hsync -vsync (73.0 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "1680x1050"x144.0 368.14 1680 1968 2000 2102 1050 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "1280x1024"x144.0 368.14 1280 1968 2000 2102 1024 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "1440x900"x144.0 368.14 1440 1968 2000 2102 900 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "1280x800"x144.0 368.14 1280 1968 2000 2102 800 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "1280x720"x144.0 368.14 1280 1968 2000 2102 720 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "1024x768"x144.0 368.14 1024 1968 2000 2102 768 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "800x600"x144.0 368.14 800 1968 2000 2102 600 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "640x480"x144.0 368.14 640 1968 2000 2102 480 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Output eDP connected
[ 19.398] (II) AMDGPU(0): Using exact sizes for initial modes
[ 19.398] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[ 19.398] (II) AMDGPU(0): mem size init: gart size :bf6ca000 vram size: s:1df2d000 visible:1df2d000
[ 19.398] (==) AMDGPU(0): DPI set to (96, 96)
[ 19.398] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 19.398] (II) Loading sub module "ramdac"
[ 19.398] (II) LoadModule: "ramdac"
[ 19.398] (II) Module "ramdac" already built-in
[ 19.398] (==) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[ 19.398] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 19.398] (==) AMDGPU(G0): Default visual is TrueColor
[ 19.398] (==) AMDGPU(G0): RGB weight 888
[ 19.398] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[ 19.398] (--) AMDGPU(G0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x73ff)
[ 19.398] (II) Loading sub module "fb"
[ 19.398] (II) LoadModule: "fb"
[ 19.398] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 19.398] (II) Module fb: vendor="X.Org Foundation"
[ 19.398] compiled for 1.20.13, module version = 1.0.0
[ 19.398] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.398] (II) Loading sub module "dri2"
[ 19.398] (II) LoadModule: "dri2"
[ 19.398] (II) Module "dri2" already built-in
[ 19.407] (II) Loading sub module "glamoregl"
[ 19.407] (II) LoadModule: "glamoregl"
[ 19.407] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 19.407] (II) Module glamoregl: vendor="X.Org Foundation"
[ 19.407] compiled for 1.20.13, module version = 1.0.1
[ 19.407] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.412] (II) AMDGPU(G0): glamor X acceleration enabled on AMD DIMGREY_CAVEFISH (DRM 3.42.0, 5.14.8-arch1-1, LLVM 12.0.1)
[ 19.412] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[ 19.412] (==) AMDGPU(G0): TearFree property default: auto
[ 19.412] (II) AMDGPU(G0): Output DisplayPort-1-0 has no monitor section
[ 19.412] (II) AMDGPU(G0): Output HDMI-A-1-0 has no monitor section
[ 19.412] (II) AMDGPU(G0): EDID for output DisplayPort-1-0
[ 19.412] (II) AMDGPU(G0): EDID for output HDMI-A-1-0
[ 19.412] (II) AMDGPU(G0): mem size init: gart size :1fe569000 vram size: s:1fd825000 visible:1fd825000
[ 19.412] (==) AMDGPU(G0): DPI set to (96, 96)
[ 19.412] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 19.412] (II) Loading sub module "ramdac"
[ 19.412] (II) LoadModule: "ramdac"
[ 19.412] (II) Module "ramdac" already built-in
[ 19.412] (II) AMDGPU(0): [DRI2] Setup complete
[ 19.412] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 19.412] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 19.466] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[ 19.468] (II) AMDGPU(0): SYNC extension fences enabled
[ 19.468] (II) AMDGPU(0): Present extension enabled
[ 19.468] (==) AMDGPU(0): DRI3 enabled
[ 19.468] (==) AMDGPU(0): Backing store enabled
[ 19.468] (II) AMDGPU(0): Direct rendering enabled
[ 19.482] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 19.482] (II) AMDGPU(0): Acceleration enabled
[ 19.482] (==) AMDGPU(0): DPMS enabled
[ 19.482] (==) AMDGPU(0): Silken mouse disabled
[ 19.482] (II) AMDGPU(0): Set up textured video (glamor)
[ 19.486] (II) AMDGPU(G0): [DRI2] Setup complete
[ 19.486] (II) AMDGPU(G0): [DRI2] DRI driver: radeonsi
[ 19.486] (II) AMDGPU(G0): [DRI2] VDPAU driver: radeonsi
[ 19.494] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[ 19.494] (==) AMDGPU(G0): Backing store enabled
[ 19.494] (II) AMDGPU(G0): Direct rendering enabled
[ 19.498] (II) AMDGPU(G0): Use GLAMOR acceleration.
[ 19.498] (II) AMDGPU(G0): Acceleration enabled
[ 19.498] (==) AMDGPU(G0): DPMS enabled
[ 19.498] (==) AMDGPU(G0): Silken mouse disabled
[ 19.499] (II) Initializing extension Generic Event Extension
[ 19.499] (II) Initializing extension SHAPE
[ 19.499] (II) Initializing extension MIT-SHM
[ 19.499] (II) Initializing extension XInputExtension
[ 19.499] (II) Initializing extension XTEST
[ 19.499] (II) Initializing extension BIG-REQUESTS
[ 19.499] (II) Initializing extension SYNC
[ 19.499] (II) Initializing extension XKEYBOARD
[ 19.499] (II) Initializing extension XC-MISC
[ 19.499] (II) Initializing extension SECURITY
[ 19.499] (II) Initializing extension XFIXES
[ 19.499] (II) Initializing extension RENDER
[ 19.499] (II) Initializing extension RANDR
[ 19.499] (II) Initializing extension COMPOSITE
[ 19.499] (II) Initializing extension DAMAGE
[ 19.499] (II) Initializing extension MIT-SCREEN-SAVER
[ 19.499] (II) Initializing extension DOUBLE-BUFFER
[ 19.499] (II) Initializing extension RECORD
[ 19.499] (II) Initializing extension DPMS
[ 19.499] (II) Initializing extension Present
[ 19.499] (II) Initializing extension DRI3
[ 19.499] (II) Initializing extension X-Resource
[ 19.499] (II) Initializing extension XVideo
[ 19.499] (II) Initializing extension XVideo-MotionCompensation
[ 19.499] (II) Initializing extension GLX
[ 19.502] (II) AIGLX: Loaded and initialized radeonsi
[ 19.502] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 19.502] (II) Initializing extension XFree86-VidModeExtension
[ 19.502] (II) Initializing extension XFree86-DGA
[ 19.502] (II) Initializing extension XFree86-DRI
[ 19.502] (II) Initializing extension DRI2
[ 19.504] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 19.611] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 19.611] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 19.611] (II) LoadModule: "libinput"
[ 19.611] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 19.614] (II) Module libinput: vendor="X.Org Foundation"
[ 19.614] compiled for 1.20.13, module version = 1.2.0
[ 19.614] Module class: X.Org XInput Driver
[ 19.614] ABI class: X.Org XInput driver, version 24.1
[ 19.614] (II) Using input driver 'libinput' for 'Video Bus'
[ 19.615] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[ 19.615] (**) Video Bus: always reports core events
[ 19.615] (**) Option "Device" "/dev/input/event4"
[ 19.615] (**) Option "_source" "server/udev"
[ 19.623] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 19.623] (II) event4 - Video Bus: device is a keyboard
[ 19.623] (II) event4 - Video Bus: device removed
[ 19.623] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:00/input/input5/event4"
[ 19.623] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 19.624] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 19.624] (II) event4 - Video Bus: device is a keyboard
[ 19.624] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 19.624] (II) No input driver specified, ignoring this device.
[ 19.624] (II) This device may have been added with another device file.
[ 19.624] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 19.624] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 19.624] (II) Using input driver 'libinput' for 'Power Button'
[ 19.625] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[ 19.625] (**) Power Button: always reports core events
[ 19.625] (**) Option "Device" "/dev/input/event1"
[ 19.625] (**) Option "_source" "server/udev"
[ 19.626] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 19.626] (II) event1 - Power Button: device is a keyboard
[ 19.626] (II) event1 - Power Button: device removed
[ 19.626] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 19.626] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 19.627] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 19.627] (II) event1 - Power Button: device is a keyboard
[ 19.627] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 19.627] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 19.627] (II) Using input driver 'libinput' for 'Sleep Button'
[ 19.628] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 30 paused 0
[ 19.628] (**) Sleep Button: always reports core events
[ 19.628] (**) Option "Device" "/dev/input/event2"
[ 19.628] (**) Option "_source" "server/udev"
[ 19.629] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 19.629] (II) event2 - Sleep Button: device is a keyboard
[ 19.629] (II) event2 - Sleep Button: device removed
[ 19.629] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 19.629] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 19.629] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 19.629] (II) event2 - Sleep Button: device is a keyboard
[ 19.630] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event9)
[ 19.630] (II) No input driver specified, ignoring this device.
[ 19.630] (II) This device may have been added with another device file.
[ 19.630] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event10)
[ 19.630] (II) No input driver specified, ignoring this device.
[ 19.630] (II) This device may have been added with another device file.
[ 19.630] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event11)
[ 19.630] (II) No input driver specified, ignoring this device.
[ 19.630] (II) This device may have been added with another device file.
[ 19.630] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event12)
[ 19.630] (II) No input driver specified, ignoring this device.
[ 19.630] (II) This device may have been added with another device file.
[ 19.631] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event13)
[ 19.631] (II) No input driver specified, ignoring this device.
[ 19.631] (II) This device may have been added with another device file.
[ 19.631] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event14)
[ 19.631] (II) No input driver specified, ignoring this device.
[ 19.631] (II) This device may have been added with another device file.
[ 19.631] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event15)
[ 19.631] (II) No input driver specified, ignoring this device.
[ 19.631] (II) This device may have been added with another device file.
[ 19.631] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event16)
[ 19.631] (II) No input driver specified, ignoring this device.
[ 19.631] (II) This device may have been added with another device file.
[ 19.631] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=9 (/dev/input/event17)
[ 19.631] (II) No input driver specified, ignoring this device.
[ 19.631] (II) This device may have been added with another device file.
[ 19.631] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event18)
[ 19.631] (II) No input driver specified, ignoring this device.
[ 19.631] (II) This device may have been added with another device file.
[ 19.632] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event19)
[ 19.632] (II) No input driver specified, ignoring this device.
[ 19.632] (II) This device may have been added with another device file.
[ 19.632] (II) config/udev: Adding input device PNP0C50:0e 06CB:7E7E Mouse (/dev/input/event6)
[ 19.632] (**) PNP0C50:0e 06CB:7E7E Mouse: Applying InputClass "libinput pointer catchall"
[ 19.632] (II) Using input driver 'libinput' for 'PNP0C50:0e 06CB:7E7E Mouse'
[ 19.633] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
[ 19.633] (**) PNP0C50:0e 06CB:7E7E Mouse: always reports core events
[ 19.633] (**) Option "Device" "/dev/input/event6"
[ 19.633] (**) Option "_source" "server/udev"
[ 19.634] (II) event6 - PNP0C50:0e 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 19.634] (II) event6 - PNP0C50:0e 06CB:7E7E Mouse: device is a pointer
[ 19.634] (II) event6 - PNP0C50:0e 06CB:7E7E Mouse: device removed
[ 19.634] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-PNP0C50:0e/0018:06CB:7E7E.0007/input/input12/event6"
[ 19.634] (II) XINPUT: Adding extended input device "PNP0C50:0e 06CB:7E7E Mouse" (type: MOUSE, id 9)
[ 19.634] (**) Option "AccelerationScheme" "none"
[ 19.634] (**) PNP0C50:0e 06CB:7E7E Mouse: (accel) selected scheme none/0
[ 19.634] (**) PNP0C50:0e 06CB:7E7E Mouse: (accel) acceleration factor: 2.000
[ 19.634] (**) PNP0C50:0e 06CB:7E7E Mouse: (accel) acceleration threshold: 4
[ 19.635] (II) event6 - PNP0C50:0e 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 19.635] (II) event6 - PNP0C50:0e 06CB:7E7E Mouse: device is a pointer
[ 19.635] (II) config/udev: Adding input device PNP0C50:0e 06CB:7E7E Mouse (/dev/input/mouse0)
[ 19.635] (II) No input driver specified, ignoring this device.
[ 19.635] (II) This device may have been added with another device file.
[ 19.636] (II) config/udev: Adding input device PNP0C50:0e 06CB:7E7E Touchpad (/dev/input/event7)
[ 19.636] (**) PNP0C50:0e 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 19.636] (II) Using input driver 'libinput' for 'PNP0C50:0e 06CB:7E7E Touchpad'
[ 19.637] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 32 paused 0
[ 19.637] (**) PNP0C50:0e 06CB:7E7E Touchpad: always reports core events
[ 19.637] (**) Option "Device" "/dev/input/event7"
[ 19.637] (**) Option "_source" "server/udev"
[ 19.637] (II) event7 - PNP0C50:0e 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 19.638] (II) event7 - PNP0C50:0e 06CB:7E7E Touchpad: device is a touchpad
[ 19.638] (II) event7 - PNP0C50:0e 06CB:7E7E Touchpad: device removed
[ 19.639] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-PNP0C50:0e/0018:06CB:7E7E.0007/input/input13/event7"
[ 19.639] (II) XINPUT: Adding extended input device "PNP0C50:0e 06CB:7E7E Touchpad" (type: TOUCHPAD, id 10)
[ 19.640] (**) Option "AccelerationScheme" "none"
[ 19.640] (**) PNP0C50:0e 06CB:7E7E Touchpad: (accel) selected scheme none/0
[ 19.640] (**) PNP0C50:0e 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[ 19.640] (**) PNP0C50:0e 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[ 19.640] (II) event7 - PNP0C50:0e 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 19.641] (II) event7 - PNP0C50:0e 06CB:7E7E Touchpad: device is a touchpad
[ 19.642] (II) config/udev: Adding input device PNP0C50:0e 06CB:7E7E Touchpad (/dev/input/mouse1)
[ 19.642] (II) No input driver specified, ignoring this device.
[ 19.642] (II) This device may have been added with another device file.
[ 19.642] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 19.642] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 19.642] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 19.643] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[ 19.643] (**) AT Translated Set 2 keyboard: always reports core events
[ 19.643] (**) Option "Device" "/dev/input/event3"
[ 19.643] (**) Option "_source" "server/udev"
[ 19.644] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 19.644] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 19.644] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 19.644] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 19.644] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 19.645] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 19.645] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 19.646] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 19.646] (II) No input driver specified, ignoring this device.
[ 19.646] (II) This device may have been added with another device file.
[ 19.647] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event8)
[ 19.647] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 19.647] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[ 19.648] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 34 paused 0
[ 19.648] (**) MSI WMI hotkeys: always reports core events
[ 19.648] (**) Option "Device" "/dev/input/event8"
[ 19.648] (**) Option "_source" "server/udev"
[ 19.648] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 19.648] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 19.649] (II) event8 - MSI WMI hotkeys: device removed
[ 19.649] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event8"
[ 19.649] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 12)
[ 19.649] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 19.649] (II) event8 - MSI WMI hotkeys: device is a keyboardOffline
Which GPU is the display attached to?
Cezanne
[ 19.196] (II) AMDGPU(0): Creating default Display subsection in Screen section
[ 19.196] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 19.196] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 19.196] (==) AMDGPU(0): Default visual is TrueColor
[ 19.196] (==) AMDGPU(0): RGB weight 888
[ 19.196] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 19.196] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x1638)
[ 19.386] (II) AMDGPU(0): glamor X acceleration enabled on AMD RENOIR (DRM 3.42.0, 5.14.8-arch1-1, LLVM 12.0.1)
[ 19.386] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 19.386] (==) AMDGPU(0): TearFree property default: auto
[ 19.386] (==) AMDGPU(0): VariableRefresh: disabled
[ 19.386] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 19.388] (II) AMDGPU(0): Output eDP has no monitor section
[ 19.397] (II) AMDGPU(0): EDID for output eDP
[ 19.397] (II) AMDGPU(0): Manufacturer: AUO Model: 80ed Serial#: 0
[ 19.397] (II) AMDGPU(0): Year: 2017 Week: 16
[ 19.397] (II) AMDGPU(0): EDID Version: 1.4
[ 19.397] (II) AMDGPU(0): Digital Display Input
[ 19.397] (II) AMDGPU(0): 8 bits per channel
[ 19.397] (II) AMDGPU(0): Digital interface is DisplayPort
[ 19.397] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 19.397] (II) AMDGPU(0): Gamma: 2.20
[ 19.397] (II) AMDGPU(0): No DPMS capabilities specified
[ 19.397] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4
[ 19.397] (II) AMDGPU(0): First detailed timing is preferred mode
[ 19.397] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 19.397] (II) AMDGPU(0): Display is continuous-frequency
[ 19.397] (II) AMDGPU(0): redX: 0.642 redY: 0.338 greenX: 0.322 greenY: 0.611
[ 19.397] (II) AMDGPU(0): blueX: 0.153 blueY: 0.046 whiteX: 0.313 whiteY: 0.329
[ 19.397] (II) AMDGPU(0): Manufacturer's mask: 0
[ 19.397] (II) AMDGPU(0): Supported detailed timing:
[ 19.397] (II) AMDGPU(0): clock: 368.1 MHz Image Size: 344 x 193 mm
[ 19.398] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2102 h_border: 0
[ 19.398] (II) AMDGPU(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1216 v_border: 0
[ 19.398] (II) AMDGPU(0): Supported detailed timing:
[ 19.398] (II) AMDGPU(0): clock: 153.4 MHz Image Size: 344 x 193 mm
[ 19.398] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2102 h_border: 0
[ 19.398] (II) AMDGPU(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1216 v_border: 0
[ 19.398] (II) AMDGPU(0): Ranges: V min: 60 V max: 144 Hz, H min: 176 H max: 176 kHz, PixClock max 375 MHz
[ 19.398] (II) AMDGPU(0): B156HAN08.0
[ 19.398] (II) AMDGPU(0): EDID (in hex):
[ 19.398] (II) AMDGPU(0): 00ffffffffffff0006afed8000000000
[ 19.398] (II) AMDGPU(0): 101b0104a5221378036a75a456529c27
[ 19.398] (II) AMDGPU(0): 0b505400000001010101010101010101
[ 19.398] (II) AMDGPU(0): 010101010101ce8f80b6703888403020
[ 19.398] (II) AMDGPU(0): a50058c110000000e93b80b670388840
[ 19.398] (II) AMDGPU(0): 3020a50058c110000000000000fd003c
[ 19.398] (II) AMDGPU(0): 90b0b025010a202020202020000000fe
[ 19.398] (II) AMDGPU(0): 004231353648414e30382e30200a00ed
[ 19.398] (II) AMDGPU(0): Printing probed modes for output eDP
[ 19.398] (II) AMDGPU(0): Modeline "1920x1080"x144.0 368.14 1920 1968 2000 2102 1080 1090 1095 1216 -hsync -vsync (175.1 kHz eP)
[ 19.398] (II) AMDGPU(0): Modeline "1920x1080"x60.0 153.37 1920 1968 2000 2102 1080 1090 1095 1216 -hsync -vsync (73.0 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "1680x1050"x144.0 368.14 1680 1968 2000 2102 1050 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "1280x1024"x144.0 368.14 1280 1968 2000 2102 1024 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "1440x900"x144.0 368.14 1440 1968 2000 2102 900 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "1280x800"x144.0 368.14 1280 1968 2000 2102 800 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "1280x720"x144.0 368.14 1280 1968 2000 2102 720 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "1024x768"x144.0 368.14 1024 1968 2000 2102 768 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "800x600"x144.0 368.14 800 1968 2000 2102 600 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Modeline "640x480"x144.0 368.14 640 1968 2000 2102 480 1090 1095 1216 -hsync -vsync (175.1 kHz e)
[ 19.398] (II) AMDGPU(0): Output eDP connected
[ 19.398] (II) AMDGPU(0): Using exact sizes for initial modes
[ 19.398] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[ 19.398] (II) AMDGPU(0): mem size init: gart size :bf6ca000 vram size: s:1df2d000 visible:1df2d000
[ 19.398] (==) AMDGPU(0): DPI set to (96, 96)
[ 19.398] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 19.412] (II) AMDGPU(0): [DRI2] Setup complete
[ 19.412] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 19.412] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 19.466] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[ 19.468] (II) AMDGPU(0): SYNC extension fences enabled
[ 19.468] (II) AMDGPU(0): Present extension enabled
[ 19.468] (==) AMDGPU(0): DRI3 enabled
[ 19.468] (==) AMDGPU(0): Backing store enabled
[ 19.468] (II) AMDGPU(0): Direct rendering enabled
[ 19.482] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 19.482] (II) AMDGPU(0): Acceleration enabled
[ 19.482] (==) AMDGPU(0): DPMS enabled
[ 19.482] (==) AMDGPU(0): Silken mouse disabled
[ 19.482] (II) AMDGPU(0): Set up textured video (glamor)
[ 19.504] (II) AMDGPU(0): Setting screen physical size to 508 x 2856600
[ 19.398] (==) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[ 19.398] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 19.398] (==) AMDGPU(G0): Default visual is TrueColor
[ 19.398] (==) AMDGPU(G0): RGB weight 888
[ 19.398] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[ 19.398] (--) AMDGPU(G0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x73ff)
[ 19.412] (II) AMDGPU(G0): glamor X acceleration enabled on AMD DIMGREY_CAVEFISH (DRM 3.42.0, 5.14.8-arch1-1, LLVM 12.0.1)
[ 19.412] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[ 19.412] (==) AMDGPU(G0): TearFree property default: auto
[ 19.412] (II) AMDGPU(G0): Output DisplayPort-1-0 has no monitor section
[ 19.412] (II) AMDGPU(G0): Output HDMI-A-1-0 has no monitor section
[ 19.412] (II) AMDGPU(G0): EDID for output DisplayPort-1-0
[ 19.412] (II) AMDGPU(G0): EDID for output HDMI-A-1-0
[ 19.412] (II) AMDGPU(G0): mem size init: gart size :1fe569000 vram size: s:1fd825000 visible:1fd825000
[ 19.412] (==) AMDGPU(G0): DPI set to (96, 96)
[ 19.412] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 19.486] (II) AMDGPU(G0): [DRI2] Setup complete
[ 19.486] (II) AMDGPU(G0): [DRI2] DRI driver: radeonsi
[ 19.486] (II) AMDGPU(G0): [DRI2] VDPAU driver: radeonsi
[ 19.494] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[ 19.494] (==) AMDGPU(G0): Backing store enabled
[ 19.494] (II) AMDGPU(G0): Direct rendering enabled
[ 19.498] (II) AMDGPU(G0): Use GLAMOR acceleration.
[ 19.498] (II) AMDGPU(G0): Acceleration enabled
[ 19.498] (==) AMDGPU(G0): DPMS enabled
[ 19.498] (==) AMDGPU(G0): Silken mouse disabledOffline
@loqs, that is the exact question, which I am also looking for. As you can also notice throughout my Xorg logs, arch is actually detecting 2 different devices for my hardware, whereas, both of them being used at the same time. I was wondering which one is actually used as the main one. If there is a way to find it out through the terminal, which command would do that?
Offline
19.176] (--) PCI: (3@0:0:0) 1002:73ff:1462:1313 rev 195, Mem @ 0xfc00000000/8589934592, 0xfe00000000/268435456, 0xfca00000/1048576, BIOS @ 0x????????/131072
[ 19.176] (--) PCI:*(7@0:0:0) 1002:1638:1462:1313 rev 197, Mem @ 0xfe20000000/268435456, 0xfe30000000/2097152, 0xfc900000/524288, I/O @ 0x0000e000/256The one with the * is the primary GPU iirc. Seeing as this appears to be a laptop this is normally normal and the internal displyay is connected on the weaker card and any external monitors would be connected on the more powerful one. Check
xrandr --listproviders
xrandr -q
glxinfo -B
DRI_PRIME=1 glxinfo -BIf you want to switch rendering of games etc to the dedicated card use the DRI_PRIME=1 parameter on a case by case basis.
Offline
xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x54 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 1 associated providers: 1 name:Unknown AMD Radeon GPU @ pci:0000:07:00.0
Provider 1: id: 0x85 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 5 outputs: 2 associated providers: 1 name:Unknown AMD Radeon GPU @ pci:0000:03:00.0xrandr -q
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1920x1080 144.03*+ 60.00
1680x1050 144.03
1280x1024 144.03
1440x900 144.03
1280x800 144.03
1280x720 144.03
1024x768 144.03
800x600 144.03
640x480 144.03
DisplayPort-1-0 disconnected (normal left inverted right x axis y axis)
HDMI-A-1-0 disconnected (normal left inverted right x axis y axis)glxinfo -B
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: AMD (0x1002)
Device: AMD RENOIR (DRM 3.42.0, 5.14.8-arch1-1, LLVM 12.0.1) (0x1638)
Version: 21.2.3
Accelerated: yes
Video memory: 512MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 347 MB, largest block: 347 MB
VBO free aux. memory - total: 3030 MB, largest block: 3030 MB
Texture free memory - total: 347 MB, largest block: 347 MB
Texture free aux. memory - total: 3030 MB, largest block: 3030 MB
Renderbuffer free memory - total: 347 MB, largest block: 347 MB
Renderbuffer free aux. memory - total: 3030 MB, largest block: 3030 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 512 MB
Total available memory: 3584 MB
Currently available dedicated video memory: 347 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD RENOIR (DRM 3.42.0, 5.14.8-arch1-1, LLVM 12.0.1)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.2.3
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.2.3
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20DRI_PRIME=1 glxinfo -B
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: AMD (0x1002)
Device: AMD DIMGREY_CAVEFISH (DRM 3.42.0, 5.14.8-arch1-1, LLVM 12.0.1) (0x73ff)
Version: 21.2.3
Accelerated: yes
Video memory: 8192MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 8168 MB, largest block: 8168 MB
VBO free aux. memory - total: 8149 MB, largest block: 8149 MB
Texture free memory - total: 8168 MB, largest block: 8168 MB
Texture free aux. memory - total: 8149 MB, largest block: 8149 MB
Renderbuffer free memory - total: 8168 MB, largest block: 8168 MB
Renderbuffer free aux. memory - total: 8149 MB, largest block: 8149 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 8192 MB
Total available memory: 16368 MB
Currently available dedicated video memory: 8168 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD DIMGREY_CAVEFISH (DRM 3.42.0, 5.14.8-arch1-1, LLVM 12.0.1)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.2.3
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.2.3
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20Thanks for your answers and aboves are the outputs of the commands.
If you want to switch rendering of games etc to the dedicated card use the DRI_PRIME=1 parameter on a case by case basis.
For example, when i wanna use steam for gaming;
DRI_PRIME=1 steam is right?
Addtionaly, i want to install amdgpu-pro driver. So installed this packages;
yay -S amdgpu-pro-libgl opencl-amd vulkan-amdgpu-pro progl glxinfo -B
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Memory info (GL_ATI_meminfo):
VBO free memory - total: 232 MB, largest block: 352 MB
VBO free aux. memory - total: 3014 MB, largest block: 2291 MB
Texture free memory - total: 232 MB, largest block: 352 MB
Texture free aux. memory - total: 3014 MB, largest block: 2291 MB
Renderbuffer free memory - total: 232 MB, largest block: 352 MB
Renderbuffer free aux. memory - total: 3014 MB, largest block: 2291 MB
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon Graphics
OpenGL core profile version string: 4.6.14739 Core Profile Context
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6.14739 Compatibility Profile Context
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: 4.6.14739 Compatibility Profile Context
OpenGL ES profile shading language version string: 4.60For example, when i wanna use amd-gpu-pro for steam;
progl steam is right?
Offline
Pages: 1