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