You are not logged in.

#1 2009-10-09 06:36:46

Nixxx
Member
From: Poland
Registered: 2009-08-01
Posts: 85

[SOLVED]Unknown boot option `radeon.modeset=0'

Hi All. I've just installed newest kernel from testing repo (2.6.31). After that on my MobilityRadeon X1400 the 3D acceleration stopped working (I've used "early start method" from ArchWiki). So i've set /boot/grub/menu.lst a follows:

# (0) Arch Linux
title  Arch Linux
root   (hd0,1)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/ad5d0eae-969d-4e29-a98e-925480dc4519 radeon.modeset=0 ro quiet vga=838
initrd /boot/kernel26.img

And during the reebot i can see: Unknown boot option `radeon.modeset=0' ignoring

Despite it 3d acceleration works fine after that. Can someone explaint the problem?

Last edited by Nixxx (2009-10-12 23:30:58)

Offline

#2 2009-10-09 07:22:00

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

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

Did you recompile your initramfs with the radeon module in after you updated ?

Offline

#3 2009-10-09 08:53:44

jauntale
Member
Registered: 2009-06-26
Posts: 27

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

This is a long shot - as the ati kms is enabled try to remove "vga=838".

Offline

#4 2009-10-09 08:59:32

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

Actually he tried to disable this using radeon.modeset=0 . But I am not sure the "ignoring" message is good.
But I don't really know.

I am curious to know whether he got kms enabled in the end.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#5 2009-10-09 09:36:22

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

Google finds a lot of this warnings but always KMS got disabled in the desired way. Maybe a few cards just make the kernel print out that weird message. "modinfo radeon" says it's a valid paramater and it's working for me.

Offline

#6 2009-10-09 13:43:34

Nixxx
Member
From: Poland
Registered: 2009-08-01
Posts: 85

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

@Zariel: While disabling KMS I've removed "radeon" from MODULES in /etc/mkinitcpio.conf and then I've lunched "mkinitcpio -p kernel26". Shoud I do anything else? As AndyRTR wrote despite this message KMS seems to be disabled bacause the 3D acceleration is working fine - "modinfo radeon" says:

filename:       /lib/modules/2.6.31-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko                                                                                           
license:        GPL and additional rights                                                                                                                                   
description:    ATI Radeon                                                                                                                                                 
author:         Gareth Hughes, Keith Whitwell, others.                                                                                                                     
license:        GPL                                                                                                                                                         
alias:          pci:v00001002d00009714sv*sd*bc*sc*i*                                                                                                                       
alias:          pci:v00001002d00009713sv*sd*bc*sc*i*                                                                                                                       
alias:          pci:v00001002d00009712sv*sd*bc*sc*i*
...
alias:          pci:v00001002d00003150sv*sd*bc*sc*i*
depends:        drm,ttm,i2c-core,i2c-algo-bit
vermagic:       2.6.31-ARCH SMP preempt mod_unload 686
parm:           no_wb:Disable AGP writeback for scratch registers (int)
parm:           modeset:Disable/Enable modesetting (int)
parm:           dynclks:Disable/Enable dynamic clocks (int)
parm:           r4xx_atom:Enable ATOMBIOS modesetting for R4xx (int)
parm:           vramlimit:Restrict VRAM for testing (int)
parm:           agpmode:AGP Mode (-1 == PCI) (int)
parm:           gartsize:Size of PCIE/IGP gart to setup in megabytes (32,64, etc)
(int)
parm:           benchmark:Run benchmark (int)
parm:           test:Run tests (int)
parm:           connector_table:Force connector table (int)

Offline

#7 2009-10-09 14:29:54

grey
Member
From: Europe
Registered: 2007-08-23
Posts: 679

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

I've used "early start method" from ArchWiki

vs.

While disabling KMS I've removed "radeon" from MODULES in /etc/mkinitcpio.conf

Which one is it?


Good ideas do not need lots of lies told about them in order to gain public acceptance.

Offline

#8 2009-10-09 14:32:12

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

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

Add "nomodeset" only.

http://bugs.archlinux.org/task/16149

Last edited by flamelab (2009-10-09 14:32:57)

Offline

#9 2009-10-09 15:27:37

Nixxx
Member
From: Poland
Registered: 2009-08-01
Posts: 85

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

@grey Wiki suggest to add "radeon" to modules in /etc/mkinitcpio.conf so going back to previous configuration I simply removed "radeon". @Flamelab - I will have no opportunity in a few comming days to check if it works can someone verify?

Offline

#10 2009-10-09 15:55:21

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

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

I had "nomodeset" since I compiled the kernel myself to disable KMS. I have an Nvidia card now, so I don't know if arch devs have changed something more.

Offline

#11 2009-10-09 16:24:46

Nixxx
Member
From: Poland
Registered: 2009-08-01
Posts: 85

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

By the way does anyone know when the kernel 2.6.31 will be moved to "core" ?

Offline

#12 2009-10-09 19:27:42

Garns
Member
Registered: 2008-05-28
Posts: 239

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

Nixxx wrote:

By the way does anyone know when the kernel 2.6.31 will be moved to "core" ?

soon™

Offline

#13 2009-10-09 22:38:58

grey
Member
From: Europe
Registered: 2007-08-23
Posts: 679

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

You can check the arch-dev-public mailing list for stuff like that. It's interesting reading even if you're not running [testing].


Good ideas do not need lots of lies told about them in order to gain public acceptance.

Offline

#14 2009-10-09 23:15:38

damjan
Member
Registered: 2006-05-30
Posts: 451

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

AFAIK "radeon.modeset=0" is used only when the radeon module is builtin in the kernel.
and again AFAIK the Arch kernel has it as a module (I run my own kernels).

So you probably need to setup /etc/modprobe.d/something.conf to disable KMS

Offline

#15 2009-10-12 23:30:38

Nixxx
Member
From: Poland
Registered: 2009-08-01
Posts: 85

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

Setting "nomodeset" in the kernel append line works fine. It disables the KMS and returning no errors. For those who have problem it looks like this:

kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/e267419d-eb3d-443c-8aa4-56a9980d28a6 ro vga=838 quiet nomodeset

That's a little bit shame that KMS supporting only 2D with my video card.

Offline

#16 2009-10-12 23:41:55

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

Re: [SOLVED]Unknown boot option `radeon.modeset=0'

It does support. Wait for Mesa 7.6.

Offline

Board footer

Powered by FluxBB