Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Kernel 3.12-rc1 is here

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

    Re: Kernel 3.12-rc1 is here

    Quote Originally Posted by paul_in_london View Post
    While we're waiting for the nvidia driver to be patched to work with 3.12-rcN I thought I'd try switching to nouveau because I haven't used it before.[...]

    Seems to be working nicely.
    Good to hear!

    The trick, if you will, is to keep the llvmpipe driver from loading. llvm is hideously slow and choppy on this rig.

    That aside, Nouveau works great, albeit a little warmer. GPU runs +10C on this machine, Nouveau vs. nVidia.
    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

  2. #12
    Join Date
    Sep 2008
    Beans
    796

    Re: Kernel 3.12-rc1 is here

    Quote Originally Posted by VinDSL View Post
    Good to hear!

    The trick, if you will, is to keep the llvmpipe driver from loading. llvm is hideously slow and choppy on this rig.

    That aside, Nouveau works great, albeit a little warmer. GPU runs +10C on this machine, Nouveau vs. nVidia.
    Hi Vin,

    I'm not familiar with llvmpipe. That module doesn't seem to be loaded on my box. Something to do with Unity? Too late for me to look into it right now, but I'm just using a text login to fluxbox. Have various other modules blacklisted. Can't get much leaner without compiling my own kernel. Lol.

    Full lsmod output:

    Code:
    Module                  Size  Used by
    ipt_REJECT             12576  1 
    xt_LOG                 17832  5 
    xt_limit               12711  7 
    xt_tcpudp              12924  21 
    xt_addrtype            12713  4 
    nf_conntrack_ipv4      15063  7 
    nf_defrag_ipv4         12729  1 nf_conntrack_ipv4
    xt_conntrack           12760  7 
    ip6_tables             27502  0 
    nf_conntrack_netbios_ns    12665  0 
    nf_conntrack_broadcast    12589  1 nf_conntrack_netbios_ns
    nf_nat_ftp             12796  0 
    snd_hda_codec_realtek    56649  1 
    snd_hda_intel          57183  3 
    nf_nat                 21664  1 nf_nat_ftp
    snd_hda_codec         194881  2 snd_hda_codec_realtek,snd_hda_intel
    nf_conntrack_ftp       18685  1 nf_nat_ftp
    lm90                   20371  0 
    snd_hwdep              13613  1 snd_hda_codec
    nf_conntrack           93105  7 nf_nat_ftp,nf_conntrack_netbios_ns,nf_nat,xt_conntrack,nf_conntrack_broadcast,nf_conntrack_ftp,nf_conntrack_ipv4
    iptable_filter         12810  1 
    ip_tables              27716  1 iptable_filter
    nouveau               984490  2 
    snd_pcm               107140  3 snd_hda_codec,snd_hda_intel
    snd_page_alloc         18798  2 snd_pcm,snd_hda_intel
    mxm_wmi                13021  1 nouveau
    wmi                    19363  2 mxm_wmi,nouveau
    snd_seq_midi           13324  0 
    x_tables               34194  9 ip_tables,xt_tcpudp,xt_limit,xt_conntrack,xt_LOG,iptable_filter,ipt_REJECT,ip6_tables,xt_addrtype
    video                  19574  1 nouveau
    snd_seq_midi_event     14899  1 snd_seq_midi
    kvm                   457597  0 
    gpio_ich               13526  0 
    snd_rawmidi            30465  1 snd_seq_midi
    ttm                    84699  1 nouveau
    drm_kms_helper         53165  1 nouveau
    snd_seq                66061  2 snd_seq_midi_event,snd_seq_midi
    drm                   303157  4 ttm,drm_kms_helper,nouveau
    snd_seq_device         14497  3 snd_seq,snd_rawmidi,snd_seq_midi
    snd_timer              30038  3 snd_pcm,snd_seq
    i2c_algo_bit           13564  1 nouveau
    snd                    73802  14 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
    lpc_ich                21163  0 
    mac_hid                13253  0 
    microcode              23650  0 
    soundcore              12680  1 snd
    btrfs                 849758  1 
    xor                    21411  1 btrfs
    hid_logitech           26721  0 
    ff_memless             13704  1 hid_logitech
    usbhid                 53067  0 
    hid                   106050  2 hid_logitech,usbhid
    raid6_pq               97812  1 btrfs
    libcrc32c              12615  1 btrfs
    tg3                   170345  0 
    ahci                   30063  1 
    libahci                32088  1 ahci
    ptp                    18980  1 tg3
    pps_core               19352  1 ptp
    paul@lubuntu-64:~$

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

    Re: Kernel 3.12-rc1 is here

    Quote Originally Posted by paul_in_london View Post
    I'm not familiar with llvmpipe. That module doesn't seem to be loaded on my box.
    Hi Paul,

    The only time I've had llvmpipe crop up, is when I forget to check my '/etc/modprobe.d/' conf files, to see if nouveau is blacklisted.


    Example(s):

    Nouveau Blacklisted
    Code:
    OpenGL vendor string:   VMware, Inc.
    OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.2, 128 bits)
    OpenGL version string:  2.1 Mesa 9.2.0

    Nouveau Enabled
    Code:
    OpenGL vendor string:   nouveau
    OpenGL renderer string: Gallium 0.4 on NV4B
    OpenGL version string:  2.1 Mesa 9.2.0
    My modprobe is clean, right now...

    Code:
    vindsl@Zuul:~$ cat /etc/modprobe.d/* | grep -H 'blacklist nouveau'
    vindsl@Zuul:~$
    Last edited by VinDSL; September 20th, 2013 at 03:00 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

Page 2 of 2 FirstFirst 12

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
  •