Results 1 to 10 of 10

Thread: 3.13-rc5 is here...

  1. #1
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

  2. #2
    Join Date
    Sep 2008
    Beans
    796

    Re: 3.13-rc5 is here...

    You beat me to it this week.

    Just compiled it.

  3. #3
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: 3.13-rc5 is here...

    Quote Originally Posted by paul_in_london View Post
    You beat me to it this week.
    Did not even try to „beat“ anyone... Just was up a bit later than usual and opened mainline page by mistake.

  4. #4
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    w00t!

    Got the nVidia legacy driver(s) working in 3.13-rc5

    Code:
    ~ VinDSL Unity Debug Script 13.07.08 (vindsl.com) ~
    Current Date/Time: Sat Dec 28 20:50:17 UTC 2013
    Distro Release: Ubuntu Trusty Tahr (development branch)
    Kernel Release: Linux 3.13.0-031300rc5-generic
    Gnome Release: GNOME Shell 3.8.4
    Unity Release: unity 7.1.2
    
    OpenGL vendor string:   NVIDIA Corporation
    OpenGL renderer string: GeForce 7600 GT/AGP/SSE2
    OpenGL version string:  2.1.2 NVIDIA 304.117
    
    Not software rendered:    yes
    Not blacklisted:          yes
    GLX fbconfig:             yes
    GLX texture from pixmap:  yes
    GL npot or rect textures: yes
    GL vertex program:        yes
    GL fragment program:      yes
    GL vertex buffer object:  yes
    GL framebuffer object:    yes
    GL version is 1.4+:       yes
    
    Unity 3D supported:       yes
    
    Package: mesa-utils
    Status: install ok installed
    Priority: optional
    Section: x11
    Installed-Size: 115
    Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
    Architecture: i386
    Source: mesa-demos
    Version: 8.1.0-2
    Replaces: xbase-clients (<< 6.8.2-38)
    Depends: libc6 (>= 2.4), libgl1-mesa-glx | libgl1, libx11-6
    Description: Miscellaneous Mesa GL utilities
     This package provides several basic GL utilities built by Mesa, including
     glxinfo and glxgears.
    Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    Homepage: http://mesa3d.org/
    
    Package: mesa-common-dev
      Version: 9.2.2-1ubuntu1
    
    Package: xserver-xorg-core
      Installed: 2:1.14.3-3ubuntu4
    
    Package: xserver-common
      Installed: 2:1.14.3-3ubuntu4
    
    Package: xserver-xephyr
      Installed: 2:1.14.3-3ubuntu4
    
    Tree Map of PCI Devices:
    -[0000:00]-+-00.0  Intel Corporation 82875P/E7210 Memory Controller Hub
               +-01.0-[01]----00.0  NVIDIA Corporation G73 [GeForce 7600 GT]
               +-03.0-[02]----01.0  Intel Corporation 82547EI Gigabit Ethernet Controller
               +-06.0  Intel Corporation 82875P/E7210 Processor to I/O Memory Interface
               +-1d.0  Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1
               +-1d.1  Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2
               +-1d.2  Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3
               +-1d.3  Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4
               +-1d.7  Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller
               +-1e.0-[03]----0c.0  Lite-On Communications Inc LNE100TX
               +-1f.0  Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge
               +-1f.2  Intel Corporation 82801EB (ICH5) SATA Controller
               +-1f.3  Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller
               \-1f.5  Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller
    
    Display Properties:
     lcd monitor:    Dell UltraSharp 1907FP (analog input)
      dimensions:    1280x1024 pixels (382x302 millimeters)
      resolution:    85x86 dots per inch

    All I did was...

    Code:
    vindsl@Zuul:~$ gksudo gedit /usr/src/nvidia-304-304.117/nv-acpi.c


    To find the location of your 'nv-acpi.c' file, try...

    Code:
    $ whereis nv-acpi.c


    Comment-out this section...

    Code:
    /*   if (pNvAcpiObject->notify_handler_installed)
    *    {
    *        NV_ACPI_OS_WAIT_EVENTS_COMPLETE();
    *
    *        // remove event notifier
    *        status = acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, nv_acpi_event);
    *    }
    */

    Save.

    Install 3.13-rc5.

    Reboot.

    Simple pimple!
    Last edited by VinDSL; December 29th, 2013 at 03:18 AM. Reason: Addendum
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  5. #5
    Join Date
    Jan 2007
    Location
    Connecticut
    Beans
    1,650
    Distro
    Ubuntu Development Release

    Re: 3.13-rc5 is here...

    omg VinDSL....IT WORKED!! thanks so much for posting instructions! i had tried a similar edit a few times before without success, now i know why...

    i was omitting the / at the beginning of the edit and at the end.

    incredibly simple and now working great! thanks again! now i'm off to try and compile it myself, but in the mean time:

    Code:
    Current Date/Time: Sat Dec 28 16:58:46 EST 2013
    Distro Release: Ubuntu Trusty Tahr (development branch)
    Kernel Release: Linux 3.13.0-031300rc5-generic
    Gnome Release: GNOME Shell 3.8.4
    Unity Release: unity 7.1.2
    
    OpenGL vendor string:   NVIDIA Corporation
    OpenGL renderer string: GeForce GTX 480/PCIe/SSE2
    OpenGL version string:  4.4.0 NVIDIA 331.20




  6. #6
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: 3.13-rc5 is here...

    My pleasure, bro!

    The 'fix' alluded me for weeks -- it was too simple, I guess. LoL!

    Since we're hacking the nVidia driver, it should stick on future kernel updates.

    The fix will need to reapplied when the nVidia driver is updated, not the kernel.

    That's my best guess...
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  7. #7
    Join Date
    Jan 2007
    Location
    Connecticut
    Beans
    1,650
    Distro
    Ubuntu Development Release

    Re: 3.13-rc5 is here...

    haha...you made my day VinDSL!!

    Code:
    Current Date/Time: Sat Dec 28 17:42:39 EST 2013
    Distro Release: Ubuntu Trusty Tahr (development branch)
    Kernel Release: Linux 3.13.0-rc5-foomans-custom-kernel
    Gnome Release: GNOME Shell 3.8.4
    Unity Release: unity 7.1.2
    
    OpenGL vendor string:   NVIDIA Corporation
    OpenGL renderer string: GeForce GTX 480/PCIe/SSE2
    OpenGL version string:  4.4.0 NVIDIA 331.20




  8. #8
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: 3.13-rc5 is here...

    LoL!
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  9. #9
    Join Date
    Oct 2009
    Beans
    560
    Distro
    Ubuntu Development Release

    Re: 3.13-rc5 is here...

    Thanks VinDSL,
    worked excellent.
    Now TV is working again.

  10. #10
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: 3.13-rc5 is here...

    Welcome! Thanks, for the confirmation.

    This hack should keep us going, until someone patches the official nVidia release(s).
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

Tags for this Thread

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
  •