[Pardus-kullanicilari] ati x550 xtx ekran kartı sorunu
Aydin Deniz Senler
asenler at yahoo.com
9 Eyl 2007 Paz 21:45:42 EEST
Bende de Ati X550 kartı var. Artık Beryl'in yerine
Compiz-Fusion çıktığı için
onu kurdum, gayet güzel çalışıyor.
Siz de aynısını yapmak istiyorsanız şayet,
öncelikle depodan kurduğunuz pisi
uzantılı Ati ekran kartı sürücüsünü
kaldırmanız ve yeniden başlatarak
Pardus'la gelen open-Ati sürücüne dönmeniz gerek.
Sonra xorg.conf dosyasını
ayarlamanız gerekiyor.
Kendi xorg.conf dosyamı aşağıya kopyaladım. Bir
de siz deneyin isterseniz:
Kolay gelsin.
Section "Module"
Load "dbe" # Double buffer extension
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise
the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "record"
Load "xtrap"
Load "glx"
Load "dri"
Load "v4l"
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
Section "dri"
Mode 0666
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/dejavu/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/TrueType/"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/encodings/"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "True"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "trq"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "Buttons" "5"
EndSection
Section "Device"
Screen 0
Identifier "VideoCard0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV410 [Radeon X700]"
# BusID "PCI:1:0:1"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Device"
Screen 1
Identifier "VideoCard1"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV410 [Radeon X700]"
# BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5-50
VertRefresh 50-70
EndSection
Section "Screen"
Identifier "Screen0"
Device "VideoCard0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
# Multihead stuff
# Screen 0 "Screen0" 0 0
# Screen 1 "Screen1" RightOf "Screen0"
Option "Xinerama" "off"
Option "Clone" "off"
Option "AIGLX" "true"
EndSection
08 Eyl 2007 Cts tarihinde, mustafa özbakır şunları
yazmıştı:
> ati x550 xtx ekran kartım var fakat wiki de
söylenenleri yapmama rağmen
> ekran kartımı tanıtamadım.berly kurmaya
çalıştım oda olmadı.kde yi yeniden
> başlattığımda şifre ekranı geliyor.şifreyi
girdiğimde ekran yeniden
> başlıyor tekrar şifre ekranına
dönüyor.Bilgisayarımı sadece xorg.conf
> dosyası aşağıdaki şekilde iken açabiliyorum.
>
>
>
################################################################
> #
> # Autoconfigured config file for Xorg
> # Created by Zorg 0.5 on Thu Sep 6 19:05:49 2007
> #
> # ESSENTIAL:
bf61367125bbf6f2a564a186838f4b66218ca05a
> #
>
> Section "Module"
> Load "dbe" # Double buffer extension
> Load "extmod"
> SubSection "extmod"
> Option "omit xfree86-dga" # don't initialise
the DGA extension
> EndSubSection
> Load "type1"
> Load "freetype"
> Load "record"
> Load "xtrap"
> Load "glx"
> Load "dri"
> Load "v4l"
>
> EndSection
>
> Section "Extensions"
> # Option "Composite" "enable"
> EndSection
>
> Section "dri"
> Mode 0666
> EndSection
>
> Section "Files"
> RgbPath "/usr/lib/X11/rgb"
> FontPath "/usr/share/fonts/misc/"
> FontPath "/usr/share/fonts/dejavu/"
> FontPath "/usr/share/fonts/TTF/"
> FontPath "/usr/share/fonts/freefont/"
> FontPath "/usr/share/fonts/TrueType/"
> FontPath "/usr/share/fonts/corefonts"
> FontPath "/usr/share/fonts/Speedo/"
> FontPath "/usr/share/fonts/Type1/"
> FontPath "/usr/share/fonts/100dpi/"
> FontPath "/usr/share/fonts/75dpi/"
> FontPath "/usr/share/fonts/terminus/"
> FontPath "/usr/share/fonts/encodings/"
> EndSection
>
> Section "ServerFlags"
> Option "AllowMouseOpenFail" "True"
> Option "BlankTime" "0"
> Option "StandbyTime" "0"
> Option "SuspendTime" "0"
> Option "OffTime" "0"
>
> EndSection
>
> Section "InputDevice"
> Identifier "Keyboard0"
> Driver "kbd"
> Option "AutoRepeat" "500 30"
> Option "XkbModel" "pc105"
> Option "XkbLayout" "trq"
> EndSection
>
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "ExplorerPS/2"
> Option "Device" "/dev/input/mice"
> Option "ZAxisMapping" "4 5 6 7"
> Option "Buttons" "5"
> EndSection
>
>
>
> Section "Device"
> Screen 0
> Identifier "VideoCard0"
> Driver "vesa"
> VendorName "None"
> BoardName "None"
> # BusID "PCI:4:0:1"
> EndSection
>
> Section "Device"
> Screen 1
> Identifier "VideoCard1"
> Driver "None"
> VendorName "None"
> BoardName "None"
> # BusID "PCI:4:0:0"
> EndSection
>
>
> Section "Monitor"
> Identifier "Monitor0"
> VendorName "Unknown"
> ModelName "Unknown"
> HorizSync 31.5-50
> VertRefresh 50-70
>
>
> EndSection
>
>
> Section "Screen"
> Identifier "Screen0"
> Device "VideoCard0"
> Monitor "Monitor0"
> DefaultDepth 16
> Subsection "Display"
> Depth 16
> Modes "800x600" "640x480"
> EndSubsection
> EndSection
>
>
> Section "ServerLayout"
> Identifier "Simple Layout"
> Screen "Screen0"
> InputDevice "Mouse0" "CorePointer"
>
> InputDevice "Keyboard0" "CoreKeyboard"
> # Multihead stuff
> # Screen 0 "Screen0" 0 0
> # Screen 1 "Screen1" RightOf "Screen0"
> Option "Xinerama" "off"
> Option "Clone" "off"
> EndSection
___________________________________________________________________
Yahoo! kullaniyor musunuz? http://tr.mail.yahoo.com
Istenmeyen postadan biktiniz mi? Istenmeyen postadan en iyi korunma
Yahoo! Posta'da
Pardus-kullanicilari mesaj listesiyle ilgili
daha fazla bilgi