Announcement

Collapse
No announcement yet.

Screen Resolution

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

    Screen Resolution

    Hello once again!
    I recently started using Fiesty Fawn. My query is that, when I was using XP, I was able to have a maximum resolution of 1280 by 1024 pixels. However, in Fiesty... the maximum resolution available is 1024 by 768.
    Can anyone help me with this?
    Triple booting Kubuntu Intrepid with XP and Ubuntu Hardy <br />Intel Pentium DualCore 2 Ghz, 1 GB RAM Intel 945GM MoBo

    #2
    Re: Screen Resolution

    Hi.
    Search within the forum, it's already answered (maybe 1000 times).
    Hugs and good luck.

    Comment


      #3
      Re: Screen Resolution

      Can you answer it one more time? Please...
      Triple booting Kubuntu Intrepid with XP and Ubuntu Hardy <br />Intel Pentium DualCore 2 Ghz, 1 GB RAM Intel 945GM MoBo

      Comment


        #4
        Re: Screen Resolution

        Maybe it has been answered, but it depends on the problem.

        What's your video hardware?
        For external use only.

        Comment


          #5
          Re: Screen Resolution

          Open a Linux Console and type the following command and post the results:

          Code:
          lspci | grep 'Display'
          Windows no longer obstructs my view.
          Using Kubuntu Linux since March 23, 2007.
          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

          Comment


            #6
            Re: Screen Resolution

            I have the same problem, except when i changed my resolutions and turned on multiple displays, i rebooted and i got a message warning from power management. My resolution on my monitor was set to 1280x1024, it its acting like a tv all side scrolling through a massive desktop. and now i cant get into my display settings to change it back...

            ne help

            Comment


              #7
              Re: Screen Resolution

              You can easily get back to 'what you had before the change' by opening a Root Shell (Console). CD into /etc/X11
              Your current xorg file is xorg.conf The backup file (which has your settings before you made changes) is xorg.conf~
              Type the command:
              Code:
              mv xorg.conf xorg.conf_BAD
              Then type:
              Code:
              cp xorg.conf~ xorg.conf
              Restart the xserver (Ctl+Alt+Backspace)
              Windows no longer obstructs my view.
              Using Kubuntu Linux since March 23, 2007.
              "It is a capital mistake to theorize before one has data." - Sherlock Holmes

              Comment


                #8
                Re: Screen Resolution

                kajlin@kaj:~$ cp xorg.conf xorg.conf_BAD
                cp: cannot stat `xorg.conf': No such file or directory

                Comment


                  #9
                  Re: Screen Resolution

                  Hm. I'd just create a new one, then. "sudo dpkg-reconfigure xserver-xorg".

                  EDIT: Duh. I don't pay attention. Snowhog caught it. :P
                  For external use only.

                  Comment


                    #10
                    Re: Screen Resolution

                    You have to change directory (CD) into /etc/X11 as I stated in the first post, before issuing the commands, or, preface each command with /etc/X11.

                    So, after opening the Console, issue, in order:

                    Code:
                    cd /etc/X11
                    Code:
                    mv xorg.conf xorg.conf_BAD
                    Code:
                    cp xorg.conf~ xorg.conf
                    Then restart the xserver.
                    Windows no longer obstructs my view.
                    Using Kubuntu Linux since March 23, 2007.
                    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                    Comment

                    Working...
                    X