Thanks for so quick input, I will try your suggestion though I don't
think it's very related to xv problem, :-)
Attachment is my xorg.conf.
On Sat, 2006-03-11 at 14:06 +0100, Thomas Bächler wrote:
> Rhythm.G wrote:
> > "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.
> > /home/ganlu/.themes/T-ish-Brushed-Overlaid/gtk-2.0/gtkrc:134: Background
> > image options specified without filename
> > [ws] Sorry, your system does not support the XShape extension.
> > Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0".
> >
> > My display card is Matrox G400 HD, xorg 7, Could anybody help? Thanks.
>
> First (unrelated to your problem) add this line to /etc/rc.local:
> echo 1024 > /proc/sys/dev/rtc/max-user-freq
> Then mplayer can use the rtc for timing, which is more reliable than the
> fallback method.
>
> To your XVideo problem, can you please post your xorg.conf (especially the
> "Module" and "Device
> section). It might be possible that you need to change the configuration to
> enable xvideo.
>
> _______________________________________________
> arch mailing list
> [email protected]
> http://www.archlinux.org/mailman/listinfo/arch
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/"
# FontPath "/usr/share/fonts/ttf/western"
# FontPath "/usr/share/fonts/ttf/decoratives"
# FontPath "/usr/share/fonts/truetype/openoffice"
# FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
EndSection
Section "Module"
Load "dri"
Load "glx"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" ""
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "FE700+"
Option "DPMS" "true"
HorizSync 31.0 - 70.0
VertRefresh 55.0 - 120.0
EndSection
Section "Device"
Identifier "Matrox G400 HD"
Driver "mga"
VendorName "All"
BoardName "All"
Option "AccelMethod" "exa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Matrox G400 HD"
Monitor "FE700+"
DefaultColorDepth 24
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch