Announcement

Collapse
No announcement yet.

overclock ATI X1300 on a Lenovo Thinkpad T60

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

  • overclock ATI X1300 on a Lenovo Thinkpad T60

    Hello everybody,

    I ask some help from you because I would like to overclock my ATI X1300 on my Lenovo Thinkpad T60 in order to run Gnome Shell flawlessly.

    At the moment it runs quite well but animations are not very fluid (I don't remember the correct english word) and sometimes they take a moment to go.

    Oh, consider that I have a 1440x1050 display

    The dedicated video memory is 64MB.

    I don't know if it's useful, anyway here is my lspci:

    Code:
    00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
    00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port (rev 03)
    00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
    00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
    00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 02)
    00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
    00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
    00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
    00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
    00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)
    00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
    01:00.0 VGA compatible controller: ATI Technologies Inc M52 [Mobility Radeon X1300]
    02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller
    03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
    15:00.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller

    Thanks in advance

  • #2
    You can't oveclock this card. And even if you could, it wouldn't help much.

    Note that even if this card would be an overclocker, you still couldn't do it on Linux, since the drivers don't support OCing.

    Comment


    • #3
      oh, i see...

      so no hope also with rovclock?

      and what about making the card stay always at the maximum performance state? does it make sense on my card and is it possible?
      Last edited by korg91; 15 November 2011, 09:43 AM.

      Comment


      • #4
        rovclock still works? Well if so, you *can* try, but I doubt it will help anything. An easy way to tell whether overclocking could help with performance is to run the lowest possible resolution (640x480 if Gnome Shell supports that) and see if its any faster.

        As for the performance state, run these commands as root:

        cat /sys/class/drm/card0/device/power_profile
        cat /sys/class/drm/card0/device/power_method

        and see what it says. To make the card always run at its highest speed, do:

        echo profile > /sys/class/drm/card0/device/power_method
        echo high > /sys/class/drm/card0/device/power_profile
        Last edited by RealNC; 15 November 2011, 10:13 AM.

        Comment


        • #5
          Code:
          andrea@ibm-ubuntu1110x32:~$ cat /sys/class/drm/card0/device/power_profile
          default
          andrea@ibm-ubuntu1110x32:~$ cat /sys/class/drm/card0/device/power_method
          profile
          the "echo high > /sys/class/drm/card0/device/power_profile" doesn't seem to have much effect...anyway I should check better...

          about rovclock, I don't know if it still works...

          setting the resolution at 800x600 gnome-shell is noticeably less laggy...

          do you think that a CPU upgrade could help?

          Comment


          • #6
            Don't use rovclock. It only ever supported r1xx/r2xx GPUs so it won't work on any GPU produced in the last 8 years or so. Even for the asics it did support, it didn't properly account for the post divider so it only worked on cards where the post divider was set to 1.

            Comment


            • #7
              so no hope for me and gnome-shell?

              it doesn't work too bad but I need it to be perfect...I have no time to wait for lag -.-

              (again, what about changing cpu?)

              Comment


              • #8
                You might want to profile gnome shell using sysprof or oprofile and see where the bottlenecks are. It could be gnome-shell is hitting a slow path somewhere what could be eliminated.

                Comment


                • #9
                  Ok, I am not able to do that AT ALL, but if you could link me a tutorial or sort of I would be glad to learn

                  PS: is there any reason why you think about bottlenecks and not just that the gpu is not powerful enough?

                  Comment

                  Working...
                  X