From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.31-VA-mm2 #1 (Debian)) id 19xljg-0002hc-00 for ; Fri, 12 Sep 2003 04:05:08 -0700 Received: from hirsch.in-berlin.de ([192.109.42.6]) by sc8-sf-mx1.sourceforge.net with esmtp (TLSv1:AES256-SHA:256) (Exim 4.22) id 19xljf-0000Us-87 for user-mode-linux-devel@lists.sourceforge.net; Fri, 12 Sep 2003 04:05:07 -0700 From: Gerd Knorr Message-ID: <20030912110805.GA16252@bytesex.org> References: <878you2xu2.fsf@bytesex.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [uml-devel] Re: pthreads? Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: Date: Fri, 12 Sep 2003 13:08:05 +0200 To: Geert Uytterhoeven Cc: User-mode Linux Kernel Development > > What is the point of using gdk? I'd go with Xlib for that, if all you > > need is just a X11 window to blit the vitual framebuffer to IMHO isn't > > worth the trouble involved when using gdk/gtk. You just don't need > > all the fancy stuff provided by the toolkit ... > > GdkRgb is nice for displaying pictures, without having to care about X server > visuals, etc. I.e. I need to write less code. I would probably try to map the X11 ximage format directly into linux framebuffer format, so you can use XPutImage() (or XShmPutImage()) to display the virtual framebuffer memory without any conversions. > And I want a few buttons to control the fbdev behavior. Well, ok, at this point it becomes very ugly with plain Xlib. What stuff do you want control there? > BTW, it's libX11 that needs libpthread... Oops. I'd expected it is one of the many gtk libs ... Gerd -- You have a new virus in /var/mail/kraxel ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel