maalesef bir değişim olmadı

Bu işlemleri yaptıktan sonra bu olayı yaşadım başka türlü geri alma şansımız yok mu bunları ?
sudo rm -f /etc/X11/xorg.conf.d/20-intel.conf
bu şekilde geri aldım fakat bir şey olmadı.
Öncelikle aşağıdaki komutla Intel GPU için klasik sürücüyü ve UXA hızlandırmayı etkinleştirmeyi deneyelim.
Kod: [Seç]
sudo mkdir -p /etc/X11/xorg.conf.d/ && echo -e 'Section "Device"\n Identifier "Intel Graphics"\n Driver "Intel"\n Option "AccelMethod" "uxa"\nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf
Ayrıca aşağıdaki komutlarla fastboot değişkenini etkinleştirmeyi deneyebilirsiniz.
Kod: [Seç]
echo 'GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX i915.fastboot=1"' | sudo tee /etc/default/grub.d/fastboot.cfg
Kod: [Seç]
sudo update-grub