From: Alex Yustasov <snmon@server.by> To: devel-kernel@altlinux.ru, ALT Linux Sisyphus List <sisyphus@altlinux.ru> Subject: 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)
next prev parent reply other threads:[~2005-01-03 14:59 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-01-03 10:20 Konstantin A. Lepikhov 2005-01-03 14:59 ` Alex Yustasov [this message] 2005-01-03 18:22 ` [d-kernel] " Konstantin A. Lepikhov 2005-01-04 9:09 ` Alex Yustasov 2005-01-04 17:41 ` Konstantin A. Lepikhov 2005-01-05 12:38 ` Alex Yustasov 2005-01-04 15:01 ` [d-kernel] " Maxim Tyurin 2005-01-04 17:01 ` Alex Yustasov 2005-01-04 17:35 ` Maxim Tyurin 2005-01-04 17:20 ` [d-kernel] " Konstantin A. Lepikhov 2005-01-04 18:18 ` 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 kernel packages development This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/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 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \ devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com public-inbox-index devel-kernel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git