LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Default Resolution keep changing in KDE! (https://www.linuxquestions.org/questions/debian-26/default-resolution-keep-changing-in-kde-677114/)

megaprog 10-17-2008 10:44 AM

Default Resolution keep changing in KDE!
 
Well this is matter, When I startup my system with Debian Lenny/KDE3.5 The resolution is set on 1280 x 1024. Too little for my monitor.

So I go configure Kdesktop section, display section and change it to 1024 x 768 which is the right one for me, and it world fine.

The only problem is that when I reboot the system it falls back to 1280 x 1024.

Is there anyway I can prevent this from happening? Thanks in advanced!

amani 10-17-2008 10:53 AM

You must edit /etc/X11/xorg.conf

Post the section with the resolutions...that is if it is not obvious.

megaprog 10-17-2008 11:28 AM

Here is the section of resolutions in my /etc/X11/xorg.conf file

Code:

Section "Screen"
        Identifier      "Default Screen"
        Device          "S3 Inc. VT8375 [ProSavage8 KM266/KL266]"
        Monitor        "COMPAQ S710"
        DefaultDepth    16
        SubSection "Display"
                Depth          1
                Modes          "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          4
                Modes          "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          8
                Modes          "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          15
                Modes          "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          16
                Modes          "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          24
                Modes          "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection


makuyl 10-17-2008 12:51 PM

Remove the "1280x1024" part including the quotes from the depth 16 Modes line.

megaprog 10-17-2008 01:37 PM

Quote:

Originally Posted by makuyl (Post 3313647)
Remove the "1280x1024" part including the quotes from the depth 16 Modes line.

Done! Problem solved, after the reboot my sistem stayed at 1024x768.

Thanks a lot =)


All times are GMT -5. The time now is 12:23 AM.