ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] nvidia+k-m-drm + console
@ 2013-06-27 12:46 Anton Gorlov
  2013-06-27 13:01 ` Sergey V Turchin
  0 siblings, 1 reply; 7+ messages in thread
From: Anton Gorlov @ 2013-06-27 12:46 UTC (permalink / raw)
  To: ALT Linux Community

Заметил что после  того как nvidia стало хотеть kernel-modules-drm не 
могу достучаться доконсоли. При перекючении по ctrl+alt+Fn вместо 
стандартного приглашения на консоли вижу лишь экран загрузки, до того 
момента как загрузился модуль drm.
Можно ли как-то при наличии nvidia+k-m-drm  достучаться до консоли?


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

* Re: [Comm] nvidia+k-m-drm + console
  2013-06-27 12:46 [Comm] nvidia+k-m-drm + console Anton Gorlov
@ 2013-06-27 13:01 ` Sergey V Turchin
  2013-06-27 13:24   ` Anton Gorlov
  0 siblings, 1 reply; 7+ messages in thread
From: Sergey V Turchin @ 2013-06-27 13:01 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 941 bytes --]

On Thursday 27 June 2013 16:46:21 Anton Gorlov wrote:
> Заметил что после  того как nvidia стало хотеть kernel-modules-drm не
> могу достучаться доконсоли.
Не замечал проблем на 8600 GT и GT 610.

> При перекючении по ctrl+alt+Fn вместо
> стандартного приглашения на консоли вижу лишь экран загрузки, до того
> момента как загрузился модуль drm.
Когда он грузится, ругается на несовместимость с графическим режимом в 
консоли. Видимо, не везде работает.

> Можно ли как-то при наличии nvidia+k-m-drm  достучаться до консоли?
Да. Попробуйте vga=normal.

-- 
Regards, Sergey.       ALT Linux, http://www.altlinux.ru/

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [Comm] nvidia+k-m-drm + console
  2013-06-27 13:01 ` Sergey V Turchin
@ 2013-06-27 13:24   ` Anton Gorlov
  2013-06-27 13:43     ` Sergey V Turchin
  0 siblings, 1 reply; 7+ messages in thread
From: Anton Gorlov @ 2013-06-27 13:24 UTC (permalink / raw)
  To: ALT Linux Community general discussions

27.06.2013 17:01, Sergey V Turchin пишет:
> On Thursday 27 June 2013 16:46:21 Anton Gorlov wrote:
>> Заметил что после  того как nvidia стало хотеть kernel-modules-drm не
>> могу достучаться доконсоли.
> Не замечал проблем на 8600 GT и GT 610.
01:00.0 VGA compatible controller: NVIDIA Corporation GF114 [GeForce GTX 
560] (rev a1)

> Когда он грузится, ругается на несовместимость с графическим режимом в 
> консоли. Видимо, не везде работает.
У меня кажется конфликт с прошивкой видеодевайса


grep -i drm /var/log/dmesg
[    6.633489] [drm] Initialized drm 1.1.0 20060810
[    7.064080] [drm] Memory usable by graphics device = 2048M
[    7.085960] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    7.085961] [drm] Driver supports precise vblank timestamp query.
[    7.088709] [drm] Wrong MCH_SSKPD value: 0x16040307
[    7.088711] [drm] This can cause pipe underruns and display issues.
[    7.088711] [drm] Please upgrade your BIOS to fix this.
[    7.156743] [drm] GMBUS [i915 gmbus vga] timed out, falling back to 
bit banging on pin 2
[    7.172766] [drm] Cannot find any crtc or sizes - going 1024x768
[    7.177927] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    7.177937] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on 
minor 0
[    8.903905] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off


>
>> Можно ли как-то при наличии nvidia+k-m-drm  достучаться до консоли?
> Да. Попробуйте vga=normal.
>
итак стоит оно
сat /proc/cmdline
BOOT_IMAGE=/vmlinuz root=UUID=8f68a838-9702-41d4-b20a-db7e3efc4a5e ro 
failsafe vga=normal elevator=noop panic=30 init=/bin/systemd 
intel_iommu=off selinux=0


ещё у меня
set gfxpayload=text в грубе.



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

* Re: [Comm] nvidia+k-m-drm + console
  2013-06-27 13:24   ` Anton Gorlov
@ 2013-06-27 13:43     ` Sergey V Turchin
    0 siblings, 1 reply; 7+ messages in thread
From: Sergey V Turchin @ 2013-06-27 13:43 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

On Thursday 27 June 2013 17:24:46 Anton Gorlov wrote:

[...]
> У меня кажется конфликт с прошивкой видеодевайса
У вас проблема с видеодрайвером Intel.
Или проблема только после того, как позапускали что-то через optirun?

[...]

-- 
Regards, Sergey.       ALT Linux, http://www.altlinux.ru/

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [Comm] nvidia+k-m-drm + console
  @ 2013-06-27 14:26         ` Sergey V Turchin
  2013-06-27 19:57           ` Anton Gorlov
  0 siblings, 1 reply; 7+ messages in thread
From: Sergey V Turchin @ 2013-06-27 14:26 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

On Thursday 27 June 2013 18:07:58 Anton Gorlov wrote:

[...]
> intel есть но оно никуда не подключено
Заблокируйте загрузку этого ядерного модуля хотя бы тогда.

[...]

-- 
Regards, Sergey.       ALT Linux, http://www.altlinux.ru/

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [Comm] nvidia+k-m-drm + console
  2013-06-27 14:26         ` Sergey V Turchin
@ 2013-06-27 19:57           ` Anton Gorlov
  2013-07-01 13:04             ` Sergey V Turchin
  0 siblings, 1 reply; 7+ messages in thread
From: Anton Gorlov @ 2013-06-27 19:57 UTC (permalink / raw)
  To: ALT Linux Community general discussions

27.06.2013 18:26, Sergey V Turchin пишет:
> On Thursday 27 June 2013 18:07:58 Anton Gorlov wrote:
>
> [...]
>> intel есть но оно никуда не подключено
> Заблокируйте загрузку этого ядерного модуля хотя бы тогда.
>
>
О...помогло.
blacklist i915

Не думал что  оно может мешать, хоть и  не используется x-сервером как 
казалось


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

* Re: [Comm] nvidia+k-m-drm + console
  2013-06-27 19:57           ` Anton Gorlov
@ 2013-07-01 13:04             ` Sergey V Turchin
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey V Turchin @ 2013-07-01 13:04 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 737 bytes --]

On Thursday 27 June 2013 23:57:36 Anton Gorlov wrote:
> 27.06.2013 18:26, Sergey V Turchin пишет:
> > On Thursday 27 June 2013 18:07:58 Anton Gorlov wrote:
> > 
> > [...]
> > 
> >> intel есть но оно никуда не подключено
> > 
> > Заблокируйте загрузку этого ядерного модуля хотя бы тогда.
> 
> О...помогло.
> blacklist i915
> 
> Не думал что  оно может мешать, хоть и  не используется x-сервером как
> казалось
Об этой ситуации, видимо, и ругается kernel-modules-nvidia при загрузке.

-- 
Regards, Sergey.       ALT Linux, http://www.altlinux.ru/

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

end of thread, other threads:[~2013-07-01 13:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-27 12:46 [Comm] nvidia+k-m-drm + console Anton Gorlov
2013-06-27 13:01 ` Sergey V Turchin
2013-06-27 13:24   ` Anton Gorlov
2013-06-27 13:43     ` Sergey V Turchin
2013-06-27 14:26         ` Sergey V Turchin
2013-06-27 19:57           ` Anton Gorlov
2013-07-01 13:04             ` Sergey V Turchin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git