Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to edit raspberry pi config file from Qt?
Forum Updated to NodeBB v4.3 + New Features

How to edit raspberry pi config file from Qt?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 787 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Bharathi
    wrote on 15 Dec 2016, 12:14 last edited by A Former User
    #1

    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??

    J 1 Reply Last reply 15 Dec 2016, 12:39
    0
    • B Bharathi
      15 Dec 2016, 12:14

      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??

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 15 Dec 2016, 12:39 last edited by
      #2

      @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.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • B Offline
        B Offline
        Bharathi
        wrote on 16 Dec 2016, 11:18 last edited by
        #3

        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 Reply Last reply
        0

        1/3

        15 Dec 2016, 12:14

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved