Ubuntu 11.04 Ekran kartı driver yükleme ve video izleme sorunu

Başlatan cnr, 01 Eylül 2011 - 20:44:55

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

cnr

Merhabalar.

1 - Ekran kartım on board (VIA Technologies, Inc. KM400/KN400/P4M800 [S3 UniChrome] (rev 01) ).
http://wiki.ubuntu-tr.net/index.php/Via_Ekran_kartlar%C4%B1n%C4%B1n_kurulumu bu adreste yazanlara göre driveri tanıtmaya çalışıyorum fakat 'make' komutuna kadar geliyor. 'make' komutunu verince;

make: *** Hedefler belirtilmediğinden make dosyası yok. Durdu.

hatası geliyor, dolayısıyla devam edemiyorum.

kod ise şu;

caner@ubuntu:~$ sudo apt-get install build-essential subversion autoconf automake1.9 libtool
[sudo] password for caner:
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı inşa ediliyor.       
Durum bilgisi okunuyor... Bitti       
autoconf zaten en yeni sürümde.
automake1.9 zaten en yeni sürümde.
build-essential zaten en yeni sürümde.
libtool zaten en yeni sürümde.
subversion zaten en yeni sürümde.
Sıralanan paketler otomatik olarak kurulmuştu artık gerekli değiller:
  linux-headers-2.6.38-8 linux-headers-2.6.38-8-generic
Kaldırmak için 'apt-get autoremove' komutunu kullanın
Yükseltilen: 0, Yeni Kurulan: 0, Kaldırılacak: 0 ve Yükseltilmeyecek: 27.
caner@ubuntu:~$ sudo apt-get build-dep xserver-xorg-video-openchrome
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı inşa ediliyor.       
Durum bilgisi okunuyor... Bitti       
E: Kaynak listenize bazı kaynak URI'leri girmelisiniz
caner@ubuntu:~$ svn checkout http://svn.openchrome.org/svn/trunk openchrome
Checked out revision 957.
caner@ubuntu:~$ cd openchrome
caner@ubuntu:~/openchrome$ ./autogen.sh --prefix=/usr
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking if RANDR is defined... no
checking if RENDER is defined... no
checking if XV is defined... no
checking if XF86DRI is defined... no
checking if DPMSExtension is defined... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XORG... no
configure: error: Package requirements (xorg-server xproto fontsproto libdrm ) were not met:

No package 'xorg-server' found
No package 'xproto' found
No package 'fontsproto' found
No package 'libdrm' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
caner@ubuntu:~/openchrome$ make
make: *** Hedefler belirtilmediğinden make dosyası yok. Durdu.
caner@ubuntu:~/openchrome$


2 - Tarayıcı üzerinden değilde bilgisayardaki videoları açtığımda 1 kaç sn sonra, tam ekran yaptığımda, ileri aldığımda otomatikmen reset atıyor.
İlk önce vlc'den kaynaklandığını düşünmüştüm fakat diğer video oynatım programında da öyle.
Aynı şekilde kamera programında da seçeneklere tıkladığımda reset atıyor. Yanılmıyorsam bu da ekran kartı driverinden kaynaklanıyor.

Dipnot: Forumda arattım fakat bulamadım, varsa ve görmediysem özür dilerim.. :)

hckr

configure ederken bazı paketlerin eksik olduğunu söylemiş ve bu yüzden konfigurasyon tamamlanamamış dolayısıyla make işlemini gerçekleştiremezsiniz.
Sanırım synaptics'ten o paketleri aratıp kurarsanız sorun çözülür.
Ancak daha önce VIA sürücüsü kurmadığım için ayrıntıları bilmiyorum dolayısıyla sorumluluk size aittir.  ::)


cnr

@gufabe hayır bu sorunumu çözmüyor, driverleri yüklemem gerek sanırım ama yapamıyorum. 'make' komutunda kalıyor işte.

decent


gufabe

@cnr,
öncelikle kurulum için kullandığın yöntem güncel olmayabilir, dahası o sürücüler yüklü geliyor da olabilir. Kurulu olmadığına eminsen, şunu denemeni öneririm.

http://linux.via.com.tw/support/beginDownload.action?eleid=501&fid=801
Ama önce;

glxinfo | grep render

çıktısını geçersen aşağıda bahsettiğim karışıklık biraz daha aydınlanacaktır.

Forumdan geçtiğim başlık seninkinden bir gün önce açılmış. VIA ile video oynatırken oturum kapanma sorunu var. Seninkine oldukça benziyor. Ayrıca alternatif bir SIS sürücüsü kurulumundan sonra da benzer bir sorun ortaya çıkıyor.
http://forum.ubuntu-tr.net/index.php?topic=28483.msg342279#msg342279 (İlk iletinin son kısmında)
Senin sorununda, sürücünü tanıtamamış olman durumunda, sistem mesa sürücülerini devreye sokmalıydı. O zaman video pencereleriyle ilgili bir sorunun zaten olmamalıydı (en kötü ihtimalle düşük çözünürlük sorunun olması beklenebilirdi). Yani sorunun kaynağı ekran kartını kuramamış olmak mı yoksa tam da ekran kartının kurulduğu ortamın kendisi mi diye merak ediyorum. Ve oturum kapanması sorunu sürücülerin tanıtıldığı bir zeminde oluşuyorsa, diğer örneklerde olduğu gibi, VLC ayarlarında yapılan değişiklikle neden aşılamıyor? İlginç...

cnr

@gufabe

Evet işte sorun sadece vlc de değil, o yüzden ekran kartından olduğunu düşünüyorum

Kodu yazdığımda;
caner@ubuntu:~$ glxinfo | grep render
'glxinfo' programı şu anda kurulu değil.  Yüklemek için şunu yazabilirsiniz:
sudo apt-get install mesa-utils
caner@ubuntu:~$

diyor yani o programın kurulu olmadığını söylüyor, yüklemeli miyim?

zeitgeist

Özgürlüğü ne kadar anlarsan o kadar az sahip olursun. John Fowles

eribol