diff options
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 2 | ||||
-rw-r--r-- | sys/i386/conf/NEWCARD | 2 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 79f6849..79f1dc8 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -122,7 +122,7 @@ device sc0 at isa? # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? -#options XSERVER # support for X server +#options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ba01fd2..adeb5ba 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -968,7 +968,7 @@ pseudo-device splash # The pcvt console driver (vt220 compatible). device vt0 at isa? -options XSERVER # support for running an X server. +options XSERVER # support for running an X server on vt options FAT_CURSOR # start with block cursor # This PCVT option is for keyboards such as those used on IBM ThinkPad laptops options PCVT_SCANSET=2 # IBM keyboards are non-std diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 79f6849..79f1dc8 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -122,7 +122,7 @@ device sc0 at isa? # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? -#options XSERVER # support for X server +#options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index ba01fd2..adeb5ba 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -968,7 +968,7 @@ pseudo-device splash # The pcvt console driver (vt220 compatible). device vt0 at isa? -options XSERVER # support for running an X server. +options XSERVER # support for running an X server on vt options FAT_CURSOR # start with block cursor # This PCVT option is for keyboards such as those used on IBM ThinkPad laptops options PCVT_SCANSET=2 # IBM keyboards are non-std diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD index 5d1bac1..f7e86a1 100644 --- a/sys/i386/conf/NEWCARD +++ b/sys/i386/conf/NEWCARD @@ -130,7 +130,7 @@ device sc0 at isa? # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? -#options XSERVER # support for X server +#options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index ba01fd2..adeb5ba 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -968,7 +968,7 @@ pseudo-device splash # The pcvt console driver (vt220 compatible). device vt0 at isa? -options XSERVER # support for running an X server. +options XSERVER # support for running an X server on vt options FAT_CURSOR # start with block cursor # This PCVT option is for keyboards such as those used on IBM ThinkPad laptops options PCVT_SCANSET=2 # IBM keyboards are non-std |