Leadtek winfast A340 128 Mb. Tanıtma sorunu

Başlatan shahpoor, 18 Haziran 2010 - 06:32:10

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

shahpoor

Sevgili dostlar herkese merhaba;
Öncelikle bu sorun ile ilgili forumdaki bütün soru ve cevapları okudum. Saat sabah 06:26 olmasına rağmen yaklaşık 02:00 den beri bu ekran kartını tanıtmakla uğraşıyorum.
Yaptıklarım şunlar;
1.Sistem-Yönetim-Donanım sürücülerinde bulunan her iki driverı da yükledim ve yeniden başlattım ikiside yükleniyor ama çözünürlük 640*480 den yükseğe çıkamıyor.
2.Özgür yazılımın driverları( İlk kurulmdaki Driver) yüklü şu an ama onda da 800*600 den ykseğe çıkmıyor çözünürlük .
3.Envyng kurdum ve 3 tane driver yükledim hepsinde de aynı sorun.

Değerli arkadaşlar bu konuda yardım ederseniz sevinirim

Not:2-3 saat kadar uyumayı düşünüyorum.Bu konuya cevap yazarsanız hemen cevap veremeyebilirim.Şimdiden teşekkürler

Sevgiler

Hatti

Bana kalırsa FX5200 için depoda bulunan 173 serisi sürücüyü kullanmak daha iyi olur... Sürücüyü de tanıtmışsın aslında... Çözünürlük değiştirmek için ise şu iletide anlatılan yöntemi denemelisin.
gtf yatay_çözünürlük düşey_çözünürlük tazeleme_hızı

Elde ettiğin çıktıyı ilgili dosyaya ekle:
sudo gedit /etc/X11/xorg.conf

Son olarak:
sudo nvidia-settings

shahpoor

Merhaba kardeş dediklerini tam olarak uyguladım hatta seçeneklerde olmamasına rağmen el ile 104x768 yaptım çözünürlüğü ama uygula dediğimde bana şunu söylüyor ne olduğunu anlayamadım.


• MetaMode 2 of Screen 0 is the same as MetaMode 1.  All MetaModes must be unique.




Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 18 Haziran 2010 - 12:32:24

Bu da X.org dosyası



# 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     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-0"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    Option         "NoLogo" "True"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce FX 5200"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
EndSection

Section "Screen"

# Removed Option "metamodes" "nvidia-auto-select +0+0"
# Removed Option "metamodes" "nvidia-auto-select +0+0; nvidia-auto-select @1024x768 +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "nvidia-auto-select @1024x768 +0+0; nvidia-auto-select @1024x768 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


Hatti

Kullandığın ekranın 1024x768 çözünürlükte 60Hz tazeleme hızında çalıştığını varsayarsam yukarıda verdiğim komutun çıktısı şu oluyor:
# 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
  Modeline "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync


Şimdi bunu xorg.conf dosyanın Section "Monitor" bölümüne eklemelisin. Örnek olarak şöyle olacak:
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

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

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-0"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Modeline       "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    Option         "NoLogo" "True"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce FX 5200"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


Dosyayı bu hale getirdikten sonra X oturumunu yeniden başlat ve sonra nvidia ayarlarına girebilirsin. Aslında verdiğim bağlantıda anlatılan da aynı şey ama dikkatinden kaçtı sanırım Modeline satırını eklemek.

shahpoor

sistemi baştan kurdum 9.1 da problem olabilir diye 9.04 kurdum tekrar her şeyi baştan yaptım ama ben o komutu girdiğimde aşağıdaki çıktı şu oluyor bir terslik var sanırım??


  # 0x0 @ 0.00 Hz (GTF) hsync: nan kHz; pclk: nan MHz
  Modeline "0x0_0.00"  nan  0 -2147483648 -2147483648 -2147483648  0 1 4 1  -HSync +Vsync

Hatti

Bilemiyorum 9.04 hiç kullanmadım. Orada olan ve sonradan düzeltilen bir sorun olabilir. Aynı hesaplama için kullanılabilen cvt komutu var birde. Aynı kullanım şekliyle onu deneyebilirsin. Ancak 9.04 kurmakla acele etmişsin bence. Lakin aynı kartı hem 9.10 hem de 10.04 ile ve farklı masaüstü sürümleri ile (ubuntu, kubuntu, xubuntu) sorunsuz kullanıyorum.

shahpoor

Tamamdır sorunu çözdüm ama gece bin defa yaptığım şeyi bir defa daha yaparak çözdüm ilginç ama :))

şimdiki sorun da restart attığımda ayarların bozulması her açılışta tekrar ayar yapmam. Ayarları super user yaparak yaptığımı belirtmek isterim.

Hatti

Alıntı Yapçözdüm ama gece bin defa yaptığım şeyi bir defa daha yaparak çözdüm
:)

Ayarları saklayabilmek için şu iletide anlatılanları uygulaman yeterli olacaktır.


heartsmagic

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.