LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-28-2004, 07:41 PM   #1
mykrob
Member
 
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606

Rep: Reputation: 31
I broke XMMS...


i'm not sure what i did.. i was trying to install amarok and somehow broke XMMS in the process.. Here's what i get when i try to run it:

Code:
myk@linux:~> xmms
Gdk-ERROR **: BadMatch (invalid parameter attributes)
  serial 222 error_code 8 request_code 2 minor_code 0
myk@linux:~>
i have uninstalled and reinstalled it from Yast and i keep getting the same results.. Help?

thanks,
-myk
 
Old 09-28-2004, 09:52 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
With a "Gdk-ERROR" type error, I'm guessing whatever you tried to installed upgraded this or manipulated it, etc? Could be a bad configuration, possibly try removing your ~/.xmms directory in your home directory and then starting XMMS.
 
Old 09-28-2004, 11:42 PM   #3
mykrob
Member
 
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606

Original Poster
Rep: Reputation: 31
i get the same error even after deletingthe folder

Any other ideas?

Thanks,
-myk
 
Old 09-29-2004, 12:37 AM   #4
dustu76
Member
 
Registered: Sep 2004
Distribution: OpenSuSe
Posts: 153

Rep: Reputation: 30
Try doing rpm -qa |grep gdk & check whether you find any matching packages.

You may try re-installing them (provided dependencies other than xmms aren't being violated) & then re-install xmms.

I remember once a similar problem was solved by renaming .gtkrc to something else. You can revert the file if that doesn't work.

HTH.
 
Old 09-29-2004, 12:52 AM   #5
dustu76
Member
 
Registered: Sep 2004
Distribution: OpenSuSe
Posts: 153

Rep: Reputation: 30
I'm sorry for overlooking that you are using SuSe.

Try doing the SuSe equivalent of rpm.. I guess.
 
Old 09-29-2004, 07:31 AM   #6
mykrob
Member
 
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606

Original Poster
Rep: Reputation: 31
here's what i get

Code:
myk@linux:~> rpm -qa | grep gdk
gdk-pixbuf-0.22.0-62.7
gdk-pixbuf-gnome-0.22.0-62.7
myk@linux:~>
I'll try reinstalling them.

Thanks,
-myk
 
Old 09-29-2004, 07:39 AM   #7
mykrob
Member
 
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606

Original Poster
Rep: Reputation: 31
i still get the same error message.

What do i do next?

Thanks,
-myk
 
Old 09-29-2004, 07:44 AM   #8
mykrob
Member
 
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606

Original Poster
Rep: Reputation: 31
i think i read somewhere that Xorg may be the problem here.. I recently installed Xorg, and i don't think i've tried XMMS since that time. Here's one thing i read that is supposed to help:

Quote:
Try:
> setenv XLIB_SKIP_ARGB_VISUALS 1
> or:
> export XLIB_SKIP_ARGB_VISUALS=1
but it didnt help.
Any Suse users out there with the same problem?

Thanks,
-myk
 
Old 09-29-2004, 07:51 AM   #9
dustu76
Member
 
Registered: Sep 2004
Distribution: OpenSuSe
Posts: 153

Rep: Reputation: 30
If it complains regarding existing dependencies, then you can use:

Code:
rpm -e --force gdk-pixbuf-0.22.0-62.7.rpm 
rpm -e --force gdk-pixbuf-gnome-0.22.0-62.7.rpm
& then re-install. **PLEASE NOTE THAT ABOVE WOULD BE A DEPENDENCY VIOLATION**. This is just a brute force solution.

HTH.
 
Old 09-29-2004, 08:48 AM   #10
mykrob
Member
 
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606

Original Poster
Rep: Reputation: 31
I reinstalled the files mentioned, including the devel files. I also installed XMMS from source instead of from the RPM file. I get the same message. I wonder if it truly is a problem with "SUse versus Xorg".

-myk
 
Old 09-29-2004, 03:45 PM   #11
mykrob
Member
 
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606

Original Poster
Rep: Reputation: 31
anybody?
 
Old 10-16-2004, 09:24 AM   #12
n1L
LQ Newbie
 
Registered: Oct 2004
Posts: 1

Rep: Reputation: 0
the XLIB_SKIP_ARGB_VISUALS=1 works for example if use it at the console:

XLIB_SKIP_ARGB_VISUALS=1 xmms

To make it work always try the following as root:


Code:
mv /usr/bin/xmms /usr/bin/xmms.orig
echo \#\!/bin/bash > /usr/bin/xmms
echo XLIB_SKIP_ARGB_VISUALS=1 /usr/bin/xmms.orig \$\@ >> /usr/bin/xmms
chmod a+x /usr/bin/xmms
If it doesn't work just do a
Code:
mv /usr/bin/xmms.orig /usr/bin/xmms
or reinstall xmms to bring it back into the old state.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
broke X and ls soylentgreen Slackware 18 02-16-2005 12:49 AM
ALSA w/ XMMS : No PCM control in xmms Astro Slackware 1 08-09-2004 12:19 AM
Uh, it broke itself. Help. PraxisArch Linux - General 1 07-20-2004 02:09 PM
Xmms Plugin 1.2.8 [xmms-config problem] MDMA Mandriva 2 01-29-2004 10:55 AM
red hat 9 xmms and nvidia driver-xmms ronss Red Hat 3 09-26-2003 09:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration