LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Setting Default Resolution in KDE 4.7 (https://www.linuxquestions.org/questions/ubuntu-63/setting-default-resolution-in-kde-4-7-a-904262/)

starsage77 09-21-2011 02:46 PM

Setting Default Resolution in KDE 4.7
 
Does anyone know how to set the default desktop display resolution in KDE 4.7 ? As hard as I try I can't get my settings to save from one session to the next.. they always default to the highest for my graphics card.

If you're going to suggest editing my xorg file.. by default 4.7 does not have one. I went through the steps of generating one but I don't know how to specify resolution there.. if that is the only way of doing it.

A little help please?

steviebob 09-21-2011 02:58 PM

Well, you can set the default resolution through the xorg.conf in the "Screen" section under the "Display" subsection.
For example, here is a snippet of my xorg.conf:
Code:

Section "Screen"
        Identifier      "Screen0"
        Device  "LaptopScreen" #System-specific
        Monitor "Generic"
        # Compositing manager
        Option  "RenderAccel"  "true"
        Option  "TripleBuffer"  "true"
        Option  "DPMS"  "true"
        DefaultDepth    24
        SubSection      "Display"
                Depth  24  #24-bits is the highest depth you can go. 32 Won't work
                Modes  "1280x700" #Here is where you specify the screen resolution
        EndSubSection


starsage77 09-21-2011 03:07 PM

Quote:

Originally Posted by steviebob (Post 4478474)
Well, you can set the default resolution through the xorg.conf in the "Screen" section under the "Display" subsection.
For example, here is a snippet of my xorg.conf:
Code:

Section "Screen"
        Identifier      "Screen0"
        Device  "LaptopScreen" #System-specific
        Monitor "Generic"
        # Compositing manager
        Option  "RenderAccel"  "true"
        Option  "TripleBuffer"  "true"
        Option  "DPMS"  "true"
        DefaultDepth    24
        SubSection      "Display"
                Depth  24  #24-bits is the highest depth you can go. 32 Won't work
                Modes  "1280x700" #Here is where you specify the screen resolution
        EndSubSection


hmm.. I'll compare with mine (mostly empty) once I'm home. -thanks

steviebob 09-21-2011 10:43 PM

Here is how I figured out how to make my own xorg.conf.
If you need any more help will xorg.conf or something like that, just msg me.

starsage77 09-26-2011 02:37 PM

Quote:

Originally Posted by starsage77 (Post 4478483)
hmm.. I'll compare with mine (mostly empty) once I'm home. -thanks

thanks..fixed it from this tip :)


All times are GMT -5. The time now is 12:19 PM.