Merhaba; şöyle bir anlatım buldum.
https://wiki.debian.org/AtiHowToBu anlatıma göre bende eksik olan "firmware-linux-nonfree" adlı paketi yükleyince durum düzeldi.
Bu seferde web sayfalarında gezinirken, pencereleri taşırken vs. hafif takılmalar donmalar vs. oluyor.
:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1600 x 900, maximum 16384 x 16384
HDMI-0 disconnected (normal left inverted right x axis y axis)
VGA-0 connected 1600x900+0+0 (normal left inverted right x axis y axis) 434mm x 236mm
1600x900 60.0*+
1280x1024 75.0 60.0
1280x720 60.0
1024x768 75.1 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 72.8 75.0 66.7 60.0
720x400 70.1
DVI-0 disconnected (normal left inverted right x axis y axis)
:~$ Yukarıdaki anlatımda şöyle bir açıklama var;
The following optional configuration can be used to increase 3D performance. See the
xorg.conf(5) and
radeon(4) manual pages for more information.
(Aşağıdaki isteğe bağlı yapılandırma 3D performansı artırmak için kullanılabilir. Daha fazla bilgi için
xorg.conf(5) ve
radeon(4) kılavuz sayfalarına bakınız.)
Bu aşağıdaki kodları düzenlemeye gerek var mı yoksa "/etc/X11/xorg.conf" adlı dosyaya kaydetsem yeterli olur mu?
Section "Device"
Driver "radeon"
Identifier "My GPU"
...
Option "AccelMethod" "XAA"
# XAA/EXA
Option "AccelDFS" "1"
# 1/0 On for PCIE, off for AGP
# Manpage: Use or don't use accelerated EXA DownloadFromScreen hook
# when possible.
Option "AGPMode" "1"
# 1-8 Does not affect PCIE models.
Option "AGPFastWrite" "1"
# 1/0 Does not affect PCIE models. Not recommended.
Option "GARTSize" "64"
# 0-64 Megabytes of gart (system) memory used.
# Wrongly defaults to 8MB sometimes, see your logfile.
# Bigger seems better.
Option "EnablePageFlip" "1"
# 1/0 Increases 3D performance substantially
# seemingly in XAA mode only
Option "ColorTiling" "1"
# 1/0 Increases 3D performance substantially
# affected stability only positively on my system
EndSection