20 lines
485 B
INI
20 lines
485 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 = 640
|
|
height = 480
|
|
bpp = 16
|
|
|
|
; Mouse settings.
|
|
; wheel: normal or reversed
|
|
; doubleclick: double-click speed in milliseconds (200-900, default 500)
|
|
; acceleration: off, low, medium, high (default medium)
|
|
|
|
[mouse]
|
|
wheel = normal
|
|
doubleclick = 500
|
|
acceleration = medium
|