How to edit raspberry pi config file from Qt?
-
wrote on 15 Dec 2016, 12:14 last edited by A Former User
I can able to read /boot/config.txt file in raspberry pi,unfortunately I can't able to edit in config file??I also try change the mode of config file but it didn't work?Please any one help to solve this issue??
-
I can able to read /boot/config.txt file in raspberry pi,unfortunately I can't able to edit in config file??I also try change the mode of config file but it didn't work?Please any one help to solve this issue??
@Bharathi What exactly did you change and what exactly did not work? That file is only writeable by user root. You either need to start your app as root, or (THIS IS BAD!) you give others write access. You could for example define a group, give that group write access to that file and add your user to the group.
-
wrote on 16 Dec 2016, 11:18 last edited by
I want to change the screen orientation,so I add display_rotate=3 in config file.But the animation used in text is not smooth as I used in display_rotate=0.
1/3