Summary: | media-tv/zapping-0.9.6 received an X Window System error w/ nvidia drivers >=8174 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mehmet Giritli <mehmet> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | major | CC: | media-tv, nick, sven.koehler |
Priority: | High | ||
Version: | 2005.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | ebuild for zapping 0.10cvs6 |
Description
Mehmet Giritli
2005-12-16 05:39:00 UTC
this seems to be caused by the new version of the nvidia drivers (>=8174) the same verion i.e. : media-tv/zapping (0.9.6) crash the XServer.!! Portage 2.0.53 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.10-rc3 i686) ================================================================= System uname: 2.6.10-rc3 i686 Intel(R) Celeron(R) CPU 2.53GHz Gentoo Base System version 1.6.13 dev-lang/python: 2.3.3, 2.4.2 sys-apps/sandbox: 1.2.12 sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 sys-devel/binutils: 2.16.1 sys-devel/libtool: 1.4.3-r3, 1.5.20 virtual/os-headers: 2.4.19-r1, 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O3 -march=i686 -funroll-loops -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O3 -march=i686 -funroll-loops -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks sandbox sfperms strict" LANG="C" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" USE="x86 X a52 aac aalib alsa apm audiofile autofs avi bash-completion berkdb bitmap-fonts bonobo bzip2 cdr chroot crypt curl dga directfb divx4linux dts dv dvb dvd dvdr dvdread emboss encode esd ethereal exif expat fam fbcon ffmpeg firefox foomaticdb fortran gd gdbm gif glut gmp gnome gnomedb gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal idn imagemagick imlib ipv6 java javascript jpeg junit lcms ldap libg++ libgda libwww ltsp mad mldonkeypango mmx mmx2 mng mozilla moznomail mozsvg mp3 mpeg mpeg4 nas ncurses nls nsplugin nvidia ogg oggvorbis opengl opie oss pam pcap pcre pdflib perl pg-intdatetime pg-vacuumdelay png postgres propolice python quicktime readline rtc ruby samba scp screen sdl sftp sftplogging slang snmp speex spell sqlite sse sse2 ssl svg svga tcpd tga tiff truetype truetype-fonts type1-fonts udev unicode v4l v4l2 vorbis win32codecs wmf wv xface xml xml2 xmms xv xvid zlib zvbi userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS same problem here: # zapping The program 'zapping' received an X Window System error. This probably reflects a bug in the program. The error was 'XF86DGANoDirectVideoMode'. (Details: serial 15 error_code 159 request_code 138 minor_code 1) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) I'm using nvidia driver 1.0.8178 hmm. It seems like the nvidia drivers removed some direct access and are abstracting it out through the Xlib's or some other library access rather then having direct access now. This probably won't go away in future nvidia versions. Maybe it'll get fixed in future zapping versions... Is it still being worked on upstream? because if not it's going to become a candidate for removal. Just found this on upstream's sourceforge mailing list: "> ERROR: > The program 'zapping' received an X Window System error. > This probably reflects a bug in the program. > The error was 'XF86DGANoDirectVideoMode'. The nvidia drivers do not support DGA anymore. It isn't required but older versions of Zapping didn't catch the error. 0.10 should work. Michael" I see the latest downloadable is 0.10cvs6. I will try it and report back. Created attachment 89571 [details]
ebuild for zapping 0.10cvs6
This ebuild probably isn't technically too correct - i couldn't work out how to have an ebuild with a version 0.10cvs6, portage kept telling me it was garbage.
Anyway it appears to compile and run, but I cannot fully check until I get home.
0.10_rc6 is now in portage, please test. |