Debian This forum is for the discussion of Debian Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-26-2009, 04:12 PM
|
#1
|
|
Member
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Vector Linux
Posts: 953
Rep:
|
problems installing xmms on lenny
Hello. I became used to xmms as my default music player on Etch, but it was taken out of Lenny. I discovered a site that has packages for it, right here. However, while the install went fine, I was unable to run it. I then downloaded the provided debian source package from the same site, and created my own package. This too installed fine, but it won't run. Here's the error I get:
Code:
mark@debian:~/stuff/debs/xmms/xmms-1.2.11$ xmms
Message: device: default
Gdk-ERROR **: BadMatch (invalid parameter attributes)
serial 1504 error_code 8 request_code 72 minor_code 0
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb7b12787]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xb7b1292e]
#2 /usr/lib/libX11.so.6 [0xb7cdcde9]
#3 /usr/lib/libX11.so.6(XSync+0x25) [0xb7cd1115]
#4 /usr/lib/libgdk-1.2.so.0(gdk_flush+0x2a) [0xb7e3267a]
#5 /usr/lib/libgdk-1.2.so.0(gdk_image_destroy+0x55) [0xb7e3a325]
#6 /usr/lib/libgdk-1.2.so.0(gdk_image_exit+0x2a) [0xb7e3a42a]
#7 /usr/lib/libgdk-1.2.so.0 [0xb7e272d5]
#8 /lib/i686/cmov/libc.so.6(exit+0x89) [0xb7b46ab9]
#9 /usr/lib/libgdk-1.2.so.0 [0xb7e27495]
#10 /usr/lib/libX11.so.6(_XError+0xd9) [0xb7cd57d9]
#11 /usr/lib/libX11.so.6 [0xb7cdd798]
#12 /usr/lib/libX11.so.6(_XReply+0x15a) [0xb7cddb4a]
#13 /usr/lib/libX11.so.6(XSync+0x67) [0xb7cd1157]
#14 /usr/lib/libgdk-1.2.so.0(gdk_flush+0x2a) [0xb7e3267a]
#15 xmms(draw_main_window+0x155) [0x8087a55]
#16 xmms(set_doublesize+0x96) [0x80892a6]
#17 xmms(mainwin_options_menu_callback+0x3ae) [0x80896fe]
#18 /usr/lib/libgtk-1.2.so.0 [0xb7ee3ab8]
#19 /usr/lib/libgtk-1.2.so.0(gtk_marshal_NONE__NONE+0x16) [0xb7ef6cf6]
Gdk-ERROR **: BadMatch (invalid parameter attributes)
serial 1505 error_code 8 request_code 72 minor_code 0
Any idea what is wrong, and if it can be fixed?
I'm now going to simply try to install from source, and not worry about building a debian package.
|
|
|
|
10-26-2009, 05:40 PM
|
#2
|
|
Member
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Vector Linux
Posts: 953
Original Poster
Rep:
|
I just discovered that it does work when I run it as root, but not as regular user. Well, I'm not sure how to fix that. So, I guess I'll stick with moc (music on console), which, frankly, works quite well.
|
|
|
|
10-26-2009, 06:13 PM
|
#3
|
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid
Posts: 4,732
|
Known issues
* If XMMS crashes with the error message Gdk-ERROR **: BadMatch (invalid parameter attributes), try running it with the command XLIB_SKIP_ARGB_VISUALS=1 xmms
moc and shell-fm are the only music players I have installed, well other than mplayer.
#318093 - xmms: XMMS does not start with Xorg and enabled CompositeExtension - Debian Bug report logs
Quote:
|
Please see http://bugs.xmms.org/show_bug.cgi?id=1907 for an explanation of the problem. In short, there are certain compatibility issues with GTK+ 1.2.x applications and the Composite extension, as you have discovered. There is a work-around, however: 'export XLIB_SKIP_ARGB_VISUALS=1 && xmms' Furthermore, since this doesn't affect all users (Composite is disabled by default, and obviously for good reason)
|
Also you might try audacious, it is very similar to xmms.
|
|
|
|
10-27-2009, 05:52 PM
|
#4
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,765
|
Why not give 'xmms2' a try ?
# apt-get install xmms2
|
|
|
|
10-31-2009, 11:26 AM
|
#5
|
|
Member
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Vector Linux
Posts: 953
Original Poster
Rep:
|
Quote:
Originally Posted by craigevil
Known issues
* If XMMS crashes with the error message Gdk-ERROR **: BadMatch (invalid parameter attributes), try running it with the command XLIB_SKIP_ARGB_VISUALS=1 xmms
|
Thanks. This does work.
Quote:
Originally Posted by craigevil
Also you might try audacious, it is very similar to xmms.
|
I believe that is what I'll do. Time to move to the next level of gtk, I guess. I'm sure I'll get used to audacious' subtle differences (from xmms) after a while, and be happy enough with it.
|
|
|
|
10-31-2009, 11:29 AM
|
#6
|
|
Member
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Vector Linux
Posts: 953
Original Poster
Rep:
|
Quote:
Originally Posted by knudfl
Why not give 'xmms2' a try ?
# apt-get install xmms2
|
I use aptitude, actually. Anyway, I did look at xmms2, but the program seemed to be trying to accomplish something other than what the original objective of xmms was, I felt. Anyway, it just didn't strike a chord with me. However, audacious is close enough, and as I mentioned in my previous post, I'm sure I'll get used to it over time.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:28 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|