Running Mplayer in QEMU without an Xserver [SOLVED]

Booting, installing, newbie
Post Reply
Message
Author
User avatar
bremer
Posts: 71
Joined: Wed 25 Feb 2009, 15:59

Running Mplayer in QEMU without an Xserver [SOLVED]

#1 Post by bremer »

Hi

I try to run mplayer on my puppy Linux (virtual in QEMU) without an xserver.

So I have tested to give mplayer the framebuffer device (mplayer -vo /dev/fb0 trailer.mov)
But I get an Error: Error opening/Initializing the selected video output (-vo) device

So I think I have to activate/initialize/start/whatever the framebuffer. But I have absolute no idea how.

I hope someone can help me :)

Edit:
I have searched a little and found the grub config File
/boot/grub/menu.lst

In this file is the flowing line:
kernel /boot/vmlinuz root=/dev/sda1 ro vga=normal

If I change the vga value to 0x317 (1024x768 x 16 Bit) I only get an 1024x768 Pixel black QEMU box. But the system behind is running. If I type in reboot, the system goes down.

Is there something else I have to do before the framebuffer works? Or should after this changes the framebuffer work and QEMU is the problem?
Last edited by bremer on Thu 30 Apr 2009, 14:08, edited 1 time in total.

User avatar
bremer
Posts: 71
Joined: Wed 25 Feb 2009, 15:59

#2 Post by bremer »

Ok its an Qemu problem.

I have now started puppy with 1024x768 with 24 Bit. And get a black screen. After the system was up (i waited a time) i typed in blind.
mplayer -vo fbdev trailer.mov

Then the trailer starts :)
Its strange that Qemu shows me a video, but not the normal console text :/

But tests finished and now I can throw it away ^^

Post Reply