Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 140323 | Differences between
and this patch

Collapse All | Expand All

(-)xf86-video-ivtvdev-0.10.6/Makefile.in (-4 / +2 lines)
Lines 172-178 Link Here
172
target_alias = @target_alias@
172
target_alias = @target_alias@
173
173
174
AUTOMAKE_OPTIONS = foreign
174
AUTOMAKE_OPTIONS = foreign
175
SUBDIRS = src man
175
SUBDIRS = src
176
subdir = .
176
subdir = .
177
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
177
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
178
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
178
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Lines 545-552 Link Here
545
545
546
install-info: install-info-recursive
546
install-info: install-info-recursive
547
547
548
install-man:
549
550
installcheck-am:
548
installcheck-am:
551
549
552
maintainer-clean: maintainer-clean-recursive
550
maintainer-clean: maintainer-clean-recursive
Lines 580-586 Link Here
580
	info-recursive install install-am install-data install-data-am \
578
	info-recursive install install-am install-data install-data-am \
581
	install-data-recursive install-exec install-exec-am \
579
	install-data-recursive install-exec install-exec-am \
582
	install-exec-recursive install-info install-info-am \
580
	install-exec-recursive install-info install-info-am \
583
	install-info-recursive install-man install-recursive \
581
	install-info-recursive install-recursive \
584
	install-strip installcheck installcheck-am installdirs \
582
	install-strip installcheck installcheck-am installdirs \
585
	installdirs-am installdirs-recursive maintainer-clean \
583
	installdirs-am installdirs-recursive maintainer-clean \
586
	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
584
	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
(-)xf86-video-ivtvdev-0.10.6/configure (-2 / +1 lines)
Lines 20679-20685 Link Here
20679
	fi
20679
	fi
20680
20680
20681
20681
20682
                              ac_config_files="$ac_config_files Makefile src/Makefile man/Makefile"
20682
                              ac_config_files="$ac_config_files Makefile src/Makefile"
20683
cat >confcache <<\_ACEOF
20683
cat >confcache <<\_ACEOF
20684
# This file is a shell script that caches the results of configure
20684
# This file is a shell script that caches the results of configure
20685
# tests run on this system so they can be shared between configure
20685
# tests run on this system so they can be shared between configure
Lines 21252-21258 Link Here
21252
  # Handling of arguments.
21252
  # Handling of arguments.
21253
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
21253
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
21254
  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
21254
  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
21255
  "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
21256
  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
21255
  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
21257
  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
21256
  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
21258
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
21257
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
(-)xf86-video-ivtvdev-0.10.6/man/Makefile.am (-59 lines)
Lines 1-59 Link Here
1
# $Id: Makefile.am,v 1.6 2005/12/06 22:48:34 kem Exp $
2
#
3
# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
4
# 
5
# Permission to use, copy, modify, distribute, and sell this software and its
6
# documentation for any purpose is hereby granted without fee, provided that
7
# the above copyright notice appear in all copies and that both that
8
# copyright notice and this permission notice appear in supporting
9
# documentation.
10
# 
11
# The above copyright notice and this permission notice shall be included
12
# in all copies or substantial portions of the Software.
13
# 
14
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17
# IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
18
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20
# OTHER DEALINGS IN THE SOFTWARE.
21
# 
22
# Except as contained in this notice, the name of the copyright holders shall
23
# not be used in advertising or otherwise to promote the sale, use or
24
# other dealings in this Software without prior written authorization
25
# from the copyright holders.
26
# 
27
28
drivermandir = $(DRIVER_MAN_DIR)
29
30
driverman_PRE = @DRIVER_NAME@.man
31
32
driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
33
34
EXTRA_DIST = @DRIVER_NAME@.man
35
36
CLEANFILES = $(driverman_DATA)
37
38
SED = sed
39
40
# Strings to replace in man pages
41
XORGRELSTRING = @PACKAGE_STRING@
42
  XORGMANNAME = X Version 11
43
44
MAN_SUBSTS = \
45
	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
46
	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
47
	-e 's|__xservername__|Xorg|g' \
48
	-e 's|__xconfigfile__|xorg.conf|g' \
49
	-e 's|__projectroot__|$(prefix)|g' \
50
	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
51
	-e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' \
52
	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
53
	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
54
	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
55
56
SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
57
58
.man.$(DRIVER_MAN_SUFFIX):
59
	sed $(MAN_SUBSTS) < $< > $@
(-)xf86-video-ivtvdev-0.10.6/man/Makefile.in (-386 lines)
Lines 1-386 Link Here
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
# @configure_input@
3
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
# Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
15
@SET_MAKE@
16
17
# $Id: Makefile.am,v 1.6 2005/12/06 22:48:34 kem Exp $
18
#
19
# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
20
# 
21
# Permission to use, copy, modify, distribute, and sell this software and its
22
# documentation for any purpose is hereby granted without fee, provided that
23
# the above copyright notice appear in all copies and that both that
24
# copyright notice and this permission notice appear in supporting
25
# documentation.
26
# 
27
# The above copyright notice and this permission notice shall be included
28
# in all copies or substantial portions of the Software.
29
# 
30
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
31
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
32
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
33
# IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
34
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
35
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
36
# OTHER DEALINGS IN THE SOFTWARE.
37
# 
38
# Except as contained in this notice, the name of the copyright holders shall
39
# not be used in advertising or otherwise to promote the sale, use or
40
# other dealings in this Software without prior written authorization
41
# from the copyright holders.
42
# 
43
44
srcdir = @srcdir@
45
top_srcdir = @top_srcdir@
46
VPATH = @srcdir@
47
pkgdatadir = $(datadir)/@PACKAGE@
48
pkglibdir = $(libdir)/@PACKAGE@
49
pkgincludedir = $(includedir)/@PACKAGE@
50
top_builddir = ..
51
52
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
53
INSTALL = @INSTALL@
54
install_sh_DATA = $(install_sh) -c -m 644
55
install_sh_PROGRAM = $(install_sh) -c
56
install_sh_SCRIPT = $(install_sh) -c
57
INSTALL_HEADER = $(INSTALL_DATA)
58
transform = $(program_transform_name)
59
NORMAL_INSTALL = :
60
PRE_INSTALL = :
61
POST_INSTALL = :
62
NORMAL_UNINSTALL = :
63
PRE_UNINSTALL = :
64
POST_UNINSTALL = :
65
host_triplet = @host@
66
ACLOCAL = @ACLOCAL@
67
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
68
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
69
AMDEP_FALSE = @AMDEP_FALSE@
70
AMDEP_TRUE = @AMDEP_TRUE@
71
AMTAR = @AMTAR@
72
APP_MAN_DIR = @APP_MAN_DIR@
73
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
74
AR = @AR@
75
AUTOCONF = @AUTOCONF@
76
AUTOHEADER = @AUTOHEADER@
77
AUTOMAKE = @AUTOMAKE@
78
AWK = @AWK@
79
CC = @CC@
80
CCDEPMODE = @CCDEPMODE@
81
CFLAGS = @CFLAGS@
82
CPP = @CPP@
83
CPPFLAGS = @CPPFLAGS@
84
CXX = @CXX@
85
CXXCPP = @CXXCPP@
86
CXXDEPMODE = @CXXDEPMODE@
87
CXXFLAGS = @CXXFLAGS@
88
CYGPATH_W = @CYGPATH_W@
89
DEFS = @DEFS@
90
DEPDIR = @DEPDIR@
91
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
92
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
93
DRIVER_NAME = @DRIVER_NAME@
94
ECHO = @ECHO@
95
ECHO_C = @ECHO_C@
96
ECHO_N = @ECHO_N@
97
ECHO_T = @ECHO_T@
98
EGREP = @EGREP@
99
EXEEXT = @EXEEXT@
100
F77 = @F77@
101
FFLAGS = @FFLAGS@
102
FILE_MAN_DIR = @FILE_MAN_DIR@
103
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
104
INSTALL_DATA = @INSTALL_DATA@
105
INSTALL_PROGRAM = @INSTALL_PROGRAM@
106
INSTALL_SCRIPT = @INSTALL_SCRIPT@
107
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
108
LDFLAGS = @LDFLAGS@
109
LIBOBJS = @LIBOBJS@
110
LIBS = @LIBS@
111
LIBTOOL = @LIBTOOL@
112
LIB_MAN_DIR = @LIB_MAN_DIR@
113
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
114
LN_S = @LN_S@
115
LTLIBOBJS = @LTLIBOBJS@
116
MAINT = @MAINT@
117
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
118
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
119
MAKEINFO = @MAKEINFO@
120
MISC_MAN_DIR = @MISC_MAN_DIR@
121
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
122
OBJEXT = @OBJEXT@
123
PACKAGE = @PACKAGE@
124
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
125
PACKAGE_NAME = @PACKAGE_NAME@
126
PACKAGE_STRING = @PACKAGE_STRING@
127
PACKAGE_TARNAME = @PACKAGE_TARNAME@
128
PACKAGE_VERSION = @PACKAGE_VERSION@
129
PATH_SEPARATOR = @PATH_SEPARATOR@
130
PKG_CONFIG = @PKG_CONFIG@
131
RANLIB = @RANLIB@
132
SET_MAKE = @SET_MAKE@
133
SHELL = @SHELL@
134
STRIP = @STRIP@
135
VERSION = @VERSION@
136
XORG_CFLAGS = @XORG_CFLAGS@
137
XORG_LIBS = @XORG_LIBS@
138
ac_ct_AR = @ac_ct_AR@
139
ac_ct_CC = @ac_ct_CC@
140
ac_ct_CXX = @ac_ct_CXX@
141
ac_ct_F77 = @ac_ct_F77@
142
ac_ct_RANLIB = @ac_ct_RANLIB@
143
ac_ct_STRIP = @ac_ct_STRIP@
144
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
145
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
146
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
147
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
148
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
149
am__include = @am__include@
150
am__leading_dot = @am__leading_dot@
151
am__quote = @am__quote@
152
bindir = @bindir@
153
build = @build@
154
build_alias = @build_alias@
155
build_cpu = @build_cpu@
156
build_os = @build_os@
157
build_vendor = @build_vendor@
158
datadir = @datadir@
159
exec_prefix = @exec_prefix@
160
host = @host@
161
host_alias = @host_alias@
162
host_cpu = @host_cpu@
163
host_os = @host_os@
164
host_vendor = @host_vendor@
165
includedir = @includedir@
166
infodir = @infodir@
167
install_sh = @install_sh@
168
libdir = @libdir@
169
libexecdir = @libexecdir@
170
localstatedir = @localstatedir@
171
mandir = @mandir@
172
moduledir = @moduledir@
173
oldincludedir = @oldincludedir@
174
prefix = @prefix@
175
program_transform_name = @program_transform_name@
176
sbindir = @sbindir@
177
sharedstatedir = @sharedstatedir@
178
sysconfdir = @sysconfdir@
179
target_alias = @target_alias@
180
181
drivermandir = $(DRIVER_MAN_DIR)
182
183
driverman_PRE = @DRIVER_NAME@.man
184
185
driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
186
187
EXTRA_DIST = @DRIVER_NAME@.man
188
189
CLEANFILES = $(driverman_DATA)
190
191
SED = sed
192
193
# Strings to replace in man pages
194
XORGRELSTRING = @PACKAGE_STRING@
195
XORGMANNAME = X Version 11
196
197
MAN_SUBSTS = \
198
	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
199
	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
200
	-e 's|__xservername__|Xorg|g' \
201
	-e 's|__xconfigfile__|xorg.conf|g' \
202
	-e 's|__projectroot__|$(prefix)|g' \
203
	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
204
	-e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' \
205
	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
206
	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
207
	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
208
209
210
SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
211
subdir = man
212
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
213
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
214
CONFIG_HEADER = $(top_builddir)/config.h
215
CONFIG_CLEAN_FILES =
216
DIST_SOURCES =
217
DATA = $(driverman_DATA)
218
219
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
220
all: all-am
221
222
.SUFFIXES:
223
.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man
224
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
225
	cd $(top_srcdir) && \
226
	  $(AUTOMAKE) --gnu  man/Makefile
227
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
228
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
229
230
mostlyclean-libtool:
231
	-rm -f *.lo
232
233
clean-libtool:
234
	-rm -rf .libs _libs
235
236
distclean-libtool:
237
	-rm -f libtool
238
uninstall-info-am:
239
drivermanDATA_INSTALL = $(INSTALL_DATA)
240
install-drivermanDATA: $(driverman_DATA)
241
	@$(NORMAL_INSTALL)
242
	$(mkinstalldirs) $(DESTDIR)$(drivermandir)
243
	@list='$(driverman_DATA)'; for p in $$list; do \
244
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
245
	  f="`echo $$p | sed -e 's|^.*/||'`"; \
246
	  echo " $(drivermanDATA_INSTALL) $$d$$p $(DESTDIR)$(drivermandir)/$$f"; \
247
	  $(drivermanDATA_INSTALL) $$d$$p $(DESTDIR)$(drivermandir)/$$f; \
248
	done
249
250
uninstall-drivermanDATA:
251
	@$(NORMAL_UNINSTALL)
252
	@list='$(driverman_DATA)'; for p in $$list; do \
253
	  f="`echo $$p | sed -e 's|^.*/||'`"; \
254
	  echo " rm -f $(DESTDIR)$(drivermandir)/$$f"; \
255
	  rm -f $(DESTDIR)$(drivermandir)/$$f; \
256
	done
257
tags: TAGS
258
TAGS:
259
260
ctags: CTAGS
261
CTAGS:
262
263
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
264
265
top_distdir = ..
266
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
267
268
distdir: $(DISTFILES)
269
	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
270
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
271
	list='$(DISTFILES)'; for file in $$list; do \
272
	  case $$file in \
273
	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
274
	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
275
	  esac; \
276
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
277
	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
278
	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
279
	    dir="/$$dir"; \
280
	    $(mkinstalldirs) "$(distdir)$$dir"; \
281
	  else \
282
	    dir=''; \
283
	  fi; \
284
	  if test -d $$d/$$file; then \
285
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
286
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
287
	    fi; \
288
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
289
	  else \
290
	    test -f $(distdir)/$$file \
291
	    || cp -p $$d/$$file $(distdir)/$$file \
292
	    || exit 1; \
293
	  fi; \
294
	done
295
check-am: all-am
296
check: check-am
297
all-am: Makefile $(DATA)
298
299
installdirs:
300
	$(mkinstalldirs) $(DESTDIR)$(drivermandir)
301
install: install-am
302
install-exec: install-exec-am
303
install-data: install-data-am
304
uninstall: uninstall-am
305
306
install-am: all-am
307
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
308
309
installcheck: installcheck-am
310
install-strip:
311
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
312
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
313
	  `test -z '$(STRIP)' || \
314
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
315
mostlyclean-generic:
316
317
clean-generic:
318
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
319
320
distclean-generic:
321
	-rm -f $(CONFIG_CLEAN_FILES)
322
323
maintainer-clean-generic:
324
	@echo "This command is intended for maintainers to use"
325
	@echo "it deletes files that may require special tools to rebuild."
326
clean: clean-am
327
328
clean-am: clean-generic clean-libtool mostlyclean-am
329
330
distclean: distclean-am
331
	-rm -f Makefile
332
distclean-am: clean-am distclean-generic distclean-libtool
333
334
dvi: dvi-am
335
336
dvi-am:
337
338
info: info-am
339
340
info-am:
341
342
install-data-am: install-drivermanDATA
343
344
install-exec-am:
345
346
install-info: install-info-am
347
348
install-man:
349
350
installcheck-am:
351
352
maintainer-clean: maintainer-clean-am
353
	-rm -f Makefile
354
maintainer-clean-am: distclean-am maintainer-clean-generic
355
356
mostlyclean: mostlyclean-am
357
358
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
359
360
pdf: pdf-am
361
362
pdf-am:
363
364
ps: ps-am
365
366
ps-am:
367
368
uninstall-am: uninstall-drivermanDATA uninstall-info-am
369
370
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
371
	distclean distclean-generic distclean-libtool distdir dvi \
372
	dvi-am info info-am install install-am install-data \
373
	install-data-am install-drivermanDATA install-exec \
374
	install-exec-am install-info install-info-am install-man \
375
	install-strip installcheck installcheck-am installdirs \
376
	maintainer-clean maintainer-clean-generic mostlyclean \
377
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
378
	uninstall uninstall-am uninstall-drivermanDATA \
379
	uninstall-info-am
380
381
382
.man.$(DRIVER_MAN_SUFFIX):
383
	sed $(MAN_SUBSTS) < $< > $@
384
# Tell versions [3.59,3.63) of GNU make to not export all variables.
385
# Otherwise a system limit (for SysV at least) may be exceeded.
386
.NOEXPORT:
(-)xf86-video-ivtvdev-0.10.6/man/ivtvdev.man (-63 lines)
Lines 1-63 Link Here
1
.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/fbdev/fbdev.man,v 1.2 2001/01/27 18:20:47 dawes Exp $ 
2
.\" shorthand for double quote that works everywhere.
3
.ds q \N'34'
4
.TH FBDEV __drivermansuffix__ __vendorversion__
5
.SH NAME
6
fbdev \- video driver for framebuffer device
7
.SH SYNOPSIS
8
.nf
9
.B "Section \*qDevice\*q"
10
.BI "  Identifier \*q"  devname \*q
11
.B  "  Driver \*qfbdev\*q"
12
.BI "  BusID  \*qpci:" bus : dev : func \*q
13
\ \ ...
14
.B EndSection
15
.fi
16
.SH DESCRIPTION
17
.B fbdev
18
is an __xservername__ driver for framebuffer devices.  This is a non-accelerated
19
driver, the following framebuffer depths are supported: 8, 15, 16, 24.
20
All visual types are supported for depth 8, and TrueColor visual is
21
supported for the other depths.  Multi-head configurations are supported.
22
.SH SUPPORTED HARDWARE
23
The 
24
.B fbdev
25
driver supports all hardware where a framebuffer driver is available.
26
fbdev uses the os-specific submodule fbdevhw(__drivermansuffix__) to talk
27
to the kernel
28
device driver.  Currently a fbdevhw module is available for linux.
29
.SH CONFIGURATION DETAILS
30
Please refer to __xconfigfile__(__filemansuffix__) for general configuration
31
details.  This section only covers configuration details specific to
32
this driver.
33
.PP
34
For this driver it is not required to specify modes in the screen 
35
section of the config file.  The
36
.B fbdev
37
driver can pick up the currently used video mode from the framebuffer 
38
driver and will use it if there are no video modes configured.
39
.PP
40
For PCI boards you might have to add a BusID line to the Device
41
section.  See above for a sample line.  You can use \*q\__xservername__
42
-scanpci\*q
43
to figure out the correct values.
44
.PP
45
The following driver 
46
.B Options
47
are supported:
48
.TP
49
.BI "Option \*qfbdev\*q \*q" string \*q
50
The framebuffer device to use. Default: /dev/fb0.
51
.TP
52
.BI "Option \*qShadowFB\*q \*q" boolean \*q
53
Enable or disable use of the shadow framebuffer layer.  Default: on.
54
.TP
55
.BI "Option \*qRotate\*q \*q" string \*q
56
Enable rotation of the display. The supported values are "CW" (clockwise,
57
90 degrees), "UD" (upside down, 180 degrees) and "CCW" (counter clockwise,
58
270 degrees). Implies use of the shadow framebuffer layer.   Default: off.
59
.SH "SEE ALSO"
60
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__),
61
X(__miscmansuffix__), fbdevhw(__drivermansuffix__)
62
.SH AUTHORS
63
Authors include: Gerd Knorr, Michel Dänzer, Geert Uytterhoeven

Return to bug 140323