You are not logged in.

#1 2009-12-30 15:11:35

jdarnold
Member
From: Medford MA USA
Registered: 2009-12-15
Posts: 485
Website

Kernel update and "KMS"

Pardon my ignorance, but I don't know what "KMS" means, and I have a pacman -Syu asking to upgrade my kernel. But the Arch Linux "latest news" says:

Early userspace KMS support is broken at the moment for radeon
and nvidia cards. There are some workarounds posted on the ML and on the forum.
Next mkinitcpio update will fix this regression in the future.

what is KMS, what does it mean to be "broken", and how is it fixed? I have an nVidia 8600 and don't feel the need to be cutting edge, so I'd be glad to wait until the "mkinitcpio update" comes along. I suppose chances are I could do the update and it would work (he says with fingers and toes crossed), and use the info posted in another thread to back out the kernel change if it doesn't?

Offline

#2 2009-12-30 15:22:51

Zariel
Member
Registered: 2008-10-07
Posts: 446

Re: Kernel update and "KMS"

If your using Nvidia and not using Nouveau drivers then your fine, KMS is kernel based mode setting.

Offline

#3 2009-12-30 18:40:48

nitralime
Member
Registered: 2009-12-30
Posts: 63

Re: Kernel update and "KMS"

I have also an nvidia card and using nvidia driver.
But after upgrading to kernel 2.6.32 I encountered a nasty problem
which I have described in http://bbs.archlinux.org/viewtopic.php?id=87728.
I couldn't find any workaround until now:-(

Regards
Nik

Offline

#4 2009-12-30 18:45:08

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

Re: Kernel update and "KMS"

jdarnold wrote:

Pardon my ignorance, but I don't know what "KMS" means, and I have a pacman -Syu asking to upgrade my kernel. But the Arch Linux "latest news" says:

Early userspace KMS support is broken at the moment for radeon
and nvidia cards. There are some workarounds posted on the ML and on the forum.
Next mkinitcpio update will fix this regression in the future.

what is KMS, what does it mean to be "broken", and how is it fixed? I have an nVidia 8600 and don't feel the need to be cutting edge, so I'd be glad to wait until the "mkinitcpio update" comes along. I suppose chances are I could do the update and it would work (he says with fingers and toes crossed), and use the info posted in another thread to back out the kernel change if it doesn't?

Read the ATi wiki page for more info. It mostly affects ATi users.

Offline

#5 2009-12-30 19:38:34

jdarnold
Member
From: Medford MA USA
Registered: 2009-12-15
Posts: 485
Website

Re: Kernel update and "KMS"

Ahh, thanks for the pointer to the ATI wiki page. Still not sure I want to take the 2.6.32.2 plunge yet though. If I copy my /boot folder to say, /boot.bak, and I have problems with the update, can I just move boot.bak back as boot and have it work?

Offline

#6 2009-12-30 19:40:57

jdarnold
Member
From: Medford MA USA
Registered: 2009-12-15
Posts: 485
Website

Re: Kernel update and "KMS"

Concise downgrading instructions are posted here:

http://bbs.archlinux.org/viewtopic.php? … 65#p679565

Offline

#7 2009-12-30 20:01:08

jdarnold
Member
From: Medford MA USA
Registered: 2009-12-15
Posts: 485
Website

Re: Kernel update and "KMS"

Well, I'm going to take the plunge. If you don't hear from me in a few hours, send in a rescue party smile

Offline

#8 2009-12-30 20:27:57

jdarnold
Member
From: Medford MA USA
Registered: 2009-12-15
Posts: 485
Website

Re: Kernel update and "KMS"

Well, that kernel update seemed to work just fine for me. Thanks again everyone!

Offline

#9 2009-12-31 08:54:36

doby
Member
From: Paris, France
Registered: 2009-06-27
Posts: 25

Re: Kernel update and "KMS"

Hi everybody,

I have some questions regarding KMS. During the boot process, "small" font appears just after grub or after udev loading ? The "small" font cover the entire screen or just the left half until entering in runlevel 3 ? Best regards.


Software is like sex, it's better when it's free - L. Torvalds

Offline

#10 2009-12-31 09:15:11

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: Kernel update and "KMS"

doby wrote:

Hi everybody,

I have some questions regarding KMS. During the boot process, "small" font appears just after grub or after udev loading ? The "small" font cover the entire screen or just the left half until entering in runlevel 3 ? Best regards.

the small text are the regular bootmessages, but in your screen's native resolution (that is one of the things that kms does). if you want a little less text you can add the word "quiet" (without quotes) to your kernel boot line in /boot/grub/menu.lst


ᶘ ᵒᴥᵒᶅ

Offline

#11 2009-12-31 09:27:59

doby
Member
From: Paris, France
Registered: 2009-06-27
Posts: 25

Re: Kernel update and "KMS"

@litemotiv

Thanks for the grub stuff, I already use it. The question is more : do you have the native resolution right after grub or just after udev loading ? And the second question is  : do you have the native resolution or a smaller one then the native during the boot process. When I enabled KMS, I got the "ancient" style bootmessages (large font), then I have the bootmessages in a smaller font but only in the left half of my screen. After entering in runlevel 3, the bootmesages are displayed with the correct resolution (1280x800). I looked the dmesg output and see something relative to drm TV out. Topics relative to this issue deal with ATi cards but I have an Intel 945GM card so no solution in the ATi threads.


Software is like sex, it's better when it's free - L. Torvalds

Offline

#12 2009-12-31 10:49:43

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: Kernel update and "KMS"

@doby: you only have the kms resolution after the modules are loaded, so generally that is after udev. if you want them earlier you have to load them in your initramfs. more information here:

http://wiki.archlinux.org/index.php/Int … Setting.29

note that even in initramfs with 'quiet' you will still see some large text go by, since there is a bit of other initialization before the modules are loaded.

(i have both ati 3650 and intel 945 here, and the process is similar for both cards)

Last edited by litemotiv (2009-12-31 10:52:13)


ᶘ ᵒᴥᵒᶅ

Offline

#13 2010-01-06 08:59:35

doby
Member
From: Paris, France
Registered: 2009-06-27
Posts: 25

Re: Kernel update and "KMS"

@all : Happy new year
@litemotiv : Thanks for your help. I have already read the link you gave me. I also have made a fresh install in an other laptop with an nvidia card. Same boot process as mine. Looking at dmesg output, lines with "[drm]TV-out" and "[drm]LVDS resolution"  change the resolution of the screen when entering in runlevel 3 (disconnect TV out and use full resolution for LVDS panel). This is weird but not a problem. I see if I found something new. Anyway thanks for your time.


Software is like sex, it's better when it's free - L. Torvalds

Offline

Board footer

Powered by FluxBB