Announcement

Collapse
No announcement yet.

[Solved] Where is the screen resolution stored?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Solved] Where is the screen resolution stored?

    While fiddling with the settings in /etc/X11/xorg.conf - to setup a dual monitor scenario on our IBM notebook via DVI-0 and VGA-0 while docked into the minidock - we screwed up something which is obviously not stored in the xorg.conf file itself.

    To narrow the issue down, we are wondering where the screen resolution - via KDE system settings > monitor and display > screen resolution - is saved if not in xorg.conf.

    As a user without superuser rights is able to change it, the standard file can't be the correct place.

    Any ideas?

    Thanks in advance.

    #2
    Re: Where is the screen resolution stored?

    This is KDE 3.5 / KDE 4.0 ?


    Here with the KDE 4.1 beta 1

    ~/.kde4/share/config/krandrrc has the resolution and the refresh etc. settings:
    [Screen_0]
    OutputsUnified=false
    UnifiedRect=0,0,0,0
    UnifiedRotation=1

    [Screen_0_Output_default]
    Active=true
    Rect=0,0,1680,1050
    RefreshRate=60
    Rotation=1
    System Settings is probably using krandrtray;
    :~$ krandrtray --help
    X Resize and Rotate System Tray App
    Attached Files
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Where is the screen resolution stored?

      Thanks for the details, Rog131.

      Actually, it's KDE 3.5.9.
      Unfortunately, there's neither a ~/.kde/share/config/krandrrc nor (obviously) a ~/.kde4/share/config/krandrrc

      Should we keep looking for another config file in ~/.kde/share/config/ ?



      Comment


        #4
        Re: Where is the screen resolution stored?

        Got it:

        ~/.kde/share/config/displayconfigrc

        Thanks for the help.

        Comment

        Working...
        X