Archlinux kullanan arkadaşlar

Başlatan cemoli, 29 Mayıs 2010 - 09:53:24

« önceki - sonraki »

0 Üyeler ve 2 Ziyaretçi konuyu incelemekte.

cemoli

acaba sizden eğer kwin efekti yada compiz kullanıyorsanız ve ati ekran kartı kullanıyorsanız bunu nasıl yaptığınızı sorabilirmiyim

ve bide mümkünse  xorg.conf  dosyanızın çıktısını bi zahmet alayım  :D
Linux'u Seviyoruuuuuuum ;D


utdmr

ATI ekran kartı kullanıyorum. Xorg.conf'um yok, hal'ı açtığımdan X otomatik olarak donanımlarımı tanıyor. "xf86-video-ati" sürücüsünü yükledim. KDE kurulu ve KWin sorunsuz çalışıyor.
[utdmr@utdmr-arch media]$ lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc RV505 [Radeon X1550 Series]
[utdmr@utdmr-arch media]$ cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: Böyle bir dosya ya da dizin yok
[utdmr@utdmr-arch media]$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI R300 (RV515 7143) 20090101  TCL DRI2
Kişisel Blogum: Çoğunlukla Zararsız - cogunluklazararsiz.org
--
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -and a lot of courage- to move in the opposite direction.

cemoli

ilgi  ve biilgi için teşekkürler ama ben sorunu kökten çözdüm

nasılmı  şööle

archlinuxtr deposundan orjin ati sürücüsü yükledim xorg.conf dosyamda ayar yaptım ve oldu  :D
Linux'u Seviyoruuuuuuum ;D


utdmr

Ben de onu becerememiştim, siz nasıl yaptığınızı anlatır mısınız, özellikle Xorg ayarlarını?
Kişisel Blogum: Çoğunlukla Zararsız - cogunluklazararsiz.org
--
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -and a lot of courage- to move in the opposite direction.

if

#4
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc/"
    FontPath     "/usr/share/fonts/TTF/"
    FontPath     "/usr/share/fonts/OTF/"
    FontPath     "/usr/share/fonts/Type1/"
    FontPath     "/usr/share/fonts/100dpi/"
    FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load  "record"
    Load  "dri2"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
    Load  "dbe"
        Load  "drm"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    #DisplaySize      330   210    # mm
    Identifier   "Monitor0"
    VendorName   "SEC"
    ModelName    "3245"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "Dac8Bit"                # [<bool>]
        #Option     "BusType"                # [<str>]
        #Option     "CPPIOMode"              # [<bool>]
        #Option     "CPusecTimeout"          # <i>
        Option     "AGPMode"                 "4"
        #Option     "AGPFastWrite"           # [<bool>]
        #Option     "AGPSize"                # <i>
        #Option     "GARTSize"               # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnableDepthMoves"       # [<bool>]
        Option     "EnablePageFlip"         "on"
        #Option     "NoBackBuffer"           # [<bool>]
        #Option     "DMAForXv"               # [<bool>]
        #Option     "FBTexPercent"           # <i>
        #Option     "DepthBits"              # <i>
        #Option     "PCIAPERSize"            # <i>
        #Option     "AccelDFS"               # [<bool>]
        #Option     "IgnoreEDID"             # [<bool>]
        #Option     "CustomEDID"             # [<str>]
        #Option     "DisplayPriority"        # [<str>]
        #Option     "PanelSize"              # [<str>]
        #Option     "ForceMinDotClock"       # <freq>
        Option     "ColorTiling"            "on"
        #Option     "VideoKey"               # <i>
        #Option     "RageTheatreCrystal"     # <i>
        #Option     "RageTheatreTunerPort"     # <i>
        #Option     "RageTheatreCompositePort"     # <i>
        #Option     "RageTheatreSVideoPort"     # <i>
        #Option     "TunerType"              # <i>
        #Option     "RageTheatreMicrocPath"     # <str>
        #Option     "RageTheatreMicrocType"     # <str>
        #Option     "ScalerWidth"            # <i>
        #Option     "RenderAccel"            # [<bool>]
        #Option     "SubPixelOrder"          # [<str>]
        Option     "ClockGating"            "on"
        #Option     "VGAAccess"              # [<bool>]
        #Option     "ReverseDDC"             # [<bool>]
        #Option     "LVDSProbePLL"           # [<bool>]
        #Option     "AccelMethod"            # <str>
        Option     "DRI"                    "on"
        #Option     "ConnectorTable"         # <str>
        #Option     "DefaultConnectorTable"     # [<bool>]
        #Option     "DefaultTMDSPLL"         # [<bool>]
        #Option     "TVDACLoadDetect"        # [<bool>]
        #Option     "ForceTVOut"             # [<bool>]
        #Option     "TVStandard"             # <str>
        #Option     "IgnoreLidStatus"        # [<bool>]
        #Option     "DefaultTVDACAdj"        # [<bool>]
        #Option     "Int10"                  # [<bool>]
        #Option     "EXAVSync"               # [<bool>]
        #Option     "ATOMTVOut"              # [<bool>]
        #Option     "R4xxATOM"               # [<bool>]
        #Option     "ForceLowPowerMode"      # [<bool>]
        Option     "DynamicPM"              "on"
        #Option     "NewPLL"                 # [<bool>]
        #Option     "ZaphodHeads"            # <str>
    Identifier  "Card0"
    Driver      "radeon"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Extensions"
     Option "Composite" "Enable"
EndSection

Section "InputClass"
    Identifier             "Keyboard Defaults"
    MatchIsKeyboard       "yes"
    Option               "XkbLayout" "tr"
EndSection


Linux arch 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 07:17:20 UTC 2010 i686 Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux

lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Mobility Radeon X300]


Compizi kurdum ama ayarlarını henüz yapmadım. xorg.conf dosyasında tam olarak neleri değiştirdiğimi hatırlayamıyorum, "Extensions" ve "DRI" kısımlarını elle girmiştirm. Arch başlangıç rehberinden yapmıştım çoğu işimi. Compizin düzgün çalışığ çalışmadığını kontrol etmek için "compiz-check" betiğini çalıştırmıştım. Aşağıdaki linkten indirilebilinir.

http://forlong.blogage.de/entries/pages/Compiz-Check

utdmr

@ngdg;

Teşekkürler anlatımınız için, şimdilik bilgisayar biraz önemli, en yakın boş zamanımda deneyeceğim Catalyst sürücüsünü. Malesef ki açık kaynaklı sürücüden 3D performansı daha iyi.
Kişisel Blogum: Çoğunlukla Zararsız - cogunluklazararsiz.org
--
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -and a lot of courage- to move in the opposite direction.

if

Alıntı yapılan: utdemir - 29 Mayıs 2010 - 13:54:33
@ngdg;

Teşekkürler anlatımınız için, şimdilik bilgisayar biraz önemli, en yakın boş zamanımda deneyeceğim Catalyst sürücüsünü. Malesef ki açık kaynaklı sürücüden 3D performansı daha iyi.

Rica ederim @utdemir. Yalnız ben açık kaynak sürücüleri kullanıyorum çünkü ATI benim ekran kartıma desteği kaldırdı haliyle Arch'ta da catalyst sürücüleri yok. xorg.conf dosya ayarlarını tam olarak yapmadım, uğraşmaya eriniyorum:) Değiştirdikçe dosyayı günceller, değişiklikleri nasıl yaptığımı ve ne etkileri olduğunu anlatmaya çalışırım.

cemoli

şimdi arkadaşlar şööle oluyo

önce pacman.conf dosyasının en altına bunları giriyoruz

[archlinuxtr]
Server = http://archlinux.org.tr/repo/i686

sonra #pacman -Syu ile güncelleme yapıyoruz

sonra  #pacman -S catalyst

yaklaşık 16 mb txz dosyası

önce sizden şunalrı kaldırmanızı istiyor (ati-dri,libgl,ve o an kurulu açık kaynak sürücü)
kaldırınca indirme başlıyor ve kurulum çabucak bitiyor

sonra şööle bi komut veriyoz

modprobe fglrx


ondan sonra herhangi bi editör ile şu dosyaya giriyoz

aticonfig --initial --input=/etc/X11/xorg.conf



en altta şunların olması gerek mutlaka(örnek olarak)

Section "Device"
   Identifier  "Card0"
   Driver      "fglrx"
   VendorName  "ATI Technologies Inc"
   BoardName   "Radeon Mobility X1400"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth   24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "DRI"
   Mode 0666
EndSection


ondan sonra /etc/rc.conf dosyasındaki Hardware bölümünde bulunan () kısmına şööle yazıyoz
(fglrx)

ondan sonra güzel bi reboot attıktan sonra kapalı kaynaklı ekranımızı güle güle kullanıyoz  ;D


Linux'u Seviyoruuuuuuum ;D