You are not logged in.
Pages: 1
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
If your using Nvidia and not using Nouveau drivers then your fine, KMS is kernel based mode setting.
Offline
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
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
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
Concise downgrading instructions are posted here:
Offline
Well, I'm going to take the plunge. If you don't hear from me in a few hours, send in a rescue party
Offline
Well, that kernel update seemed to work just fine for me. Thanks again everyone!
Offline
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
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
@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
@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
@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
Pages: 1