우분투 9.10 최대절전모드에서 복구후 3d 작동 안하는 현상

이번에는 9.10에 도전…

샘프론 2800. 1G. Geforce 6600…

드라이버는 우분투에서 권장하는 185버전을 설치했습니다.
문제는 최대절전모드에서 복구후 nvidia 드라이버가 제대로 작동을 안 합니다. 컴피즈도 당연히 안됩니다.
glxgears 화면에 아무것도 안나오고 결과값은 18 정도 됩니다.

xorg.conf에
Option "NvAGP" "1"

추가하고

blacklist intel_agp

도 설정했습니다.

리눅스 쓰면서 계속 만나는 최대절전모드 문제…정말 어쩔수가 없군요. 제 하드웨어가 오래된거라 그런건가요.

참고로 acpi-support 값입니다.

Comment the next line to disable ACPI suspend to RAM

ACPI_SLEEP=true

Comment the next line to disable suspend to disk

ACPI_HIBERNATE=true

Change the following to "standby" to use ACPI S1 sleep, rather than S3.

This will save less power, but may work on more machines

ACPI_SLEEP_MODE=mem

Add modules to this list to have them removed before suspend and reloaded

on resume. An example would be MODULES="em8300 yenta_socket"

Note that network cards and USB controllers will automatically be unloaded

unless they’re listed in MODULES_WHITELIST

MODULES=""

Add modules to this list to leave them in the kernel over suspend/resume

MODULES_WHITELIST="nvidia"

Should we save and restore state using the VESA BIOS Extensions?

SAVE_VBE_STATE=true

The file that we use to save the vbestate

VBESTATE=/var/lib/acpi-support/vbestate

Should we attempt to warm-boot the video hardware on resume?

POST_VIDEO=true

Save and restore video state?

SAVE_VIDEO_PCI_STATE=true

Should we switch the screen off with DPMS on suspend?

USE_DPMS=true

Use Radeontool to switch the screen off? Seems to be needed on some machines

RADEON_LIGHT=true

Uncomment the next line to switch away from X and back again after resume.

This is needed for some hardware, but should be unnecessary on most.

DOUBLE_CONSOLE_SWITCH=true

Set the following to "platform" if you want to use ACPI to shut down

your machine on hibernation

HIBERNATE_MODE=platform

Comment this out to disable screen locking on resume

LOCK_SCREEN=true

Uncomment this line to have DMA disabled before suspend and reenabled

afterwards

DISABLE_DMA=true

Uncomment this line to attempt to reset the drive on resume. This seems

to be needed for some Sonys

RESET_DRIVE=true

Add services to this list to stop them before suspend and restart them in

the resume process.

STOP_SERVICES=""

Restart Infra Red services on resume - off by default as it crashes some

machines

RESTART_IRDA=false

Switch to laptop-mode on battery power - off by default as it causes odd

hangs on some machines. (Note: This is reported to cause breakage in

Debian - see deb bug #425800. Leaving enabled for Ubuntu for now

since presumably it’s still valid here.)

ENABLE_LAPTOP_MODE=false

Add to this list network interfaces that you don’t want to be stopped

during suspend (in fact any network interface whose name starts with

a prefix given in this list is skipped)

SKIP_INTERFACES="dummy qemu"

Note: to enable "laptop mode" (to spin down your hard drive for longer

periods of time), install the laptop-mode-tools package and configure

it in /etc/laptop-mode/laptop-mode.conf.