Force resolution kde

Jordi Ferrando Fabra jferrando at netplc.com
Fri Oct 3 16:06:46 UTC 2008


Michael Hirsch escribió:
> On Fri, Oct 3, 2008 at 8:55 AM, Jordi Ferrando Fabra
> <jferrando at netplc.com> wrote:
>   
>> Hi,
>>
>> I am setting a kubuntu 8.04 system, and I want to force the kde screen
>> resolution at 1024x768.
>> I open systemsettings and select 1024x768, but as a user as an
>> administrator.
>>
>> The system, nevertheless, starts the kde login screen always at
>> 1280x1024, but it decreases the resolutiton to 1024x768 once the user
>> logs into kde.
>>
>> This is very annoying to me, does anyone know a fix?
>>     
>
> You can edit /etc/X11/xorg.conf.  In it you should see a section
> labeled 'Section "Screen"'.
> Inside that section is probably as SubSection labeled 'SubSection
> "Display"' (if not, then create it) and inside that there may or may
> not be a "Modes" line.  Edit the Modes so it reads 'Modes "1024x768"'.
>
> Now when your X server starts it will start in 1024x768 mode.
>
> Michael
Yes, this is what I did. Nevertheless when the system starts always uses 
1280x1024 resolution. ???

(...)
Section "Monitor"
        Identifier      "Configured Monitor"
        Vendorname      "Generic CRT Display"
        Modelname       "Monitor 1024x768"
        Horizsync       31.5-61.0
        Vertrefresh     50-75
  modeline  "640x480 at 60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "800x600 at 60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1024x768 at 60" 65.0 1024 1048 1184 1344 768 771 777 806 
-vsync -hsync
        Gamma   1.0
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        Defaultdepth    16
        SubSection "Display"
                Depth   16
                Virtual 1024 768
                Modes           "1024x768 at 60"   "800x600 at 60"    "640x480 at 60"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
        Load            "glx"
        Load            "GLcore"
        Load            "dri"
        Load            "v4l"
EndSection
Section "ServerFlags"
EndSection




More information about the kubuntu-users mailing list