1
Yleistä keskustelua / Vs: Piristystä päivään
« : 15.09.08 - klo:10.20 »
Tämmönen linkki tuli kaverilta: http://kuvaton.com/kuvei/nine_inch_fails.jpg
Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelut
Liity Ubuntu Suomen seuraan muualla: Discourse, Facebook, Mastodon, Matrix, Telegram, X
Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.
mplayer -vo help
Available video output drivers:
xmga Matrox G200/G4x0/G550 overlay in X11 window (using /dev/mga_vid)
mga Matrox G200/G4x0/G550 overlay (/dev/mga_vid)
3dfx 3dfx (/dev/3dfx)
tdfxfb 3Dfx Banshee/Voodoo3/Voodoo5
xv X11/Xv
x11 X11 ( XImage/Shm )
xover General X11 driver for overlay capable video output drivers
gl X11 (OpenGL)
gl2 X11 (OpenGL) - multiple textures version
dga DGA ( Direct Graphic Access V2.0 )
sdl SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!)
ggi General Graphics Interface (GGI) output
fbdev Framebuffer Device
fbdev2 Framebuffer Device
svga SVGAlib
aa AAlib
caca libcaca
vesa VESA VBE 2.0 video output
directfb Direct Framebuffer Device
dfbmga DirectFB / Matrox G200/G400/G450/G550
xvidix X11 (VIDIX)
cvidix console VIDIX
null Null video output
mpegpes Mpeg-PES to DVB card
yuv4mpeg yuv4mpeg output for mjpegtools
png PNG file
jpeg JPEG file
gif89a animated GIF output
tga Targa output
pnm PPM/PGM/PGMYUV file
md5sum md5sum of each frame
mplayer -vo xmga video.avi
.
.
.
open: No such file or directory
vo_mga: Couldn't open /dev/mga_vid
Error opening/initializing the selected video_out (-vo) device.
Exiting... (End of file)
This package just contain the sources needed to build the kernel module.
To actually use it, you'll have to compile it to match your installed
kernel. Refer to /usr/share/doc/mga-vid-source/README.Debian for
information on how to do this.
mga-vid-source for Debian
-------------------------
You can compile the module by untarring the mga-vid.tar.gz tarball you'll
find in /usr/src , and then entering the top-level kernel source directory
of the kernel you want to compile the module for, and issue the command:
# fakeroot make-kpkg modules_image
You should end up with a mga-vid-*.deb file in the parent directory, which
you can install as usual with 'dpkg -i'.
.
.
.
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install kernel-package
sudo apt-get install gcc-3.4
sudo apt-get install libncurses5
sudo apt-get install libncurses5-dev
sudo apt-get install libqt3-mt-dev
cd /usr/src
sudo tar --bzip2 -xvf linux-source-2.6.12.tar.bz2
sudo ln -s /usr/src/linux-source-2.6.12 /usr/src/linux
cd /usr/src/linux
sudo make oldconfig
sudo make menuconfig
su
CC=gcc-3.4
export CC
exit
CC=gcc-3.4
export CC
cd /usr/src/linux
sudo make-kpkg clean
sudo make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers modules_image
sudo make-kpkg clean
su
make-kpkg modules_image
Please ignore the warning about overriding and ignoring targets above.
These are harmless. They are only invoked in a part of the process
that tries to snarf variable values for the conf.vars file.
echo done > stamp-configure
The changelog says we are creating 2.6.12-custom, but I thought the version is 2.6.12
make: *** [modules_image] Error 1