[Pardus-kullanicilari] Celestia yı çalıştıramadım sorun devam ediyor.

Ziya EKMEKCİ ziya.ekmekci at gmail.com
19 Mar 2007 Pzt 22:03:28 EET


Herkese iyi akşamlar diliyorum...
Onur Bey (onur at pardus.org.tr) yazmış,

bu listeyi pardus-kullanicilari
listesindeki konuşmamizin devami olarak e-posta listesine atar
mısınız ? Aynı sorunu yaşayan kullanıcılar Internet'te arama yaparken
sorunu çözersek çözümden faydalanabilsin


> Intel 800/900 Series VBIOS Hack : version 0.5.2
> Mode 38 : 1280x1024, 8 bits/pixel
> Mode 49 : 1280x1024, 16 bits/pixel
> Mode 58 : 1280x1024, 32 bits/pixel

 Bana bu modlar yanlış gibi geldi. Otomatik ayarlama programı da ekran
kartından mod bilgilerini bu çözünürlükteymiş gibi aldığı için yanlış
ayar yaptı. Bahsettiğim donanım hatası malesef bu, ama çözümü var.

 /etc/conf.d/915resolution dosyasının sonuna

38="1280 800"
49="1280 800"
58="1280 800"


 satırlarını ekleyin (eklemek için sistem programlar -> sistem -> daha
fazla uygulama -> dosya yöneticisi - yetkili kullanıcı aracını
kullanabilirsiniz, ya da xorg.conf değiştirdiğiniz yöntemi
kullanabilirsiniz). Ekledikten sonra bilgisayarınızı baştan başlatın
(tabi xorg.conf da daha önce yaptığınız değişiklik de orada olacak).

 Sorun düzeldi mi ?

 Cevap: Maalesef hala aynı. xorg.conf ve 915 resolution dosyalarının içeriği
aşağıda vakit ayırabilirseniz minnetdar kalacağım. konsoldan çalıştırdığım
915 dosyasıyla -KWrite dosyasının içeriği farklı bu normal bir durum mudur
bilemiyorum.

xorg.conf dosyamın içeriği:

> Intel 800/900 Series VBIOS Hack : version 0.5.2
> Mode 38 : 1280x1024, 8 bits/pixel
> Mode 49 : 1280x1024, 16 bits/pixel
> Mode 58 : 1280x1024, 32 bits/pixel


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"
    Load "synaptics"
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/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 "InputDevice"
    Identifier "Touchpad"
    Driver     "synaptics"
    Option     "Protocol" "auto-dev"
    # Option     "Device" "/dev/input/mouse0"
    Option     "LeftEdge" "1700"
    Option     "RightEdge" "5300"
    Option     "TopEdge" "1700"
    Option     "BottomEdge" "4200"
    Option     "FingerLow" "25"
    Option     "FingerHigh" "30"
    Option     "MaxTapTime" "180"
    Option     "MaxTapMove" "220"
    Option     "VertScrollDelta" "100"
    Option     "MinSpeed" " 0.09"
    Option     "MaxSpeed" "0.18"
    Option     "AccelFactor" " 0.0015"
    Option     "SHMConfig" "true"
    # Option     "ClickTime"  "0"
EndSection


Section "Device"
    Screen 0
    Identifier "VideoCard0"
    Driver     "i810"
    VendorName "Intel Corporation"
    BoardName  "Mobile 915GM/GMS/910GML Express Graphics Controller"
    # BusID      "PCI:00:02:1"
EndSection

Section "Device"
    Screen 1
    Identifier "VideoCard1"
    Driver     "i810"
    VendorName "Intel Corporation"
    BoardName  "Mobile 915GM/GMS/910GML Express Graphics Controller"
    # BusID      "PCI:00:02: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    "1280x800" "800x600" "640x480"
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen      "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Keyboard0" "CoreKeyboard"
    # Multihead stuff
    # Screen      0  "Screen0" 0 0
    # Screen      1  "Screen1" RightOf "Screen0"
    Option      "Xinerama" "off"
    Option      "Clone" "off"
EndSection

915resolution -l komutuyla konsole da açtığımda karşıma çıkan ekran:

Intel 800/900 Series VBIOS Hack : version 0.5.2

Chipset: 915GM
BIOS: TYPE 1
Mode Table Offset: $C0000 + $269
Mode Table Entries: 36

Mode 30 : 640x480, 8 bits/pixel
Mode 32 : 800x600, 8 bits/pixel
Mode 34 : 1024x768, 8 bits/pixel
Mode 38 : 1280x1024, 8 bits/pixel
Mode 3a : 1600x1200, 8 bits/pixel
Mode 3c : 1920x1440, 8 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 45 : 1024x768, 16 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4d : 1920x1440, 16 bits/pixel
Mode 50 : 640x480, 32 bits/pixel
Mode 52 : 800x600, 32 bits/pixel
Mode 54 : 1024x768, 32 bits/pixel
Mode 58 : 1280x1024, 32 bits/pixel
Mode 5a : 1600x1200, 32 bits/pixel
Mode 5c : 1920x1440, 32 bits/pixel
Mode 60 : 512x771, 8 bits/pixel
Mode 61 : 512x771, 16 bits/pixel
Mode 62 : 512x771, 32 bits/pixel
Mode 63 : 2208x771, 8 bits/pixel
Mode 64 : 2208x771, 16 bits/pixel
Mode 65 : 2208x771, 32 bits/pixel

Sistem menüsünden yetkili kullanıcı aracıyla açtığım 915resolution dosyamın
içeriği ise:

# Following list gives which mode shall be set to what. Available mode list
can be
# found with the command "915resolution -l". You can also define the depth
of the mode
#
# Mode = X-resolution Y-resolution <depth>
#
# You an also let 915resolution to decide which mode is best to change
#
# Examples:
#
# best="1280 1024"
# best="1280 1024 24"
#
# 5c="1400 1050"
# 5c="1400 1050 16"
-------------- sonraki bölüm --------------
Bir HTML eklentisi temizlendi...
URL: http://liste.uludag.org.tr/pardus-kullanicilari/attachments/20070319/d6880a5f/attachment-0001.html 


Pardus-kullanicilari mesaj listesiyle ilgili daha fazla bilgi