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?

How to edit raspberry pi config file from Qt?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 781 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.
  • BharathiB Offline
    BharathiB Offline
    Bharathi
    wrote on 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??

    jsulmJ 1 Reply Last reply
    0
    • BharathiB Bharathi

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

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on 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
      • BharathiB Offline
        BharathiB Offline
        Bharathi
        wrote on 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

        • Login

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