Ubuntu Türkiye

Diğer Dağıtımlar => Ubuntu Harici Konular => Konuyu başlatan: erhanzeyre - 02 Aralık 2008 - 17:42:10

Başlık: [Çözüldü] HD2600pro driver sorunu
Gönderen: erhanzeyre - 02 Aralık 2008 - 17:42:10
Merhabalar arkadaşlar.

Linux Mint 5.0 KDE'yi kurdum.Fakat driver'i bir türlü yükleyemedim.Envy ile yükleyip bilgisayarı yeniden başlattığımda ekran simsiyah kalıyor ve bilgisayar donuyor.Konsola dahi ulaşamıyorum.
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: erhanzeyre - 02 Aralık 2008 - 20:16:01
Yardım edecek kimse yok mu? =(
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: ihtiyar said - 02 Aralık 2008 - 20:24:21
Alıntı yapılan: erhanzeyre - 02 Aralık 2008 - 20:16:01
Yardım edecek kimse yok mu? =(

Sanırım ekran kartını yükleyememişsiniz -belirtmemişsiniz, envy'den anladım sadece-. Forumda birçok konu da konuşuldu. Biraz araştırıp, denemeler yapmanızı tavsiye ediyorum. Bilen bir arkadaş mutlaka yardıma gelecektir -sorununuz hâlâ devam ederse-. Biraz sabır ve araştırma. :) ;)
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: heartsmagic - 02 Aralık 2008 - 20:38:51
Eğer elle denerim diyorsan: http://wiki.cchtml.com/index.php/Ubuntu_Intrepid_Installation_Guide
Ancak önce Envy ile kurduğunu kaldırman lazım. Yukarıda bir iki yöntem var, bunlar işe yarar mı hiçbir fikrim yok ancak denemeye değer.

Not: Envy ile çalıştıran mevcut.
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: erhanzeyre - 03 Aralık 2008 - 16:31:55
Bu sabah * bir şey farkettim.Bilgisayarı Live CD'den başlatınca driver'i envy ile sorunsuz olarak yükleyip kullanabiliyorum.Ama bilgisayara kurunca olmuyor.Live CD'deki xorg dosyasını bilgisayardaki ile değiştirdiğimde de olmadı."fglrx module already installed" diye bir hata alıyorum. Live CD'deki xorg.conf dosyası ve Bilgisayardaki xorg.conf dosyasını veriyorum.Düzenleme yapılabilirse büyük ihtimal olacak.

Bilgisayardaki:


# 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.
#
# 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  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver      "kbd"
Option     "XkbRules" "xorg"
Option     "XkbModel" "pc105"
Option     "XkbLayout" "us"
Option     "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver      "mouse"
Option     "CorePointer"
Option     "Emulate3Buttons" "true"
EndSection

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

Section "Device"
Identifier  "aticonfig-Device[0]-0"
Driver      "fglrx"
BusID       "PCI:2:0:0"
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
EndSubSection
EndSection



Live CD'deki xorg.conf:

# 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.
#
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
identifier "Configured Video Device"
Boardname "ATI Radeon (fglrx)"
Busid "PCI:2:0:0"
Driver "fglrx"
Screen 0
Vendorname "ATI"
EndSection

Section "Monitor"
identifier "Configured Monitor"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 640 480
Modes "640x480@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "dri"
Load "v4l"
EndSection
Section "ServerFlags"
EndSection
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: heartsmagic - 03 Aralık 2008 - 17:24:27
Eğer sürücü ikisinde de yüklenmiş ve tek problem xorg.conf olsaydı, değişiklik yaptığında sorunun çözülmesi lazımdı. Sürücünün kurduğun sistemde sorunsuzca kurulduğuna emin misin?
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: erhanzeyre - 03 Aralık 2008 - 17:36:57
Live CD üzerinden ATI'nın driveri yükleyip Xserver'ı yeniden başlattığımda driver yüklenmiş oluyor.Hatta Compiz'i bile kullanabiliyorum.Ama Hard Disk'e kurunca driveri yükleyip yeniden başlattığımda login ekranına gelmeden hemen donuyor.
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: heartsmagic - 03 Aralık 2008 - 17:45:59
İlginç. Sonuçta ikisi de Envy ile kuruluyor. Eğer sorun xorg.conf olsaydı değiştirdiğinde işe yaraması lazımdı.
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: erhanzeyre - 03 Aralık 2008 - 17:53:24
Sürücü modülünü kernel'in karalistesine ekleyip deneyeceğim birde.Çünkü "fglrx driver already installed kernel" hatasına takıldı kafam.Deneyip sonucu hemen yazacağım.
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: 3mr3 - 31 Aralık 2008 - 12:58:18
Alıntı YapEğer elle denerim diyorsan: http://wiki.cchtml.com/index.php/Ubuntu_Intrepid_Installation_Guide

Elle yapmaya çalışıyorum fakat şöyle bir hata alıyorum.

En sondakini yapınca şu hatayı veriyor bu sefer. Araştırmaya devam ediyorum.

şu komutu uygulayınca sudo aticonfig --initial -f

Parse error on line 23 of section Device in file /etc/X11/xorg.conf
This section must have an Identifier line.


# 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 "Device"
Driver "fglrx"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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


Bilgisayar sistemlerim 2.66 ghz 512 mb ram. hd 2600 AGP pro ekran
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: 3mr3 - 31 Aralık 2008 - 13:40:12
Şurdaki hepsini xorg.conf dosyasına yazdırsam Benim ekran kartı için uygun olur mu?

http://pastebin.com/f19cf5b94 (http://pastebin.com/f19cf5b94)
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: Çağlar - 31 Aralık 2008 - 13:57:31
Section "Device"
    Screen 0
    Identifier "VideoCard0"
    Driver     "fglrx"
    VendorName "Ati"
    BoardName  "Radeon 2600"
    Option     "XAANoOffscreenPixmaps" "true"
    # BusID      "PCI:1:0:0"
EndSection


Identifier istediği için bunu device kısmıyla değiştirirseniz sonra denerseniz olur tahminimce. Verdiğiniz diğer xorg dosyası ise farklı bir klavye ve farklı bir monitor(Hp) içerdiğinden tavsiyem değildir. Ancak çalışma ihtimali yokta değil.
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: 3mr3 - 31 Aralık 2008 - 14:16:08
Çağlar hocam yanıtın için teşekkür ederim ama sanırım yükledim galiba hardware kısmında ekran kartım yeşil görünüyor. Tam emin olabilmek için komut ne gerekir?

Emin değilim ama yüklemiş olabilirim galiba?

xorg.conf dosyam şu bi bakarsanız tam sağlıklı mı diye? Teşekkürler yanıtın için :)


# 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
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

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

Section "Device"
Identifier  "aticonfig-Device[0]-0"
Driver      "fglrx"
BusID       "PCI:1:0:0"
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
EndSubSection
EndSection
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: Çağlar - 31 Aralık 2008 - 14:20:23
Olmuş olmuş yüklenmiş ancak nasıl yaptığını paylaşırsan diğer arkadaşlar da faydalanacaktır. Klavye ayarların falan gözükmüyor burda ama sorun yok sanırım yeni Xorg sürümünde böyle oluyor. Sorunun çözüldüğüne sevindim, güle güle kullan.

Not: Çağlar 18 yaşında daha yeni bir Linux kullanıcısı (4 Ay) :D
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: heartsmagic - 31 Aralık 2008 - 14:34:21
glxinfo | grep render komutu Yes döndürüyorsa ve ATI görünüyorsa olmuştur.
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: 3mr3 - 31 Aralık 2008 - 14:38:59
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  ****** number of failed request:  10
  Current ****** number in output stream:  10


Olmamış ya :( 4 saattir uğraşıyorum birde dün gece 5 saat uğraştım.

Araştırmaya devam edecem yine :(

https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/293012

Burada anlam veremedim :(
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: 3mr3 - 31 Aralık 2008 - 18:45:45
Ben yanlış yere açmışım heralde konuyu. Ben ubuntu kullanıyorum. Alakası var mı bununla (Mint)?
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: Exodus - 31 Aralık 2008 - 18:51:18
Alıntı yapılan: emrexgrafi - 31 Aralık 2008 - 18:45:45
Ben yanlış yere açmışım heralde konuyu. Ben ubuntu kullanıyorum. Alakası var mı bununla (Mint)?
Ubuntu Intrepid Ibex kurulumundan sonra bende sorun yasamistim. Eger problemin Intrepid Ibex ile ise yaptigim seyleri bir mesajda yazmistim, arastirabilirim.
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: 3mr3 - 31 Aralık 2008 - 20:09:43
Evet Intrepid Ibex kullanıyorum. Rica etsem arkadaşım ama hakkaten çok araştıyorum. Teşekkür ederim.
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: Exodus - 31 Aralık 2008 - 21:24:39
@emrexgrafi;
http://forum.ubuntu-tr.net/index.php/topic,4403.msg48588.html#msg48588
konusundaki mesajimi incelersen belki cozum olabilir. Ben bu sekilde cozmustum. Umarim yardimci olur.
Başlık: Ynt: HD2600pro driver sorunu
Gönderen: erhanzeyre - 21 Şubat 2009 - 23:20:26
Arkadaşlar merhabalar.Uzun bir süredir bakamadım.Ben HD2600 problemini çözdüm.Şöyle ki bu kartta hyper-memory özelliği var.Bilgisayarınızın ram boyutuna göre kendi hafızasını büyütebiliyor.Standart (512 Mb) halde iken driver yüklenmiyor nedense.Bende bilgisayarıma RAM alarak hyper-memory özelliğini aktif hale getirdim ve kartımın boyutu 1Gb oldu.Driver da sorunsuz bir şekilde yüklendi ve compiz'i de stabil bir şekilde kullanabiliyorum.

Saygılar.
Başlık: Ynt: [Çözüldü] HD2600pro driver sorunu
Gönderen: bytan - 21 Şubat 2009 - 23:25:58
Geri dönüş yapıp, bilgi verdiğiniz için teşekkürler @erhanzeyre.

Geçmiş olsun.