Announcement

Collapse
No announcement yet.

ATI Radeon X1600XT

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

  • #11
    I use xserver-xorg-ati, they come with Live cd.
    And i add this line to my third party sources in software sources:
    deb http://ppa.launchpad.net/tormodvolden/ubuntu intrepid main

    Comment


    • #12
      Can anybody tell me what i doing wrong, i can not set up resolution to stay in 1600x1200 75Hz, when i restart PC it keeps changing. I try with adding subsection but did not help.

      Also i experienced crashes when using wine. Any help is good.

      Section "Device"
      Identifier "Configured Video Device"
      Option "NoDDC"
      Option "AccelMethod" "EXA"
      EndSection

      Section "Monitor"
      Identifier "Default monitor"
      VendorName "Panasonic"
      ModelName "PanaSync/Pro 7G"
      HorizSync 30.0 - 115.0
      VertRefresh 50.0 - 160.0
      EndSection

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

      Comment


      • #13
        Originally posted by raven9 View Post
        Can anybody tell me what i doing wrong, i can not set up resolution to stay in 1600x1200 75Hz, when i restart PC it keeps changing. I try with adding subsection but did not help.

        Also i experienced crashes when using wine. Any help is good.

        Section "Device"
        Identifier "Configured Video Device"
        Option "NoDDC"
        Option "AccelMethod" "EXA"
        EndSection

        Section "Monitor"
        Identifier "Default monitor"
        VendorName "Panasonic"
        ModelName "PanaSync/Pro 7G"
        HorizSync 30.0 - 115.0
        VertRefresh 50.0 - 160.0
        EndSection

        Section "Screen"
        Identifier "Default Screen"
        Monitor "Default monitor"
        Device "Configured Video Device"
        EndSection
        You need to associate your monitor section with a particular output. Either change the name of your monitor's indentifier to match the output or add a line to the device section linking the existig monitor section to an output. See this page for more info (especially section "xorg.conf based configuration"):

        Comment


        • #14
          Ok, i know this much:
          I use DVI-0 output from my graphic card to my monitor, but when i buy my graphic card i did not have DVI conectors on my monitor cable, i use adapter to connect graphic card and my monitor, maybe this is problem

          This is output for xrandr:
          ~$ xrandr
          Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 2048 x 1600
          DVI-1 disconnected (normal left inverted right x axis y axis)
          DVI-0 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
          2048x1536 60.0
          1920x1440 75.0 60.0
          1856x1392 75.0 60.0
          1792x1344 75.0 60.0
          1600x1200 85.0 75.0* 70.0 65.0 60.0
          1680x1050 84.9 74.9 69.9 60.0
          1600x1024 60.2
          1400x1050 85.0 74.8 70.0 60.0
          1280x1024 85.0 75.0 60.0
          1440x900 59.9
          1280x960 85.0 60.0
          1360x768 59.8
          1152x864 100.0 85.1 85.0 75.0 75.0 70.0 60.0
          1024x768 85.0 75.0 70.1 60.0
          832x624 74.6
          800x600 85.1 72.2 75.0 60.3 56.2
          640x480 85.0 72.8 75.0 59.9
          720x400 85.0
          640x400 85.1
          640x350 85.1


          And this is my xorg.conf after changes:
          Section "Device"
          Identifier "Configured Video Device"
          Option "NoDDC"
          Option "AccelMethod" "EXA"
          EndSection

          Section "Monitor"
          Identifier "DVI-0"
          VendorName "Panasonic"
          ModelName "PanaSync/Pro 7G"
          HorizSync 30.0 - 115.0
          VertRefresh 50.0 - 160.0
          EndSection

          Section "Screen"
          Identifier "Default Screen"
          Monitor "DVI-0"
          Device "Configured Video Device"
          EndSection

          But nothing changes when i restart. Maybe Option "NoDDC" make problems, because i whose told to use it if my monitor don't send proper EDID. But when i dont put Option "NoDDC", it cut off my screen on sides, i have black borders around my screen.
          I am sorry but its difficult for me to read and understand technical documents on English.

          Comment


          • #15
            You haven't specified what mode you want to use. Add these lines to your monitor section:

            Code:
            Modeline "1600x1200_75.00"  204.75  1600 1720 1888 2176  1200 1203 1207 1255 -hsync +vsync
            Option "PreferredMode" "1600x1200_75.00"
            Alex

            Comment


            • #16
              Thank you, it works.

              Comment

              Working...
              X