Thu Feb 23 21:38:48 2023 UTC ()
wm/cde: add note for scrolling on dtterm.


(vins)
diff -r1.1 -r1.2 pkgsrc/wm/cde/files/README.pkgsrc

cvs diff -r1.1 -r1.2 pkgsrc/wm/cde/files/README.pkgsrc (expand / switch to unified diff)

--- pkgsrc/wm/cde/files/README.pkgsrc 2023/02/12 16:34:15 1.1
+++ pkgsrc/wm/cde/files/README.pkgsrc 2023/02/23 21:38:48 1.2
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1----------------------------------------------------------------------- 1-----------------------------------------------------------------------
2To provide support for CDE font aliases, the required font paths must 2To provide support for CDE font aliases, the required font paths must
3appended to the standard X server configuration. 3appended to the standard X server configuration.
4  4
5This can be done by creating a `99-fonts.conf' file with the following 5This can be done by creating a `99-fonts.conf' file with the following
6content:  6content:
7 7
8Section "Files" 8Section "Files"
9 FontPath "${PREFIX}/share/fonts/100dpi/" 9 FontPath "@PREFIX@/share/fonts/100dpi/"
10 FontPath "${PREFIX}/share/fonts/75dpi/" 10 FontPath "@PREFIX@/share/fonts/75dpi/"
11 FontPath "${PREFIX}/dt/share/cde/fontaliases" 11 FontPath "@PREFIX@/dt/share/cde/fontaliases"
12EndSection 12EndSection
13 13
14Place the file inside either:  14Place the file inside either:
15 15
16 - /etc/X11/xorg.conf.d # native X11 16 - /etc/X11/xorg.conf.d # native X11
17 - @PREFIX@/etc/X11/xorg.conf.d # modular X11 17 - @PREFIX@/etc/X11/xorg.conf.d # modular X11
18 18
19----------------------------------------------------------------------- 19-----------------------------------------------------------------------
20 20
21To use CDE applications, adjust your environment as follows: 21To use CDE applications, adjust your environment as follows:
22 22
23 $ export PATH=$PATH:${PREFIX}/dt/bin 23 $ export PATH=$PATH:${PREFIX}/dt/bin
24 $ export MANPATH=$MANPATH:${PREFIX}/dt/man 24 $ export MANPATH=$MANPATH:${PREFIX}/dt/man
@@ -33,13 +33,22 @@ Or use the provided `@PREFIX@/bin/startc @@ -33,13 +33,22 @@ Or use the provided `@PREFIX@/bin/startc
33 33
34Your user should be part of the '@REAL_ROOT_GROUP@' group to allow CDE 34Your user should be part of the '@REAL_ROOT_GROUP@' group to allow CDE
35to create the required directories upon startup. 35to create the required directories upon startup.
36----------------------------------------------------------------------- 36-----------------------------------------------------------------------
37 37
38To start the Dt Login Manager, 38To start the Dt Login Manager,
39 39
40 $ cp @PREFIX@/share/examples/rc.d/dtlogin /etc/rc.d 40 $ cp @PREFIX@/share/examples/rc.d/dtlogin /etc/rc.d
41 $ service dtlogin onestart 41 $ service dtlogin onestart
42 42
43To enable the dtlogin service at startup, 43To enable the dtlogin service at startup,
44 44
45 $ echo dtlogin=YES >> /etc/rc.conf 45 $ echo dtlogin=YES >> /etc/rc.conf
 46
 47------------------------------------------------------------------------
 48
 49NOTE:
 50
 51 For better scrolling, consider adding this to your ~/.Xresources file
 52
 53 *saveLines: 32000
 54 *scrollBar: True