LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   XFree86 4.4.0, Xv, Nvidia help (https://www.linuxquestions.org/questions/linux-software-2/xfree86-4-4-0-xv-nvidia-help-153970/)

HokieEngr 03-05-2004 06:43 PM

XFree86 4.4.0, Xv, Nvidia help
 
This is my first post, so be nice:)

I have recently compiled/installed XFree86 4.4.0 on a 1.4GHz Athlon T-Bird + Nvidia GeForce3 Ti 200 running Slackware 9.1 (kernel 2.6.3) and everything runs wonderfully. However, as with 4.3.0, I cannot get XV to work. When I run xdpyinfo, i get the following:

number of extensions: 14
DOUBLE-BUFFER
GLX
LBX
MIT-SHM
NV-CONTROL
NV-GLX
RANDR
RENDER
SECURITY
XC-APPGROUP
XFree86-Bigfont
XInputExtension
XKEYBOARD
XTEST

As you can see, XVIDEO is not listed. Any ideas on how to enable this extension? I'm using the nvidia drivers.

Bob

german 03-05-2004 08:07 PM

did you compile video for linux into the kernel or as a module? I have 2.6.3 and XF86 4.4 working with ATI drivers on Slack 9.0...

HokieEngr 03-05-2004 11:44 PM

Video for Linux? I did not know that was required in the kernel to use XVideo. If so, let me know and I shall compile into the kernel.

Bob

german 03-06-2004 12:56 AM

um... I think I may have goofed, apologies... I have not compiled v4l into my 2.6.3 and my rage128 driver supports it:

number of extensions: 28
BIG-REQUESTS
DOUBLE-BUFFER
DPMS
Extended-Visual-Information
FontCache
GLX
LBX
MIT-SCREEN-SAVER
MIT-SHM
MIT-SUNDRY-NONSTANDARD
RANDR
RENDER
SECURITY
SGI-GLX
SHAPE
SYNC
TOG-CUP
X-Resource
XC-APPGROUP
XC-MISC
XFree86-Bigfont
XFree86-DRI
XFree86-Misc
XFree86-VidModeExtension
XInputExtension
XKEYBOARD
XTEST
XVideo

So, again I'm sorry for any false hopes, I should have checked my config before replying. I would imagine that if it's broken there will be either noise or patches coming out in the next days.

B.

HokieEngr 03-06-2004 01:35 AM

Any idea on how to dis/enable those extensions manually?

Bob

ykcorse 03-09-2004 03:43 PM

try adding 'load "v4l"' to the modules section in XF86Config ( /etc/X11/XF86Config)
I can see xvideo...:
number of extensions: 30
BIG-REQUESTS
DOUBLE-BUFFER
DPMS
Extended-Visual-Information
FontCache
GLX
LBX
MIT-SCREEN-SAVER
MIT-SHM
MIT-SUNDRY-NONSTANDARD
RANDR
RECORD
RENDER
SECURITY
SGI-GLX
SHAPE
SYNC
TOG-CUP
X-Resource
XC-APPGROUP
XC-MISC
XFree86-Bigfont
XFree86-DGA
XFree86-DRI
XFree86-Misc
XFree86-VidModeExtension
XInputExtension
XKEYBOARD
XTEST
XVideo

But when i execute xvinfo, i get:
ykcorse:~$ xvinfo
X-Video Extension version 2.2
screen #0
no adaptors present


HokieEngr 03-09-2004 04:48 PM

I will try that as soon as I get back to that machine...(I'm on break now)

Bob

ykcorse 03-13-2004 03:20 PM

Hey, did you fix it?

kinn 08-07-2004 04:05 AM

You need to edit your X11 config file XF86Config-4 most probably located in /etc/X11. And add
Load "xv" in the Section "Module". And make sure you have the xvideo module installed under the appropriate modules directory.

--kinn


All times are GMT -5. The time now is 05:57 PM.