Announcement

Collapse
No announcement yet.

how to change resolution in kubuntu 8.04

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

    how to change resolution in kubuntu 8.04

    Please tell me how to change my screen resolution to 1024 * 768. By default, it's 800*600.

    I have tried this :

    System settings -> monitor & display and found resolution there. But it says u need root access to change settings there.

    #2
    Re: how to change resolution in kubuntu 8.04

    Your adminstrator password is the one u chose when u installed kubuntu, so use it there.
    You can also click "Administrator mode" button in the bottom of the window and type in the password and that should do it.

    Comment


      #3
      Re: how to change resolution in kubuntu 8.04

      Well, this did not work. I clicked that and typed password then clicked keep settings. Instead when i restarted the resolution became 640*480.

      My graphics card is intel 945 on-board card.

      Comment


        #4
        Re: how to change resolution in kubuntu 8.04

        try taking a look at
        Code:
        https://launchpad.net/ubuntu/+source/xserver-xorg-video-i810/+bug/36306/
        ... i have ATI so i can't help much...
        Good luck!

        Comment


          #5
          Re: how to change resolution in kubuntu 8.04

          Nope. They did not fix it in hardy

          I tried changing xorg.conf but it did not worked or, I don't know actually how to make it work.

          Comment


            #6
            Re: how to change resolution in kubuntu 8.04

            Why don't you post your /etc/X11/xorg.conf here - perhaps we can spot the error (no promises...)
            Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

            Comment


              #7
              Re: how to change resolution in kubuntu 8.04

              # xorg.conf (X.Org X Window System server configuration file)
              #
              # This file was generated by dexconf, the Debian X Configuration tool, using
              # values from the debconf database.
              #
              # Edit this file with caution, and see the xorg.conf manual page.
              # (Type "man xorg.conf" at the shell prompt.)
              #
              # This file is automatically updated on xserver-xorg package upgrades *only*
              # if it has not been modified since the last upgrade of the xserver-xorg
              # package.
              #
              # If you have edited this file but would like it to be automatically updated
              # again, run the following command:
              # sudo dpkg-reconfigure -phigh xserver-xorg

              Section "InputDevice"
              Identifier "Generic Keyboard"
              Driver "kbd"
              Option "XkbRules" "xorg"
              Option "XkbModel" "pc105"
              Option "XkbLayout" "us"
              EndSection

              Section "InputDevice"
              Identifier "Configured Mouse"
              Driver "mouse"
              Option "CorePointer"
              EndSection

              Section "Device"
              Identifier "Configured Video Device"
              EndSection

              Section "Monitor"
              Identifier "Configured Monitor"
              EndSection

              Section "Screen"
              Identifier "Default Screen"
              Monitor "Configured Monitor"
              Device "Configured Video Device"
              EndSection

              Section "ServerLayout"
              Identifier "Default Layout"
              Screen "Default Screen"
              EndSection
              Note that this is after reinstalling kubuntu. Because I did not know how to get back to 800 *600.

              Comment


                #8
                Re: how to change resolution in kubuntu 8.04

                Some more information :

                Monitor : Samsung Syncmaster 591s
                Horizontal frequency : 30-55 kHz
                Vertical frequency : 50-120 Hz

                Comment


                  #9
                  Re: how to change resolution in kubuntu 8.04

                  First off, make a backup copy of your xorg:

                  Code:
                  sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
                  Now feel free to twiddle with the file:

                  Under "Section Screen", try to add the following SubSection including the Defaultdepth command:

                  SubSection "Display"
                  Depth 24
                  Modes "1024x768"
                  EndSubSection
                  Defaultdepth 24
                  So that your Section Screen looks like:

                  Section "Screen"
                  Identifier "Default Screen"
                  Monitor "Configured Monitor"
                  Device "Configured Video Device"
                  SubSection "Display"
                  Depth 24
                  Modes "1024x768"
                  EndSubSection
                  Defaultdepth 24
                  EndSection
                  You probably know that these changes can only be done as root. My preferred method is
                  Code:
                  sudo vi /etc/X11/xorg.conf
                  , but
                  Code:
                  sudo nano /etc/X11/xorg.conf
                  is user friendlier...

                  Once you've done it, do a
                  Code:
                  sudo /etc/init.d/kdm restart
                  It may work
                  Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                  Comment


                    #10
                    Re: how to change resolution in kubuntu 8.04

                    I would like to use kate to edit that file. Can u please tell the command ?

                    Comment


                      #11
                      Re: how to change resolution in kubuntu 8.04

                      Here you go:

                      Code:
                      kdesu kate
                      Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                      Comment


                        #12
                        Re: how to change resolution in kubuntu 8.04

                        Well, i added that subsection with default depth. Then typed the command u provided. A black screen appears with some texts like restarting kdm.... But it waited for a while so i thought something is wrong and restarted the pc. Now it's still 800*600.

                        Comment


                          #13
                          Re: how to change resolution in kubuntu 8.04

                          Have you now tried changing the resolution in systemsettings? If not, give it a go.

                          Should that still not work, adjust the defaultdepth in your xorg.file to 16:

                          Section "Screen"
                          Identifier "Default Screen"
                          Monitor "Configured Monitor"
                          Device "Configured Video Device"
                          SubSection "Display"
                          Depth 16
                          Modes "1024x768"
                          EndSubSection
                          Defaultdepth 16
                          EndSection
                          And try restarting and systemsettings again.

                          Other than that I don't know. Perhaps you want to post the output of lspci so we know your video controller.
                          Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                          Comment


                            #14
                            Re: how to change resolution in kubuntu 8.04

                            It did not work . Output of lspci :

                            00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
                            00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
                            00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
                            00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
                            00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
                            00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
                            00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
                            00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
                            00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
                            00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
                            00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
                            00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
                            00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
                            01:00.0 Multimedia audio controller: Creative Labs SB Audigy LS
                            01:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

                            Comment


                              #15
                              Re: how to change resolution in kubuntu 8.04

                              Well, a quick google came up with this solution

                              http://www.linuxquestions.org/questi...u-8.04-640242/
                              Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                              Comment

                              Working...
                              X