Linux sistemde Ati Ekran Kartı üzerinde Birden çok monitör Uygulaması

Ekran kartlarının birden çok monitörü rahatlıkla destekleyebildiği günümüzde bu uygulamayı denememek olmazdı. Laptop ve Philips LCD monitör ile denedim çok güzel bir sonuç aldım herkese de tavsiye ederim. Elimizdekilerin listesi;


  • Acer Aspire 6530 laptop,
  • Ati radeon ekran kartı,
  • Kubuntu 9.04 işletim sistemi 2.6.28-11 kernel
  • İkinci monitör olarak Philips 170S LCD monitör

Ati nin catalyst adı verilen ekran kartı ayarlarını kontrol edebileceğimiz sistem paketi sistemde yüklü ise aticonfig adı verilen konsoldan çalıştırılan komut da sistemimizde yüklü demektir. Bu tarz direk xorg.conf u değiştirecek denemeler yapmadan önce bu dosyanın yedeğini almada fayda var. Aticonfig kendisi her değişiklikte bir backup dosyası yaratıyor ama yine de ben manuel olarak işlemlere başlamadan evvel kendi yedeğinizi almayı öneririm. Ben şu linkten faydalandım;

http://gofedora.com/how-to-configure-dual-display-ati-radeon-fglrx-xinerama/

Aslında yapılan basit;

sudo aticonfig --initial=dual-head --screen-layout=left --xinerama=on

Bu komut sayesinde sistemde iki monitör kullanacağımızı ve ana ekranın solda duran ekran olduğunu söylüyoruz. Sağdaki ekran soldakinin bir uzantısı şeklinde çalışacak ve açılışta boş görünecek.


sudo aticonfig --resolution=0,1366x768 --resolution=1,1280x1024

Bu komut sayesinde kullancağımız monitörlerin çözünürlüklerini belirliyoruz. Monitörlerin özelliklerini bilmek önemli. Ben burda laptopumun ve Philips LCD monitörün çözünürlüklerini girdim. Sizin kullanılacak cihazlara göre bu çözünürlükler farklılıklar gösterebilir.

sudo aticonfig --hsync=0,30-60 --hsync=1,28-96 --vrefresh=0,30-60 --vrefresh=1,43-60


Bu komut sayesinde kullancağımız monitörlerin yenilenme frekanslarını belirliyoruz. Burda da verilecek olan değerler önemli zira monitörünüzün verilen frekansları desteklemesi gerekiyor.

Bütün bu bilgiler uygun şekilde girildiğinde ve sistem yeniden başlatıldığında, iki monitörlü sisteminiz hazır oluyor. Aşağıdaki resimde laptop + Philips LCD monitör ile kurduğum çift monitörlü sistemde iki ayrı ekranda Family Guy ın iki ayrı bölümünün oynadığını görebilirsiniz. Benim sistemime ait xorg.cof dosyası da aşağıdaki şekildedir..

20091015-IMG_5375


# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
    Screen         "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
EndSection

Section "Files"
EndSection

Section "Module"
    Load  "glx"
EndSection

Section "ServerFlags"
    Option        "Xinerama" "on"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    HorizSync    30.0 - 60.0
    VertRefresh  30.0 - 60.0
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-1"
    HorizSync    28.0 - 96.0
    VertRefresh  43.0 - 60.0
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    Option        "EnableMonitor" "crt1,lvds,tv,tmds1,crt2,tmds2,cv,tmds2i"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-1"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
    Screen      1
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1366x768"
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-1"
    Device     "aticonfig-Device[0]-1"
    Monitor    "aticonfig-Monitor[0]-1"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1280x1024"
    EndSubSection
EndSection






--
iyte-sukruozan-imza
Şükrü OZAN




Comments

Popular posts from this blog

Latex'te Denklem İçerisine Ufak Boşluklar Koymak

LaTeX'te Sunum Hazırlamak

Octave'da Grafik Çizdirme