Magellan Linux

Annotation of /alx-src/branches/alx-web-070/scripts/sql-schema/include/values.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8495 - (hide annotations) (download) (as text)
Fri Feb 5 13:30:51 2016 UTC (8 years, 3 months ago) by niro
File MIME type: application/x-sh
File size: 4137 byte(s)
-fill_database must not update the database version, the schema creators or updates have to do that. fixed a typo too
1 niro 8485 create_database_values()
2     {
3     VALUE_DEFINITION=(
4     "values_graphic_depth, value, enabled, id"
5     "24, 1"
6     "16, 1"
7     "8, 1"
8     )
9     sql_set_value
10    
11     VALUE_DEFINITION=(
12     "values_graphic_module, value, enabled, id"
13     "vesa, 1"
14     "ati, 1"
15     "cirrus, 1"
16     "i710, 1"
17     "intel, 1"
18     "nv, 1"
19     "nouveau, 1"
20     "mach64, 1"
21     "mga, 1"
22     "openchrome, 1"
23     "radeon, 1"
24     "s3, 1"
25     "s3virge, 1"
26     "savage, 1"
27     "sis, 1"
28     "trident, 1"
29     "tseng, 1"
30     "vmware, 1"
31     )
32     sql_set_value
33    
34     VALUE_DEFINITION=(
35     "values_graphic_refresh_rate, value, enabled, id"
36     "60, 1"
37     "75, 1"
38     "85, 1"
39     "100, 1"
40     )
41     sql_set_value
42    
43     VALUE_DEFINITION=(
44     "values_input_keymap, value, enabled, id"
45     "us, 1"
46     "de, 1"
47     )
48     sql_set_value
49    
50     VALUE_DEFINITION=(
51     "values_graphic_resolution, value, enabled, id"
52     "640x480, 1"
53     "800x600, 1"
54     "1024x768, 1"
55     "1280x960, 1"
56     "1280x1024, 1"
57     "1360x768, 1"
58     "1366x768, 1"
59     "1400x1050, 1"
60     "1440x900, 1"
61     "1600x1200, 1"
62     "1680x1050, 1"
63     "1280x720, 1"
64     "1920x1080, 1"
65     "auto, 1"
66     )
67     sql_set_value
68    
69     VALUE_DEFINITION=(
70     "values_network_module, value, enabled, id"
71     ", 1"
72     "3c509, 1"
73     "5c59x, 1"
74     "8139cp, 1"
75     "8139too, 1"
76     "8390, 1"
77     "amd8111e, 1"
78     "atl1c, 1"
79     "atl1e, 1"
80     "atl1, 1"
81     "atl2, 1"
82     "b44, 1"
83     "bnx2, 1"
84     "cnic, 1"
85     "e100, 1"
86     "e1000, 1"
87     "e1000e, 1"
88     "forcedeth, 1"
89     "igb, 1"
90     "ipg, 1"
91     "jme, 1"
92     "natsemi, 1"
93     "ne2k-pci, 1"
94     "ns83820, 1"
95     "pcnet32, 1"
96     "qla3xxx, 1"
97     "r8169, 1"
98     "sis190, 1"
99     "sis900, 1"
100     "skge, 1"
101     "sky2, 1"
102     "tg3, 1"
103     "typhoon, 1"
104     "via-rhine, 1"
105     "via-velocity, 1"
106     "adm8211, 1"
107     "airo, 1"
108     "at76c50x-usb, 1"
109     "ar9170usb, 1"
110     "ath5k, 1"
111     "ath9k, 1"
112     "atmel, 1"
113     "atmel_pci, 1"
114     "b43, 1"
115     "b43legacy, 1"
116     "hostap_pci, 1"
117     "hostap_plx, 1"
118     "ipw2100, 1"
119     "ipw2200, 1"
120     "iwl3945, 1"
121     "iwl4965, 1"
122     "iwldvm, 1"
123     "iwlwifi, 1"
124     "libertas_tf, 1"
125     "libertas_tf_usb, 1"
126     "mwl8k, 1"
127     "orinoco, 1"
128     "orinoco_nortel, 1"
129     "orinoco_plx, 1"
130     "orinico_tmd, 1"
131     "orinoco_usb, 1"
132     "p54pci, 1"
133     "p54usb, 1"
134     "prism54, 1"
135     "mdis_wlan, 1"
136     "rt2400pci, 1"
137     "rt2500pci, 1"
138     "rt2500usb, 1"
139     "rt2800pci, 1"
140     "rt2800usb, 1"
141     "rt61pci, 1"
142     "rt73usb, 1"
143     "rtl8180, 1"
144     "rtl8187, 1"
145     "usb8xxx, 1"
146     "wl1251, 1"
147     "wl1271, 1"
148     "zd1201, 1"
149     "zd1211rw, 1"
150     )
151     sql_set_value
152    
153     VALUE_DEFINITION=(
154     "values_printers_port, value, enabled, id"
155     "lpt1, 1"
156     "usb1, 1"
157     "usb2, 1"
158     "com1, 1"
159     "com2, 1"
160     )
161     sql_set_value
162    
163     VALUE_DEFINITION=(
164     "values_screensaver_screensaver, value, enabled, id"
165     ", 1"
166     "blank, 1"
167     "random, 1"
168     "ant, 1"
169     "ant3d, 1"
170     "apollonian, 1"
171     "ball, 1"
172     "bat, 1"
173     "blot, 1"
174     "bomb, 1"
175     "bouboule, 1"
176     "bounce, 1"
177     "braid, 1"
178     "bubble, 1"
179     "bug, 1"
180     "clock, 1"
181     "coral, 1"
182     "crystal, 1"
183     "daisy, 1"
184     "dclock, 1"
185     "decay, 1"
186     "deco, 1"
187     "demon, 1"
188     "dilemma, 1"
189     "discrete, 1"
190     "dragon, 1"
191     "drift, 1"
192     "euler2d, 1"
193     "eyes, 1"
194     "fadeplot, 1"
195     "fiberlamp, 1"
196     "flag, 1"
197     "flame, 1"
198     "flow, 1"
199     "forest, 1"
200     "galaxy, 1"
201     "goop, 1"
202     "grav, 1"
203     "helix, 1"
204     "hop, 1"
205     "hyper, 1"
206     "ico, 1"
207     "ifs, 1"
208     "image, 1"
209     "juggle, 1"
210     "julia, 1"
211     "kaleid, 1"
212     "kumppa, 1"
213     "laser, 1"
214     "life, 1"
215     "life1d, 1"
216     "life3d, 1"
217     "lightning, 1"
218     "lisa, 1"
219     "lissie, 1"
220     "loop, 1"
221     "lyapunov, 1"
222     "mandelbrot, 1"
223     "marquee, 1"
224     "matrix, 1"
225     "maze, 1"
226     "mountain, 1"
227     "munch, 1"
228     "nose, 1"
229     "pacman, 1"
230     "penrose, 1"
231     "petal, 1"
232     "petri, 1"
233     "polyominoes, 1"
234     "puzzle, 1"
235     "pyro, 1"
236     "qix, 1"
237     "roll, 1"
238     "rotor, 1"
239     "scooter, 1"
240     "shape, 1"
241     "sierpinski, 1"
242     "slip, 1"
243     "solitare, 1"
244     "space, 1"
245     "sphere, 1"
246     "spiral, 1"
247     "spline, 1"
248     "star, 1"
249     "starfish, 1"
250     "strange, 1"
251     "swarm, 1"
252     "swirl, 1"
253     "t3d, 1"
254     "tetris, 1"
255     "thornbird, 1"
256     "tik_tak, 1"
257     "toneclock, 1"
258     "triangle, 1"
259     "tube, 1"
260     "turtle, 1"
261     "vines, 1"
262     "voters, 1"
263     "wator, 1"
264     "wire, 1"
265     "world, 1"
266     "worm, 1"
267     "xcl, 1"
268     "xjack, 1"
269     )
270     sql_set_value
271     }