ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Alex Yustasov <snmon@server.by>
To: devel-kernel@altlinux.ru, ALT Linux Sisyphus List <sisyphus@altlinux.ru>
Subject: [sisyphus] Re: [d-kernel] I: new -wks26 kernel
Date: Mon, 3 Jan 2005 16:59:18 +0200
Message-ID: <20050103145918.GA2151@server.by> (raw)
In-Reply-To: <20050103102023.GB8702@lks.home>

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

On Mon, Jan 03, 2005 at 01:20:23PM +0300, Konstantin A. Lepikhov wrote:
> Hi!
> 
> Поздравляю всех с наступившими и наступающими празниками и прошу прощения
> за задержку с выкладыванием новых ядер серии -wks* и -ll*
И Вас с празником.
> 
> Итак, на http://lakostis.elektrostal.ru/RPMS/RPMS.kernel будут потихоньку
> выкладываться новые сборки (сейчас у меня готова -wks26-up, на подходе
> -wks-up). Что там есть нового:
> - для wks26 используется обновленный -feat-lowlantency (из -ck1 и -ckdev).
Вау.
>   Скорость и реакция дейтсвительно впечатляют =)
> - теперь в patch_list входит swsusp24/26, для 2.6 я проверил, все засыпает
>   и восстанавливается (причем так быстро и безглючно, что даже не
>   верится). Для правильного использования swsusp2 нужно использовать некий
>   финт при создании initrd - для него необходим подмотированный sysfs (я

Это bug #5387

Еще может быть добавить патч, исправляющий некрасивость в progress bar 
при resume?


[-- Attachment #2: 914-swsusp-console-update-hack.diff --]
[-- Type: text/plain, Size: 589 bytes --]

--- linux-2.6.10/kernel/power/suspend_text.c.orig	2005-01-03 10:17:19.000000000 +0800
+++ linux-2.6.10/kernel/power/suspend_text.c	2005-01-03 10:17:23.000000000 +0800
@@ -430,8 +430,15 @@
 
 static void text_redraw(void)
 {
+	unsigned char posn[2];
 	sys_ioctl(suspend_console_fd, TIOCL_BLANKSCREEN, (long)&termios);
 	sys_ioctl(suspend_console_fd, TIOCL_UNBLANKSCREEN, (long)&termios);
+
+	posn[0] = (unsigned char) (0);
+	posn[1] = (unsigned char) (video_num_lines);
+	move_cursor_to(posn);
+	cond_console_print("\n");
+	clear_display();
 }
 
 static int text_keypress(unsigned int key)

  reply	other threads:[~2005-01-03 14:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-03 10:20 [sisyphus] " Konstantin A. Lepikhov
2005-01-03 14:59 ` Alex Yustasov [this message]
2005-01-03 21:12 ` Alexandre Prokoudine
2005-01-04  7:12   ` [sisyphus] " Konstantin A. Lepikhov
2005-01-04 15:01 ` [sisyphus] Re: [d-kernel] " Maxim Tyurin
2005-01-04 17:01   ` Alex Yustasov
2005-01-04 17:35     ` Maxim Tyurin

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=20050103145918.GA2151@server.by \
    --to=snmon@server.by \
    --cc=devel-kernel@altlinux.ru \
    --cc=sisyphus@altlinux.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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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