You are not logged in.

#26 2010-08-05 13:04:52

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: 2.6.35 released!

The first thing I noticed was the higher ram usage with 2.6.35 compared to 2.6.34 and those before. Usually my setup needs 41mb after boot, now it needs 49mb. I know that's not much, but still I wonder where it comes from. Any ideas?

Offline

#27 2010-08-05 22:42:18

korpenkraxar
Member
Registered: 2006-04-02
Posts: 123

Re: 2.6.35 released!

pawels64 wrote:

How to use power management on radeon cards with this kernel? According to this link:

http://www.overclock.net/linux-unix/731 … river.html

it's enough to: echo dynpm > /sys/class/drm/card0/device/power_method

but there's no such thing like power_method in my kernel - 2.6.35-ARCH

What does you grub boot line look like for that kernel?

I just have the normal boot stuff, with this added:

kernel [...] i915.modeset=1 radeon.modeset=1

(btw my laptop has both an Intel and an ATI graphics chip, hence I specify both here, although only one can be use at a time)

Then in rc.local I put this, which just works:

echo profile > /sys/class/drm/card0/device/power_method
echo mid > /sys/class/drm/card0/device/power_profile

The mid profile works very well for me. GPU temp at 52 degrees C and a CPU at 44. Much cooler than the default profile and Kwin is still as "smooth" as before.

Offline

#28 2010-08-05 22:47:24

korpenkraxar
Member
Registered: 2006-04-02
Posts: 123

Re: 2.6.35 released!

By the way. Is anyone else have problems resuming from suspend on Thinkpads or other laptops with R600 ATI chips with 2.6.35? I often, but not always, get stuck with a blinking cursor at the top left. I also suffer from being kicked out from X occasionally...

Offline

#29 2010-08-05 23:13:40

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: 2.6.35 released!

Can an updated lirc package put in Testing as well?

Offline

#30 2010-08-06 00:16:58

KlavKalashj
Member
Registered: 2008-10-09
Posts: 376

Re: 2.6.35 released!

I'm having problems with my elantech touchpad. It moves alright, but tap-clicking and two-finger scroll is gone, and every time I touch the pad, the cursor moves randomly. Quite unusable. Anybody else?

Offline

#31 2010-08-06 10:11:21

kfgz
Member
From: Supraśl, Poland
Registered: 2009-03-02
Posts: 114

Re: 2.6.35 released!

pawels64 wrote:

How to use power management on radeon cards with this kernel? According to this link:

http://www.overclock.net/linux-unix/731 … river.html

it's enough to: echo dynpm > /sys/class/drm/card0/device/power_method

but there's no such thing like power_method in my kernel - 2.6.35-ARCH

For 2.6.35 you should put radeon.dynclks=1 instead of radeon.dynpm=1 as a kernel parameter.

Offline

#32 2010-08-06 14:26:44

pawels64
Member
Registered: 2009-04-07
Posts: 55

Re: 2.6.35 released!

kfgz wrote:

For 2.6.35 you should put radeon.dynclks=1 instead of radeon.dynpm=1 as a kernel parameter.

I tried this and it didn't help. According to dmesg Power management isn't initialized at all.

korpenkraxar wrote:

What does you grub boot line look like for that kernel?

I just have the normal boot stuff, with this added:

kernel [...] i915.modeset=1 radeon.modeset=1

(btw my laptop has both an Intel and an ATI graphics chip, hence I specify both here, although only one can be use at a time)

Then in rc.local I put this, which just works:

echo profile > /sys/class/drm/card0/device/power_method
echo mid > /sys/class/drm/card0/device/power_profile

The mid profile works very well for me. GPU temp at 52 degrees C and a CPU at 44. Much cooler than the default profile and Kwin is still as "smooth" as before.

I tried with radeon.modeset=1 and with radeon.dynclks=1, but it's the same. Before, I had video=1024x768 only. I also tried without it.

Last edited by pawels64 (2010-08-08 22:20:50)

Offline

#33 2010-08-10 15:03:25

zephyr
Member
Registered: 2008-03-20
Posts: 103

Re: 2.6.35 released!

[I have problems with suspend-to-ram/sleep with the new kernel from testing. Laptop enters suspend successfully (pm logs OK, orange power led OK etc.) but on wakeup it immediately reboots.

Laptop is a vaio with an nvidia 330m card and binary driver.

Offline

#34 2010-08-11 12:12:05

SleepyFloyd
Member
Registered: 2008-06-11
Posts: 91

Re: 2.6.35 released!

KlavKalashj wrote:

I'm having problems with my elantech touchpad. It moves alright, but tap-clicking and two-finger scroll is gone, and every time I touch the pad, the cursor moves randomly. Quite unusable. Anybody else?

Not the same problems, but my touchpad has been behaving weired too. Stutters as if the CPU was maxed out, which is obviously not the case. Don't know how else to describe it. Cursor jumps around and is always 1-2 seconds behind the movement.

Nothing in the Xorg logs... don't know what's happening. Tried 2.6.35 yesterday for a few hours, downgraded back to the kernel in the core repos.

Laptop is a Acer Extensa 5635z with a pretty generic touchpad. Never had problems with it before.

Offline

#35 2010-08-11 12:51:56

KlavKalashj
Member
Registered: 2008-10-09
Posts: 376

Re: 2.6.35 released!

SleepyFloyd wrote:
KlavKalashj wrote:

I'm having problems with my elantech touchpad. It moves alright, but tap-clicking and two-finger scroll is gone, and every time I touch the pad, the cursor moves randomly. Quite unusable. Anybody else?

Not the same problems, but my touchpad has been behaving weired too. Stutters as if the CPU was maxed out, which is obviously not the case. Don't know how else to describe it. Cursor jumps around and is always 1-2 seconds behind the movement.

Nothing in the Xorg logs... don't know what's happening. Tried 2.6.35 yesterday for a few hours, downgraded back to the kernel in the core repos.

Laptop is a Acer Extensa 5635z with a pretty generic touchpad. Never had problems with it before.

My problem suddenly got solved by... doing nothing. I installed xf86-input-synaptics (please don't ask why tongue) and restarted X, and it worked. Haven't been bothered by it since then. It has been just like before, even after several reboots.

Edit:

==> Software upgrade (new version) :
testing/kernel26 2.6.35-2 -> 2.6.35.1-1

Hm? What's new?

Last edited by KlavKalashj (2010-08-11 12:55:06)

Offline

#36 2010-08-11 15:41:30

jac
Member
From: /home/jac
Registered: 2009-05-19
Posts: 431
Website

Re: 2.6.35 released!

KlavKalashj wrote:

Edit:

==> Software upgrade (new version) :
testing/kernel26 2.6.35-2 -> 2.6.35.1-1

Hm? What's new?

The -number is the version of the PKGBUILD, look at the version of the kernel: 2.6.35 vs 2.6.35.1

That being said, I have no idea what changes happened to the actual kernel, if that is what you were asking.

Last edited by jac (2010-08-11 15:43:16)

Offline

#37 2010-08-11 15:43:54

KlavKalashj
Member
Registered: 2008-10-09
Posts: 376

Re: 2.6.35 released!

jac wrote:
KlavKalashj wrote:

Edit:

==> Software upgrade (new version) :
testing/kernel26 2.6.35-2 -> 2.6.35.1-1

Hm? What's new?

The -number is the version of the PKGBUILD, look at the version of the kernel: 2.6.35 vs 2.6.35.1

That being said, I have no idea what changes happened to the actual kernel, if that is what you were asking.

Yeah yeah, I know smile But new kernel version and no announcement...

Offline

#38 2010-08-11 15:50:34

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: 2.6.35 released!

KlavKalashj wrote:

Yeah yeah, I know smile But new kernel version and no announcement...

http://lwn.net/Articles/399441/

Offline

#39 2010-08-12 00:26:33

cookiecaper
Member
Registered: 2007-09-22
Posts: 198

Re: 2.6.35 released!

I compiled this kernel the first night it was out because something in .34 prevented my MacBook Pro 2,2 (Radeon video) from resuming. It has worked fine and my laptop now resumes without issue. I didn't do anything to enable kernel Radeon power management, so maybe it was just a fix that made it into the driver and not the new thing, but I had assumed until now that it was the new thing.

Offline

#40 2010-08-18 23:25:38

FabioAreia
Member
Registered: 2010-08-18
Posts: 3

Re: 2.6.35 released!

KlavKalashj wrote:

I'm having problems with my elantech touchpad. It moves alright, but tap-clicking and two-finger scroll is gone, and every time I touch the pad, the cursor moves randomly. Quite unusable. Anybody else?

I have exacly the same problem.

Offline

#41 2010-08-20 00:43:19

Onyros
Member
From: Lisbon, Portugal
Registered: 2007-10-11
Posts: 307

Re: 2.6.35 released!

I'm having a few strange problems on my laptop (Acer 1410), other machines I updated had no problems whatsoever.

I suppose it's related to Xorg, xf86-video-intel and the 2.6.35 kernel. Strangely enough, I only noticed a few hours after updating, because during that time I had only a vim session open, mutt and rtorrent.

I went to check Engadget (Chromium browser) and all of a sudden I noticed something was wrong when I was typing in vim with hiccups between key presses, same kinda hiccups happened with scrolling on the browser. Opened up htop and saw CPU spikes coming from X.

First time it happened I tried to change TTY, to see if it was getting logged and TTY changes took about 10 seconds. I decided to quit X... took forever. When I finally made it, restarted it... took forever. Decided to reboot? Yep, took forever.

I tried it a few times, (different browsers, too) and it always happened, especially after browsing sites on the heavier side. Downgraded and I have no problems whatsoever.

Any ideas? I've looked around and there doesn't seem to be any similar reports.

Offline

#42 2010-08-20 00:47:21

combuster
Member
From: Serbia
Registered: 2008-09-30
Posts: 711
Website

Re: 2.6.35 released!

2.6.35.2 here (custom though), GMA965 - no problems at all (everything else is from core+extra+community).

Offline

#43 2010-08-20 01:55:38

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: 2.6.35 released!

2.6.35-2 is in the core repo now. This thread has served its purpose. If issues arise due to this kernel version please open new threads in the appropriate sub-forum.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#44 2010-08-22 14:35:06

webmasteryoda
Member
From: Serbia
Registered: 2010-03-20
Posts: 115
Website

Re: 2.6.35 released!

Well I managed to install Kernel 2.6.35 after deinstallation of Catalyst 10.5-2 from catalyst-10.5 repo, but now I have an old problem.

The thing is that I have some strange black squares around some windows and often in web browsers with flash player running. I solved this earlier after installing Catalyst 10.5-2, but now this problem appeared again.

Now, if I try to install it back I have this error:


warning: downgrading package catalyst (10.7-4 => 10.5-2)
resolving dependencies...
warning: cannot resolve "kernel26<2.6.35", a dependency of "catalyst"
:: the following package(s) cannot be upgraded due to unresolvable dependencies:
      catalyst


So, what now ? Is there some other version of this Catalyst or I am finally doomed with open source ATI which overheats my laptop ? Does new kernel fixes this issue with powersaving the GPU ?

Tnx inadvance

Offline

#45 2010-08-22 15:41:46

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: 2.6.35 released!

webmasteryoda wrote:

Well I managed to install Kernel 2.6.35 after deinstallation of Catalyst 10.5-2 from catalyst-10.5 repo, but now I have an old problem.

The thing is that I have some strange black squares around some windows and often in web browsers with flash player running. I solved this earlier after installing Catalyst 10.5-2, but now this problem appeared again.

Now, if I try to install it back I have this error:


warning: downgrading package catalyst (10.7-4 => 10.5-2)
resolving dependencies...
warning: cannot resolve "kernel26<2.6.35", a dependency of "catalyst"
:: the following package(s) cannot be upgraded due to unresolvable dependencies:
      catalyst


So, what now ? Is there some other version of this Catalyst or I am finally doomed with open source ATI which overheats my laptop ? Does new kernel fixes this issue with powersaving the GPU ?

Tnx inadvance

Are you using the unofficial (user) repository [catalyst] repo ?

For your problem:

aticonfig --set-pcs-str=DDX,ForceXAA,TRUE

(run it as root)

Offline

#46 2010-08-22 16:55:12

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: 2.6.35 released!


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB