search for: s3_bio

Displaying 6 results from an estimated 6 matches for "s3_bio".

Did you mean: s3_bios
2007 Feb 14
1
[PATCH 0/12] Add S3 support to Xen
...ons! Or else, please read carefully linux-2.6.18/Documentation/power/video.txt, which lists some known workaround on some known types. Some supplements here: a) Xen also support "acpi_sleep=" option. You can add it to the xenlinux cmdline if applied. We just verified "acpi_sleep=s3_bios", which works on one box but failed another. "acpi_sleep=s3_mode" seems no effect on either box we have. b) On some boxes, VGA post have to be done in UP mode (For xen, it means UP-xenlinux), or else system may crash. S3_bios is a choice if applying to your box, since bios cal...
2007 May 15
1
[PATCH 0/12] Add basic S3 support to Xen
...ons! Or else, please read carefully linux-2.6.18/Documentation/power/video.txt, which lists some known workaround on some known types. Some supplements here: a) Xen also support "acpi_sleep=" option. You can add it to the xenlinux cmdline if applied. We just verified "acpi_sleep=s3_bios", which works on one box but failed another. "acpi_sleep=s3_mode" seems no effect on either box we have. b) On some boxes, VGA post have to be done in UP mode (For xen, it means UP-xenlinux), or else system may crash. S3_bios is a choice if applying to your box, since bios cal...
2019 Jul 25
0
[ANNOUNCE] xf86-video-s3 0.7.0
...ance release of S3 DDX for X.Org X Server. The DDX compiles cleanly without compilation warnings on X Server 1.19.6. Kevin Brace Brace Computer Laboratory blog https://bracecomputerlab.com -- Alan Coopersmith (7): When checking malloc for success, it helps to use == NULL, instead of = s3_bios.c: Simplify code for choosing between 16000 & 16000 for RefClock Remove unused BIOS size & address macros configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update README for gitlab migration Update configure.ac bug URL for gitlab migration Em...
2007 May 01
1
CentOS 5.0 suspend to disk (hibernate)
The RHEL 5 release notes for their desktop version claim "Improved ACPI support with features such as suspend to disk" but this isn't working with CentOS 5. I've installed all the packages and updates for CentOS 5 i386 on a ThinkPad T43 but when selecting suspend, Gnome pops up a URL to a site that didn't seem to give a solution. Gnome makes an entry in /var/log/messages
2007 Jun 27
0
[PATCH 1/10] Provide basic Xen PM infrastructure
...or BIOS call + movw $wakesym(wakeup_stack), %sp + + pushl $0 # Kill dangerous flag early + popfl + + # check magic number + movl wakesym(real_magic), %eax + cmpl $0x12345678, %eax + jne bogus_real_magic + + # for acpi_sleep=s3_bios + testl $1, wakesym(video_flags) + jz 1f + lcall $0xc000, $3 + movw %cs, %ax # In case messed by BIOS + movw %ax, %ds + movw %ax, %ss # Need this? How to ret if clobbered? + +1: + # for acpi_sleep=s3_mode + tes...
2016 Jan 27
62
[Bug 93887] New: Amilo Xi 3650: G96M [GeForce 9600M GT]: HDMI monitor stays black after s2ram
...I have tested the following kernel parameters in addition to a plain boot with nouveau.hdmimhz=225: * acpi_sleep=s3=bios: resumes well but HDMI stays without a signal * acpi_sleep=s3_mode: crash on resume with total blackscreen of LVDS as well as HDMI, a hard reset is the only way out. * acpi_sleep=s3_bios,s3_mode: same as s3_mode kernel version: 4.5.0-rc1-ARCH #2 SMP nouveau version of the Arch package: 1.0.12-1 Is there anything else I can try or do? -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubb...