Ogle, 640x480
Ted Parks <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
The only way I can get Ogle-0.9.1 to work on a Toshiba Tecra 8000, PII 400mhz, running RedHat 8.0 is to change the display all the way down to 640x480. It will not work on 800x600, even at a 15-bit color depth and without Xv. Is the 640x480 display all I can expect from the 400mhz processor? If I have no options, can I adjust the Ogle display so that shows all the image at 640x480? Thanks, Ted Parks 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 > > >