Skip to content

Commit bdc1ebd

Browse files
committed
Merge pull request raspberrypi#292 from DSA101/patch-1
Add instructions to change mouse cursor from "x" to arrow
2 parents 4ad20bf + 170b504 commit bdc1ebd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

remote-access/vnc/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ chmod +x vnc.sh
6464
./vnc.sh
6565
```
6666

67+
- If your prefer your mouse pointer in the VNC client to appear as an arrow as opposed to an "x" which is default, in ```./vnc/xstartup``` add the following parameter to ```xsetroot```
68+
69+
```
70+
-cursor_name left_ptr
71+
```
72+
6773
To run at boot:
6874

6975
- Log into a terminal on the Pi as root:

0 commit comments

Comments
 (0)