| Linux/UNIX Linuxverfechter finden hier Weggefährten. |
Diskussion: [gelöst]Mobile Intel Graphics Media Accelerator X3100 / Treiberinstallation unter Debian Etch im Forum Linux/UNIX, in der Kategorie Operating Systems; Anzeige Hi Leute, nachdem in Ubuntu 8.10 mit der xorg.conf wenig zu machen war, habe ich mir nun Debian installiert. ...
![]() |
| | #1 (permalink) |
| Registriert seit: 19.09.07 ![]() Likes: 0 | [gelöst]Mobile Intel Graphics Media Accelerator X3100 / Treiberinstallation unter Debian Etch Anzeige Hi Leute, nachdem in Ubuntu 8.10 mit der xorg.conf wenig zu machen war, habe ich mir nun Debian installiert. Ich möchte mir nun den Grafikkartentreiber von www.intellinuxgraphics.org installieren. Bevor ich damit überhaupt starten kann, fehlen mir schon einmal von allen Paketen, folgende: Code: - hwdata (for PCI IDs) - xorg-x11-server-Xorg >= 1.3.0.0-6 - xorg-x11-server-sdk >= 1.3.0.0-6 - libXvMC-devel - mesa-libGL-devel >= 6.5-9 - libdrm-devel >= 2.0-1 ThX 3X!_d0S |
| | |
| | #2 (permalink) |
| Moderator ![]() Registriert seit: 30.09.06 ![]() ![]() ![]() ![]() ![]() ![]() Likes: 441 | Beim aktuellen Stable-Release: Code: apt-get install hwdata xserver-xorg xserver-xorg-dev libxvmc-dev mesa-common-dev xlibmesa-gl-dev mesa-common-dev libglu1-mesa-dev libgl1-mesa-dev libdrm-dev
__________________ Mein Blog - Mein Job - Diaspora Der Ring uns zu knechten besteht aus 12 Sternen auf blauem Grund. Neue Beiträge im Habo via Twitter - Das HaBo auf FB - Das HaBo bei G+ |
| | |
| HaBOT | - Anzeige - |
| |
| | #3 (permalink) |
| Themenstarter Registriert seit: 19.09.07 ![]() Likes: 0 | ThX Bitmuncher, alles wurde gefunden von apt und installiert. Nun habe ich mit dem Grafikkartentreiber (2D) von intellinuxgraphics.org aber Probleme: Code: xf86-video-intel-2.5.0# ./configure Code: checking pkg-config is at least version 0.9.0... yes checking for XORG... configure: error: Package requirements (xorg-server xproto fontsproto xineramaproto randrproto renderproto xextproto x11 xextproto) were not met: No package 'fontsproto' found No package 'xineramaproto' found No package 'randrproto' found No package 'renderproto' 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. /xf86-video-intel-2.5.0# Wie bist du auf die, aus dem ersten Post stammenden, Pakete gekommen? Ich fand diese nicht per google... Was ist als nächstes zutun um den Treiber zu konfigurieren? ThX 3X!_d0S |
| | |
| | #4 (permalink) | |
| Moderator ![]() Registriert seit: 30.09.06 ![]() ![]() ![]() ![]() ![]() ![]() Likes: 441 | Zitat:
Zum Problem: Hast du libx11-dev bzw. xorg-dev installiert?
__________________ Mein Blog - Mein Job - Diaspora Der Ring uns zu knechten besteht aus 12 Sternen auf blauem Grund. Neue Beiträge im Habo via Twitter - Das HaBo auf FB - Das HaBo bei G+ | |
| | |
| | #5 (permalink) |
| Themenstarter Registriert seit: 19.09.07 ![]() Likes: 0 | also, ich habe mit Code: apt-cache search /eines der Pakete von oben/ Zum Beispiel: Code: /xf86-video-intel-2.5.0# apt-cache search xorg-x11-server-Xorg /xf86-video-intel-2.5.0# apt-cache search xorg-x11 /xf86-video-intel-2.5.0# apt-cache search xorg-x11-server /xf86-video-intel-2.5.0# apt-cache search xorg libfontenc1 - X11 font encoding library libfs6 - X11 Font Services library libx11-6 - X11 client-side library libxau6 - X11 authorisation library libxdmcp6 - X11 Display Manager Control Protocol library libx11-data - X11 client-side library libxfont1 - X11 font rasterisation library .......... ------------------ Die Pakete: Code: libx11-dev bzw. xorg-dev ------------------ Nun brauche ich eine neue Version von libdrm, die nicht in meinen Repros sind: Code: checking for DRM... configure: error: Package requirements (libdrm >= 2.4.0) wer e not met: Requested 'libdrm >= 2.4.0' but version of libdrm is 2.0.2 Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables DRM_CFLAGS and DRM_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. xf86-video-intel-2.5.0# Meine Sources.lst: Code: # # deb cdrom:[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 NETINST Binary-1 20081024-15:53]/ etch contrib main deb cdrom:[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 NETINST Binary-1 20081024-15:53]/ etch contrib main deb http://ftp.tu-chemnitz.de/pub/linux/debian/debian/ etch main deb-src http://ftp.tu-chemnitz.de/pub/linux/debian/debian/ etch main deb http://security.debian.org/ etch/updates main contrib non-free deb-src http://security.debian.org/ etch/updates main contrib non-free ThX 3X!_d0S |
| | |
| | #6 (permalink) |
| Moderator ![]() Registriert seit: 30.09.06 ![]() ![]() ![]() ![]() ![]() ![]() Likes: 441 | Bessere Repos kann ich dir nicht anbieten. Da wirst du vermutlich die libdrm selbst kompilieren müssen. Ggf. helfen aber die Backports weiter. Bei der Suche gehe ich etwa so vor... - xorg-x11-server-Xorg >= 1.3.0.0-6 - xorg-x11-server-sdk >= 1.3.0.0-6 apt-cache search xorg | grep xserver | grep dev - libXvMC-devel apt-cache search xvmc | grep dev - mesa-libGL-devel >= 6.5-9 apt-cache search libgl | grep dev (dort die passenden dann anhand der Paketbeschreibung raussuchen) - libdrm-devel >= 2.0-1 apt-cache search libdrm | grep dev
__________________ Mein Blog - Mein Job - Diaspora Der Ring uns zu knechten besteht aus 12 Sternen auf blauem Grund. Neue Beiträge im Habo via Twitter - Das HaBo auf FB - Das HaBo bei G+ |
| | |
| | #7 (permalink) |
| Themenstarter Registriert seit: 19.09.07 ![]() Likes: 0 | Sooooo, habe mich nun Endgültig für Xubuntu entschieden, als mein erstes richtiges Linux OS! Bis dato klappt alles wunderbar, der Behfehl Code: ./configure Nun habe ich, wenn ich Code: make Code: :~/Desktop/xf86-video-intel-2.5.0$ sudo make
make all-recursive
make[1]: Betrete Verzeichnis '/home/deb/Desktop/xf86-video-intel-2.5.0'
Making all in src
make[2]: Betrete Verzeichnis '/home/deb/Desktop/xf86-video-intel-2.5.0/src'
make all-recursive
make[3]: Betrete Verzeichnis '/home/deb/Desktop/xf86-video-intel-2.5.0/src'
Making all in xvmc
make[4]: Betrete Verzeichnis '/home/deb/Desktop/xf86-video-intel-2.5.0/src/xvmc'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/local/include -I/usr/local/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/local/include -I/usr/local/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libI810XvMC_la-I810XvMC.lo -MD -MP -MF .deps/libI810XvMC_la-I810XvMC.Tpo -c -o libI810XvMC_la-I810XvMC.lo `test -f 'I810XvMC.c' || echo './'`I810XvMC.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/local/include -I/usr/local/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/local/include -I/usr/local/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libI810XvMC_la-I810XvMC.lo -MD -MP -MF .deps/libI810XvMC_la-I810XvMC.Tpo -c I810XvMC.c -fPIC -DPIC -o .libs/libI810XvMC_la-I810XvMC.o
In file included from I810XvMC.h:45,
from I810XvMC.c:53:
/usr/local/include/xf86drm.h:40:17: error: /usr/local/include/drm/drm.h: Input/output error
In file included from I810XvMC.h:45,
from I810XvMC.c:53:
/usr/local/include/xf86drm.h:241: error: expected specifier-qualifier-list before 'drm_context_t'
/usr/local/include/xf86drm.h:254: error: expected specifier-qualifier-list before 'drm_handle_t'
/usr/local/include/xf86drm.h:515: error: expected declaration specifiers or '...' before 'drm_magic_t'
/usr/local/include/xf86drm.h:519: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:521: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:539: error: expected declaration specifiers or '...' before 'drm_magic_t'
/usr/local/include/xf86drm.h:541: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:545: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:546: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:547: error: expected declaration specifiers or '...' before 'drm_context_t'
/usr/local/include/xf86drm.h:548: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:554: error: expected declaration specifiers or '...' before 'drm_context_t'
/usr/local/include/xf86drm.h:555: error: expected declaration specifiers or '...' before 'drm_context_t'
/usr/local/include/xf86drm.h:557: error: expected declaration specifiers or '...' before 'drm_context_t'
/usr/local/include/xf86drm.h:559: error: expected declaration specifiers or '...' before 'drm_context_t'
/usr/local/include/xf86drm.h:560: error: expected declaration specifiers or '...' before 'drm_context_t'
/usr/local/include/xf86drm.h:561: error: expected declaration specifiers or '...' before 'drm_context_t'
/usr/local/include/xf86drm.h:562: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
/usr/local/include/xf86drm.h:563: error: expected ')' before '*' token
/usr/local/include/xf86drm.h:564: error: expected declaration specifiers or '...' before 'drm_context_t'
/usr/local/include/xf86drm.h:565: error: expected declaration specifiers or '...' before 'drm_context_t'
/usr/local/include/xf86drm.h:566: error: expected declaration specifiers or '...' before 'drm_drawable_t'
/usr/local/include/xf86drm.h:567: error: expected declaration specifiers or '...' before 'drm_drawable_t'
/usr/local/include/xf86drm.h:568: error: expected declaration specifiers or '...' before 'drm_drawable_t'
/usr/local/include/xf86drm.h:569: error: expected declaration specifiers or '...' before 'drm_drawable_info_type_t'
/usr/local/include/xf86drm.h:576: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:586: error: expected declaration specifiers or '...' before 'drm_context_t'
/usr/local/include/xf86drm.h:588: error: expected declaration specifiers or '...' before 'drm_context_t'
/usr/local/include/xf86drm.h:590: error: expected declaration specifiers or '...' before 'drm_context_t'
/usr/local/include/xf86drm.h:591: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:599: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:600: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:601: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:603: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:618: error: expected declaration specifiers or '...' before 'drm_handle_t'
/usr/local/include/xf86drm.h:619: error: expected declaration specifiers or '...' before 'drm_handle_t'
In file included from I810XvMC.c:53:
I810XvMC.h:90: error: expected specifier-qualifier-list before 'drm_handle_t'
I810XvMC.h:104: error: expected specifier-qualifier-list before 'drm_context_t'
I810XvMC.h:148: error: expected specifier-qualifier-list before 'drm_handle_t'
I810XvMC.h:168: error: expected specifier-qualifier-list before 'drm_handle_t'
I810XvMC.c: In function 'i810_free_privContext':
I810XvMC.c:95: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:95: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:95: error: too many arguments to function 'drmGetLock'
I810XvMC.c:95: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:98: error: 'i810XvMCContext' has no member named 'ref'
I810XvMC.c:99: error: 'i810XvMCContext' has no member named 'ref'
I810XvMC.c:101: error: 'i810XvMCDrmMap' has no member named 'address'
I810XvMC.c:101: error: 'i810XvMCDrmMap' has no member named 'size'
I810XvMC.c:102: error: 'i810XvMCDrmMap' has no member named 'address'
I810XvMC.c:102: error: 'i810XvMCDrmMap' has no member named 'size'
I810XvMC.c:109: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:109: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:109: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:109: error: too many arguments to function 'drmUnlock'
I810XvMC.c: In function 'XvMCCreateContext':
I810XvMC.c:200: error: 'i810XvMCContext' has no member named 'xv_colorkey'
I810XvMC.c:201: error: 'i810XvMCContext' has no member named 'xv_colorkey'
I810XvMC.c:204: error: 'i810XvMCContext' has no member named 'xv_colorkey'
I810XvMC.c:205: error: 'i810XvMCContext' has no member named 'colorkey'
I810XvMC.c:209: error: 'i810XvMCContext' has no member named 'xv_brightness'
I810XvMC.c:210: error: 'i810XvMCContext' has no member named 'xv_saturation'
I810XvMC.c:211: error: 'i810XvMCContext' has no member named 'xv_contrast'
I810XvMC.c:212: error: 'i810XvMCContext' has no member named 'brightness'
I810XvMC.c:213: error: 'i810XvMCContext' has no member named 'saturation'
I810XvMC.c:214: error: 'i810XvMCContext' has no member named 'contrast'
I810XvMC.c:224: error: too many arguments to function 'drmGetMagic'
I810XvMC.c:253: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:254: error: 'i810XvMCContext' has no member named 'fb_base'
I810XvMC.c:255: error: 'i810XvMCDrmMap' has no member named 'offset'
I810XvMC.c:256: error: 'i810XvMCDrmMap' has no member named 'size'
I810XvMC.c:257: error: 'i810XvMCDrmMap' has no member named 'offset'
I810XvMC.c:258: error: 'i810XvMCDrmMap' has no member named 'size'
I810XvMC.c:259: error: 'i810XvMCContext' has no member named 'busIdString'
I810XvMC.c:260: error: 'i810XvMCContext' has no member named 'busIdString'
I810XvMC.c:266: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:267: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:268: error: 'i810XvMCContext' has no member named 'last_flip'
I810XvMC.c:269: error: 'i810XvMCContext' has no member named 'dual_prime'
I810XvMC.c:295: error: 'i810XvMCDrmMap' has no member named 'offset'
I810XvMC.c:296: error: 'i810XvMCDrmMap' has no member named 'size'
I810XvMC.c:296: error: 'i810XvMCDrmMap' has no member named 'address'
I810XvMC.c:296: error: too many arguments to function 'drmMap'
I810XvMC.c:298: error: 'i810XvMCDrmMap' has no member named 'offset'
I810XvMC.c:298: error: 'i810XvMCDrmMap' has no member named 'size'
I810XvMC.c:306: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:307: error: 'i810XvMCDrmMap' has no member named 'address'
I810XvMC.c:310: error: 'i810XvMCDrmMap' has no member named 'offset'
I810XvMC.c:311: error: 'i810XvMCDrmMap' has no member named 'size'
I810XvMC.c:311: error: 'i810XvMCDrmMap' has no member named 'address'
I810XvMC.c:311: error: too many arguments to function 'drmMap'
I810XvMC.c:324: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:324: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:324: error: too many arguments to function 'drmGetLock'
I810XvMC.c:324: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:328: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:329: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:330: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:331: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:332: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:333: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:335: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:336: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:338: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:340: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:341: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:342: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:343: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:346: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:346: error: 'i810XvMCContext' has no member named 'colorkey'
I810XvMC.c:346: error: 'i810XvMCContext' has no member named 'colorkey'
I810XvMC.c:346: error: 'i810XvMCContext' has no member named 'colorkey'
I810XvMC.c:347: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:350: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:351: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:352: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:353: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:355: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:358: error: 'i810XvMCContext' has no member named 'ref'
I810XvMC.c:360: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:360: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:360: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:360: error: too many arguments to function 'drmUnlock'
I810XvMC.c: In function 'XvMCDestroyContext':
I810XvMC.c:388: error: 'i810XvMCContext' has no member named 'last_flip'
I810XvMC.c:389: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:389: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:389: error: too many arguments to function 'drmGetLock'
I810XvMC.c:389: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:392: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:394: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:396: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:396: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:397: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:398: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:401: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:404: error: 'i810XvMCContext' has no member named 'last_flip'
I810XvMC.c:407: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:409: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:409: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:409: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:409: error: too many arguments to function 'drmUnlock'
I810XvMC.c: In function 'XvMCCreateSurface':
I810XvMC.c:450: error: 'i810XvMCSurface' has no member named 'privContext'
I810XvMC.c:474: error: 'i810XvMCDrmMap' has no member named 'address'
I810XvMC.c:475: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:475: error: 'i810XvMCDrmMap' has no member named 'offset'
I810XvMC.c:494: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:495: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:502: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:503: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:507: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:508: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:512: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:512: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:514: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:524: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:531: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:532: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:534: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:535: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:537: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:538: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:554: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:555: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:556: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:557: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:558: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:559: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:565: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:566: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:579: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:580: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:583: error: 'i810XvMCContext' has no member named 'ref'
I810XvMC.c: In function 'XvMCDestroySurface':
I810XvMC.c:607: error: 'i810XvMCSurface' has no member named 'privContext'
I810XvMC.c: In function 'dispatchYContext':
I810XvMC.c:990: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:991: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c: In function 'XvMCRenderSurface':
I810XvMC.c:2491: error: 'i810XvMCContext' has no member named 'dual_prime'
I810XvMC.c:2522: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:2522: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:2522: error: too many arguments to function 'drmGetLock'
I810XvMC.c:2522: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:2548: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:2549: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:2562: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:2563: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:2580: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:2581: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:2653: error: 'i810XvMCContext' has no member named 'dual_prime'
I810XvMC.c:2654: error: 'i810XvMCContext' has no member named 'dual_prime'
I810XvMC.c:2673: error: 'i810XvMCContext' has no member named 'dual_prime'
I810XvMC.c:2675: error: 'i810XvMCContext' has no member named 'dual_prime'
I810XvMC.c:2763: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:2764: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:2771: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:2772: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:2779: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:2780: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:2784: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:2784: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:2784: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:2784: error: too many arguments to function 'drmUnlock'
I810XvMC.c: In function 'XvMCPutSurface':
I810XvMC.c:2857: error: 'i810XvMCSurface' has no member named 'privContext'
I810XvMC.c:2858: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:3093: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3093: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:3093: error: too many arguments to function 'drmGetLock'
I810XvMC.c:3093: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3101: error: 'i810XvMCContext' has no member named 'last_flip'
I810XvMC.c:3102: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3105: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3105: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3128: error: 'i810XvMCContext' has no member named 'contrast'
I810XvMC.c:3129: error: 'i810XvMCContext' has no member named 'brightness'
I810XvMC.c:3130: error: 'i810XvMCContext' has no member named 'saturation'
I810XvMC.c:3133: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:3133: error: 'i810XvMCContext' has no member named 'colorkey'
I810XvMC.c:3133: error: 'i810XvMCContext' has no member named 'colorkey'
I810XvMC.c:3133: error: 'i810XvMCContext' has no member named 'colorkey'
I810XvMC.c:3136: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3137: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:3138: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:3139: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:3140: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:3141: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:3142: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:3145: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:3146: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:3147: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:3148: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:3149: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:3150: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:3165: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3179: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3194: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3219: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3238: error: 'i810XvMCContext' has no member named 'last_flip'
I810XvMC.c:3240: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3247: error: 'i810XvMCContext' has no member named 'last_flip'
I810XvMC.c:3248: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3248: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3248: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:3248: error: too many arguments to function 'drmUnlock'
I810XvMC.c: In function 'XvMCGetSurfaceStatus':
I810XvMC.c:3318: error: 'i810XvMCSurface' has no member named 'privContext'
I810XvMC.c:3323: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3323: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:3323: error: too many arguments to function 'drmGetLock'
I810XvMC.c:3323: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3326: error: 'i810XvMCContext' has no member named 'last_flip'
I810XvMC.c:3334: error: 'i810XvMCContext' has no member named 'last_flip'
I810XvMC.c:3339: error: 'i810XvMCContext' has no member named 'last_flip'
I810XvMC.c:3348: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3359: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3359: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3359: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:3359: error: too many arguments to function 'drmUnlock'
I810XvMC.c: In function 'XvMCHideSurface':
I810XvMC.c:3413: error: 'i810XvMCSurface' has no member named 'privContext'
I810XvMC.c:3418: error: 'i810XvMCContext' has no member named 'last_flip'
I810XvMC.c:3419: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3419: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:3419: error: too many arguments to function 'drmGetLock'
I810XvMC.c:3419: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3422: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3425: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:3427: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3427: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3428: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3429: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:3432: error: 'i810XvMCContext' has no member named 'oregs'
I810XvMC.c:3439: error: 'i810XvMCContext' has no member named 'last_flip'
I810XvMC.c:3443: error: 'i810XvMCContext' has no member named 'current'
I810XvMC.c:3445: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3445: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3445: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:3445: error: too many arguments to function 'drmUnlock'
I810XvMC.c: In function 'XvMCCreateSubpicture':
I810XvMC.c:3525: error: 'i810XvMCDrmMap' has no member named 'address'
I810XvMC.c:3526: error: 'i810XvMCSubpicture' has no member named 'offset'
I810XvMC.c:3526: error: 'i810XvMCDrmMap' has no member named 'offset'
I810XvMC.c:3529: error: 'i810XvMCSubpicture' has no member named 'privContext'
I810XvMC.c:3550: error: 'i810XvMCSubpicture' has no member named 'offsets'
I810XvMC.c:3551: error: 'i810XvMCSubpicture' has no member named 'offsets'
I810XvMC.c:3559: error: 'i810XvMCSubpicture' has no member named 'offsets'
I810XvMC.c:3566: error: 'i810XvMCSubpicture' has no member named 'offset'
I810XvMC.c:3567: error: 'i810XvMCSubpicture' has no member named 'offsets'
I810XvMC.c:3580: error: 'i810XvMCSubpicture' has no member named 'offset'
I810XvMC.c:3581: error: 'i810XvMCSubpicture' has no member named 'offsets'
I810XvMC.c:3588: error: 'i810XvMCContext' has no member named 'ref'
I810XvMC.c: In function 'XvMCClearSubpicture':
I810XvMC.c:3624: error: 'i810XvMCSubpicture' has no member named 'privContext'
I810XvMC.c:3639: error: 'i810XvMCSubpicture' has no member named 'offsets'
I810XvMC.c: In function 'XvMCCompositeSubpicture':
I810XvMC.c:3680: error: 'i810XvMCSubpicture' has no member named 'privContext'
I810XvMC.c:3703: error: 'i810XvMCSubpicture' has no member named 'offsets'
I810XvMC.c: In function 'XvMCDestroySubpicture':
I810XvMC.c:3738: error: 'i810XvMCSubpicture' has no member named 'privContext'
I810XvMC.c: In function 'XvMCSetSubpicturePalette':
I810XvMC.c:3784: error: 'i810XvMCSubpicture' has no member named 'palette'
I810XvMC.c:3785: error: 'i810XvMCSubpicture' has no member named 'palette'
I810XvMC.c:3786: error: 'i810XvMCSubpicture' has no member named 'palette'
I810XvMC.c: In function 'XvMCBlendSubpicture2':
I810XvMC.c:3891: error: 'i810XvMCSubpicture' has no member named 'privContext'
I810XvMC.c:3930: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3930: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:3930: error: too many arguments to function 'drmGetLock'
I810XvMC.c:3930: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:3941: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:3941: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:3943: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:3943: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:3957: error: 'i810XvMCSubpicture' has no member named 'palette'
I810XvMC.c:3964: error: 'i810XvMCSubpicture' has no member named 'palette'
I810XvMC.c:4031: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:4031: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:4033: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:4033: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:4046: error: 'i810XvMCSubpicture' has no member named 'palette'
I810XvMC.c:4053: error: 'i810XvMCSubpicture' has no member named 'palette'
I810XvMC.c:4120: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:4120: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:4122: error: 'i810XvMCSurface' has no member named 'offset'
I810XvMC.c:4122: error: 'i810XvMCSurface' has no member named 'offsets'
I810XvMC.c:4136: error: 'i810XvMCSubpicture' has no member named 'palette'
I810XvMC.c:4143: error: 'i810XvMCSubpicture' has no member named 'palette'
I810XvMC.c:4210: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:4211: error: 'i810XvMCContext' has no member named 'last_render'
I810XvMC.c:4214: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:4214: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:4214: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:4214: error: too many arguments to function 'drmUnlock'
I810XvMC.c: In function 'XvMCGetSubpictureStatus':
I810XvMC.c:4298: error: 'i810XvMCSubpicture' has no member named 'privContext'
I810XvMC.c:4303: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:4303: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:4303: error: too many arguments to function 'drmGetLock'
I810XvMC.c:4303: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:4309: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:4309: error: 'i810XvMCContext' has no member named 'lock'
I810XvMC.c:4309: error: 'i810XvMCContext' has no member named 'drmcontext'
I810XvMC.c:4309: error: too many arguments to function 'drmUnlock'
I810XvMC.c: In function 'XvMCSetAttribute':
I810XvMC.c:4415: error: 'i810XvMCContext' has no member named 'xv_colorkey'
I810XvMC.c:4420: error: 'i810XvMCContext' has no member named 'colorkey'
I810XvMC.c:4423: error: 'i810XvMCContext' has no member named 'xv_brightness'
I810XvMC.c:4428: error: 'i810XvMCContext' has no member named 'brightness'
I810XvMC.c:4431: error: 'i810XvMCContext' has no member named 'xv_saturation'
I810XvMC.c:4436: error: 'i810XvMCContext' has no member named 'saturation'
I810XvMC.c:4439: error: 'i810XvMCContext' has no member named 'xv_contrast'
I810XvMC.c:4444: error: 'i810XvMCContext' has no member named 'contrast'
I810XvMC.c: In function 'XvMCGetAttribute':
I810XvMC.c:4489: error: 'i810XvMCContext' has no member named 'xv_colorkey'
I810XvMC.c:4490: error: 'i810XvMCContext' has no member named 'colorkey'
I810XvMC.c:4493: error: 'i810XvMCContext' has no member named 'xv_brightness'
I810XvMC.c:4494: error: 'i810XvMCContext' has no member named 'brightness'
I810XvMC.c:4497: error: 'i810XvMCContext' has no member named 'xv_saturation'
I810XvMC.c:4498: error: 'i810XvMCContext' has no member named 'saturation'
I810XvMC.c:4501: error: 'i810XvMCContext' has no member named 'xv_contrast'
I810XvMC.c:4502: error: 'i810XvMCContext' has no member named 'contrast'
make[4]: *** [libI810XvMC_la-I810XvMC.lo] Fehler 1
make[4]: Verlasse Verzeichnis '/home/deb/Desktop/xf86-video-intel-2.5.0/src/xvmc'
make[3]: *** [all-recursive] Fehler 1
make[3]: Verlasse Verzeichnis '/home/deb/Desktop/xf86-video-intel-2.5.0/src'
make[2]: *** [all] Fehler 2
make[2]: Verlasse Verzeichnis '/home/deb/Desktop/xf86-video-intel-2.5.0/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis '/home/deb/Desktop/xf86-video-intel-2.5.0'
make: *** [all] Fehler 2
:~/Desktop/xf86-video-intel-2.5.0$ Womit hängt daszusammen? Ich führe make allerdings beim laufendem X-Server aus... Vlt. liegts daran? Btw. eine Frage: Könnte ich das alles auch per livecd in mein bestehendes System installieren? ThX Bitmuncher für deine Hilfe ThX 3X!_d0S |
| | |
| | #8 (permalink) |
| Moderator ![]() Registriert seit: 30.09.06 ![]() ![]() ![]() ![]() ![]() ![]() Likes: 441 | Das hängt vermutlich damit zusammen: Code: /usr/local/include/xf86drm.h:40:17: error: /usr/local/include/drm/drm.h: Input/output error - die libdrm ist für ein 64bit-System kompiliert, es läuft aber ein 32bit-OS oder umgekehrt - die Festplatte hat an der Stelle, wo die Datei liegt, einen Schaden - irgendwelche includierten Dateien werden nicht gefunden, weil /usr/local/include dem Compiler nicht als Include-Pfad bekannt ist oder oder oder Bei *buntu sollte aber die Installation der linux-restricted-modules und des Pakets xserver-xorg-video-intel vollkommen ausreichen, damit die Treiber installiert sind. Um etwas aus einem Live-System in dein bestehendes System zu installieren, solltest du in das installierte System chroot'en.
__________________ Mein Blog - Mein Job - Diaspora Der Ring uns zu knechten besteht aus 12 Sternen auf blauem Grund. Neue Beiträge im Habo via Twitter - Das HaBo auf FB - Das HaBo bei G+ |
| | |
| | #9 (permalink) |
| Themenstarter Registriert seit: 19.09.07 ![]() Likes: 0 | Jup, Dateisystem war defekt. Ich habe es der Vorsicht halber neuinstalliert, nachdem fsck nicht den Erfolg brachte... Maan, was kann ich denn für eine Linuxdistribution installieren, wo für einen Anfänger mal ALLES funktioniert? Bei Xubuntu geht der Network-Manager wieder nicht, das W-Lan streikt, die Grafikkartentreiber gehen nicht. Die einzige Distribution, wo nur die Grafikkartentreiber nicht gingen war Fedora Core 10.... Das kotzt einen dermaßen an, wenn man einfach umsteigen will, solche derben Hürden zu haben! So, die libdrm kann doch nicht kompiliert werden, seit der Neuinstallation: Code: 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 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 ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool 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 for ANSI C header files... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PTHREADSTUBS... configure: error: Package requirements (pthread-stubs) were not met: No package 'pthread-stubs' 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 PTHREADSTUBS_CFLAGS and PTHREADSTUBS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Wenn jemand eine anfängerfreundliche Distribution kennt, der möge diese bitte hier im Thread hinterlassen... Sonst gebe ich es bald auf, Windows hat wenigstens alle Treiber.. -.- bye 3X!_d0S |
| | |
| | #10 (permalink) | |
| Moderator ![]() Registriert seit: 30.09.06 ![]() ![]() ![]() ![]() ![]() ![]() Likes: 441 | Zitat:
__________________ Mein Blog - Mein Job - Diaspora Der Ring uns zu knechten besteht aus 12 Sternen auf blauem Grund. Neue Beiträge im Habo via Twitter - Das HaBo auf FB - Das HaBo bei G+ | |
| | |
| | #11 (permalink) |
| Themenstarter Registriert seit: 19.09.07 ![]() Likes: 0 | ThX bitmuncher... Ja, du hast Recht, aber wenn man eine Ewigkeit an so etwas sitzt, dann wird man leicht ungehalten So, nun habe ich eine neue Distri, die letzte Mal eine Frage dazu, ich lese vermehrt, dass man auch prefixe nutzen "kann", ab wann muss ich diese nutzen? Ich habe das noch nicht ganz verstanden.... So, unter Fedora Core 10 läuft es bis zum make, nur da habe ich einige Warnungen: Code: config.status: creating config.h config.status: executing depfiles commands [root@deb-node xf86-video-intel-2.5.0]# make make all-recursive make[1]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0' Making all in uxa make[2]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/uxa' ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -g -O2 -MT uxa.lo -MD -MP -MF .deps/uxa.Tpo -c -o uxa.lo uxa.c mv -f .deps/uxa.Tpo .deps/uxa.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -g -O2 -MT uxa-accel.lo -MD -MP -MF .deps/uxa-accel.Tpo -c -o uxa-accel.lo uxa-accel.c mv -f .deps/uxa-accel.Tpo .deps/uxa-accel.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -g -O2 -MT uxa-glyphs.lo -MD -MP -MF .deps/uxa-glyphs.Tpo -c -o uxa-glyphs.lo uxa-glyphs.c mv -f .deps/uxa-glyphs.Tpo .deps/uxa-glyphs.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -g -O2 -MT uxa-render.lo -MD -MP -MF .deps/uxa-render.Tpo -c -o uxa-render.lo uxa-render.c mv -f .deps/uxa-render.Tpo .deps/uxa-render.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -g -O2 -MT uxa-unaccel.lo -MD -MP -MF .deps/uxa-unaccel.Tpo -c -o uxa-unaccel.lo uxa-unaccel.c mv -f .deps/uxa-unaccel.Tpo .deps/uxa-unaccel.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -g -O2 -o libuxa.la uxa.lo uxa-accel.lo uxa-glyphs.lo uxa-render.lo uxa-unaccel.lo ar cru .libs/libuxa.a .libs/uxa.o .libs/uxa-accel.o .libs/uxa-glyphs.o .libs/uxa-render.o .libs/uxa-unaccel.o ranlib .libs/libuxa.a creating libuxa.la (cd .libs && rm -f libuxa.la && ln -s ../libuxa.la libuxa.la) make[2]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/uxa' Making all in src make[2]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src' make all-recursive make[3]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src' Making all in xvmc make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/xvmc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libI810XvMC_la-I810XvMC.lo -MD -MP -MF .deps/libI810XvMC_la-I810XvMC.Tpo -c -o libI810XvMC_la-I810XvMC.lo `test -f 'I810XvMC.c' || echo './'`I810XvMC.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libI810XvMC_la-I810XvMC.lo -MD -MP -MF .deps/libI810XvMC_la-I810XvMC.Tpo -c I810XvMC.c -fPIC -DPIC -o .libs/libI810XvMC_la-I810XvMC.o mv -f .deps/libI810XvMC_la-I810XvMC.Tpo .deps/libI810XvMC_la-I810XvMC.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -version-number 1:0:0 -o libI810XvMC.la -rpath /usr/local/lib libI810XvMC_la-I810XvMC.lo gcc -shared .libs/libI810XvMC_la-I810XvMC.o -Wl,-soname -Wl,libI810XvMC.so.1 -o .libs/libI810XvMC.so.1.0.0 (cd .libs && rm -f libI810XvMC.so.1 && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so.1) (cd .libs && rm -f libI810XvMC.so && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so) creating libI810XvMC.la (cd .libs && rm -f libI810XvMC.la && ln -s ../libI810XvMC.la libI810XvMC.la) /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libIntelXvMC_la-intel_xvmc.lo -MD -MP -MF .deps/libIntelXvMC_la-intel_xvmc.Tpo -c -o libIntelXvMC_la-intel_xvmc.lo `test -f 'intel_xvmc.c' || echo './'`intel_xvmc.c gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libIntelXvMC_la-intel_xvmc.lo -MD -MP -MF .deps/libIntelXvMC_la-intel_xvmc.Tpo -c intel_xvmc.c -fPIC -DPIC -o .libs/libIntelXvMC_la-intel_xvmc.o mv -f .deps/libIntelXvMC_la-intel_xvmc.Tpo .deps/libIntelXvMC_la-intel_xvmc.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libIntelXvMC_la-intel_xvmc_dump.lo -MD -MP -MF .deps/libIntelXvMC_la-intel_xvmc_dump.Tpo -c -o libIntelXvMC_la-intel_xvmc_dump.lo `test -f 'intel_xvmc_dump.c' || echo './'`intel_xvmc_dump.c gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libIntelXvMC_la-intel_xvmc_dump.lo -MD -MP -MF .deps/libIntelXvMC_la-intel_xvmc_dump.Tpo -c intel_xvmc_dump.c -fPIC -DPIC -o .libs/libIntelXvMC_la-intel_xvmc_dump.o mv -f .deps/libIntelXvMC_la-intel_xvmc_dump.Tpo .deps/libIntelXvMC_la-intel_xvmc_dump.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libIntelXvMC_la-i915_xvmc.lo -MD -MP -MF .deps/libIntelXvMC_la-i915_xvmc.Tpo -c -o libIntelXvMC_la-i915_xvmc.lo `test -f 'i915_xvmc.c' || echo './'`i915_xvmc.c gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libIntelXvMC_la-i915_xvmc.lo -MD -MP -MF .deps/libIntelXvMC_la-i915_xvmc.Tpo -c i915_xvmc.c -fPIC -DPIC -o .libs/libIntelXvMC_la-i915_xvmc.o mv -f .deps/libIntelXvMC_la-i915_xvmc.Tpo .deps/libIntelXvMC_la-i915_xvmc.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libIntelXvMC_la-intel_batchbuffer.lo -MD -MP -MF .deps/libIntelXvMC_la-intel_batchbuffer.Tpo -c -o libIntelXvMC_la-intel_batchbuffer.lo `test -f 'intel_batchbuffer.c' || echo './'`intel_batchbuffer.c gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libIntelXvMC_la-intel_batchbuffer.lo -MD -MP -MF .deps/libIntelXvMC_la-intel_batchbuffer.Tpo -c intel_batchbuffer.c -fPIC -DPIC -o .libs/libIntelXvMC_la-intel_batchbuffer.o mv -f .deps/libIntelXvMC_la-intel_batchbuffer.Tpo .deps/libIntelXvMC_la-intel_batchbuffer.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libIntelXvMC_la-xf86dri.lo -MD -MP -MF .deps/libIntelXvMC_la-xf86dri.Tpo -c -o libIntelXvMC_la-xf86dri.lo `test -f 'xf86dri.c' || echo './'`xf86dri.c gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -MT libIntelXvMC_la-xf86dri.lo -MD -MP -MF .deps/libIntelXvMC_la-xf86dri.Tpo -c xf86dri.c -fPIC -DPIC -o .libs/libIntelXvMC_la-xf86dri.o mv -f .deps/libIntelXvMC_la-xf86dri.Tpo .deps/libIntelXvMC_la-xf86dri.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -g -O2 -version-number 1:0:0 -o libIntelXvMC.la -rpath /usr/local/lib libIntelXvMC_la-intel_xvmc.lo libIntelXvMC_la-intel_xvmc_dump.lo libIntelXvMC_la-i915_xvmc.lo libIntelXvMC_la-intel_batchbuffer.lo libIntelXvMC_la-xf86dri.lo gcc -shared .libs/libIntelXvMC_la-intel_xvmc.o .libs/libIntelXvMC_la-intel_xvmc_dump.o .libs/libIntelXvMC_la-i915_xvmc.o .libs/libIntelXvMC_la-intel_batchbuffer.o .libs/libIntelXvMC_la-xf86dri.o -Wl,-soname -Wl,libIntelXvMC.so.1 -o .libs/libIntelXvMC.so.1.0.0 (cd .libs && rm -f libIntelXvMC.so.1 && ln -s libIntelXvMC.so.1.0.0 libIntelXvMC.so.1) (cd .libs && rm -f libIntelXvMC.so && ln -s libIntelXvMC.so.1.0.0 libIntelXvMC.so) creating libIntelXvMC.la (cd .libs && rm -f libIntelXvMC.la && ln -s ../libIntelXvMC.la libIntelXvMC.la) make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/xvmc' Making all in bios_reader make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/bios_reader' gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -DREG_DUMPER -g -O2 -MT bios_reader.o -MD -MP -MF .deps/bios_reader.Tpo -c -o bios_reader.o bios_reader.c bios_reader.c:210: Warnung: ?dump_child_devices? definiert, aber nicht verwendet mv -f .deps/bios_reader.Tpo .deps/bios_reader.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -DREG_DUMPER -g -O2 -o bios_reader bios_reader.o mkdir .libs gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -DREG_DUMPER -g -O2 -o bios_reader bios_reader.o gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -DREG_DUMPER -g -O2 -MT bios_dumper.o -MD -MP -MF .deps/bios_dumper.Tpo -c -o bios_dumper.o bios_dumper.c mv -f .deps/bios_dumper.Tpo .deps/bios_dumper.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -DREG_DUMPER -g -O2 -o bios_dumper bios_dumper.o -lpciaccess gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -DREG_DUMPER -g -O2 -o bios_dumper bios_dumper.o -lpciaccess gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -DREG_DUMPER -g -O2 -MT swf_dumper.o -MD -MP -MF .deps/swf_dumper.Tpo -c -o swf_dumper.o swf_dumper.c mv -f .deps/swf_dumper.Tpo .deps/swf_dumper.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -DREG_DUMPER -g -O2 -o swf_dumper swf_dumper.o -lpciaccess gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -DREG_DUMPER -g -O2 -o swf_dumper swf_dumper.o -lpciaccess make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/bios_reader' Making all in ch7017 make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ch7017' ../../doltcompile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -MT ch7017.lo -MD -MP -MF .deps/ch7017.Tpo -c -o ch7017.lo ch7017.c mv -f .deps/ch7017.Tpo .deps/ch7017.Plo ../../doltcompile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -MT ch7017_module.lo -MD -MP -MF .deps/ch7017_module.Tpo -c -o ch7017_module.lo ch7017_module.c mv -f .deps/ch7017_module.Tpo .deps/ch7017_module.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -module -avoid-version -o ch7017.la -rpath /usr/local/lib/xorg/modules/drivers ch7017.lo ch7017_module.lo gcc -shared .libs/ch7017.o .libs/ch7017_module.o -Wl,-soname -Wl,ch7017.so -o .libs/ch7017.so creating ch7017.la (cd .libs && rm -f ch7017.la && ln -s ../ch7017.la ch7017.la) make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ch7017' Making all in ch7xxx make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ch7xxx' ../../doltcompile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -MT ch7xxx.lo -MD -MP -MF .deps/ch7xxx.Tpo -c -o ch7xxx.lo ch7xxx.c mv -f .deps/ch7xxx.Tpo .deps/ch7xxx.Plo ../../doltcompile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -MT ch7xxx_module.lo -MD -MP -MF .deps/ch7xxx_module.Tpo -c -o ch7xxx_module.lo ch7xxx_module.c mv -f .deps/ch7xxx_module.Tpo .deps/ch7xxx_module.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -module -avoid-version -o ch7xxx.la -rpath /usr/local/lib/xorg/modules/drivers ch7xxx.lo ch7xxx_module.lo gcc -shared .libs/ch7xxx.o .libs/ch7xxx_module.o -Wl,-soname -Wl,ch7xxx.so -o .libs/ch7xxx.so creating ch7xxx.la (cd .libs && rm -f ch7xxx.la && ln -s ../ch7xxx.la ch7xxx.la) make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ch7xxx' Making all in ivch make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ivch' ../../doltcompile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -MT ivch.lo -MD -MP -MF .deps/ivch.Tpo -c -o ivch.lo ivch.c mv -f .deps/ivch.Tpo .deps/ivch.Plo ../../doltcompile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -MT ivch_module.lo -MD -MP -MF .deps/ivch_module.Tpo -c -o ivch_module.lo ivch_module.c mv -f .deps/ivch_module.Tpo .deps/ivch_module.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -module -avoid-version -o ivch.la -rpath /usr/local/lib/xorg/modules/drivers ivch.lo ivch_module.lo gcc -shared .libs/ivch.o .libs/ivch_module.o -Wl,-soname -Wl,ivch.so -o .libs/ivch.so creating ivch.la (cd .libs && rm -f ivch.la && ln -s ../ivch.la ivch.la) make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ivch' Making all in sil164 make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/sil164' ../../doltcompile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -MT sil164.lo -MD -MP -MF .deps/sil164.Tpo -c -o sil164.lo sil164.c mv -f .deps/sil164.Tpo .deps/sil164.Plo ../../doltcompile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -MT sil164_module.lo -MD -MP -MF .deps/sil164_module.Tpo -c -o sil164_module.lo sil164_module.c mv -f .deps/sil164_module.Tpo .deps/sil164_module.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -module -avoid-version -o sil164.la -rpath /usr/local/lib/xorg/modules/drivers sil164.lo sil164_module.lo gcc -shared .libs/sil164.o .libs/sil164_module.o -Wl,-soname -Wl,sil164.so -o .libs/sil164.so creating sil164.la (cd .libs && rm -f sil164.la && ln -s ../sil164.la sil164.la) make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/sil164' Making all in tfp410 make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/tfp410' ../../doltcompile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -MT tfp410.lo -MD -MP -MF .deps/tfp410.Tpo -c -o tfp410.lo tfp410.c mv -f .deps/tfp410.Tpo .deps/tfp410.Plo ../../doltcompile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -MT tfp410_module.lo -MD -MP -MF .deps/tfp410_module.Tpo -c -o tfp410_module.lo tfp410_module.c mv -f .deps/tfp410_module.Tpo .deps/tfp410_module.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -g -O2 -module -avoid-version -o tfp410.la -rpath /usr/local/lib/xorg/modules/drivers tfp410.lo tfp410_module.lo gcc -shared .libs/tfp410.o .libs/tfp410_module.o -Wl,-soname -Wl,tfp410.so -o .libs/tfp410.so creating tfp410.la (cd .libs && rm -f tfp410.la && ln -s ../tfp410.la tfp410.la) make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/tfp410' Making all in reg_dumper make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/reg_dumper' gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -MT xprintf.o -MD -MP -MF .deps/xprintf.Tpo -c -o xprintf.o xprintf.c mv -f .deps/xprintf.Tpo .deps/xprintf.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -MT i830_debug.o -MD -MP -MF .deps/i830_debug.Tpo -c -o i830_debug.o `test -f '../i830_debug.c' || echo './'`../i830_debug.c mv -f .deps/i830_debug.Tpo .deps/i830_debug.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -o intel_reg_dumper main.o xprintf.o i830_debug.o -lpciaccess mkdir .libs gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -o intel_reg_dumper main.o xprintf.o i830_debug.o -lpciaccess gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -MT gtt.o -MD -MP -MF .deps/gtt.Tpo -c -o gtt.o gtt.c mv -f .deps/gtt.Tpo .deps/gtt.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c mv -f .deps/util.Tpo .deps/util.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -o intel_gtt gtt.o util.o -lpciaccess gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -o intel_gtt gtt.o util.o -lpciaccess gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -MT idle.o -MD -MP -MF .deps/idle.Tpo -c -o idle.o idle.c mv -f .deps/idle.Tpo .deps/idle.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -o intel_idle idle.o xprintf.o i830_debug.o -lpciaccess gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -o intel_idle idle.o xprintf.o i830_debug.o -lpciaccess gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -MT stepping.o -MD -MP -MF .deps/stepping.Tpo -c -o stepping.o stepping.c mv -f .deps/stepping.Tpo .deps/stepping.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -o intel_stepping stepping.o -lpciaccess gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -o intel_stepping stepping.o -lpciaccess gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -MT statuspage.o -MD -MP -MF .deps/statuspage.Tpo -c -o statuspage.o statuspage.c mv -f .deps/statuspage.Tpo .deps/statuspage.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -o intel_statuspage statuspage.o util.o -lpciaccess gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -o intel_statuspage statuspage.o util.o -lpciaccess gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -MT hotplug.o -MD -MP -MF .deps/hotplug.Tpo -c -o hotplug.o hotplug.c mv -f .deps/hotplug.Tpo .deps/hotplug.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -o intel_hotplug hotplug.o xprintf.o i830_debug.o -lpciaccess gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -g -O2 -o intel_hotplug hotplug.o xprintf.o i830_debug.o -lpciaccess make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/reg_dumper' make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src' ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i810_accel.lo -MD -MP -MF .deps/i810_accel.Tpo -c -o i810_accel.lo i810_accel.c mv -f .deps/i810_accel.Tpo .deps/i810_accel.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i810_cursor.lo -MD -MP -MF .deps/i810_cursor.Tpo -c -o i810_cursor.lo i810_cursor.c mv -f .deps/i810_cursor.Tpo .deps/i810_cursor.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i810_dga.lo -MD -MP -MF .deps/i810_dga.Tpo -c -o i810_dga.lo i810_dga.c mv -f .deps/i810_dga.Tpo .deps/i810_dga.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i810_driver.lo -MD -MP -MF .deps/i810_driver.Tpo -c -o i810_driver.lo i810_driver.c mv -f .deps/i810_driver.Tpo .deps/i810_driver.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i810_io.lo -MD -MP -MF .deps/i810_io.Tpo -c -o i810_io.lo i810_io.c mv -f .deps/i810_io.Tpo .deps/i810_io.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i810_memory.lo -MD -MP -MF .deps/i810_memory.Tpo -c -o i810_memory.lo i810_memory.c mv -f .deps/i810_memory.Tpo .deps/i810_memory.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i810_video.lo -MD -MP -MF .deps/i810_video.Tpo -c -o i810_video.lo i810_video.c mv -f .deps/i810_video.Tpo .deps/i810_video.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i810_wmark.lo -MD -MP -MF .deps/i810_wmark.Tpo -c -o i810_wmark.lo i810_wmark.c mv -f .deps/i810_wmark.Tpo .deps/i810_wmark.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_3d.lo -MD -MP -MF .deps/i830_3d.Tpo -c -o i830_3d.lo i830_3d.c mv -f .deps/i830_3d.Tpo .deps/i830_3d.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_accel.lo -MD -MP -MF .deps/i830_accel.Tpo -c -o i830_accel.lo i830_accel.c mv -f .deps/i830_accel.Tpo .deps/i830_accel.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_bios.lo -MD -MP -MF .deps/i830_bios.Tpo -c -o i830_bios.lo i830_bios.c mv -f .deps/i830_bios.Tpo .deps/i830_bios.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_batchbuffer.lo -MD -MP -MF .deps/i830_batchbuffer.Tpo -c -o i830_batchbuffer.lo i830_batchbuffer.c mv -f .deps/i830_batchbuffer.Tpo .deps/i830_batchbuffer.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_crt.lo -MD -MP -MF .deps/i830_crt.Tpo -c -o i830_crt.lo i830_crt.c mv -f .deps/i830_crt.Tpo .deps/i830_crt.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_cursor.lo -MD -MP -MF .deps/i830_cursor.Tpo -c -o i830_cursor.lo i830_cursor.c mv -f .deps/i830_cursor.Tpo .deps/i830_cursor.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_debug.lo -MD -MP -MF .deps/i830_debug.Tpo -c -o i830_debug.lo i830_debug.c mv -f .deps/i830_debug.Tpo .deps/i830_debug.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_display.lo -MD -MP -MF .deps/i830_display.Tpo -c -o i830_display.lo i830_display.c mv -f .deps/i830_display.Tpo .deps/i830_display.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_quirks.lo -MD -MP -MF .deps/i830_quirks.Tpo -c -o i830_quirks.lo i830_quirks.c mv -f .deps/i830_quirks.Tpo .deps/i830_quirks.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_driver.lo -MD -MP -MF .deps/i830_driver.Tpo -c -o i830_driver.lo i830_driver.c i830_driver.c: In Funktion ?I830InitFBManager?: i830_driver.c:2579: Warnung: Die Adresse von ?ScreenBox? wird immer zu ?wahr? auswerten mv -f .deps/i830_driver.Tpo .deps/i830_driver.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_dvo.lo -MD -MP -MF .deps/i830_dvo.Tpo -c -o i830_dvo.lo i830_dvo.c mv -f .deps/i830_dvo.Tpo .deps/i830_dvo.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_hdmi.lo -MD -MP -MF .deps/i830_hdmi.Tpo -c -o i830_hdmi.lo i830_hdmi.c mv -f .deps/i830_hdmi.Tpo .deps/i830_hdmi.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_i2c.lo -MD -MP -MF .deps/i830_i2c.Tpo -c -o i830_i2c.lo i830_i2c.c mv -f .deps/i830_i2c.Tpo .deps/i830_i2c.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_io.lo -MD -MP -MF .deps/i830_io.Tpo -c -o i830_io.lo i830_io.c mv -f .deps/i830_io.Tpo .deps/i830_io.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_lvds.lo -MD -MP -MF .deps/i830_lvds.Tpo -c -o i830_lvds.lo i830_lvds.c mv -f .deps/i830_lvds.Tpo .deps/i830_lvds.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_memory.lo -MD -MP -MF .deps/i830_memory.Tpo -c -o i830_memory.lo i830_memory.c mv -f .deps/i830_memory.Tpo .deps/i830_memory.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_modes.lo -MD -MP -MF .deps/i830_modes.Tpo -c -o i830_modes.lo i830_modes.c mv -f .deps/i830_modes.Tpo .deps/i830_modes.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_video.lo -MD -MP -MF .deps/i830_video.Tpo -c -o i830_video.lo i830_video.c i830_video.c: In Funktion ?i830_clip_video_helper?: i830_video.c:2136: Warnung: Die Adresse von ?crtc_box? wird immer zu ?wahr? auswerten mv -f .deps/i830_video.Tpo .deps/i830_video.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_sdvo.lo -MD -MP -MF .deps/i830_sdvo.Tpo -c -o i830_sdvo.lo i830_sdvo.c mv -f .deps/i830_sdvo.Tpo .deps/i830_sdvo.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_tv.lo -MD -MP -MF .deps/i830_tv.Tpo -c -o i830_tv.lo i830_tv.c mv -f .deps/i830_tv.Tpo .deps/i830_tv.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i915_3d.lo -MD -MP -MF .deps/i915_3d.Tpo -c -o i915_3d.lo i915_3d.c mv -f .deps/i915_3d.Tpo .deps/i915_3d.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i915_video.lo -MD -MP -MF .deps/i915_video.Tpo -c -o i915_video.lo i915_video.c mv -f .deps/i915_video.Tpo .deps/i915_video.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i965_video.lo -MD -MP -MF .deps/i965_video.Tpo -c -o i965_video.lo i965_video.c mv -f .deps/i965_video.Tpo .deps/i965_video.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_exa.lo -MD -MP -MF .deps/i830_exa.Tpo -c -o i830_exa.lo i830_exa.c mv -f .deps/i830_exa.Tpo .deps/i830_exa.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_xaa.lo -MD -MP -MF .deps/i830_xaa.Tpo -c -o i830_xaa.lo i830_xaa.c mv -f .deps/i830_xaa.Tpo .deps/i830_xaa.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_render.lo -MD -MP -MF .deps/i830_render.Tpo -c -o i830_render.lo i830_render.c mv -f .deps/i830_render.Tpo .deps/i830_render.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i915_render.lo -MD -MP -MF .deps/i915_render.Tpo -c -o i915_render.lo i915_render.c mv -f .deps/i915_render.Tpo .deps/i915_render.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i965_render.lo -MD -MP -MF .deps/i965_render.Tpo -c -o i965_render.lo i965_render.c mv -f .deps/i965_render.Tpo .deps/i965_render.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT drmmode_display.lo -MD -MP -MF .deps/drmmode_display.Tpo -c -o drmmode_display.lo drmmode_display.c drmmode_display.c: In Funktion ?drmmode_load_cursor_argb?: drmmode_display.c:216: Warnung: Variable ?drmmode_crtc? wird nicht verwendet drmmode_display.c: In Funktion ?drmmode_crtc_shadow_destroy?: drmmode_display.c:320: Warnung: Variable ?drmmode_crtc? wird nicht verwendet drmmode_display.c: In Funktion ?drmmode_crtc_init?: drmmode_display.c:366: Warnung: Variable ?ret? wird nicht verwendet drmmode_display.c:365: Warnung: Variable ?pI830? wird nicht verwendet drmmode_display.c: In Funktion ?drmmode_is_rotate_pixmap?: drmmode_display.c:645: Warnung: Variable ?i? wird nicht verwendet drmmode_display.c:644: Warnung: Variable ?config? wird nicht verwendet mv -f .deps/drmmode_display.Tpo .deps/drmmode_display.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i810_dri.lo -MD -MP -MF .deps/i810_dri.Tpo -c -o i810_dri.lo i810_dri.c mv -f .deps/i810_dri.Tpo .deps/i810_dri.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_dri.lo -MD -MP -MF .deps/i830_dri.Tpo -c -o i830_dri.lo i830_dri.c mv -f .deps/i830_dri.Tpo .deps/i830_dri.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i810_hwmc.lo -MD -MP -MF .deps/i810_hwmc.Tpo -c -o i810_hwmc.lo i810_hwmc.c mv -f .deps/i810_hwmc.Tpo .deps/i810_hwmc.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_hwmc.lo -MD -MP -MF .deps/i830_hwmc.Tpo -c -o i830_hwmc.lo i830_hwmc.c mv -f .deps/i830_hwmc.Tpo .deps/i830_hwmc.Plo ../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i915_hwmc.lo -MD -MP -MF .deps/i915_hwmc.Tpo -c -o i915_hwmc.lo i915_hwmc.c mv -f .deps/i915_hwmc.Tpo .deps/i915_hwmc.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -module -avoid-version -o intel_drv.la -rpath /usr/local/lib/xorg/modules/drivers i810_accel.lo i810_cursor.lo i810_dga.lo i810_driver.lo i810_io.lo i810_memory.lo i810_video.lo i810_wmark.lo i830_3d.lo i830_accel.lo i830_bios.lo i830_batchbuffer.lo i830_crt.lo i830_cursor.lo i830_debug.lo i830_display.lo i830_quirks.lo i830_driver.lo i830_dvo.lo i830_hdmi.lo i830_i2c.lo i830_io.lo i830_lvds.lo i830_memory.lo i830_modes.lo i830_video.lo i830_sdvo.lo i830_tv.lo i915_3d.lo i915_video.lo i965_video.lo i830_exa.lo i830_xaa.lo i830_render.lo i915_render.lo i965_render.lo drmmode_display.lo i810_dri.lo i830_dri.lo i810_hwmc.lo i830_hwmc.lo i915_hwmc.lo -lm -ldrm_intel ../uxa/libuxa.la -lpciaccess -ldrm gcc -shared .libs/i810_accel.o .libs/i810_cursor.o .libs/i810_dga.o .libs/i810_driver.o .libs/i810_io.o .libs/i810_memory.o .libs/i810_video.o .libs/i810_wmark.o .libs/i830_3d.o .libs/i830_accel.o .libs/i830_bios.o .libs/i830_batchbuffer.o .libs/i830_crt.o .libs/i830_cursor.o .libs/i830_debug.o .libs/i830_display.o .libs/i830_quirks.o .libs/i830_driver.o .libs/i830_dvo.o .libs/i830_hdmi.o .libs/i830_i2c.o .libs/i830_io.o .libs/i830_lvds.o .libs/i830_memory.o .libs/i830_modes.o .libs/i830_video.o .libs/i830_sdvo.o .libs/i830_tv.o .libs/i915_3d.o .libs/i915_video.o .libs/i965_video.o .libs/i830_exa.o .libs/i830_xaa.o .libs/i830_render.o .libs/i915_render.o .libs/i965_render.o .libs/drmmode_display.o .libs/i810_dri.o .libs/i830_dri.o .libs/i810_hwmc.o .libs/i830_hwmc.o .libs/i915_hwmc.o -Wl,--whole-archive ../uxa/.libs/libuxa.a -Wl,--no-whole-archive -lm -ldrm_intel -lpciaccess -ldrm -Wl,-soname -Wl,intel_drv.so -o .libs/intel_drv.so creating intel_drv.la (cd .libs && rm -f intel_drv.la && ln -s ../intel_drv.la intel_drv.la) make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src' make[3]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src' make[2]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src' Making all in man make[2]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/man' rm -f i810.4 echo .so man4/intel.4 > \ i810.4 make all-am make[3]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/man' sed -e 's|__vendorversion__|"xf86-video-intel 2.5.0" "X Version 11"|' -e 's|__xorgversion__|"xf86-video-intel 2.5.0" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr/local|g' -e 's|__appmansuffix__|1|g' -e 's|__drivermansuffix__|4|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < intel.man > intel.4 make[3]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/man' make[2]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/man' make[2]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0' make[2]: Für das Ziel ?all-am? ist nichts zu tun. make[2]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0' make[1]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0' ThX 3X!_d0S |
| | |
| | #12 (permalink) |
| Moderator ![]() Registriert seit: 30.09.06 ![]() ![]() ![]() ![]() ![]() ![]() Likes: 441 | Solange es keine Errors gibt, kannst du die Warnungen zumeist ignorieren. Prefixes nutzt man, wenn man die Software nicht an seinem Default-Ort installieren will (zumeist /usr/local oder bei Kernel-Modulen /lib/modules/<kernel-version>).
__________________ Mein Blog - Mein Job - Diaspora Der Ring uns zu knechten besteht aus 12 Sternen auf blauem Grund. Neue Beiträge im Habo via Twitter - Das HaBo auf FB - Das HaBo bei G+ |
| | |
| | #13 (permalink) |
| Themenstarter Registriert seit: 19.09.07 ![]() Likes: 0 | [hide] Code: [root@deb-node xf86-video-intel-2.5.0]# make install
Making install in uxa
make[1]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/uxa'
make[2]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/uxa'
make[2]: Für das Ziel ?install-exec-am? ist nichts zu tun.
make[2]: Für das Ziel ?install-data-am? ist nichts zu tun.
make[2]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/uxa'
make[1]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/uxa'
Making install in src
make[1]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src'
make install-recursive
make[2]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src'
Making install in xvmc
make[3]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/xvmc'
make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/xvmc'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'libI810XvMC.la' '/usr/local/lib/libI810XvMC.la'
/usr/bin/install -c .libs/libI810XvMC.so.1.0.0 /usr/local/lib/libI810XvMC.so.1.0.0
(cd /usr/local/lib && { ln -s -f libI810XvMC.so.1.0.0 libI810XvMC.so.1 || { rm -f libI810XvMC.so.1 && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so.1; }; })
(cd /usr/local/lib && { ln -s -f libI810XvMC.so.1.0.0 libI810XvMC.so || { rm -f libI810XvMC.so && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so; }; })
/usr/bin/install -c .libs/libI810XvMC.lai /usr/local/lib/libI810XvMC.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'libIntelXvMC.la' '/usr/local/lib/libIntelXvMC.la'
/usr/bin/install -c .libs/libIntelXvMC.so.1.0.0 /usr/local/lib/libIntelXvMC.so.1.0.0
(cd /usr/local/lib && { ln -s -f libIntelXvMC.so.1.0.0 libIntelXvMC.so.1 || { rm -f libIntelXvMC.so.1 && ln -s libIntelXvMC.so.1.0.0 libIntelXvMC.so.1; }; })
(cd /usr/local/lib && { ln -s -f libIntelXvMC.so.1.0.0 libIntelXvMC.so || { rm -f libIntelXvMC.so && ln -s libIntelXvMC.so.1.0.0 libIntelXvMC.so; }; })
/usr/bin/install -c .libs/libIntelXvMC.lai /usr/local/lib/libIntelXvMC.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Für das Ziel ?install-data-am? ist nichts zu tun.
make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/xvmc'
make[3]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/xvmc'
Making install in bios_reader
make[3]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/bios_reader'
make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/bios_reader'
make[4]: Für das Ziel ?install-exec-am? ist nichts zu tun.
make[4]: Für das Ziel ?install-data-am? ist nichts zu tun.
make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/bios_reader'
make[3]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/bios_reader'
Making install in ch7017
make[3]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ch7017'
make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ch7017'
make[4]: Für das Ziel ?install-exec-am? ist nichts zu tun.
test -z "/usr/local/lib/xorg/modules/drivers" || /bin/mkdir -p "/usr/local/lib/xorg/modules/drivers"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'ch7017.la' '/usr/local/lib/xorg/modules/drivers/ch7017.la'
/usr/bin/install -c .libs/ch7017.so /usr/local/lib/xorg/modules/drivers/ch7017.so
/usr/bin/install -c .libs/ch7017.lai /usr/local/lib/xorg/modules/drivers/ch7017.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/xorg/modules/drivers
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ch7017'
make[3]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ch7017'
Making install in ch7xxx
make[3]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ch7xxx'
make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ch7xxx'
make[4]: Für das Ziel ?install-exec-am? ist nichts zu tun.
test -z "/usr/local/lib/xorg/modules/drivers" || /bin/mkdir -p "/usr/local/lib/xorg/modules/drivers"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'ch7xxx.la' '/usr/local/lib/xorg/modules/drivers/ch7xxx.la'
/usr/bin/install -c .libs/ch7xxx.so /usr/local/lib/xorg/modules/drivers/ch7xxx.so
/usr/bin/install -c .libs/ch7xxx.lai /usr/local/lib/xorg/modules/drivers/ch7xxx.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/xorg/modules/drivers
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ch7xxx'
make[3]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ch7xxx'
Making install in ivch
make[3]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ivch'
make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ivch'
make[4]: Für das Ziel ?install-exec-am? ist nichts zu tun.
test -z "/usr/local/lib/xorg/modules/drivers" || /bin/mkdir -p "/usr/local/lib/xorg/modules/drivers"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'ivch.la' '/usr/local/lib/xorg/modules/drivers/ivch.la'
/usr/bin/install -c .libs/ivch.so /usr/local/lib/xorg/modules/drivers/ivch.so
/usr/bin/install -c .libs/ivch.lai /usr/local/lib/xorg/modules/drivers/ivch.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/xorg/modules/drivers
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ivch'
make[3]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/ivch'
Making install in sil164
make[3]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/sil164'
make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/sil164'
make[4]: Für das Ziel ?install-exec-am? ist nichts zu tun.
test -z "/usr/local/lib/xorg/modules/drivers" || /bin/mkdir -p "/usr/local/lib/xorg/modules/drivers"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sil164.la' '/usr/local/lib/xorg/modules/drivers/sil164.la'
/usr/bin/install -c .libs/sil164.so /usr/local/lib/xorg/modules/drivers/sil164.so
/usr/bin/install -c .libs/sil164.lai /usr/local/lib/xorg/modules/drivers/sil164.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/xorg/modules/drivers
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/sil164'
make[3]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/sil164'
Making install in tfp410
make[3]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/tfp410'
make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/tfp410'
make[4]: Für das Ziel ?install-exec-am? ist nichts zu tun.
test -z "/usr/local/lib/xorg/modules/drivers" || /bin/mkdir -p "/usr/local/lib/xorg/modules/drivers"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'tfp410.la' '/usr/local/lib/xorg/modules/drivers/tfp410.la'
/usr/bin/install -c .libs/tfp410.so /usr/local/lib/xorg/modules/drivers/tfp410.so
/usr/bin/install -c .libs/tfp410.lai /usr/local/lib/xorg/modules/drivers/tfp410.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/xorg/modules/drivers
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/tfp410'
make[3]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/tfp410'
Making install in reg_dumper
make[3]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/reg_dumper'
make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/reg_dumper'
make[4]: Für das Ziel ?install-exec-am? ist nichts zu tun.
make[4]: Für das Ziel ?install-data-am? ist nichts zu tun.
make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/reg_dumper'
make[3]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src/reg_dumper'
make[3]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src'
make[4]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src'
make[4]: Für das Ziel ?install-exec-am? ist nichts zu tun.
test -z "/usr/local/lib/xorg/modules/drivers" || /bin/mkdir -p "/usr/local/lib/xorg/modules/drivers"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'intel_drv.la' '/usr/local/lib/xorg/modules/drivers/intel_drv.la'
/usr/bin/install -c .libs/intel_drv.so /usr/local/lib/xorg/modules/drivers/intel_drv.so
/usr/bin/install -c .libs/intel_drv.lai /usr/local/lib/xorg/modules/drivers/intel_drv.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/xorg/modules/drivers
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
(cd /usr/local/lib/xorg/modules/drivers && rm -f i810_drv.so && ln -s intel_drv.so i810_drv.so)
make[4]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src'
make[3]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src'
make[2]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src'
make[1]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/src'
Making install in man
make[1]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/man'
rm -f i810.4
echo .so man4/intel.4 > \
i810.4
make install-am
make[2]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/man'
make[3]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0/man'
make[3]: Für das Ziel ?install-exec-am? ist nichts zu tun.
test -z "/usr/local/share/man/man4" || /bin/mkdir -p "/usr/local/share/man/man4"
/usr/bin/install -c -m 644 'intel.4' '/usr/local/share/man/man4/intel.4'
/usr/bin/install -c -m 644 'i810.4' '/usr/local/share/man/man4/i810.4'
make[3]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/man'
make[2]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/man'
make[1]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0/man'
make[1]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0'
make[2]: Entering directory `/home/deb/Desktop/xf86-video-intel-2.5.0'
make[2]: Für das Ziel ?install-exec-am? ist nichts zu tun.
make[2]: Für das Ziel ?install-data-am? ist nichts zu tun.
make[2]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0'
make[1]: Leaving directory `/home/deb/Desktop/xf86-video-intel-2.5.0'
[root@deb-node xf86-video-intel-2.5.0]# ThX bitmuncher für deine absolut schnellen Antworten... Zudem, da sind zwei Grafiktreiber. Ich installiere die ganze Zeit den 2D-Treiber, respektive versuche es. Ich dachte mir nämlich, erst 2D und dann den 3D. Oder reicht auch nur der 3D? Ist der 2D jetzt installiert? Muss ich den nun nur noch in die xorg.conf einfügen, auch wenn atm. keine von Fedora vorhanden ist? ThX 3X!_d0S |
| | |
| | #14 (permalink) |
| Registriert seit: 30.01.06 ![]() Likes: 9 | Es wäre gut, wenn du die [HIDE]-tags benutzen würdest. Dann ist dein Thread angenehmer zu lesen. *anmerk*
__________________ mfg landrix |
| | |
| | #15 (permalink) | |
| Themenstarter Registriert seit: 19.09.07 ![]() Likes: 0 | Hi Leute, das Problem ist nicht, dass er den Grafikkartentreiber nicht hat, sondern vielmehr eine Konfigurationsfrage, ich fand, durch einen dummen Zufall, habe ich hierzu bei http://wiki.archlinux.de/index.php?title=X folgendes gefunden: Zitat:
ThX an Alle die mir halfen, vorallem an bitmnucher -------------------------------------------------------------------- Hi Landrix, leider geht der Hide-Hack irgendwie nicht. -------------------------------------------------------------------- die Vorgeschichte Für alle, die den Zusammenhang nicht verstehen: Ich wollte unter Debian den Treiber von Hand installieren, obwohl er in einem Paket vorhanden ist, ebenso wie in Ubuntu. Daher kam der Thread zustande, leider unnätig. Hier die Vorgeschichte Und das alles nur, weil es beim surfen ruckelte, unter Ubuntu.... ThX 3X!_d0S | |
| | |
![]() |
| - Anzeige - | |
| |
| Themen-Optionen | |
| Ansicht | |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [gelöst]Mobile Intel Graphics Media Accelerator X3100 / surfen unmöglich / Ubuntu 8.10 | 3X!_d0S | Linux/UNIX | 22 | 05.12.08 00:27 |
| KeePassX unter Debian Etch | freakazoid | Linux/UNIX | 2 | 03.08.08 14:48 |
| mod_ssl unter apache2 @ debian etch | Felixh | Internet Allgemein | 4 | 21.05.08 21:31 |
| Wlan unter Debian Etch | nidda | Linux/UNIX | 9 | 12.09.07 03:39 |
| Debian Etch??? Wo laden? | DKing | Linux/UNIX | 7 | 12.06.05 23:12 |