--- /dev/null
+# GGIMesa genkgi helper configuration
+.root: @ggi_libdir@/ggi/mesa/default/
+
+tgt-fbdev-kgicon-savage4-mesa kgi/savage4.so
-/* $Id: genkgi_visual.c,v 1.2 1999/08/21 22:36:52 jtaylor Exp $
+/* $Id: genkgi_visual.c,v 1.3 1999/08/21 22:46:13 jtaylor Exp $
******************************************************************************
genkgi_visual.c: visual handling for the generic KGI helper
//#define MAX_DEV_LEN 63
#define DEFAULT_FBNUM 0
-#if 0
+
static char accel_prefix[] = "tgt-fbdev-kgicon-";
#define PREFIX_LEN (sizeof(accel_prefix))
};
#define NUM_ACCELS (sizeof(accel_strings)/sizeof(accel_info))
-#endif
+
/* FIXME: These should be defined in the makefile system */
#define CONF_FILE "/usr/local/etc/ggi/mesa/targets/genkgi.conf"
void *_configHandle;
# GGIMesa fbdev target configuration
.root: @ggi_libdir@/ggi/mesa/default
-tgt-fbdev-kgicon-generic-mesa kgi/genkgi.so
-
-# .include /usr/local/etc/ggi/mesa/genkgi.conf
+tgt-fbdev-kgicon-generic-mesa genkgi.so
-/* $Id: fbdev_mode.c,v 1.1 1999/08/21 05:57:59 jtaylor Exp $
+/* $Id: fbdev_mode.c,v 1.2 1999/08/21 22:46:13 jtaylor Exp $
******************************************************************************
display-fbdev-mesa
- Copyright (C) 1999 Creative Labs
+ Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
#include <ggi/internal/ggi-dl.h>
#include <ggi/mesa/ggimesa_int.h>
-#include <ggi/mesa/display/fbdev.h>
+#include <ggi/mesa/display_fbdev.h>
#ifndef MAP_FAILED
#define MAP_FAILED ((void*)-1)
-/* $Id: fbdev_visual.c,v 1.1 1999/08/21 05:57:59 jtaylor Exp $
+/* $Id: fbdev_visual.c,v 1.2 1999/08/21 22:46:13 jtaylor Exp $
******************************************************************************
display-fbdev-mesa: visual handling
- Copyright (C) 1998 Andrew Apted [andrew@ggi-project.org]
- Copyright (C) 1999 Marcus Sundberg [marcus@ggi-project.org]
- Copyright (C) 1999 Creative Labs
+ Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
#include <ggi/internal/ggi-dl.h>
#include <ggi/mesa/ggimesa_int.h>
-#include <ggi/mesa/display/fbdev.h>
+#include <ggi/mesa/display_fbdev.h>
#include <stdio.h>
#include <stdlib.h>