Subversion Repositories Kolibri OS

Rev

Rev 9425 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9425 Rev 9583
Line 9... Line 9...
9
1. Desktop background.
9
1. Desktop background.
10
a) Replace in the file autorun.dat (it is text file) the parameter for
10
a) Replace in the file autorun.dat (it is text file) the parameter for
11
   the program kiv ("\S__background.jpg") the name of file to the full
11
   the program kiv ("\S__background.jpg") the name of file to the full
12
   Kolibri-path to JPEG-, BMP-, GIF- or PNG-image which you like. It will be
12
   Kolibri-path to JPEG-, BMP-, GIF- or PNG-image which you like. It will be
13
   new background. background.jpg now can be deleted.
13
   new background. background.jpg now can be deleted.
14
b) Replace in the file autorun.dat "/RD/1/KIV \S__background.jpg" to
14
b) Replace in the file autorun.dat "/SYS/KIV \S__background.jpg" to
15
   "/rd/1/PIC4" (spaces are ignored by the loader program). You can delete
15
   "/sys/PIC4" (spaces are ignored by the loader program). You can delete
16
   BACKGROUND.JPG. New background will be nice texture.
16
   BACKGROUND.JPG. New background will be nice texture.
17
   For programmers: you can change texture and color, for this in file
17
   For programmers: you can change texture and color, for this in file
18
   pic4.asm from distributive sources change:
18
   pic4.asm from distributive sources change:
19
   * to change texture: value of variable usearray (string 585)
19
   * to change texture: value of variable usearray (string 585)
20
     from ptarray to any of ptarray2,ptarray3, ..., ptarray9.
20
     from ptarray to any of ptarray2,ptarray3, ..., ptarray9.
Line 72... Line 72...
72
7. Bus Disconnect.
72
7. Bus Disconnect.
73
   The application KBD (Kolibri Bus Disconnect) allows to disconnect processor
73
   The application KBD (Kolibri Bus Disconnect) allows to disconnect processor
74
   bus in order to decrease its temperature, a side effect is noise in AC97
74
   bus in order to decrease its temperature, a side effect is noise in AC97
75
   codecs. The application can be loaded automatically at system boot, to do
75
   codecs. The application can be loaded automatically at system boot, to do
76
   this add to autorun (file autorun.dat, see 3) a line of the form
76
   this add to autorun (file autorun.dat, see 3) a line of the form
77
"/RD/1/KBD             BOOT       20    # Enable Bus Disconnect for AMD K7 processors".
77
"/SYS/KBD             BOOT       20    # Enable Bus Disconnect for AMD K7 processors".
Line 78... Line 78...
78
 
78
 
79
8. Network settings.
79
8. Network settings.
80
   Initial network configuration is read at boot from the ini file
80
   Initial network configuration is read at boot from the ini file
81
   /rd/1/network/zeroconf.ini. You can set automatic detection with DHCP
81
   /sys/network/zeroconf.ini. You can set automatic detection with DHCP
Line 82... Line 82...
82
   ("type=zeroconf") or fixed IP addresses ("type=static").
82
   ("type=zeroconf") or fixed IP addresses ("type=static").
83
 
83
 
84
9. Configuration of videomode for ATI videocards.
84
9. Configuration of videomode for ATI videocards.
85
   The driver for ATI can set required screen resolution with refresh rate
85
   The driver for ATI can set required screen resolution with refresh rate
86
   at system startup, if they are supported. The list of supported modes
86
   at system startup, if they are supported. The list of supported modes
87
   can be obtained with the utility VMODE, it allows also manual mode setting.
87
   can be obtained with the utility VMODE, it allows also manual mode setting.
Line 88... Line 88...
88
   To set the mode at startup one must pass to the loader ATIKMS, described
88
   To set the mode at startup one must pass to the loader ATIKMS, described
Line 89... Line 89...
89
   in AUTORUN.DAT, the argument -mxx, e.g.
89
   in AUTORUN.DAT, the argument -mxx, e.g.
90
 
90
 
91
/RD/1/DRIVERS/ATIKMS -m1024x768x60 -1
91
/SYS/DRIVERS/ATIKMS -m1024x768x60 -1
92
 
92