You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The Raspi-Config doc page doesn't match
The documentation page no longer matches the menu structure for the current version of the raspi-config tool.
* copy edits
@@ -51,57 +54,101 @@ Generally speaking, `raspi-config` aims to provide the functionality to make the
51
54
<aname="menu-options"></a>
52
55
## Menu options
53
56
54
-
<aname="expand-filesystem"></a>
55
-
### Expand filesystem
57
+
<aname="change-user-password"></a>
58
+
### Change User Password
56
59
57
-
If you have installed Raspbian using NOOBS, the filesystem will have been expanded automatically. There may be a rare occasion where this is not the case, e.g. if you have copied a smaller SD card onto a larger one. In this case, you should use this option to expand your installation to fill the whole SD card, giving you more space to use for files. You will need to reboot the Raspberry Pi to make this available. Note that there is no confirmation: selecting the option begins the partition expansion immediately.
60
+
The default user on Raspbian is ```pi``` with the password ```raspberry```. You can change that here. Read about other [users](/linux/usage/users.md).
61
+
62
+
<aname="network-options"></a>
63
+
### Network Options
58
64
59
-
<aname="change-user-password"></a>
60
-
### Change user password
65
+
From this submenu you can set the host name, your WiFi SSID, and pre-shared key, or enable/disable predictable network interface names.
66
+
67
+
<aname="hostname"></a>
68
+
#### Hostname
61
69
62
-
The default user on Raspbian is `pi` with the password `raspberry`. You can change that here. Read about other [users](../linux/usage/users.md).
70
+
Set the visible name for this Pi on a network.
63
71
64
-
<aname="change-boot-to-desktop"></a>
65
-
### Enable boot to desktop or Scratch
72
+
<aname="boot-options"></a>
73
+
### Boot Options
66
74
67
-
You can change what happens when your Pi boots. Use this option to change your boot preference to command line, desktop, or straight to Scratch.
75
+
From here you can change what happens when your Pi boots. Use this option to change your boot preference to command line or desktop. You can choose whether boot-up waits for the network to be available, and whether the Plymouth splash screen is displayed at boot-up.
68
76
69
-
<aname="internationalisation-options"></a>
70
-
### Internationalisation options
77
+
<aname="localisation-options"></a>
78
+
### Localisation Options
71
79
72
-
Select `Internationalisation Options` and press `Enter`to be taken to a sub-menu containing the following options:
80
+
The localisation submenu gives you these options to choose from: keyboard layout, time zone, locale, and WiFi country code. All options on these menus default to British or GB until you change them.
73
81
74
-
<aname="change-locale"></a>
75
82
#### Change locale
76
-
77
83
Select a locale, for example `en_GB.UTF-8 UTF-8`.
78
84
79
-
<aname="change-timezone"></a>
80
-
#### Change timezone
85
+
#### Change time zone
86
+
Select your local time zone, starting with the region, e.g. Europe, then selecting a city, e.g. London. Type a letter to skip down the list to that point in the alphabet.
81
87
82
-
Select your local timezone, starting with the region such as `Europe`, then selecting a city, for example `London`. Type a letter to skip down the list to that point in the alphabet.
83
-
84
-
<aname="change-keyboard-layout"></a>
85
88
#### Change keyboard layout
86
-
87
89
This option opens another menu which allows you to select your keyboard layout. It will take a long time to display while it reads all the keyboard types. Changes usually take effect immediately, but may require a reboot.
88
90
89
-
<aname="enable-camera"></a>
90
-
### Enable camera
91
+
#### Change WiFi Country
92
+
This option sets the country code for your WiFi network.
91
93
92
-
In order to use the Raspberry Pi Camera Module, you must enable it here. Select the option and proceed to `Enable`. This will make sure at least 128MB of RAM is dedicated to the GPU.
94
+
<aname="interfacing-options"></a>
95
+
### Interfacing Options
93
96
94
-
<aname="overclock"></a>
97
+
In this submenu there are the following options to enable/disable: Camera, SSH, VNC, SPI, I2C, Serial, 1-wire, and Remote GPIO.
98
+
99
+
<aname="camera"></a>
100
+
#### Camera
101
+
102
+
Enable/disable the CSI camera interface.
103
+
104
+
<aname="ssh"></a>
105
+
#### SSH
106
+
107
+
Enable/disable remote command line access to your Pi using SSH.
108
+
109
+
SSH allows you to remotely access the command line of the Raspberry Pi from another computer. SSH is disabled by default. Read more about using SSH on the [SSH documentation page](../remote-access/ssh/README.md). If connecting your Pi directly to a public network, you should not enable SSH unless you have set up secure passwords for all users.
110
+
111
+
<aname="VNC"></a>
112
+
#### VNC
113
+
114
+
Enable/disable the RealVNC virtual network computing server.
115
+
116
+
<aname="spi"></a>
117
+
#### SPI
118
+
119
+
Enable/disable SPI interfaces and automatic loading of the SPI kernel module, needed for products such as PiFace.
120
+
121
+
<aname="i2c"></a>
122
+
#### I2C
123
+
124
+
Enable/disable I2C interfaces and automatic loading of the I2C kernel module.
125
+
126
+
<aname="serial"></a>
127
+
#### Serial
128
+
129
+
Enable/disable shell and kernel messages on the serial connection.
130
+
131
+
<aname="1-wire"></a>
132
+
#### 1-wire
133
+
134
+
Enable/disable the Dallas 1-wire interface. This is usually used for DS18B20 temperature sensors.
135
+
136
+
<aname="overclock"></a>
95
137
### Overclock
96
138
97
139
It is possible to overclock your Raspberry Pi's CPU. The default is 700MHz but it can be set up to 1000MHz. The overclocking you can achieve will vary; overclocking too high may result in instability. Selecting this option shows the following warning:
98
140
99
-
```
100
-
Be aware that overclocking may reduce the lifetime of your Raspberry Pi. If overclocking at a certain level causes system instability, try a more modest overclock. Hold down `shift` during boot to temporarily disable overclock.
101
-
```
141
+
**Be aware that overclocking may reduce the lifetime of your Raspberry Pi.** If overclocking at a certain level causes system instability, try a more modest overclock. Hold down the Shift key during boot to temporarily disable overclocking.
142
+
143
+
See http://elinux.org/RPi_Overclocking for more information.
102
144
103
145
<aname="advanced-options"></a>
104
-
### Advanced options
146
+
### Advanced Options
147
+
148
+
<aname="expand-filesystem"></a>
149
+
#### Expand Filesystem
150
+
151
+
If you have installed Raspbian using NOOBS, the filesystem will have been expanded automatically. There may be a rare occasion where this is not the case, e.g. if you have copied a smaller SD card onto a larger one. In this case, you should use this option to expand your installation to fill the whole SD card, giving you more space to use for files. You will need to reboot the Raspberry Pi to make this available. Note that there is no confirmation: selecting the option begins the partition expansion immediately.
105
152
106
153
<aname="overscan"></a>
107
154
#### Overscan
@@ -112,47 +159,45 @@ Any changes will take effect after a reboot. You can have greater control over t
112
159
113
160
On some displays, particularly monitors, disabling overscan will make the picture fill the whole screen and correct the resolution. For other displays, it may be necessary to leave overscan enabled and adjust its values.
114
161
115
-
<aname="hostname"></a>
116
-
#### Hostname
117
-
118
-
Set the visible name for this Pi on a network.
119
-
120
162
<aname="memory-split"></a>
121
163
#### Memory split
122
164
123
165
Change the amount of memory made available to the GPU.
124
166
125
-
<aname="ssh"></a>
126
-
#### SSH
167
+
<aname="audio"></a>
168
+
#### Audio
127
169
128
-
Enable/disable remote command line access to your Pi using SSH.
170
+
Force audio out through HDMI or a 3.5mm jack. Read more on the [audio configuration documentation page](audio-config.md).
129
171
130
-
SSH allows you to remotely access the command line of the Raspberry Pi from another computer. SSH is disabled by default. Read more about using SSH on the [SSH documentation page](../remote-access/ssh/README.md). If connecting your Pi directly to a public network, you should not enable SSH unless you have set up secure passwords for all users.
172
+
<aname="resolution"></a>
173
+
#### Resolution
131
174
132
-
<aname="device-tree"></a>
133
-
#### Device Tree
175
+
Define the default HDMI/DVI video resolution to use when the system boots without a TV or monitor being connected. This can have an effect on RealVNC if the VNC option is enabled.
134
176
135
-
Enable/Disable the use of Device Tree. Read more about Device Trees config on the [Device Trees documentation page](device-tree.md).
177
+
<aname="pixel-doubling"></a>
178
+
#### Pixel Doubling
136
179
137
-
<aname="spi"></a>
138
-
#### SPI
180
+
Enable/disable 2x2 pixel mapping.
139
181
140
-
Enable/Disable SPI interfaces and automatic loading of the SPI kernel module, needed for products such as PiFace.
182
+
<aname="GL-driver"></a>
183
+
#### GL Driver
141
184
142
-
<aname="i2c"></a>
143
-
#### I2C
185
+
Enable/disable the experimental GL desktop graphics drivers.
144
186
145
-
Enable/Disable I2C interfaces and automatic loading of the I2C kernel module.
187
+
<aname="GL-full-KMS"></a>
188
+
##### GL (Full KMS)
146
189
147
-
<aname="serial"></a>
148
-
#### Serial
190
+
Enable/disable the experimental OpenGL Full KMS (kernel mode setting) desktop graphics driver.
149
191
150
-
Enable/Disable shell and kernel messages on the serial connection.
192
+
<aname="GL-fake-KMS"></a>
193
+
##### GL (Fake KMS)
151
194
152
-
<aname="audio"></a>
153
-
#### Audio
195
+
Enable/disable the experimental OpenGL Fake KMS desktop graphics driver.
154
196
155
-
Force audio out through HDMI or a 3.5mm jack. Read more on the [audio configuration documentation page](audio-config.md).
197
+
<aname="legacy"></a>
198
+
##### Legacy
199
+
200
+
Enable/disable the original legacy non-GL videocore desktop graphics driver.
0 commit comments