30 lines
754 B
INI
30 lines
754 B
INI
; DVX Configuration
|
|
;
|
|
; Video mode selection. The system picks the closest available VESA mode.
|
|
; Common resolutions: 640x480, 800x600, 1024x768
|
|
; Supported color depths: 8, 15, 16, 24, 32
|
|
|
|
[video]
|
|
width = 1024
|
|
height = 768
|
|
bpp = 16
|
|
|
|
; Mouse settings.
|
|
; wheel: normal or reversed
|
|
; wheelspeed: lines per wheel notch (1-10, default 3)
|
|
; doubleclick: double-click speed in milliseconds (200-900, default 500)
|
|
; acceleration: off, low, medium, high (default medium)
|
|
; speed: cursor speed (2-32, default 8; higher = faster)
|
|
|
|
[mouse]
|
|
wheel = normal
|
|
wheelspeed = 3
|
|
doubleclick = 500
|
|
acceleration = medium
|
|
speed = 8
|
|
|
|
; Shell settings.
|
|
; desktop: path to the desktop app loaded at startup
|
|
|
|
[shell]
|
|
desktop = apps/kpunch/progman/progman.app
|