Çözüldü Debian 11 Bullseye GNOME nasıl hızlandırılır?

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.

eth

Hectopat
Katılım
19 Nisan 2020
Mesajlar
3.354
Makaleler
2
Çözümler
9
Bugün Debian 11 Bullseye + GNOME kurdum fakat diğer dağıtımlara göre aşırı yavaş çalışıyor. Web sitelerini aşağıya doğru kaydırınca çok yavaş, GNOME diğer dağıtımlara göre çok daha ağır çalışıyor. Birkaç GB RAM ile Windows 10 çalıştırıyormuşum gibi geliyor. Nasıl hızlandırabilirim bu dağıtımı?
 
Çözüm
OpenGL: renderer: llvmpipe (LLVM 11.0.1 128 bits) v: 4.5 Mesa 20.3.5

Şu an donanımsal hızlandırma etkin değil. AMD GPU için gerekli firmware paketini kurup yeniden başlat.

Kod:
su
apt update ; apt install firmware-amd-graphics
Rica ederim. Sistemini yeniden başlattıysan, inxi -Gx çıktısını paylaş bakalım.
Kod:
baris@debian:~$ inxi -Gx
Graphics:
  Device-1: AMD Oland PRO [Radeon R7 240/340] vendor: PC Partner Limited
  driver: radeon v: kernel bus ID: 01:00.0
  Display: wayland server: X.Org 1.20.11 compositor: gnome-shell driver:
  loaded: ati,vesa unloaded: fbdev,modesetting,radeon
  resolution: 1680x1050~60Hz
  OpenGL: renderer: AMD OLAND (DRM 2.50.0 5.10.0-9-amd64 LLVM 11.0.1)
  v: 4.5 Mesa 20.3.5 direct render: Yes
 
loaded: ati,vesa unloaded: fbdev,modesetting,radeon

Sistemini yeniden başlattın mı? Radeon hâlâ unloaded görünüyor. Gerçi donanımsal hızlandırma etkin şu an. Sorunu çözmeye çalışmak için herhangi bir yapılandırma dosyası oluşturduysan bilgi verirsin. Bir de şunların çıktısını paylaş bakalım.

Kod:
grep ^ /usr/share/X11/xorg.conf.d/* /etc/X11/xorg.conf /etc/X11/xorg.conf.d/*

dpkg -l | grep xserver-xorg
 
Sistemini yeniden başlattın mı?
Evet yeniden başlatmıştım şimdi tekrardan başlattım. inxi -Gx çıktısı:

Kod:
baris@debian:~$ inxi -Gx
Graphics:
  Device-1: AMD Oland PRO [Radeon R7 240/340] vendor: PC Partner Limited
  driver: radeon v: kernel bus ID: 01:00.0
  Display: wayland server: X.Org 1.20.11 compositor: gnome-shell driver:
  loaded: ati,vesa unloaded: fbdev,modesetting,radeon
  resolution: 1680x1050~60Hz
  OpenGL: renderer: AMD OLAND (DRM 2.50.0 5.10.0-9-amd64 LLVM 11.0.1)
  v: 4.5 Mesa 20.3.5 direct render: Yes

grep ^ /usr/share/X11/xorg.conf.d/* /etc/X11/xorg.conf /etc/X11/xorg.conf.d/* çıktısı:

Kod:
baris@debian:~$ grep ^ /usr/share/X11/xorg.conf.d/* /etc/X11/xorg.conf /etc/X11/xorg.conf.d/*
/usr/share/X11/xorg.conf.d/10-amdgpu.conf:Section "OutputClass"
/usr/share/X11/xorg.conf.d/10-amdgpu.conf:    Identifier "AMDgpu"
/usr/share/X11/xorg.conf.d/10-amdgpu.conf:    MatchDriver "amdgpu"
/usr/share/X11/xorg.conf.d/10-amdgpu.conf:    Driver "amdgpu"
/usr/share/X11/xorg.conf.d/10-amdgpu.conf:EndSection
/usr/share/X11/xorg.conf.d/10-quirks.conf:# Collection of quirks and blacklist/whitelists for specific devices.
/usr/share/X11/xorg.conf.d/10-quirks.conf:
/usr/share/X11/xorg.conf.d/10-quirks.conf:
/usr/share/X11/xorg.conf.d/10-quirks.conf:# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
/usr/share/X11/xorg.conf.d/10-quirks.conf:# http://bugs.freedesktop.org/show_bug.cgi?id=22442
/usr/share/X11/xorg.conf.d/10-quirks.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Identifier "ThinkPad HDAPS accelerometer blacklist"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        MatchProduct "ThinkPad HDAPS accelerometer data"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Option "Ignore" "on"
/usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection
/usr/share/X11/xorg.conf.d/10-quirks.conf:
/usr/share/X11/xorg.conf.d/10-quirks.conf:# https://bugzilla.redhat.com/show_bug.cgi?id=523914
/usr/share/X11/xorg.conf.d/10-quirks.conf:# Mouse does not move in PV Xen guest
/usr/share/X11/xorg.conf.d/10-quirks.conf:# Explicitly tell evdev to not ignore the absolute axes.
/usr/share/X11/xorg.conf.d/10-quirks.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Identifier "Xen Virtual Pointer axis blacklist"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        MatchProduct "Xen Virtual Pointer"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Option "IgnoreAbsoluteAxes" "off"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Option "IgnoreRelativeAxes" "off"
/usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection
/usr/share/X11/xorg.conf.d/10-quirks.conf:
/usr/share/X11/xorg.conf.d/10-quirks.conf:# https://bugs.freedesktop.org/show_bug.cgi?id=55867
/usr/share/X11/xorg.conf.d/10-quirks.conf:# Bug 55867 - Doesn't know how to tag XI_TRACKBALL
/usr/share/X11/xorg.conf.d/10-quirks.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Identifier "Tag trackballs as XI_TRACKBALL"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        MatchProduct "trackball"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        MatchDriver "evdev"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Option "TypeName" "TRACKBALL"
/usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection
/usr/share/X11/xorg.conf.d/10-quirks.conf:
/usr/share/X11/xorg.conf.d/10-quirks.conf:# https://bugs.freedesktop.org/show_bug.cgi?id=62831
/usr/share/X11/xorg.conf.d/10-quirks.conf:# Bug 62831 - Mionix Naos 5000 mouse detected incorrectly
/usr/share/X11/xorg.conf.d/10-quirks.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        MatchProduct "La-VIEW Technology Naos 5000 Mouse"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        MatchDriver "evdev"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Option "TypeName" "MOUSE"
/usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection
/usr/share/X11/xorg.conf.d/10-radeon.conf:Section "OutputClass"
/usr/share/X11/xorg.conf.d/10-radeon.conf:    Identifier "Radeon"
/usr/share/X11/xorg.conf.d/10-radeon.conf:    MatchDriver "radeon"
/usr/share/X11/xorg.conf.d/10-radeon.conf:    Driver "radeon"
/usr/share/X11/xorg.conf.d/10-radeon.conf:EndSection
/usr/share/X11/xorg.conf.d/40-libinput.conf:# Match on all types of devices but joysticks
/usr/share/X11/xorg.conf.d/40-libinput.conf:#
/usr/share/X11/xorg.conf.d/40-libinput.conf:# If you want to configure your devices, do not copy this file.
/usr/share/X11/xorg.conf.d/40-libinput.conf:# Instead, use a config snippet that contains something like this:
/usr/share/X11/xorg.conf.d/40-libinput.conf:#
/usr/share/X11/xorg.conf.d/40-libinput.conf:# Section "InputClass"
/usr/share/X11/xorg.conf.d/40-libinput.conf:#   Identifier "something or other"
/usr/share/X11/xorg.conf.d/40-libinput.conf:#   MatchDriver "libinput"
/usr/share/X11/xorg.conf.d/40-libinput.conf:#
/usr/share/X11/xorg.conf.d/40-libinput.conf:#   MatchIsTouchpad "on"
/usr/share/X11/xorg.conf.d/40-libinput.conf:#   ... other Match directives ...
/usr/share/X11/xorg.conf.d/40-libinput.conf:#   Option "someoption" "value"
/usr/share/X11/xorg.conf.d/40-libinput.conf:# EndSection
/usr/share/X11/xorg.conf.d/40-libinput.conf:#
/usr/share/X11/xorg.conf.d/40-libinput.conf:# This applies the option any libinput device also matched by the other
/usr/share/X11/xorg.conf.d/40-libinput.conf:# directives. See the xorg.conf(5) man page for more info on
/usr/share/X11/xorg.conf.d/40-libinput.conf:# matching devices.
/usr/share/X11/xorg.conf.d/40-libinput.conf:
/usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Identifier "libinput pointer catchall"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchIsPointer "on"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Driver "libinput"
/usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection
/usr/share/X11/xorg.conf.d/40-libinput.conf:
/usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Identifier "libinput keyboard catchall"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchIsKeyboard "on"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Driver "libinput"
/usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection
/usr/share/X11/xorg.conf.d/40-libinput.conf:
/usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Identifier "libinput touchpad catchall"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchIsTouchpad "on"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Driver "libinput"
/usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection
/usr/share/X11/xorg.conf.d/40-libinput.conf:
/usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Identifier "libinput touchscreen catchall"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchIsTouchscreen "on"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Driver "libinput"
/usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection
/usr/share/X11/xorg.conf.d/40-libinput.conf:
/usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Identifier "libinput tablet catchall"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchIsTablet "on"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Driver "libinput"
/usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Some of the below input classes appear 3x times, once for each of
/usr/share/X11/xorg.conf.d/70-wacom.conf:# "tablet", "touchscreen", and "touchpad" to ensure that the Wacom
/usr/share/X11/xorg.conf.d/70-wacom.conf:# driver is not accidentally bound to other types of hardware that
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Wacom has made which are not handled by the wacom driver (e.g the
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Wacom Bluetooth Keyboard)
/usr/share/X11/xorg.conf.d/70-wacom.conf:#
/usr/share/X11/xorg.conf.d/70-wacom.conf:# https://sourceforge.net/p/linuxwacom/bugs/294/
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Identifier "Wacom USB tablet class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchUSBID "056a:*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchIsTablet "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Identifier "Wacom USB touchscreen class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchUSBID "056a:*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchIsTouchscreen "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Identifier "Wacom USB touchpad class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchUSBID "056a:*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchIsTouchpad "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Identifier "Wacom tablet class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchIsTablet "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Identifier "Wacom touchscreen class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchIsTouchscreen "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Identifier "Wacom touchpad class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchIsTouchpad "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Serial Wacom devices should always be one of tablet, touchscreen, or
/usr/share/X11/xorg.conf.d/70-wacom.conf:# touchpad so we can safely get away with just one match section in
/usr/share/X11/xorg.conf.d/70-wacom.conf:# these cases
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Identifier "Wacom PnP device class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Identifier "Wacom serial class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchProduct "Serial Wacom Tablet"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Identifier "Wacom serial class identifiers"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Hanwang tablets
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Identifier "Hanwang class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchProduct "Hanwang"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Waltop tablets
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Identifier "Waltop class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchProduct "WALTOP"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchIsTablet "on"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:# N-Trig Duosense Electromagnetic Digitizer
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Identifier "Wacom N-Trig class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchProduct "HID 1b96:0001|N-Trig Pen|N-Trig DuoSense"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:    Option "Button2" "3"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
grep: /etc/X11/xorg.conf: No such file or directory
grep: /etc/X11/xorg.conf.d/*: No such file or directory

dpkg -l | grep xserver-xorg çıktısı:

Kod:
baris@debian:~$ dpkg -l | grep xserver-xorg
ii  xserver-xorg                          1:7.7+22                        amd64        X.Org X server
ii  xserver-xorg-core                     2:1.20.11-1                     amd64        Xorg X server - core server
ii  xserver-xorg-input-all                1:7.7+22                        amd64        X.Org X server -- input driver metapackage
ii  xserver-xorg-input-libinput           0.30.0-1                        amd64        X.Org X server -- libinput input driver
ii  xserver-xorg-input-wacom              0.34.99.1-1+b1                  amd64        X.Org X server -- Wacom input driver
ii  xserver-xorg-legacy                   2:1.20.11-1                     amd64        setuid root Xorg server wrapper
ii  xserver-xorg-video-all                1:7.7+22                        amd64        X.Org X server -- output driver metapackage
ii  xserver-xorg-video-amdgpu             19.1.0-2                        amd64        X.Org X server -- AMDGPU display driver
ii  xserver-xorg-video-ati                1:19.1.0-2                      amd64        X.Org X server -- AMD/ATI display driver wrapper
ii  xserver-xorg-video-fbdev              1:0.5.0-1                       amd64        X.Org X server -- fbdev display driver
ii  xserver-xorg-video-intel              2:2.99.917+git20200714-1+b1     amd64        X.Org X server -- Intel i8xx, i9xx display driver
ii  xserver-xorg-video-nouveau            1:1.0.17-1                      amd64        X.Org X server -- Nouveau display driver
ii  xserver-xorg-video-qxl                0.1.5+git20200331-1             amd64        X.Org X server -- QXL display driver
ii  xserver-xorg-video-radeon             1:19.1.0-2                      amd64        X.Org X server -- AMD/ATI Radeon display driver
ii  xserver-xorg-video-vesa               1:2.5.0-1                       amd64        X.Org X server -- VESA display driver
ii  xserver-xorg-video-vmware             1:13.3.0-3                      amd64        X.Org X server -- VMware display driver
 
Gerekli paketler kurulu görünüyor, yapılandırma dosyası da mevcut. Bu aygıt için amdgpu sürücüsünü etkinleştirmeyi deneyelim. Böylesi xorg logları vb.'ni incelemek daha kolay görünüyor şu an. Bunun için aşağıdaki komutları uçbirimde çalıştır ve sistemini yeniden başlat.

Kod:
su
Kod:
mkdir -p /etc/default/grub.d/ ;  touch /etc/default/grub.d/radeon-si.cfg
Kod:
echo 'GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX radeon.si_support=0 amdgpu.si_support=1"' | tee /etc/default/grub.d/radeon-si.cfg
Kod:
update-grub

Yeniden başlatıktan sonra inxi -Gx çıktısını yeniden paylaşırsın.
 
Uçbirimi kapat ve yeni bir uçbirim aç, sonra aşağıdaki komutları dene.

Kod:
su -l
update-grub
Bu işe yaradı.

Yeniden başlatıp aldığım çıktı:
Kod:
baris@debian:~$ inxi -Gx
Graphics:
  Device-1: AMD Oland PRO [Radeon R7 240/340] vendor: PC Partner Limited
  driver: amdgpu v: kernel bus ID: 01:00.0
  Display: wayland server: X.Org 1.20.11 compositor: gnome-shell driver:
  loaded: ati,vesa unloaded: fbdev,modesetting,radeon
  resolution: 1680x1050~60Hz
  OpenGL: renderer: AMD Radeon HD 8500 series (OLAND DRM 3.40.0
  5.10.0-9-amd64 LLVM 11.0.1)
  v: 4.6 Mesa 20.3.5 direct render: Yes
 

Yeni konular

Geri
Yukarı