Intel 915

Başlatan btermeli, 08 Mayıs 2009 - 23:49:12

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

heartsmagic

Alıntı yapılan: btermeli - 09 Mayıs 2009 - 18:49:31
Daha 1. adımda hata veriyor;

Alıntı Yap--2009-05-09 17:48:38--  (try:12)  http://ftp.us.debian.org/debian/pool/main/libd/libdrm/libdrm2_2.4.9-1_i386.deb
Connecting to ftp.us.debian.org|35.9.37.225|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

O sunucuda sorun olabilir. Bir başkasından bulabilirsin, Google ile aldığım sonuç:
http://ftp.iitm.ac.in/linux/debian/pool/main/libd/libdrm/

Burada daha yeni bir sürüm var.
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.

btermeli

Belirtilen yol bende işe yaramadı hatta işlemciyi çıldırttı :(
Güncellemeleri bekliyorum artık.
Duvarları olmayan bir dünyada, neden pencerelere ihtiyaç duyayım ki???

btermeli

Yeni bir başlık buldum ve sanırım sebebi bu.

Komut ;
egrep "(GLX|DRI)" /var/log/Xorg.0.log


Olması gereken;
(==) AIGLX enabled
(II) Loading extension GLX
(II) Loading extension XFree86-DRI
(II) Loading extension DRI2
(WW) intel(0): DRI2 requires UXA
(II) intel(0): [DRI] installation complete
(II) intel(0): 0x0077f000-0x0cd3ffff: DRI memory manager (202500 kB)
(II) intel(0): direct rendering: XF86DRI Enabled
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
(II) GLX: Initialized DRI GL provider for screen 0


Benim çıktım;
kbt@kbt-laptop:~$ egrep "(GLX|DRI)" /var/log/Xorg.0.log
(==) AIGLX enabled
(II) Loading extension GLX
(II) Loading extension XFree86-DRI
(II) Loading extension DRI2
(EE) intel(0): Cannot support DRI with frame buffer width > 2048.
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0


GLX ve DRI aktive edilmesi gerekli ama nasıl yapılacağını bilmiyorum, bilen var mı?
Duvarları olmayan bir dünyada, neden pencerelere ihtiyaç duyayım ki???

erginemr

@btermeli,

Çözümün bu kadar basit olabileceğini pek zannetmiyorum ama "/etc/X11/xorg.conf" dosyasının içerisine şu satırları eklemeyi dener misiniz?
Section "Module"
Load "glx"
EndSection


heartsmagic

@btermeli battı balık yan gider :) Eğer @erginemr'in tavsiyesi işe yaramazsa https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/146859 hata kaydında geçen http://soundmonster.wordpress.com/2009/02/17/dual-head-with-compiz-and-i965-on-ubuntu-intrepid/ bağlantısına bakabilirsin. Biraz benzer bir sorun gibi geldi bana.

Not: Bunları yaptıktan sonra Intel sürücüleri çorba olabilir ona göre :)
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.

btermeli

9.04'te intel sorunu ne alemde bile var mı???
Duvarları olmayan bir dünyada, neden pencerelere ihtiyaç duyayım ki???

btermeli

Selamlar,

Şuan tek monitor için konuyu hallettim, çift monitör için ise böcek yaması çıkmış.

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

Nasıl yükleyeceğimi bilen var mı???
Normal tar paketi gibi yüklemeye çalıştım olmadı.
Duvarları olmayan bir dünyada, neden pencerelere ihtiyaç duyayım ki???

heartsmagic

Yama tam olarak hangi iletide verilmiş?
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.

btermeli

Duvarları olmayan bir dünyada, neden pencerelere ihtiyaç duyayım ki???

heartsmagic

Tamam yamalanmış paket verilmiş orada. Hangi aşamada hata veriyor peki? ./configure mü yoksa make mi? Ne hatası veriyor diye de soruyorum bu arada tabii.
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.

btermeli

configure'de hata.

kbt@kbt-laptop:~/Desktop/xf86-video-intel-4f5500abe209b92b39ae1f2d7a1118362ac95034$ ./configure
bash: ./configure: No such file or directory
kbt@kbt-laptop:~/Desktop/xf86-video-intel-4f5500abe209b92b39ae1f2d7a1118362ac95034$

Duvarları olmayan bir dünyada, neden pencerelere ihtiyaç duyayım ki???

heartsmagic

Pardon önce bir autogen aşaması varmış.

./autogen.sh
./configure
..
..


olarak dener misin?
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.

btermeli

#37
kbt@kbt-laptop:~/Desktop/xf86-video-inte
34$ ./autogen.sh
./autogen.sh: 9: autoreconf: not found



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 21 Haziran 2009 - 13:13:39

autoconf yükledim, şimdi de ;

kbt@kbt-laptop:~/Desktop/xf86-video-intel-4f5500abe209b92b39ae1f2d7a1118362ac95034$ ./autogen.sh
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 188.
Use of uninitialized value $libtoolize in pattern match (m//) at /usr/bin/autoreconf line 188.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
configure.ac:219: error: must install xorg-macros 1.1.3 or later before running autoconf/autogen
configure.ac:219: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
kbt@kbt-laptop:~/Desktop/xf86-video-intel-4f5500abe209b92b39ae1f2d7a1118362ac95034$ ./configure
bash: ./configure: No such file or directory
Duvarları olmayan bir dünyada, neden pencerelere ihtiyaç duyayım ki???

heartsmagic

libtool paketini kurup tekrar dener misin?
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.

btermeli

Bu seferde bunu verdi;

kbt@kbt-laptop:~/Desktop/xf86-video-intel-4f5500abe209b92b39ae1f2d7a1118362ac95034$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
configure.ac:219: error: must install xorg-macros 1.1.3 or later before running autoconf/autogen
configure.ac:219: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
kbt@kbt-laptop:~/Desktop/xf86-video-intel-4f5500abe209b92b39ae1f2d7a1118362ac95034$ ./configure
bash: ./configure: No such file or directory


xorg-macros yüklemek isteyince de;

kbt@kbt-laptop:~/Desktop/xf86-video-intel-4f5500abe209b92b39ae1f2d7a1118362ac95034$ sudo apt-get install xorg-macros 1.1.3
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package xorg-macros

Duvarları olmayan bir dünyada, neden pencerelere ihtiyaç duyayım ki???

heartsmagic

#40
Allah allah ne karın ağrısıymış yahu :D
xorg-build-macros paketini kurup dener misin? Pek emin değilim ancak atış yapalım bakalım.

Not: Bu değil sanırım ihtiyacımız. Bakınmak gerekecek biraz.
Not-2: Bu paket xutils-dev sağlıyor. O da xorg-macros içeriyor gibi. Doğru atış da olabilir, tam emin değilim.
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.

btermeli

xorg-build-macros yükledimç Sonra autogen yapınca bayağı bir umutlandırdı beni ama malesef bu seferde make hatası;

kbt@kbt-laptop:~/Desktop/xf86-video-intel-4f5500abe209b92b39ae1f2d7a1118362ac95034$ ./autogen.shautoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
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
configure.ac:41: installing `./compile'
configure.ac:33: installing `./missing'
src/Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
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 for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 whether gcc and cc understand -c and -o together... yes
checking for intel-gen4asm... no
./configure: line 12144: syntax error near unexpected token `XINERAMA,'
./configure: line 12144: `XORG_DRIVER_CHECK_EXT(XINERAMA, xineramaproto)'
kbt@kbt-laptop:~/Desktop/xf86-video-intel-4f5500abe209b92b39ae1f2d7a1118362ac95034$ ./configurechecking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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 for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 whether gcc and cc understand -c and -o together... yes
checking for intel-gen4asm... no
./configure: line 12144: syntax error near unexpected token `XINERAMA,'
./configure: line 12144: `XORG_DRIVER_CHECK_EXT(XINERAMA, xineramaproto)'
kbt@kbt-laptop:~/Desktop/xf86-video-intel-4f5500abe209b92b39ae1f2d7a1118362ac95034$ sudo make
make: *** No targets specified and no makefile found.  Stop.
kbt@kbt-laptop:~/Desktop/xf86-video-intel-4f5500abe209b92b39ae1f2d7a1118362ac95034$ make
make: *** No targets specified and no makefile found.  Stop.
kbt@kbt-laptop:~/Desktop/xf86-video-intel-4f5500abe209b92b39ae1f2d7a1118362ac95034$ make install
make: *** No rule to make target `install'.  Stop.
Duvarları olmayan bir dünyada, neden pencerelere ihtiyaç duyayım ki???

heartsmagic

make değil configure sorun yapmış yine.
libxinerama-dev paketinden sonra bir deneme daha.
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.

btermeli

Yok yine aynı yerde sorun. Pazar günü seni de uğraştırdım, daha fazla uğraşıp da sinirlenmeyelim bari :)

Teşekkürler.
Duvarları olmayan bir dünyada, neden pencerelere ihtiyaç duyayım ki???

heartsmagic

Sinirlenmiyoruz, şaka yapmıştım üstte. Ancak libxinerama-dev çözmediyse başka ne yaparız şimdilik bilemiyorum. Yarın ben de bir derlemeye çalışırı, duruma bakarım.
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.

btermeli

Yanlış anladın olmaması beni gerdi :) Yoksa sen gayet sabırla deneme yolları sunuyorsun.
Duvarları olmayan bir dünyada, neden pencerelere ihtiyaç duyayım ki???

heartsmagic

Bakalım ben denediğimde de gerecek mi? :D
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.