On Jan 17, 2008 6:56 PM, Mitch Gore <<a href="mailto:mitchell.gore@gmail.com">mitchell.gore@gmail.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Jan 17, 2008 10:15 AM, Mitch Gore <<a href="mailto:mitchell.gore@gmail.com" target="_blank">mitchell.gore@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div>On Jan 17, 2008 7:07 AM, Ma Begaj <<a href="mailto:derliebegott@gmail.com" target="_blank">derliebegott@gmail.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2008/1/17, Mitch Gore <<a href="mailto:mitchell.gore@gmail.com" target="_blank">mitchell.gore@gmail.com</a>>:<br><div><div></div><div>> This is a continuation of the thread<br>> ASUS M2NPV-VM or GIGABYTE GA-M68SM-S2
<br>> <a href="http://www.gossamer-threads.com/lists/mythtv/users/309798" target="_blank">http://www.gossamer-threads.com/lists/mythtv/users/309798</a><br>> I am renaming it to keep the subject in sync with the topic
<br>><br>> ##############################################################<br>><br>> Ok, So here is where I stand now.<br>><br>> The goals:<br>><br>> Get suspend to work on my BE/FE box<br>> have power via remote.
<br>> Have power via remote frontend work.<br>><br>> Box is a Asus M2NPV-VM<br>> AMD X2 5200<br>> 1 Gig of RAM<br>> PVR 150<br>> 2 Sata drives<br>> HDHomeRun<br>> MCE USB remote /w lirc<br>>
<br>
> Where i stand now:<br>><br>> To put box in suspend I must unload IVTV then reload after after resume.<br>> 'rmmod ivtv' 'modprobe ivtv'<br>> To get power via remote I moved jumpers on Motherboard. and 'echo USB0 >
<br>> /proc/acpi/wakeup'<br>> To suspend I do a 'echo mem > /sys/power/state<br>> To wake push power button or remotes power button.<br>><br>> What I need to fix:<br>> X does not reload on resume. I am running the latest nVidia
169.07 drivers<br>> using the onboard 6150 graphics.<br>><br>> Beyond that the box works perfectly. Once i resume i can ssh to the box and<br>> see mythbackend is running and I can hit it with Mythweb. Also my
<br>> recordings will work just find. I just don't get a GUI.<br>><br>> So anyone out there have this issue and find a resolution?<br>><br><br></div></div>Try using "s2ram" instead of "echo mem >/sys/power/state". s2ram has
<br>some built in support for saving gui before suspend.<br><br>But on the other side ... it should work without s2ram as it works for<br>me and paul and a few others. Maybe you are missing a module in<br>xorg.conf. Can you post the modules section from the xorg config file.
<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br><br></div></div>Sure..<br><br>[myth@mythtv ~]$ cat /etc/X11/xorg.conf<br><br># nvidia-settings: X configuration file generated by nvidia-settings
<br>
# nvidia-settings: version 1.0 (buildmeister@builder26) Wed Jun 13 16:54:50 PDT 2007<br># Xorg configuration created by pyxf86config<br><br>Section "ServerLayout"<br> Identifier "Default Layout"
<br> Screen 0 "Screen0" 1920 0<br> Screen 1 "Screen1" LeftOf "Screen0"<br> InputDevice "Keyboard0" "CoreKeyboard"<br>EndSection<br><br>
Section "Files"<br><br># FontPath "unix/:7100"<br> ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"<br> ModulePath "/usr/lib64/xorg/modules/extensions"
<br> ModulePath "/usr/lib64/xorg/modules"<br>EndSection<br><br>Section "Module"<br> Load "dbe"<br> Load "extmod"<br> Load "fbdevhw"<br> Load "glx"
<br> Load "record"<br> Load "freetype"<br> Load "type1"<br> Load "v4l"<br>EndSection<br><br>Section "ServerFlags"<br> Option "Xinerama" "0"
<br> Option "AIGLX" "on"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Keyboard0"<br> Driver "kbd"<br> Option "XkbModel" "pc105"
<br> Option "XkbLayout" "us+inet"<br> Option "swcursor"<br>EndSection<br><br>Section "Monitor"<br> Identifier "Monitor0"<br> VendorName "Unknown"
<br> ModelName "Envision EN5400"<br> HorizSync 30.0 - 63.0<br> VertRefresh 50.0 - 76.0<br>EndSection<br><br>Section "Monitor"<br> Identifier "Monitor1"<br>
VendorName "Unknown"<br> ModelName "OPTi Optoma HD80"<br> HorizSync 15.0 - 120.0<br> VertRefresh 15.0 - 99.0<br>EndSection<br><br>Section "Device"<br> Identifier "Videocard0"
<br> Driver "nvidia"<br> VendorName "NVIDIA Corporation"<br> BoardName "Quadro NVS 210S / NVIDIA GeForce 6150LE"<br> Option "HWCursor" "off"
<br> Option "AIGLX" "on"<br> Option "NoLogo" "true"<br> Option "NvAGP" "1"<br> BusID "PCI:0:5:0"<br>EndSection
<br><br>Section "Device"<br> Identifier "Videocard1"<br> Driver "nvidia"<br> VendorName "NVIDIA Corporation"<br> BoardName "Quadro NVS 210S / NVIDIA GeForce 6150LE"
<br> Option "NoLogo" "true"<br> Option "AIGLX" "on"<br> BusID "PCI:0:5:0"<br> Screen 1<br>EndSection<br><br>Section "Screen"
<br> Identifier "Screen0"<br> Device "Videocard0"<br> Monitor "Monitor0"<br> DefaultDepth 24<br> Option "TwinView" "0"<br>
Option "metamodes" "CRT: nvidia-auto-select +0+0"<br> SubSection "Display"<br> Depth 24<br> Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
<br> EndSubSection<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen1"<br> Device "Videocard1"<br> Monitor "Monitor1"<br> DefaultDepth 24
<br> Option "TwinView" "0"<br> Option "metamodes" "DFP: nvidia-auto-select +0+0"<br> Option "AddARGBGLXVisuals" "True"<br>EndSection
<br><br>Section "Extensions"<br> Option "Composite" "Enable"<br>EndSection<br><br><br>With s2ram...I cant find a package named that. There is tuxonice which when I used that it was actually worse.
<br>Do i need to use any quirks.. using the command pm-suspend does the same bahavior as echo mem > /sys/power/state but I also see options...<br><br>[myth@mythtv ~]$ pm-suspend --help<br>pm-action [options]<br><br>Options can change how the supend or hibernate is done.
<br><br>Possible actions are:<br><br> --quirk-dpms-on<br> --quirk-dpms-suspend<br> --quirk-radeon-off<br> --quirk-reset-brightness<br> --quirk-s3-bios<br> --quirk-s3-mode<br> --quirk-vbe-post<br> --quirk-vbemode-restore
<br> --quirk-vbestate-restore<br> --quirk-vga-mode3<br><br>[myth@mythtv ~]$<br><br>Thanks,<br>Mitchell<br>
</blockquote></div><br><br><br></div></div>I have also tried adding the s3 bios option on the grub line. I have read this helps for others. here is what the grub.conf file looks like.<br>timeout=5<br>splashimage=(hd0,0)/boot/grub/splash.xpm.gz
<br>hiddenmenu<br>title Fedora (2.6.23.9-85.fc8)<br> root (hd0,0)<br> kernel /boot/vmlinuz-2.6.23.9-85.fc8 ro root=LABEL=/1 rhgb quiet acpi_sleep=s3_bios,s3_mode agp=off<br> initrd /boot/initrd-2.6.23.9-85.fc8.img
<br><br><br>Mitchell<br><br>
</blockquote></div><br><br>Also what BIOS are you running if S3 is working for you.<br>