Sponsored Content
Top Forums Programming Frame buffer implementation in Linux Post 87551 by chandra80 on Tuesday 25th of October 2005 12:15:35 PM
Old 10-25-2005
Frame buffer implementation in Linux

At present, Iam working on Linux Framebuffer device console. I have a doubt sir. Please solve this.

*How to display a string or a character in Frame buffer in C language?
*What is the library file (is it <linux/fb.h> or other one?) used to do all I/O function manipulations like printing, reading, opening in a file and display that file in frame buffer...?
*Please send me a sample code sir.

Here, Iam using SuSe Linux 9.3 and gcc compiler. Can i need any extra libraries to implement the task? This is urgent requirement sir. Please do needful. I will be wait for your reply. Thank you.

With Best Regards,

Chandramouli P
 

9 More Discussions You Might Find Interesting

1. Linux

usel level TCP implementation for linux

Does anyone know of a user level implementation of the TCP stack for Linux? Thanks, - sumati (1 Reply)
Discussion started by: sumati01
1 Replies

2. UNIX for Advanced & Expert Users

Linux FileSystem Internal Buffer size:

I know that Univ FileSystem stores all file data in the form of first few direct nodes followed by indirect nodes. But internally some systems implement where , a single block of 4096 isnt allocated alone a single block basis on physical drive, rather a large chunk of data is allocated and no. of... (1 Reply)
Discussion started by: GloriousDaisy
1 Replies

3. Linux

Read data of a page frame (linux) make freeze the system

Hello, I'm writing a linux driver that reading the data of a page frame of an process. But when I use it, it make immediately freeze the system. Can you help me? Thank for reading my question! system: Ubuntu 9.04, kernel 2.6.28.15, Intel Duo static int read_addr(int pid, unsigned long... (2 Replies)
Discussion started by: hahai
2 Replies

4. Infrastructure Monitoring

Need implementation of TCP, SNMP and WIMAX in Linux

Hi, Can anyone please provide the Open Source implmentation of the Following Protocols in Linux Operating Systems. A. SNMP B. TCP C. WIMAX MAC layer protocol. Thaniks Saurav (2 Replies)
Discussion started by: sauravbh
2 Replies

5. Red Hat

Buffer I/O error in red hat linux boot up

I get error message when boot up red hat linux Buffer I/O error on device hdc ,logical block XX ... /dev/hdc:read failed after 0 of 2048 at 0 : input/output error ..... I paste the /etc/fstab file in here /dev/hdc is cdrom How can I fix it Please advice # cat /etc/fstab # This file... (3 Replies)
Discussion started by: chuikingman
3 Replies

6. Programming

bounded buffer implementation

Hi Experts, I have a programming assignment that asks us to implement a pipegrep function. it basically has 5 stages and each stage has a thread and buffers are used between stages. am currently implementing stage 1 . In stage 1 am suppose to read directory and store the filenames in buffer1... (15 Replies)
Discussion started by: amejoish
15 Replies

7. UNIX for Advanced & Expert Users

Thread implementation in Linux

I read about Thread implementation in linux. it says a thread is treated as a process. that means every thread (which should be light weight) has it's own task_struct (which is quite heavy, tipically 1.5kb). still results favors linux then other operating system which have additional support for... (0 Replies)
Discussion started by: kg_gaurav
0 Replies

8. AIX

Is XVFB(X window system virtual frame buffer ) open source

I would like to know XVFB is open source or not. (0 Replies)
Discussion started by: prathap.g
0 Replies

9. Programming

Clear standard input buffer for C program in Linux

Hello friends! i am writing a code in which i take inputs (numbers) from user and count the total number of positive, negative and zeros entered. I need to clear my standard input buffer before scanf() command. My compiler is completely ignoring the fflush(stdin) command. its not even showing any... (1 Reply)
Discussion started by: Abhishek_kumar
1 Replies
wxLayoutAlgorithm(3erl) 				     Erlang Module Definition					   wxLayoutAlgorithm(3erl)

NAME
wxLayoutAlgorithm - See external documentation: wxLayoutAlgorithm. DESCRIPTION
See external documentation: wxLayoutAlgorithm . DATA TYPES
wxLayoutAlgorithm() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxLayoutAlgorithm() See external documentation . layoutFrame(This::wxLayoutAlgorithm(), Frame::wxFrame() (see module wxFrame)) -> bool() Equivalent to layoutFrame(This, Frame, []) . layoutFrame(This::wxLayoutAlgorithm(), Frame::wxFrame() (see module wxFrame), Options::[Option]) -> bool() Types Option = {mainWindow, wxWindow() (see module wxWindow)} See external documentation . layoutMDIFrame(This::wxLayoutAlgorithm(), Frame::wxMDIParentFrame() (see module wxMDIParentFrame)) -> bool() Equivalent to layoutMDIFrame(This, Frame, []) . layoutMDIFrame(This::wxLayoutAlgorithm(), Frame::wxMDIParentFrame() (see module wxMDIParentFrame), Options::[Option]) -> bool() Types Option = {rect, {X::integer(), Y::integer(), W::integer(), H::integer()}} See external documentation . layoutWindow(This::wxLayoutAlgorithm(), Frame::wxWindow() (see module wxWindow)) -> bool() Equivalent to layoutWindow(This, Frame, []) . layoutWindow(This::wxLayoutAlgorithm(), Frame::wxWindow() (see module wxWindow), Options::[Option]) -> bool() Types Option = {mainWindow, wxWindow() (see module wxWindow)} See external documentation . destroy(This::wxLayoutAlgorithm()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxLayoutAlgorithm(3erl)
All times are GMT -4. The time now is 06:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy