[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: system freeze



mick crane composed on 2022-04-20 20:58 (UTC+0100):

> $ inxi -SGayz
> Graphics:
>    Device-1: AMD Pitcairn LE GL [FirePro W5000] vendor: Dell driver: radeon
>      v: kernel alternate: amdgpu pcie: gen: 3 speed: 8 GT/s lanes: 16 ports:
>      active: DP-1 empty: DP-2,DVI-I-1 bus-ID: 03:00.0 chip-ID: 1002:6809
>      class-ID: 0300
>    Display: x11 server: X.Org v: 1.21.1.3 compositor: xfwm v: 4.16.1 driver:
>      X: loaded: radeon unloaded: fbdev,modesetting,vesa gpu: radeon
>      display-ID: :0.0 screens: 1

You left out the S part of inxi -SGayz, so we don't see the kernel parameters to confirm whether radeon.si_support=0 amdgpu.si_support=1 was in effect on the current boot.

> Is there some syntax error.  Do I need this
> MatchDriver "amdgpu"
> and
> Identifier "DefaultDevice"
 
IIRC I've only ever used it without the MatchDriver line, which is a test, I think of the loaded kernel GPU device driver.

# egrep -B2 -A2 'amd|modes' /etc/X11/xorg.conf.d/*.conf
/etc/X11/xorg.conf.d/15-ddxdrv.conf-Section "Device"
/etc/X11/xorg.conf.d/15-ddxdrv.conf-  Identifier "DDX"
/etc/X11/xorg.conf.d/15-ddxdrv.conf:#   MatchDriver "amdgpu"
/etc/X11/xorg.conf.d/15-ddxdrv.conf:#   Driver "amdgpu"
/etc/X11/xorg.conf.d/15-ddxdrv.conf-#   MatchDriver "intel"
/etc/X11/xorg.conf.d/15-ddxdrv.conf-#   Driver "intel"
/etc/X11/xorg.conf.d/15-ddxdrv.conf:#   MatchDriver "modesetting"
/etc/X11/xorg.conf.d/15-ddxdrv.conf:    Driver "modesetting"
/etc/X11/xorg.conf.d/15-ddxdrv.conf-#   MatchDriver "nouveau"
/etc/X11/xorg.conf.d/15-ddxdrv.conf-#   Driver "nouveau"
# inxi -SGayz --display :0
System:
  Kernel: 5.16.0-4-amd64 x86_64 bits: 64 compiler: gcc v: 11.2.0 parameters: ro
    root=LABEL=<filter> net.ifnames=0 ipv6.disable=1 noresume mitigations=auto
    consoleblank=0 plymouth.enable=0 radeon.si_support=0 amdgpu.si_support=1
    vga=791 video=1600x900@60 5
  Console: pty pts/0 DM: TDM Distro: Debian GNU/Linux bookworm/sid
Graphics:
  Device-1: AMD Oland [Radeon HD 8570 / R5 430 OEM R7 240/340 Radeon 520 OEM]
    vendor: Dell driver: amdgpu v: kernel alternate: radeon pcie: gen: 1
    speed: 2.5 GT/s lanes: 8 link-max: gen: 3 speed: 8 GT/s ports:
    active: DP-1 empty: DVI-I-1 bus-ID: 01:00.0 chip-ID: 1002:6611
    class-ID: 0300
  Display: server: X.org v: 1.21.1.3 driver: X: loaded: modesetting
    gpu: amdgpu display-ID: 00srv.ij.net:0 tty: 189x50
  Monitor-1: DP-1 model: Acer K272HUL serial: <filter> built: 2018
    res: 2560x1440 dpi: 109 gamma: 1.2 size: 598x336mm (23.5x13.2")
    diag: 686mm (27") ratio: 16:9 modes: max: 2560x1440 min: 720x400
  Message: GL data unavailable in console for root.
# egrep -i 'amdgpu|modeset' /var/log/Xorg.0.log | wc -l
395
# egrep -i 'amdgpu|modeset' /var/log/Xorg.0.log | tail -n6
[   171.448] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   171.448] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   171.448] (II) modeset(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[   171.448] (II) modeset(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   171.448] (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   171.467] (II) modeset(0): Disabling kernel dirty updates, not required.
-- 
Evolution as taught in public schools is, like religion,
	based on faith, not based on science.

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata


Reply to: