7 More Discussions You Might Find Interesting
1. Linux
I have installed user-mode linux kernel in Ubuntu 10.10 with the help of Synaptic package manager.
But I'm not getting how to run it.
If we install it manually, we've to run it using the executable binary file.
But here, I'm unable to locate any such file.
Please help....
Thanking You....
... (0 Replies)
Discussion started by: rohitadeshmukh1
0 Replies
2. Programming
Hi,
I'm writing a monitor program that can be notified once a process makes an execve system call and then stop that process for examining before it starts to run the new code. I know I can ptrace a process to achieve this, but I do not want to ptrace every process in the system. Is it possible?... (1 Reply)
Discussion started by: aaron.lwe
1 Replies
3. SuSE
Hi All,
I used to have my suse linux(VM) server in graphic mode but not anymore since morning. I cant rolback since i loose somuch work. Any idea how to it back to normal. Thanks (6 Replies)
Discussion started by: s_linux
6 Replies
4. UNIX for Dummies Questions & Answers
hello ppl, someone must be able to help with this --> I have an old NCR tower 32 with an ADDS terminal running a unix version 020102 (Im not sure if thats correct but its unix for sure). I have no user names and no passwords and need to login to read a tape. Is there any way to do that? I hear... (3 Replies)
Discussion started by: orestis
3 Replies
5. UNIX and Linux Applications
Hi all,
Thanks (0 Replies)
Discussion started by: rubberjones
0 Replies
6. UNIX for Advanced & Expert Users
hi everybody,
i am trying install user mode linux in Linux kernel 2.6.11(Fedora core)
I have open suse file system image for user mode linux n UML binary
uml-release-2.6.13.4-bs5.tar.
I am doing following steps to install it.
in root #mkdir uml
in uml directory(empty now) i pasted my... (2 Replies)
Discussion started by: sriram.ec
2 Replies
7. Solaris
Just got a solaris 8 blade 150 box with no users, only a root account. no one seems to know the password. I'd like to add one user. So I booted into single user mode via cdrom and added one. Can't seem to login using the new account, though. Here's what I'm using:
# useradd -d /tmp/"user" -m... (1 Reply)
Discussion started by: ECBROWN
1 Replies
LEARN ABOUT DEBIAN
vga_copytoplanar256
vga_copytoplanar256(3) Svgalib User Manual vga_copytoplanar256(3)
NAME
vga_copytoplanar256 - copy linear pixmap into Mode X video memory
SYNOPSIS
#include <vga.h>
void vga_copytoplanar256(unsigned char *virtual, int pitch, int voffset, int vpitch, int w, int h);
DESCRIPTION
Copy part of a linear virtual screen in system memory at *virtual to Mode X style video memory. pitch is the logical width of the virtual
screen (in pixels (which are one byte large)), voffset is the address offset into video memory, vpitch is the logical scanline width of the
screen. (w, h) is the width and height of the area to copy in pixels (w must be a multiple of 4).
SEE ALSO
svgalib(7), vgagl(7), libvga.config(5), vga_accel(3), vga_copytoplanar16(3), vga_copytoplane(3), vga_drawscanline(3), vga_drawscanseg-
ment(3), vga_getmodeinfo(3), vga_setlogicalwidth(3), vga_imageblt(3), vga_setmodeX(3),
AUTHOR
This manual page was edited by Michael Weller <eowmob@exp-math.uni-essen.de>. The exact source of the referenced function as well as of the
original documentation is unknown.
It is very likely that both are at least to some extent are due to Harm Hanemaayer <H.Hanemaayer@inter.nl.net>.
Occasionally this might be wrong. I hereby asked to be excused by the original author and will happily accept any additions or corrections
to this first version of the svgalib manual.
Svgalib (>= 1.2.11) 27 July 1997 vga_copytoplanar256(3)