Linux Mint Zorin Kurdum Hata Veriyor Çözünürlük Sorunu Var 800x600 den başka Olmuyor Windows ta İken 1280x740 oluyor du Ekran Kartım ; Sis Mirage 672 256 Mb Linux Driveri Var mı Yada Başka Bir Çözüm Yolu Var 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
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
Bide ekran acayip kasarsa mx linuxu öneririm aynı kartı kullandım mx linux oto olarak 1024*768 çözünürlük de geliyor çözünürlük az gibi gelecek ama gayet yeterli olacak hatta her işi hallecebilecek kadar iyi :)
< Bu mesaj bu kişi tarafından değiştirildi anonymuser -- 23 Aralık 2020; 21:28:7 >
Edit: [Nasıl] Ubuntu 12.04 LTS için Sis Video Çözünürlük Ekleme (ubuntu-tr.net) böyle bir post buldum ama
< Bu mesaj bu kişi tarafından değiştirildi loradona -- 23 Aralık 2020; 18:20:50 >
İ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
1024x768 800x600 640x480
< Bu mesaj bu kişi tarafından değiştirildi anonymuser -- 23 Aralık 2020; 21:28:7 >