linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: some kernel issues
       [not found] <20090503.132958.227862405.wl@gnu.org>
@ 2009-05-04 16:26 ` Werner LEMBERG
  2009-05-05 10:11   ` Werner LEMBERG
  2009-05-05 10:44   ` Dave Airlie
  0 siblings, 2 replies; 7+ messages in thread
From: Werner LEMBERG @ 2009-05-04 16:26 UTC (permalink / raw)
  To: linux-kernel


[kernel 2.6.30-rc4-14-vanilla from openSuSE factory on top of
openSuSE 11.1]


With my 945GM intel graphics card, I don't get TTYs which I could
switch to with Ctrl-Alt-Shift-F1, for example, after X has started.
Only F7 to switch back to graphics mode works fine.  In particular, I
don't see any boot messages at start-up.  This has worked fine with a
previous kernel like 2.6.27.21.

Are there new boot parameters to add or is this a bug?  It seems that
`vga=0x31a' fails (which openSuSE's yast installer provides) since
without it I can see boot messages.

BTW, for `vga=0x31a' I get

  Console: colour dummy device 80x25

in the log file, while without this parameter I get

  Console: colour VGA+ 80x25


    Werner

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: some kernel issues
  2009-05-04 16:26 ` some kernel issues Werner LEMBERG
@ 2009-05-05 10:11   ` Werner LEMBERG
  2009-05-05 10:44   ` Dave Airlie
  1 sibling, 0 replies; 7+ messages in thread
From: Werner LEMBERG @ 2009-05-05 10:11 UTC (permalink / raw)
  To: linux-kernel; +Cc: opensuse-kernel


> [kernel 2.6.30-rc4-14-vanilla from openSuSE factory on top of
> openSuSE 11.1]
> 
> 
> With my 945GM intel graphics card, I don't get TTYs which I could
> switch to with Ctrl-Alt-Shift-F1, for example, after X has started.
> Only F7 to switch back to graphics mode works fine.  In particular,
> I don't see any boot messages at start-up.  This has worked fine
> with a previous kernel like 2.6.27.21.

I've filed a bug report.

  http://bugzilla.kernel.org/show_bug.cgi?id=13249


     Werner

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: some kernel issues
  2009-05-04 16:26 ` some kernel issues Werner LEMBERG
  2009-05-05 10:11   ` Werner LEMBERG
@ 2009-05-05 10:44   ` Dave Airlie
  2009-05-05 11:02     ` Werner LEMBERG
  2009-05-05 11:08     ` Werner LEMBERG
  1 sibling, 2 replies; 7+ messages in thread
From: Dave Airlie @ 2009-05-05 10:44 UTC (permalink / raw)
  To: Werner LEMBERG; +Cc: linux-kernel

On Tue, May 5, 2009 at 2:26 AM, Werner LEMBERG <wl@gnu.org> wrote:
>
> [kernel 2.6.30-rc4-14-vanilla from openSuSE factory on top of
> openSuSE 11.1]
>
>
> With my 945GM intel graphics card, I don't get TTYs which I could
> switch to with Ctrl-Alt-Shift-F1, for example, after X has started.
> Only F7 to switch back to graphics mode works fine.  In particular, I
> don't see any boot messages at start-up.  This has worked fine with a
> previous kernel like 2.6.27.21.
>
> Are there new boot parameters to add or is this a bug?  It seems that
> `vga=0x31a' fails (which openSuSE's yast installer provides) since
> without it I can see boot messages.
>
> BTW, for `vga=0x31a' I get
>
>  Console: colour dummy device 80x25
>
> in the log file, while without this parameter I get
>
>  Console: colour VGA+ 80x25

Make sure you haven't enabled kernel mode setting.

CONFIG_DRM_I915_KMS

Dave.

>
>
>    Werner
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: some kernel issues
  2009-05-05 10:44   ` Dave Airlie
@ 2009-05-05 11:02     ` Werner LEMBERG
  2009-05-05 11:15       ` Dave Airlie
  2009-05-05 11:08     ` Werner LEMBERG
  1 sibling, 1 reply; 7+ messages in thread
From: Werner LEMBERG @ 2009-05-05 11:02 UTC (permalink / raw)
  To: airlied; +Cc: linux-kernel

From: Dave Airlie <airlied@gmail.com>
Subject: Re: some kernel issues
Date: Tue, 5 May 2009 20:44:18 +1000

>> With my 945GM intel graphics card, I don't get TTYs which I could
>> switch to with Ctrl-Alt-Shift-F1, for example, after X has started.
>> Only F7 to switch back to graphics mode works fine.  In particular,
>> I don't see any boot messages at start-up.  This has worked fine
>> with a previous kernel like 2.6.27.21.
> 
> Make sure you haven't enabled kernel mode setting.
> 
> CONFIG_DRM_I915_KMS

Uuuuh, completely undocumented.  Thanks!  Will check soon.


    Werner

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: some kernel issues
  2009-05-05 10:44   ` Dave Airlie
  2009-05-05 11:02     ` Werner LEMBERG
@ 2009-05-05 11:08     ` Werner LEMBERG
  1 sibling, 0 replies; 7+ messages in thread
From: Werner LEMBERG @ 2009-05-05 11:08 UTC (permalink / raw)
  To: airlied; +Cc: linux-kernel, opensuse-kernel

>> With my 945GM intel graphics card, I don't get TTYs which I could
>> switch to with Ctrl-Alt-Shift-F1, for example, after X has started.
>> Only F7 to switch back to graphics mode works fine.  In particular,
>> I don't see any boot messages at start-up.  This has worked fine
>> with a previous kernel like 2.6.27.21.
> 
> Make sure you haven't enabled kernel mode setting.
> 
> CONFIG_DRM_I915_KMS

It's not set.  BTW, CONFIG_DRM_I915 is set to `m'.


    Werner

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: some kernel issues
  2009-05-05 11:02     ` Werner LEMBERG
@ 2009-05-05 11:15       ` Dave Airlie
  2009-05-05 11:29         ` Werner LEMBERG
  0 siblings, 1 reply; 7+ messages in thread
From: Dave Airlie @ 2009-05-05 11:15 UTC (permalink / raw)
  To: Werner LEMBERG; +Cc: linux-kernel

On Tue, May 5, 2009 at 9:02 PM, Werner LEMBERG <wl@gnu.org> wrote:
> From: Dave Airlie <airlied@gmail.com>
> Subject: Re: some kernel issues
> Date: Tue, 5 May 2009 20:44:18 +1000
>
>>> With my 945GM intel graphics card, I don't get TTYs which I could
>>> switch to with Ctrl-Alt-Shift-F1, for example, after X has started.
>>> Only F7 to switch back to graphics mode works fine.  In particular,
>>> I don't see any boot messages at start-up.  This has worked fine
>>> with a previous kernel like 2.6.27.21.
>>
>> Make sure you haven't enabled kernel mode setting.
>>
>> CONFIG_DRM_I915_KMS
>
> Uuuuh, completely undocumented.  Thanks!  Will check soon.
>

Huh?

 Choose this option if you want kernel modesetting enabled by default,
 and you have a new enough userspace to support this. Running old
 userspaces with this enabled will cause pain.  Note that this causes
 the driver to bind to PCI devices, which precludes loading things
 like intelfb.

But as you don't have it, it doesn't seem like that is the issue

Dave.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: some kernel issues
  2009-05-05 11:15       ` Dave Airlie
@ 2009-05-05 11:29         ` Werner LEMBERG
  0 siblings, 0 replies; 7+ messages in thread
From: Werner LEMBERG @ 2009-05-05 11:29 UTC (permalink / raw)
  To: airlied; +Cc: linux-kernel

>>> CONFIG_DRM_I915_KMS
>>
>> Uuuuh, completely undocumented.  Thanks!  Will check soon.
>>
> 
> Huh?
> 
>  Choose this option if you want kernel modesetting enabled by
>  default, and you have a new enough userspace to support this.
>  Running old userspaces with this enabled will cause pain.  Note
>  that this causes the driver to bind to PCI devices, which precludes
>  loading things like intelfb.

Mea culpa, sorry.  I did a grep for `CONFIG_DRM_I915_KMS'.  Now I know
that I have to omit the `CONFIG_' part.


    Werner

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-05-05 11:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20090503.132958.227862405.wl@gnu.org>
2009-05-04 16:26 ` some kernel issues Werner LEMBERG
2009-05-05 10:11   ` Werner LEMBERG
2009-05-05 10:44   ` Dave Airlie
2009-05-05 11:02     ` Werner LEMBERG
2009-05-05 11:15       ` Dave Airlie
2009-05-05 11:29         ` Werner LEMBERG
2009-05-05 11:08     ` Werner LEMBERG

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).