HP c3700 hp workstations - hp-ux 11.x graphics administration guide - Page 61

features, cursor scaling, Glx visual suppression

Page 61 highlights

Chapter 3 configuring X Windows on HP-UX (other graphics cards) features features cursor scaling There are times when the standard X11 cursors are difficult to see on the screen. The effect is compounded on large displays. Two options are available in the X Server that instruct the X Server to scale all X11 cursors (both user-defined and built-in cursors) by a user-defined value. Cursor Scaling is indicated with the following syntax in the XF86Config file: Section ìServerLayoutî . . . Option ìCursorScaleFactorî ìnî Option ìMaxCursorSizeî ìSizeî . . . EndSection Where n = 1, 2, 3, ... Where Size = 2, 4, 8, 16, 32, 64, ... For example, n=2 instructs the X Server to scale all cursors by "2x" so that a 16x16 cursor becomes a 32x32 cursor and a 9x9 cursor becomes an 18x18 cursor, etc. If the scaled width or height of any cursor is greater than Size, the scale factor is reduced so that the net size of the cursor fits into a SizexSize rectangle. The default value for "n" is 1, or no scaling. The default value for "Size" is 64, or 64x64 maximum size. Glx visual suppression This option can be used to "hide" visuals. It reduces the number of visuals made available to clients. The example that follows demonstrates how to suppress all visuals except for the most capable of all the visuals. Section ìScreenî . . . 59

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89

configuring X Windows on HP-UX (other graphics cards)
features
Chapter 3
59
features
cursor scaling
There are times when the standard X11 cursors are difficult to see on the
screen. The effect is compounded on large displays. Two options are
available in the X Server that instruct the X Server to scale all X11
cursors (both user-defined and built-in cursors) by a user-defined value.
Cursor Scaling is indicated with the following syntax in the XF86Config
file:
Section ìServerLayoutî
. . .
Option
ìCursorScaleFactorî
ìnî
Option
ìMaxCursorSizeî
ìSizeî
. . .
EndSection
Where n = 1, 2, 3, …
Where Size = 2, 4, 8, 16, 32, 64, …
For example, n=2 instructs the X Server to scale all cursors by “2x” so
that a 16x16 cursor becomes a 32x32 cursor and a 9x9 cursor becomes an
18x18 cursor, etc.
If the scaled width or height of any cursor is greater than Size, the scale
factor is reduced so that the net size of the cursor fits into a SizexSize
rectangle.
The default value for “n” is 1, or no scaling. The default value for “Size” is
64, or 64x64 maximum size.
Glx visual suppression
This option can be used to “hide” visuals. It reduces the number of visu-
als made available to clients. The example that follows demonstrates
how to suppress all visuals except for the most capable of all the visuals.
Section ìScreenî
. . .