From 636adcd57f1c5b33edf2d8fbf9e7fa9aac1ccb1a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 10 Mar 2007 22:12:39 -0800 Subject: Get rid of BackendMode and disable hw cursor for now. --- man/nv.man | 7 ------- 1 file changed, 7 deletions(-) (limited to 'man') diff --git a/man/nv.man b/man/nv.man index 243b406..e892ecf 100644 --- a/man/nv.man +++ b/man/nv.man @@ -147,13 +147,6 @@ Enable or disable the hardware cursor. Default: on. .TP .BI "Option \*qNoAccel\*q \*q" boolean \*q Disable or enable acceleration. Default: acceleration is enabled. -.TP -.BI "Option \*qBackendMode\*q \*q" mode \*q -Designate a mode to be used as the physical mode driving the display. -The screen will be scaled to fit the requested mode. -For example, if -.B Option \*qBackendMode\*q \*q1280x1024\*q -is specified, the monitor will always display the 1280x1024 mode and the screen will be scaled to match. .. .if __support_g80__ .G8 .\" ******************** end G80 section ******************** -- cgit v1.2.3 From ae582bdd2107d7e0106d1d5a9a9d6b9e39f1c901 Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Fri, 20 Apr 2007 00:13:31 -0700 Subject: Always support G80. --- man/Makefile.am | 9 +-------- man/nv.man | 6 ------ 2 files changed, 1 insertion(+), 14 deletions(-) (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index 036545c..bf7ec17 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -41,12 +41,6 @@ SED = sed XORGRELSTRING = @PACKAGE_STRING@ XORGMANNAME = X Version 11 -if SUPPORT_G80 -MAN_SUPPORT_G80 := 1 -else -MAN_SUPPORT_G80 := 0 -endif - MAN_SUBSTS = \ -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ @@ -57,8 +51,7 @@ MAN_SUBSTS = \ -e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' \ -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ - -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' \ - -e 's|__support_g80__|$(MAN_SUPPORT_G80)|g' + -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man diff --git a/man/nv.man b/man/nv.man index e892ecf..c8d2fcb 100644 --- a/man/nv.man +++ b/man/nv.man @@ -58,12 +58,9 @@ NV40, NV41, NV43, NV44, NV45, C51 .TP 22 .B GeForce 7XXX G70, G71, G72, G73 -.de G8 .TP 22 .B GeForce 8XXX G80 -.. -.if __support_g80__ .G8 .SH CONFIGURATION DETAILS Please refer to __xconfigfile__(__filemansuffix__) for general configuration @@ -136,7 +133,6 @@ Default: no rotation support. Enable or disable use of the shadow framebuffer layer. Default: off. . .\" ******************** begin G80 section ******************** -.de G8 .PP The following driver .B Options @@ -147,8 +143,6 @@ Enable or disable the hardware cursor. Default: on. .TP .BI "Option \*qNoAccel\*q \*q" boolean \*q Disable or enable acceleration. Default: acceleration is enabled. -.. -.if __support_g80__ .G8 .\" ******************** end G80 section ******************** . .SH "SEE ALSO" -- cgit v1.2.3