ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@fandra.org>
To: Linux-Mandrake Russian Edition Mailing List
	<mandrake-russian@linuxteam.iplabs.ru>
Subject: Re: [mdk-re] Framebuffer
Date: Tue Jan  9 04:58:00 2001
Message-ID: <20010109050311.I13200@LDV.fandra.org> (raw)
In-Reply-To: <512828987.20010108170421@mail.ru>; from lenyak@mail.ru on Mon, Jan 08, 2001 at 05:04:21PM +0300

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

On Mon, Jan 08, 2001 at 05:04:21PM +0300, Lenya Khachaturov wrote:
> >> 1) Как настроить framebuffer на карточке ATI Rage Pro. Документации
> >> по модулю atyfb никакой нет...
> 
> DVL> Осталось одно: посмотреть файл /usr/src/linux/drivers/video/atyfb.c из
> DVL> пакета kernel-source.
> DVL> Посмотрев, настроить framebuffer.
> DVL> Настроив, написать документацию. А я с удовольствием включу ее в
> DVL> /usr/src/linux/Documentation/fb.
> 
> Так, вот что у меня получилось:
> 
> В lilo.conf:
> vga=0x315 #(800x600x24bit)
> append="video=atyfb:enabled,mem:8,vesa:0x315"
> 
> Работает, но на 60 герц. Дело в том, что на этот append он вобще
> никак не реагирует, грузит модуль vesafb, который смену режимов через
> fbset не поддерживает. Откуда vesafb берет настройки тоже непонятно,
> но точно не из /etc/fb.modes. Т.е. когда я запускаю fbset, он сообщает
> режим 800x600-75 c левыми таймингами (не соответствующими fb.modes),
> а на самом деле герц 60 (показаниям монитора и своим глазам я верю
> больше чем fbset).
> А если оставить vga=normal и делать insmod atyfb, тогда все нормально
> и fbset работает, единственное НО - покореженный mc (псевдографика и
> меню). Так что хотелось бы все-таки грузить atyfb через append=. Как?

Стоп! Через /etc/lilo.conf передаются параметры ядру, а не модулям.
Для передачи параметров модулям служит /etc/modules.conf (или
/etc/conf.modules, если его нет). Например, так:
options atyfb 'options=mem:8;vesa:0x315'

Обратите внимание на то, что "," заменена на ";" - это важно.

А вот vesafb по своей природе не бывает модулем, и ему параметры
передаются от lilo.


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@fandra.org
Software Engineer   PGP pubkey http://www.fandra.org/users/ldv/pgpkeys.html
IPLabs Linux Team   http://linux.iplabs.ru
Fandra Project      http://www.fandra.org
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

  parent reply	other threads:[~2001-01-09  4:58 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-07 22:29 [mdk-re] Framebuffer и X вопросы Lenya Khachaturov
2001-01-08  2:43 ` [mdk-re] Framebuffer Dmitry V. Levin
2001-01-08 10:24   ` MSA
2001-01-08 17:02   ` Re[2]: " Lenya Khachaturov
2001-01-08 17:18     ` Alexander Bokovoy
2001-01-09  4:58     ` Dmitry V. Levin [this message]
2001-01-09 15:50       ` Lenya Khachaturov
2001-01-09 20:01         ` Dmitry V. Levin
2001-01-09 21:58       ` Ivan Zakharyaschev
2001-01-09 22:51         ` Re[2]: " Lenya Khachaturov
2001-01-10 11:58           ` Ivan Zakharyaschev
2001-01-10 17:46             ` Dmitry V. Levin
2001-01-11 18:05               ` Re[4]: " Lenya Khachaturov
2001-01-12  2:14                 ` Dmitry V. Levin
2001-01-12  2:34                   ` Roman S
2001-01-12  2:53                     ` Dmitry V. Levin
2001-01-12  3:13                       ` Roman S
2001-01-12  3:41                         ` Dmitry V. Levin
2001-01-10 17:44         ` Dmitry V. Levin
2001-01-10  9:50 ` [mdk-re] Framebuffer и X вопросы Maxim Savrilov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010109050311.I13200@LDV.fandra.org \
    --to=ldv@fandra.org \
    --cc=mandrake-russian@linuxteam.iplabs.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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