Announcement

Collapse
No announcement yet.

video resolution

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

    video resolution

    Hi there,

    Installed Kubuntu10.04 yesterday, everything went smooth as expected. But I'm unable to set display resolution correctly. I could open system settings > display > change resolution from here, but after a restart, it revert back to hi-res, while my monitor support 1024*768.

    Is there any other way I have to do this? I past I could do that using
    Code:
    dpkg-reconfigure xserver-xorg
    , but this seems to not working in the Lucid

    Thanks in advance, please help.

    cheers!
    cheers!
    -=|From the desk of|=-
    «•´`•.(*•.¸(`•.¸ ¸.•´)¸.•*).•´`•»
    «•´¨*•.¸¸whoiam55.¸¸.•*¨`•»
    «•´`•.(¸.•´(¸.•* *•.¸)`•.¸).•´`•»
    Reg. Linux User # 400637

    #2
    Re: video resolution

    Nvidia or AT card?
    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


      #3
      Re: video resolution

      Do some searching here on the forum and on the web.

      Basically, you can create an xorg.conf that works or figure out what xrandr settings work for you and put them in /etc/X11/Xsession.d/45custom_xrandr-settings

      Please Read Me

      Comment


        #4
        Re: video resolution

        @snowhog I'm using neither, though I have a NVidia but right now it's laying in the closet cause of the faulty fan, so my display card is Integrated Intel Graphics Media Accelerator X4500.

        @oshunluvr I'll try that and let you know the outcomes
        cheers!
        -=|From the desk of|=-
        «•´`•.(*•.¸(`•.¸ ¸.•´)¸.•*).•´`•»
        «•´¨*•.¸¸whoiam55.¸¸.•*¨`•»
        «•´`•.(¸.•´(¸.•* *•.¸)`•.¸).•´`•»
        Reg. Linux User # 400637

        Comment


          #5
          Re: video resolution

          Integrated Intel. Same here. Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03). My Toshiba's resolution is 1440x900, and the system sets it that way when I login from KDM.
          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: video resolution

            My Intel unit fails to set correctly on bootup - but I think it's the monitor's inability to deliver the correct EDID information. I'm having a devil of a time figuring out the correct modeline for it.

            It's a plasma TV 1080i which is natively 1366x768 and connected via VGA instead of HDMI. Problem is most of the tools won't calculate 1366x768 because 1366 isn't divisible by 8. Ubuntu Lucid sets it at 1366x806 so the bottom panel is not displayed.

            I'll get it right eventually - when I have a day to futz with it!

            Please Read Me

            Comment


              #7
              Re: video resolution

              I have the same issue also. On startup the screen resolution defaults to 1280 x 1024. I want 1024 x 768.
              How do I force Kubuntu to accept the 1024 x 768 resolution and not override it on startup?

              Dele

              Comment


                #8
                Re: video resolution

                create an /etc/X11/xorg.conf with the correct mode or /etc/X11/Xsession.d/45_xrandr_custom and put your xrandr commands in it

                Please Read Me

                Comment


                  #9
                  Re: video resolution

                  oshunluvr, regarding your display not providing correct EDID info, I have the same trouble with my TV and haven't been able to get it to work since installing 10.04... Seems my xorg.conf file is being read, but the option "useEDID" "False" is being ignored for some reason... I've started a separate thread about this....

                  Comment


                    #10
                    Re: video resolution

                    Thanks for the replies.

                    So do I paste the below output into /etc/X11/Xsession.d/45_xrandr_custom

                    Screen 0: minimum 320 x 200, current 1024 x 768, maximum 1280 x 1024
                    default connected 1024x768+0+0 0mm x 0mm
                    1280x1024 60.0 75.0
                    1280x960 60.0
                    1280x854 75.0 60.0
                    1280x800 75.0 60.0
                    1152x864 75.0 60.0
                    1280x768 75.0 60.0
                    1280x720 75.0 60.0
                    1024x768 75.0* 70.0 60.0
                    1024x576 75.0 60.0
                    960x600 60.0
                    832x624 75.0
                    960x540 60.0
                    800x600 75.0 72.0 60.0 56.0
                    768x576 60.0
                    720x576 60.0
                    856x480 60.0
                    848x480 60.0
                    800x480 75.0 60.0
                    720x480 61.0
                    640x480 75.0 73.0 67.0 60.0
                    720x400 70.0
                    640x400 72.0
                    512x384 60.0
                    400x300 60.0
                    320x240 61.0
                    320x200 71.0

                    Comment


                      #11
                      Re: video resolution

                      create the file /etc/X11/Xsession.d/45custom_xrandr-settings

                      You put in it the xrandr commands that set your video the way you like it - what ever they are.

                      Example:

                      xrandr --output vga1 --mode 1024x768 --dpi 100

                      Please Read Me

                      Comment

                      Working...
                      X