Sis Mirage 3 Graphics Ekran Kartı Sorunu Çözümü

Başlatan anonymuser, 16 Kasım 2020 - 17:49:51

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

anonymuser

İlk Önce Masaüstünde xorg.conf adlı bir dosya oluşturun sonra içine aşşağıdaki kodları yapıştırın sonra terminali açın ve sudo -s yazıp şifrenizi yazın ve dosya masaüstünde olduğu için şu komutu yazın  cp Masaüstü/xorg.conf /etc/X11/xorg.conf


xorg.conf adlı dosyaya yapıştıracağınız kodlar:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xor

Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
BusID "PCI:1:0:0"
Option "EnableSiSCtrl" "yes"
Option "ForceCRT1Type" "VGA"
Option "ForceCRT2Type" "LCD"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS"
HorizSync 31-64
VertRefresh 50-75
Gamma 1.000 1.000 1.000
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection


Sonra Şu Komutları Yazın

sudo bash
echo blacklist vga16fb > /etc/modprobe.d/blacklist-vga16fb.conf
update-initramfs -u

Burada İşlem Bitene Kadar Bekleyin Sonra Bilgisayarı Yeniden Başlatın Ve İşlem Tamam Kodlardaki En Yüksek Çözünürlük Ayarı Mutlaka 1024X768 Olsun Çünkü 1280x800 Yaparsanız Kasma Sorunu Olacaktır

Hatam Varsa Kusuruma Bakmayın

İyi Günler

anonymuser

xorg.conf adlı dosyaya yapıştıracağınız kodları verdiğim yerde sudo bash ile başlayan bir komut var oradaki komutu terminale yazacaksınız yani cp Masaüstü/xorg.conf /etc/X11/xorg.conf komutundan sonra terminale yazın