diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-01 19:30:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-01 19:30:22 +0000 |
commit | 00c3697cab6c355b91e7583ad3d503c0a8797a21 (patch) | |
tree | 211cc3e954e27d6917e1894182e3097151d1b9cf | |
parent | 7ab2c4398b690647a7519f1c38744752d5fd607d (diff) |
Build xf86-video-wildcatfb on OpenBSD/sparc64, and explain how to configure it.
-rw-r--r-- | distrib/notes/README.sparc64 | 7 | ||||
-rw-r--r-- | distrib/sets/lists/xserv/md.sparc64 | 3 | ||||
-rw-r--r-- | driver/Makefile | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/distrib/notes/README.sparc64 b/distrib/notes/README.sparc64 index e9e838b87..eaa36f2f5 100644 --- a/distrib/notes/README.sparc64 +++ b/distrib/notes/README.sparc64 @@ -54,6 +54,11 @@ etc). DefaultDepth 24 in the "Screen" section. +- For systems with Expert3D framebuffers (using the ifb(4) kernel + driver), the driver name in the "Device" section should be "wildcatfb" + instead of "wsfb": + Driver "wildcatfb" + - What follows is a whole sample configuration file. Copy it to /etc/X11/xorg.conf and customize it as described above. @@ -264,4 +269,4 @@ See xorg.conf(5) for more options. problem_blurb -$OpenBSD: README.sparc64,v 1.5 2008/08/31 07:30:43 matthieu Exp $ +$OpenBSD: README.sparc64,v 1.6 2009/01/01 19:30:20 miod Exp $ diff --git a/distrib/sets/lists/xserv/md.sparc64 b/distrib/sets/lists/xserv/md.sparc64 index af9710b9c..0cc6b8974 100644 --- a/distrib/sets/lists/xserv/md.sparc64 +++ b/distrib/sets/lists/xserv/md.sparc64 @@ -169,6 +169,8 @@ ./usr/X11R6/lib/modules/drivers/radeon_drv.so ./usr/X11R6/lib/modules/drivers/sunffb_drv.la ./usr/X11R6/lib/modules/drivers/sunffb_drv.so +./usr/X11R6/lib/modules/drivers/wildcatfb_drv.la +./usr/X11R6/lib/modules/drivers/wildcatfb_drv.so ./usr/X11R6/lib/modules/drivers/wsfb_drv.la ./usr/X11R6/lib/modules/drivers/wsfb_drv.so ./usr/X11R6/lib/modules/extensions/libdbe.la @@ -320,6 +322,7 @@ ./usr/X11R6/man/man4/tek4957.4 ./usr/X11R6/man/man4/usbtablet.4 ./usr/X11R6/man/man4/void.4 +./usr/X11R6/man/man4/wildcatfb.4 ./usr/X11R6/man/man4/ws.4 ./usr/X11R6/man/man4/wsfb.4 ./usr/X11R6/man/man5/xorg.conf.5 diff --git a/driver/Makefile b/driver/Makefile index ba7b8c371..dc5bd6d3e 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2008/12/23 09:10:17 matthieu Exp $ +# $OpenBSD: Makefile,v 1.27 2009/01/01 19:30:21 miod Exp $ INPUT_DRV_DEFAULT= \ openbsd-input-usbtablet \ @@ -99,7 +99,7 @@ VIDEO_DRV_sgi= xf86-video-wsfb VIDEO_DRV_sparc64= \ xf86-video-ati xf86-video-mach64 xf86-video-r128 xf86-video-sunffb \ - xf86-video-wsfb + xf86-video-wildcatfb xf86-video-wsfb VIDEO_DRV_vax= |