Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: how to disable intel_agp in Koala

  1. #1
    Join Date
    Nov 2009
    Beans
    7

    how to disable intel_agp in Koala

    I'm going nuts. This is with Koala. Krazy Koala.

    I want to disable intel_agp so that the nvidia AGP can load - something I believe I must do to get suspend working on my Dell Inspiron 5150.

    So,

    I have tried /etc/modprobe.d/blacklist. Oh ho ho. Now it is called blacklist.conf. Ok, I tried that. No luck.

    What do you need to do to get a module to not load in *koala*?

    I've done this successfully on all prior versions of Ubunut using the above.

    Help, help, help! (and thanks in advance)

    (btw, I'd be happy to remove the intel_agp module entirely, but can't figure that out either)

  2. #2
    Join Date
    Jun 2007
    Beans
    14,788

    Re: how to disable intel_agp in Koala

    After you blacklist it:
    Code:
    sudo update-initramfs -u

  3. #3
    Join Date
    Nov 2009
    Beans
    7

    Re: how to disable intel_agp in Koala

    thank you very much! that did indeed make the blacklist work.

    unfortunately, suspend is still broken. ah well, off to try other things.

  4. #4
    Join Date
    Dec 2009
    Beans
    4

    Re: how to disable intel_agp in Koala

    Thanks for that.
    In case anyone else is having the same problem as me (Inspiron 5150 comes back from suspend with black screen), the solution was to blacklist intel_agp and add 'Option "NvAGP" "1"' to the 'Device' section of xorg.conf.
    Now to get the Fn keys working so I can suspend using the "suspend" key.

  5. #5
    Join Date
    Nov 2009
    Beans
    7

    Re: how to disable intel_agp in Koala

    thanks jeff. that's exactly where it's stuck. are you using the proprietary drivers?

    i vaguely remember doing all of this stuff on the last version. it took a fair bit of tweaking to get it working correctly on the inspiron 5150.

    on my last install i got suspend working by adding some acpi events. i'll have a look when i get home tonight and see if i can dig any details up.

  6. #6
    Join Date
    Dec 2009
    Beans
    4

    Re: how to disable intel_agp in Koala

    Yes, I'm using Nvidia's proprietary drivers. Those two steps are all I did and it works fine now. It's actually better than WinXP, which sets the fans to maximum after resuming from suspend.

    Any idea how to get the Fn+Esc suspend key to work? The Fn+PgUp and PgDn keys work for volume control, but I can't get any other ones to work. The lid closing switch thing doesn't work either.

  7. #7
    Join Date
    Nov 2009
    Beans
    7

    Re: how to disable intel_agp in Koala

    i'm pretty sure i did something like the setpci suggestion at the end of this post: http://ubuntuforums.org/showthread.php?t=216714

    i'm not at home, but will try and remember to check on my home machine.

  8. #8
    Join Date
    Nov 2009
    Beans
    7

    Re: how to disable intel_agp in Koala

    yep, the setcpi suggestion enables the button, and lidclose. the trick then is adding the command as suggested in the link.

    i'm still not working. i did have NvAGP 1 set.

    do you mind posting your config files jeff? here's mine. i'm curious what's different. i have a stock machine, aside from a different wireless card. i'm tempted to take it out and see if that's the problem.

    anyway, here are my (not working) config files. i've run initramfs as suggested above in this thread.

    /etc/X11/xorg.conf
    Code:
    Section "Screen"
        Identifier    "Default Screen"
        DefaultDepth    24
    EndSection
    
    Section "Module"
        Load    "glx"
        Disable    "dri2"
    EndSection
    
    Section "Device"
        Identifier    "Default Device"
        Driver    "nvidia"
            Option "NvAGP" "1"
    EndSection
    /etc/default/acpi-defaults
    Code:
    #
    # Configuration file for the acpi-support package
    #
    #
    # The acpi-support package is intended as "glue" to make special functions of
    # laptops work. Specifically, it translates special function keys for some
    # laptop models into actions or generic function key presses.
    #
    
    
    #
    # Suspend/hibernate method
    # ------------------------
    #
    # When gnome-power-manager or klaptopdaemon are running, acpi-support will
    # translate the suspend and hibernate keys of laptops into special "suspend"
    # and "hibernate" keys that these daemons handle.
    #
    # Only in situations where there is no gnome-power-manager or klaptopdaemon
    # running, acpi-support needs to perform suspend/hibernate in some other way.
    # There are several options for this. The options are:
    #
    # dbus-pm:
    #    Perform suspend and hibernate actions via a DBUS request to the power
    #    management daemon. This works for power management daemons that we don't
    #    know of. (For gnome-power-manager and klaptopdaemon this will do nothing,
    #    since those will be detected when they are running, and triggered using
    #    a virtual keypress.)
    #
    # dbus-hal:
    #    Perform suspend and hibernate actions via a DBUS request directly to HAL,
    #    bypassing any running power management daemons.
    #
    # pm-utils:
    #    Use pm-suspend and pm-hibernate to suspend and hibernate. (The dbus method
    #    normally results in this as well, but calls through dbus. Use this option
    #    only if you don't have dbus installed.)
    #
    # hibernate:
    #    Use the hibernate package to suspend and hibernate.
    #
    # acpi-support:
    #    Use the legacy built-in suspend/hibernate support. (DEPRECATED)
    # 
    # none:
    #    Do not attempt to suspend/hibernate. Set SUSPEND_METHODS="none" to
    #    disable suspend/hibernate handling in acpi-support.
    #
    # If you specify dbus or pm-utils, the result will normally be the same as when
    # you suspend from your desktop environment. If you specify "hibernate" or
    # "acpi-support", be aware that this probably does not match what your desktop
    # environment would do (unless you have managed to configure something so that
    # the DBUS power management interfaces call the hibernate package).
    #
    #
    # Please specify a space separated list of options. The recommended value is
    # "dbus pm-utils"
    #
    SUSPEND_METHODS="dbus-pm dbus-hal pm-utils"
    
    
    
    #
    # LEGACY BUILT IN SUSPEND SUPPORT (DEPRECATED)
    # --------------------------------------------
    #
    # These options only work for the "acpi-support" suspend method. This is NOT
    # recommended, but is retained for backward compatibility reasons.
    #
    
    # 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
    #ACPI_SLEEP_MODE=standby
    
    # 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=""
    
    # Should we save and restore state using the VESA BIOS Extensions?
    SAVE_VBE_STATE=false
    
    # 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=false
    
    # Save and restore video state?
    SAVE_VIDEO_PCI_STATE=false
    
    # 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=shutdown
    
    # 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.
    /etc/modprobe.d/blacklist.conf
    Code:
    # This file lists those modules which we don't want to be loaded by
    # alias expansion, usually so some other driver will be loaded for the
    # device instead.
    
    
    #suspend fix
    blacklist intel_agp
    
    # evbug is a debug tool that should be loaded explicitly
    blacklist evbug
    
    # these drivers are very simple, the HID drivers are usually preferred
    blacklist usbmouse
    blacklist usbkbd
    
    # replaced by e100
    blacklist eepro100
    
    # replaced by tulip
    blacklist de4x5
    
    # causes no end of confusion by creating unexpected network interfaces
    blacklist eth1394
    
    # snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
    # hardware on its own (Ubuntu bug #2011, #6810)
    blacklist snd_intel8x0m
    
    # Conflicts with dvb driver (which is better for handling this device)
    blacklist snd_aw2
    
    # causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
    blacklist i2c_i801
    
    # replaced by p54pci
    blacklist prism54
    
    # replaced by b43 and ssb.
    blacklist bcm43xx
    
    # most apps now use garmin usb driver directly (Ubuntu: #114565)
    blacklist garmin_gps
    
    # replaced by asus-laptop (Ubuntu: #184721)
    blacklist asus_acpi
    
    # low-quality, just noise when being used for sound playback, causes
    # hangs at desktop session start (Ubuntu: #246969)
    blacklist snd_pcsp
    
    # ugly and loud noise, getting on everyone's nerves; this should be done by a
    # nice pulseaudio bing (Ubuntu: #77010)
    blacklist pcspkr
    
    # EDAC driver for amd76x clashes with the agp driver preventing the aperture
    # from being initialised (Ubuntu: #297750). Blacklist so that the driver
    # continues to build and is installable for the few cases where its
    # really needed.
    blacklist amd76x_edac

  9. #9
    Join Date
    Dec 2009
    Location
    US
    Beans
    131
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to disable intel_agp in Koala

    Quote Originally Posted by moonstar View Post
    I have tried /etc/modprobe.d/blacklist. Oh ho ho. Now it is called blacklist.conf. Ok, I tried that. No luck.
    Hi moonstar, thanks for this hint. Adding intel_agp to blacklist.conf appears to have fixed my poor video playback on resume issue. I have it in blacklist also, but that alone did not help. I will post my configs once I use it for a while to confirm that it's fixed.
    MythTV BE: ECS A780GM-A, X2 240, 2GB, 40GB SSD, 2TB, (2)HVR-1600, Cable + OTA, 10.04 Server 64-bit, MythTV 0.25.3
    MythTV FE: P4M900-M4, Cel 2.0GHz, 1GB, 8400GS 512MB, 4GB CF, MCE, 12.04. FE2: AR3700, 4GB, 250GB, ION, MCE, 12.04

  10. #10
    Join Date
    Dec 2009
    Beans
    4

    Re: how to disable intel_agp in Koala

    /etc/X11/xorg.conf
    Code:
    Section "Screen"
    	Identifier	"Default Screen"
    	DefaultDepth	24
    EndSection
    
    Section "Module"
    	Load	"glx"
    EndSection
    
    Section "Device"
    	Identifier	"Default Device"
    	Driver	"nvidia"
    	Option	"NoLogo"	"True"
    	Option	"NvAGP"	"1"
    EndSection
    I don't have a "/etc/default/acpi-defaults"
    Here is my /etc/default/acpi-support
    Code:
    #
    # Configuration file for the acpi-support package
    #
    #
    # The acpi-support package is intended as "glue" to make special functions of
    # laptops work. Specifically, it translates special function keys for some
    # laptop models into actions or generic function key presses.
    #
    
    
    #
    # Suspend/hibernate method
    # ------------------------
    #
    # When gnome-power-manager or klaptopdaemon are running, acpi-support will
    # translate the suspend and hibernate keys of laptops into special "suspend"
    # and "hibernate" keys that these daemons handle.
    #
    # Only in situations where there is no gnome-power-manager or klaptopdaemon
    # running, acpi-support needs to perform suspend/hibernate in some other way.
    # There are several options for this. The options are:
    #
    # dbus-pm:
    #    Perform suspend and hibernate actions via a DBUS request to the power
    #    management daemon. This works for power management daemons that we don't
    #    know of. (For gnome-power-manager and klaptopdaemon this will do nothing,
    #    since those will be detected when they are running, and triggered using
    #    a virtual keypress.)
    #
    # dbus-hal:
    #    Perform suspend and hibernate actions via a DBUS request directly to HAL,
    #    bypassing any running power management daemons.
    #
    # pm-utils:
    #    Use pm-suspend and pm-hibernate to suspend and hibernate. (The dbus method
    #    normally results in this as well, but calls through dbus. Use this option
    #    only if you don't have dbus installed.)
    #
    # hibernate:
    #    Use the hibernate package to suspend and hibernate.
    #
    # acpi-support:
    #    Use the legacy built-in suspend/hibernate support. (DEPRECATED)
    # 
    # none:
    #    Do not attempt to suspend/hibernate. Set SUSPEND_METHODS="none" to
    #    disable suspend/hibernate handling in acpi-support.
    #
    # If you specify dbus or pm-utils, the result will normally be the same as when
    # you suspend from your desktop environment. If you specify "hibernate" or
    # "acpi-support", be aware that this probably does not match what your desktop
    # environment would do (unless you have managed to configure something so that
    # the DBUS power management interfaces call the hibernate package).
    #
    #
    # Please specify a space separated list of options. The recommended value is
    # "dbus pm-utils"
    #
    SUSPEND_METHODS="dbus-pm dbus-hal pm-utils"
    
    
    
    #
    # LEGACY BUILT IN SUSPEND SUPPORT (DEPRECATED)
    # --------------------------------------------
    #
    # These options only work for the "acpi-support" suspend method. This is NOT
    # recommended, but is retained for backward compatibility reasons.
    #
    
    # 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=""
    
    # 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=shutdown
    
    # 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.
    /etc/modprobe.d/blacklist.conf
    Code:
    # This file lists those modules which we don't want to be loaded by
    # alias expansion, usually so some other driver will be loaded for the
    # device instead.
    
    # evbug is a debug tool that should be loaded explicitly
    blacklist evbug
    
    # these drivers are very simple, the HID drivers are usually preferred
    blacklist usbmouse
    blacklist usbkbd
    
    # replaced by e100
    blacklist eepro100
    
    # replaced by tulip
    blacklist de4x5
    
    # causes no end of confusion by creating unexpected network interfaces
    blacklist eth1394
    
    # snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
    # hardware on its own (Ubuntu bug #2011, #6810)
    blacklist snd_intel8x0m
    
    # Conflicts with dvb driver (which is better for handling this device)
    blacklist snd_aw2
    
    # causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
    blacklist i2c_i801
    
    # replaced by p54pci
    blacklist prism54
    
    # replaced by b43 and ssb.
    blacklist bcm43xx
    
    # most apps now use garmin usb driver directly (Ubuntu: #114565)
    blacklist garmin_gps
    
    # replaced by asus-laptop (Ubuntu: #184721)
    blacklist asus_acpi
    
    # low-quality, just noise when being used for sound playback, causes
    # hangs at desktop session start (Ubuntu: #246969)
    blacklist snd_pcsp
    
    # ugly and loud noise, getting on everyone's nerves; this should be done by a
    # nice pulseaudio bing (Ubuntu: #77010)
    blacklist pcspkr
    
    # EDAC driver for amd76x clashes with the agp driver preventing the aperture
    # from being initialised (Ubuntu: #297750). Blacklist so that the driver
    # continues to build and is installable for the few cases where its
    # really needed.
    blacklist amd76x_edac
    
    # Jeff 2009-12-10 to enable suspend
    blacklist intel_agp

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •