Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14th October 2006, 12:31 AM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
Mplayer XShape error

Anyone get a error from mplayer using a other than defualt theme receive the messge "Sorry, yout system doesn't support the XShape Extention"
Attached Thumbnails
Click image for larger version

Name:	Screenshot-1.png
Views:	318
Size:	203.3 KB
ID:	9306  
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?
Reply With Quote
  #2  
Old 25th October 2006, 11:40 AM
mihovca's Avatar
mihovca Offline
Registered User
 
Join Date: Apr 2005
Location: Slovenia
Age: 30
Posts: 2
yes

I have the same problem but I don't have any ideas how to fix it
__________________
let the sunshine in
Reply With Quote
  #3  
Old 25th October 2006, 11:39 PM
KClaisse's Avatar
KClaisse Offline
Registered User
 
Join Date: May 2006
Location: Southern California
Age: 23
Posts: 291
Me 3. I can still play movies, but I don't like errors .
I think this is just my nvidia drivers.

Here's my console output:
Code:
[kyle@FC6 ~]$ gmplayer
MPlayer 1.0pre8-rpm.livna.org-4.1.1 (C) 2000-2006 MPlayer Team
CPU:               Intel(R) Pentium(R) D CPU 3.20GHz (Family: 15, Model: 6, Stepping: 4)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.



Xlib:  extension "XFree86-VidModeExtension" missing on display ":0.0".
Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support.
You will not be able to use your remote control.
[ws] Sorry, your system does not support the XShape extension.
Xlib:  extension "XFree86-VidModeExtension" missing on display ":0.0".

Exiting... (Quit)
[kyle@FC6 ~]$

Maby that'll help someone.
I have also tried to compile it myself. It seems as if ./configure doesn't recogonize my X11. Keeps saying if I want to use the gui I have to have X11 installed. I tried installing all the devel packages for xorg but that didn't help either.



EDIT:
OK as root I did
Code:
echo 1024 > /proc/sys/dev/rtc/max-user-freq
and that got rid of part of it:

Code:
[root@FC6 init.d]# gmplayer 
MPlayer 1.0pre8-rpm.livna.org-4.1.1 (C) 2000-2006 MPlayer Team
CPU:               Intel(R) Pentium(R) D CPU 3.20GHz (Family: 15, Model: 6, Stepping: 4)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.



Xlib:  extension "XFree86-VidModeExtension" missing on display ":0.0".
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support.
You will not be able to use your remote control.
[ws] Sorry, your system does not support the XShape extension.
Xlib:  extension "XFree86-VidModeExtension" missing on display ":0.0".

Exiting... (Exit)
[root@FC6 init.d]#
I'm working on the rest still.
EDIT 2: OK I found some interesting thing, one being that xserver-1.1.1-47 for fedora doesn't include
Code:
liblayer.so
libxf8_32wid.so
whether or not these effect xshapes, I don't know. I cant' find any deep documentation for xorg 7.1.
Here is something of value though, it's the log of configure for mplayer. it can't find X11, here's the output.
http://pastebin.ca/221918

Last edited by KClaisse; 26th October 2006 at 01:46 AM.
Reply With Quote
  #4  
Old 26th October 2006, 02:59 AM
moddy Offline
Registered User
 
Join Date: Oct 2006
Posts: 4
I'm certain it's something to do with the nvidia drivers from livna, because as soon as i installed them, I noticed that the rounding on the edges of windows (in themes that have rounded corners) wasn't working anymore and now I go to use mplayer and I get the same error message as you guys.
Reply With Quote
  #5  
Old 26th October 2006, 08:06 AM
KClaisse's Avatar
KClaisse Offline
Registered User
 
Join Date: May 2006
Location: Southern California
Age: 23
Posts: 291
moddy, I got that problem too, the transparency on the corners is just black.
bad news is the beta nvidia drivers don't fix the problem.
Reply With Quote
  #6  
Old 26th October 2006, 11:37 PM
moddy Offline
Registered User
 
Join Date: Oct 2006
Posts: 4
Fixed! Editng my xorg.conf as appropriate to get desktop effects (compiz + aiglx) working fixed the problems! I guess a few things get broken in X with proper nvidia drivers due to the integration of aiglx into X. Also, I was unable to get video output working with any method (including xv) in mplayer, now with desktop effects running, it all works! (I was still able to get video going okay in VLC and totem)
Reply With Quote
  #7  
Old 30th October 2006, 12:26 PM
anv Offline
Registered User
 
Join Date: Feb 2006
Posts: 30
what you changed in xorg.conf
Reply With Quote
  #8  
Old 31st October 2006, 03:46 AM
moddy Offline
Registered User
 
Join Date: Oct 2006
Posts: 4
I added the following to the module section:

Code:
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
and:

Code:
Option "AddARGBGLXVisuals" "true"
to the screen section and:

Code:
Section "Extensions"
Option "Composite" "enable"
EndSection
To the bottom of the file as the Extensions section didn't already exist.

My entire xorg.conf is as follows:

Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "Module"
	Load  "glx"
#	Load  "dri"
	SubSection "extmod"
		Option	    "omit xfree86-dga" # don't initialise the DGA extension
	EndSubSection
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "LCD Panel 1680x1050"
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    31.5 - 90.0
	VertRefresh  59.9 - 60.1
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	Option	    "AddARGBGLXVisuals" "true"
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Extensions"
	Option	    "Composite" "enable"
EndSection
What I forgot to mention was that while in the process of attempting to get 3D desktop working, I grabbed the beta Nvidia drivers from Freshrpms instead of Livna, so maybe the livna drivers are packedaged incorrectly or it was the xorg.conf not containing the right options. Anyhow, even with 3D desktop disabled, all the rounding and other issues are still fixed (no video output issues either).

However, one thing has changed since I got 3D desktop working, I now have a 20 inch widescreeen LCD and unfortunately, 3D desktop doesn't appear to support widescreen resolutions yet.
Reply With Quote
  #9  
Old 18th December 2006, 05:28 PM
cloudguitar Offline
Registered User
 
Join Date: Dec 2006
Location: Cambridge, MA
Posts: 15
Cool, thanks.
I just solved my problem editing the xorg.conf file
the way you wrote (especially, thanks to moddy)

Last edited by cloudguitar; 18th December 2006 at 05:34 PM.
Reply With Quote
  #10  
Old 27th October 2006, 02:35 AM
KClaisse's Avatar
KClaisse Offline
Registered User
 
Join Date: May 2006
Location: Southern California
Age: 23
Posts: 291
Did that get rid of the xshape errors? I will definitely have to try that.
Reply With Quote
  #11  
Old 27th October 2006, 03:02 AM
moddy Offline
Registered User
 
Join Date: Oct 2006
Posts: 4
Yes it definitely did. No black rubbish around Mplayer anymore and windows are rounded (with the 3d desktop's style) again.
Reply With Quote
  #12  
Old 5th November 2006, 11:33 PM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
The above did not work for me I do not have a nvidia card only a onboard video card for my notebook.
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?
Reply With Quote
  #13  
Old 5th November 2006, 11:53 PM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
Bugzilla Bug 214127: Sorry, your system does not support the XShape extension
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?
Reply With Quote
  #14  
Old 6th November 2006, 02:26 AM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
Don't know if it will help, but a new update of mplayer and mplayer-gui just showed up on Livna
Reply With Quote
  #15  
Old 6th November 2006, 02:35 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
You need to set 'extmod' to load on your xorg.conf like this:
Code:
Load     "extmod"
(in your "Module" section)
It fixed it for me - apparently, xorg loads extmod automatically when it's not specified, but I don't think so b/c otherwise this wouldn't be happening. I've tried submitting a bug, but it was just closed as NOTABUG.
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
Reply

Tags
error, mplayer, xshape

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
mplayer error vels Using Fedora 2 20th August 2004 02:44 PM


Current GMT-time: 11:33 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat