araştırırken aşağıdaki kaynağı buldum ve şimdi oldu onuda aşağıda paylaşıyorum.. yardımlarınızdan ötürü teşekkür ediyorum..
Standart Ubuntu sis ekran kartı çözünürlük problemi çözümü
4 gündür ekran çözünürlüğü ile uğraştım ama sonunda deneme yanılma yöntemiylede olsa çözüm yolunu buldum ben çok çile çektim başka kimse çekmesin diye detaylı bir şekilde çözümü anlatmaya kadar verdim
1. Adım.
İlk olarak xorg.conf dosyası oluşturmamız gerekiyor /etc/X11/ dizininin içerisine bunu nasıl yapıyoruz hemen anlatıyorum
masaüstü ne gelin ve sağ tık yapıp belge oluştura gelin ve boş dosya diyin dosya açıldığı zaman içerisine aşağıdaki kodları yapıştırın
# 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 "1280x800" "1024x768" "800x600"
EndSubSection
EndSection
kodları yapıştırıp kaydedin ve çıkın. sonra sağ tık yapıp özelliklerine girin ve dosyanın ismini xorg.conf olarak değiştirin
şimdi bu dosyayı /etc/X11 dizinine atmamız gerekiyor onun içinde Uçbirim i açıp sudo -s komutu ile root oluyoruz ve sonra aşağıdaki komutu yazıyoruz
cp Masaüstü/xorg.conf /etc/X11/xorg.conf
komutu yazdıktan sonra xorg.conf dosyası /etc/X11 dosyasının içerisine kopyalandı şimdide son olarak aşağıdaki komutları Uçbirim e yazıyoruz ve pc yi yeniden başlatıyoruz
sudo bash
echo blacklist vga16fb > /etc/modprobe.d/blacklist-vga16fb.conf
update-initramfs -u
NOT : xorg.conf dosyası için verdiğim kodların içerisindeki ekran çözünürlüğünüzü kendi pc nize göre düzenleyebilirsiniz
Modes "1280x800" "1024x768" "800x600"
bu kısmı yani
Allah razı olsun derseniz kafi
ALLAH YARDIMCINIZ OLSUN