Re: low resources
Ted Parks <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Björn, Switching to the 800x600, 15-bit color, or 640x480, 16-bit color, enabled me to run Ogle without the Xv extension. Thanks so much for the help! I have three other questions: 1) What is the yuv2rgb conversion? 2) Are there other ways you might suggest to maximize the resources of my older 266 mhz machine? For example, would a windowmanager like Blackbox or WindowMaker consume fewer XServer resources than the Gnome desktop? Any other hints for fine-tuning Ogle for the machine? 3) Would a PII 400 mhz machine perform substantially better on DVDs than my current processor? Again, I sincerely appreciate your help. Best, Ted Björn Englund wrote: >Sat Nov 29 2003, Ted Parks wrote: > > >>Björn, >> >>I attempted to play a DVD using Ogle so that I could send the exact >>message about the problems. I am using Ogle v0.9.2-ogle1 RH 7.x, >>downloaded as an rpm from the Ogle sight. I also downloaded and >>installed the Ogle gui. >> >>When I open the gui, then try to open the video-ts directory on the DVD, >>a black box appears, as if Ogle were trying to play the DVD. The box >>then disappears, and I get the following in the terminal: >> >> >> > > > >>No accelerated IMDCT transform found >>X Error of failed request: BadAlloc (insufficient resources for operation) >> Major opcode of failed request: 141 (XVideo) >> Minor opcode of failed request: 19 () >> Serial number of failed request: 54 >> Current serial number in output stream: 54 >> >> >> > >This is Xserver related. Your gfxcard doesn't have enough free memory >for the Xv (XVideo) overlay. To free some memory you can >lower the resolution and or colordepth. Try with a resolution of >1024x768 or 800x600 and a colordepth of 16bits. To change this >you have to edit the configuration file for your XServer. >Just changing the resolution with <ctrl>-<alt>-<+/-> won't free any >memory. >If you don't mind slow video performance, you can run ogle without >using the Xv extension (Xv is used for hardware yuv2rgb conversion and >scaling). To run without Xv you should set the environment variable >OGLE_USE_XV to 0. In bash this is done with: >export OGLE_USE_XV=0 >This must be done in the same xterminal that you start ogle from so this >is what you should type to start ogle without Xv: >export OGLE_USE_XV=0 >ogle > > > > > > > >>I would be grateful for any help, including on how to set up the >>/dev/dvd/. I am new to Ogle, and have been using Linux for 6 months, but >> >> > >/dev/dvd should point to your dvd device node. >you can make a link with >ln -s /dev/cdrom /dev/dvd >if you already have a /dev/cdrom which is pointing to your dvd device. >To check if /dev/cdrom is the correct device you can run ogle with >ogle /dev/cdrom, to see if it plays. > >/Björn > > >