Chameleon

Chameleon Commit Details

Date:2013-09-02 17:10:28 (10 years 6 months ago)
Author:ErmaC
Commit:2260
Parents: 2259
Message:Add pkg option for Intel gfx cards.
Changes:
A/trunk/package/OptionalSettings/IntelAzul.txt
A/trunk/package/OptionalSettings/IntelCapri.txt

File differences

trunk/package/OptionalSettings/IntelAzul.txt
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
# ---------------------------------------------
# Chameleon Optional Settings List.
# ---------------------------------------------
# Add boot options or kernel flags to the bottom of this file.
# They will appear under the package installer's Settings menu
# in a sub menu named with the filename of this file.
# Use one file or many files - it's flexible to make it easy
# to group different options under separate sub menus.
# ---------------------------------------------
# To add boot option: Structure is:
# type@name:key=value
# example1: Bool@InstantMenu:Instant Menu=Yes
# example2: Text@1024x600x32:Graphics Mode=1024x600x32
# example3: List@Npci:Kernel Flags=npci=0x2000
# ---------------------------------------------
# type can be: Bool, Text or List
# ---------------------------------------------
# The package installer has a setting which controls what
# the user is allowed to choose.
# A) User can select every option from the list.
# B) User can select only one of the options from the list.
# Set Exclusive=False for A, or Exclusive=True for B.
#
Exclusive=True
# ---------------------------------------------
# Note: There must be a carriage return at end of last line
# ---------------------------------------------
Text@IntelAzulx00:IntelAzulFB=0
Text@IntelAzulx01:IntelAzulFB=1
Text@IntelAzulx02:IntelAzulFB=2
Text@IntelAzulx03:IntelAzulFB=3
Text@IntelAzulx04:IntelAzulFB=4
Text@IntelAzulx05:IntelAzulFB=5
Text@IntelAzulx06:IntelAzulFB=6
Text@IntelAzulx07:IntelAzulFB=7
Text@IntelAzulx08:IntelAzulFB=8
Text@IntelAzulx09:IntelAzulFB=9
Text@IntelAzulx10:IntelAzulFB=10
Text@IntelAzulx11:IntelAzulFB=11
Text@IntelAzulx12:IntelAzulFB=12
Text@IntelAzulx13:IntelAzulFB=13
Text@IntelAzulx14:IntelAzulFB=14
Text@IntelAzulx15:IntelAzulFB=15
trunk/package/OptionalSettings/IntelCapri.txt
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
# ---------------------------------------------
# Chameleon Optional Settings List.
# ---------------------------------------------
# Add boot options or kernel flags to the bottom of this file.
# They will appear under the package installer's Settings menu
# in a sub menu named with the filename of this file.
# Use one file or many files - it's flexible to make it easy
# to group different options under separate sub menus.
# ---------------------------------------------
# To add boot option: Structure is:
# type@name:key=value
# example1: Bool@InstantMenu:Instant Menu=Yes
# example2: Text@1024x600x32:Graphics Mode=1024x600x32
# example3: List@Npci:Kernel Flags=npci=0x2000
# ---------------------------------------------
# type can be: Bool, Text or List
# ---------------------------------------------
# The package installer has a setting which controls what
# the user is allowed to choose.
# A) User can select every option from the list.
# B) User can select only one of the options from the list.
# Set Exclusive=False for A, or Exclusive=True for B.
#
Exclusive=True
# ---------------------------------------------
# Note: There must be a carriage return at end of last line
# ---------------------------------------------
Text@IntelCaprix00:IntelCapriFB=0
Text@IntelCaprix01:IntelCapriFB=1
Text@IntelCaprix02:IntelCapriFB=2
Text@IntelCaprix03:IntelCapriFB=3
Text@IntelCaprix04:IntelCapriFB=4
Text@IntelCaprix05:IntelCapriFB=5
Text@IntelCaprix06:IntelCapriFB=6
Text@IntelCaprix07:IntelCapriFB=7
Text@IntelCaprix08:IntelCapriFB=8
Text@IntelCaprix09:IntelCapriFB=9
Text@IntelCaprix10:IntelCapriFB=10
Text@IntelCaprix11:IntelCapriFB=11

Archive Download the corresponding diff file

Revision: 2260