mirror of
https://github.com/X11Libre/xf86-video-nv.git
synced 2026-03-24 01:24:21 +00:00
Always support G80.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user