Announcement

Collapse
No announcement yet.

incorrect tv-out resolution on ati x1250

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • incorrect tv-out resolution on ati x1250

    Hi guys,
    I'm running on Ubuntu Lucid with radeon driver, the graphic cards works pretty well exception made from the fan always working (the smaller problem) and the tv-out resolution that is lower than expected for example 1024x768 ona 1440x900 lcd. I've tried it on several tv and with different vga cable, so I think it's not a device problem. I tried almost every xrandr command with no success. My question is: has one of you managed to make it works? should I try radeon hd driver? is there any hope to get it working?
    thanks!

  • #2
    I doubt that radeonhd would make a difference.

    Can you provide the Xorg.0.log? There may be helpful information inside.

    Comment


    • #3
      here is the xorg.log

      between the monitor settings there is no 1440x900 resolution aviable

      Comment


      • #4
        The driver isn't able to get an edid from your monitor for some reason. check your dmesg.

        Comment


        • #5
          I deleted the previous part because i tought it was not important

          Comment


          • #6
            How are connecting your tv to your computer? S-video or VGA? There is no EDID when using S-video and you are limited to 1024x768.

            According to your log:
            (II) RADEON(0): Output VGA-0 connected
            (II) RADEON(0): Output LVDS connected
            (II) RADEON(0): Output S-video disconnected
            (II) RADEON(0): Using fuzzy aspect match for initial modes
            (II) RADEON(0): Output VGA-0 using initial mode 1024x768
            (II) RADEON(0): Output LVDS using initial mode 1024x768

            Only the LVDS and VGA ports are connected. The VGA port has no EDID so it defaults to 1024x768.

            Comment


            • #7
              I Connect the laptop with the Vga...is there a way to' solve it?

              Comment


              • #8
                If you are sure the monitor can support it, you can manually add the modeline you want if the driver is not able to get the edid from the monitor. E.g.,

                xrandr --newmode 1440x900 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync
                xrandr --addmode VGA-0 1440x900
                xrandr --output VGA-0 --mode 1440x900

                Comment


                • #9
                  thanks for the ad
                  Now the resolution option (1440x900) is aviable but when I try to enable it the monitor doesn't show nothing....

                  here is the updated dmesg



                  in the meanwhile thanks for the patience (also for reading my bad english )

                  Comment


                  • #10
                    Can you pastebin the output of xrandr?

                    Comment

                    Working...
                    X