The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.
← Previous page

    7970M Linux/Windows Drivers

    Discussion in 'Linux Compatibility and Software' started by pbmacros, Jun 18, 2012.

  1. Mr.Koala

    Mr.Koala Notebook Virtuoso

    Reputations:
    568
    Messages:
    2,307
    Likes Received:
    566
    Trophy Points:
    131
    @PsySc0rpi0n

    Sorry that this post is a bit late.

    The Intel Linux driver has been supporting what it should support for a long time. Actually all the popular FLOSS Unix DEs use hardware accelerated OpenGL to draw basic things on your desktop. If you can boot into your GUI without a "fallback mode" warning or very low frame rate during basic GUI navigation, you're already enjoying your hardware OpenGL acceleration on the Intel GPU.

    It may be appropriate to say that Intel's OpenGL support lags behind AMD/NV and therefore Intel GPUs are not good for CAD apps, but saying that Intel doesn't provide hardware acceleration under Linux is outright wrong.

    Why you can't get the AMD driver to work is beyond me. It may help if you can give more details.
     
  2. PsySc0rpi0n

    PsySc0rpi0n Notebook Enthusiast

    Reputations:
    0
    Messages:
    34
    Likes Received:
    1
    Trophy Points:
    16
    Well, i've downloaded latest beta drivers from ATI site, the 13.8 version that has support for kernel 3.10 wich is the one i have. I'm able to complete the installation but when Gnome 3 loads, right after loging in, it gives an error saying that some error has occured and all extensions or applets will be removed (i can't remember if are extensions or applets). Then, Gnome 3 restarts and doesn't get out of this cycle.

    I can only login if i choose the Classic Gnome.
    But after i login with classic Gnome, i can't find CCC installed in the menus.

    I removed, for now, this version and i'm with the distro ones.

    I'll leave here some logs

    xorg.log

    Code:
    1 Section "ServerLayout"
    2 Identifier "aticonfig Layout"
    3 Screen 0 "aticonfig-Screen[0]-0" 0 0
    4 EndSection
    5 
    6 Section "Module"
    7 EndSection
    8 
    9 Section "Monitor"
    10 Identifier "aticonfig-Monitor[0]-0"
    11 Option "VendorName" "ATI Proprietary Driver"
    12 Option "ModelName" "Generic Autodetecting Monitor"
    13 Option "DPMS" "true"
    14 EndSection
    15 
    16 Section "Device"
    17 Identifier "aticonfig-Device[0]-0"
    18 Driver "fglrx"
    19 BusID "PCI:1:0:0"
    20 EndSection
    21 
    22 Section "Screen"
    23 Identifier "aticonfig-Screen[0]-0"
    24 Device "aticonfig-Device[0]-0"
    25 Monitor "aticonfig-Monitor[0]-0"
    26 DefaultDepth 24
    27 SubSection "Display"
    28 Viewport 0 0
    29 Depth 24
    30 EndSubSection
    31 EndSection
    32
    
    Xorg.0.log

    Code:
    [ 179.601] X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 179.601] X Protocol Version 11, Revision 0
    [ 179.601] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
    [ 179.601] Current Operating System: Linux narayan-pc 3.10.2-031002-generic #201307212216 SMP Mon Jul 22 02:17:49 UTC 2013 x86_64
    [ 179.601] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.2-031002-generic root=UUID=6acb6808-cade-4c94-8a27-1096d7e171b5 ro quiet
    [ 179.601] Build Date: 17 April 2013 10:22:47AM
    [ 179.601] xorg-server 2:1.12.4-6 (Julien Cristau <[email protected]>) 
    [ 179.601] Current version of pixman: 0.26.0
    [ 179.601] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 179.601] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 179.601] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 11 16:02:59 2013
    [ 179.601] (==) Using config file: "/etc/X11/xorg.conf"
    [ 179.601] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 179.601] (==) ServerLayout "aticonfig Layout"
    [ 179.601] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 179.601] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 179.601] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 179.601] (==) Automatically adding devices
    [ 179.601] (==) Automatically enabling devices
    [ 179.601] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [ 179.601] Entry deleted from font path.
    [ 179.602] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
    [ 179.602] Entry deleted from font path.
    [ 179.602] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
    [ 179.602] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 179.602] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 179.602] (II) Loader magic: 0x7f7d363deae0
    [ 179.602] (II) Module ABI versions:
    [ 179.602] X.Org ANSI C Emulation: 0.4
    [ 179.602] X.Org Video Driver: 12.1
    [ 179.602] X.Org XInput driver : 16.0
    [ 179.602] X.Org Server Extension : 6.0
    [ 179.602] (--) PCI:*(0:0:2:0) 8086:0166:1558:7102 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 179.602] (--) PCI: (0:1:0:0) 1002:6800:1558:7102 rev 0, Mem @ 0xe0000000/268435456, 0xf7b00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 179.602] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 179.602] (II) "extmod" will be loaded by default.
    [ 179.602] (II) "dbe" will be loaded by default.
    [ 179.602] (II) "glx" will be loaded by default.
    [ 179.602] (II) "record" will be loaded by default.
    [ 179.602] (II) "dri" will be loaded by default.
    [ 179.602] (II) "dri2" will be loaded by default.
    [ 179.602] (II) LoadModule: "extmod"
    [ 179.602] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 179.603] (II) Module extmod: vendor="X.Org Foundation"
    [ 179.603] compiled for 1.12.4, module version = 1.0.0
    [ 179.603] Module class: X.Org Server Extension
    [ 179.603] ABI class: X.Org Server Extension, version 6.0
    [ 179.603] (II) Loading extension SELinux
    [ 179.603] (II) Loading extension MIT-SCREEN-SAVER
    [ 179.603] (II) Loading extension XFree86-VidModeExtension
    [ 179.603] (II) Loading extension XFree86-DGA
    [ 179.603] (II) Loading extension DPMS
    [ 179.603] (II) Loading extension XVideo
    [ 179.603] (II) Loading extension XVideo-MotionCompensation
    [ 179.603] (II) Loading extension X-Resource
    [ 179.603] (II) LoadModule: "dbe"
    [ 179.603] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 179.603] (II) Module dbe: vendor="X.Org Foundation"
    [ 179.603] compiled for 1.12.4, module version = 1.0.0
    [ 179.603] Module class: X.Org Server Extension
    [ 179.603] ABI class: X.Org Server Extension, version 6.0
    [ 179.603] (II) Loading extension DOUBLE-BUFFER
    [ 179.603] (II) LoadModule: "glx"
    [ 179.603] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 179.603] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 179.603] compiled for 6.9.0, module version = 1.0.0
    [ 179.603] (II) Loading extension GLX
    [ 179.603] (II) LoadModule: "record"
    [ 179.603] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 179.603] (II) Module record: vendor="X.Org Foundation"
    [ 179.603] compiled for 1.12.4, module version = 1.13.0
    [ 179.603] Module class: X.Org Server Extension
    [ 179.603] ABI class: X.Org Server Extension, version 6.0
    [ 179.603] (II) Loading extension RECORD
    [ 179.603] (II) LoadModule: "dri"
    [ 179.603] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 179.603] (II) Module dri: vendor="X.Org Foundation"
    [ 179.603] compiled for 1.12.4, module version = 1.0.0
    [ 179.603] ABI class: X.Org Server Extension, version 6.0
    [ 179.603] (II) Loading extension XFree86-DRI
    [ 179.603] (II) LoadModule: "dri2"
    [ 179.604] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 179.604] (II) Module dri2: vendor="X.Org Foundation"
    [ 179.604] compiled for 1.12.4, module version = 1.2.0
    [ 179.604] ABI class: X.Org Server Extension, version 6.0
    [ 179.604] (II) Loading extension DRI2
    [ 179.604] (II) LoadModule: "fglrx"
    [ 179.604] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 179.613] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 179.613] compiled for 1.4.99.906, module version = 13.20.4
    [ 179.613] Module class: X.Org Video Driver
    [ 179.613] (II) Loading sub module "fglrxdrm"
    [ 179.613] (II) LoadModule: "fglrxdrm"
    [ 179.613] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 179.614] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 179.614] compiled for 1.4.99.906, module version = 13.20.4
    [ 179.614] (II) AMD Proprietary Linux Driver Version Identifier:13.20.4
    [ 179.614] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.20.5 
    [ 179.614] (II) AMD Proprietary Linux Driver Build Date: Jul 26 2013 17:49:19
    [ 179.614] (++) using VT number 7
    
    .xsession-errors

    Code:
    /etc/gdm3/Xsession: Beginning session setup...localuser:narayan being added to access control list
    openConnection: connect: Arquivo ou diretório não encontrado
    cannot connect to brltty at :0
    GNOME_KEYRING_CONTROL=/home/narayan/.cache/keyring-PDQAUB
    GNOME_KEYRING_CONTROL=/home/narayan/.cache/keyring-PDQAUB
    GNOME_KEYRING_CONTROL=/home/narayan/.cache/keyring-PDQAUB
    GPG_AGENT_INFO=/home/narayan/.cache/keyring-PDQAUB/gpg:0:1
    GNOME_KEYRING_CONTROL=/home/narayan/.cache/keyring-PDQAUB
    GPG_AGENT_INFO=/home/narayan/.cache/keyring-PDQAUB/gpg:0:1
    SSH_AUTH_SOCK=/home/narayan/.cache/keyring-PDQAUB/ssh
    
    
    ** (gnome-settings-daemon:4483): WARNING **: Failed to connect context: Connection refused
    
    
    ** (gnome-settings-daemon:4483): WARNING **: /usr/lib/gnome-settings-daemon-3.0/libupdates.so: undefined symbol: pk_control_set_root_async
    
    
    ** (gnome-settings-daemon:4483): WARNING **: Cannot load plugin 'Actualizações' since file '/usr/lib/gnome-settings-daemon-3.0/libupdates.so' cannot be read.
    
    
    ** (gnome-settings-daemon:4483): WARNING **: Error activating plugin 'Actualizações'
    
    
    (gnome-panel:4504): Gtk-CRITICAL **: gtk_accelerator_parse_with_keycode: assertion `accelerator != NULL' failed
    
    
    ** (gnome-panel:4504): WARNING **: Unable to parse mouse modifier '(null)'
    
    
    gnome-session[4419]: WARNING: Failed to start app: Unable to start application: Falha ao executar o processo filho "start-pulseaudio-x11" (Arquivo ou diretório não encontrado)
    Initializing tracker-store...
    Tracker-Message: Setting up monitor for changes to config file:'/home/narayan/.config/tracker/tracker-store.cfg'
    Tracker-Message: Setting up monitor for changes to config file:'/home/narayan/.config/tracker/tracker-store.cfg'
    Starting log:
    File:'/home/narayan/.local/share/tracker/tracker-store.log'
    gnome-session[4419]: WARNING: Failed to start app: Unable to start application: Falha ao executar o processo filho "gnome-sound-applet" (Arquivo ou diretório não encontrado)
    Initializing tracker-miner-fs...
    Tracker-Message: Setting up monitor for changes to config file:'/home/narayan/.config/tracker/tracker-miner-fs.cfg'
    Starting log:
    File:'/home/narayan/.local/share/tracker/tracker-miner-fs.log'
    Starting Dropbox...
    HP Linux Imaging and Printing System (ver. 3.13.4)
    System Tray Status Service ver. 2.0
    
    
    Copyright (c) 2001-13 Hewlett-Packard Development Company, LP
    This software comes with ABSOLUTELY NO WARRANTY.
    This is free software, and you are welcome to distribute it
    under certain conditions. See COPYING file for more details.
    
    
    ** Message: applet now removed from the notification area
    /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:127: RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK
    set_interactive(1)
    
    
    (gnome-panel:4504): Gtk-CRITICAL **: gtk_accelerator_parse_with_keycode: assertion `accelerator != NULL' failed
    
    
    ** (gnome-panel:4504): WARNING **: Unable to parse mouse modifier '(null)'
    
    
    
    
    (gnome-panel:4504): GLib-GObject-WARNING **: /tmp/buildd/glib2.0-2.36.3/./gobject/gsignal.c:2475: signal `size_request' is invalid for instance `0x274eb90' of type `GtkLabel'
    ** Message: applet now embedded in the notification area
    
    
    (nm-applet:4521): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -8 and height 27
    Done!
    
    
    ** (gnome-settings-daemon:4483): WARNING **: Failed to connect context: Connection refused
    
    
    (tracker-miner-fs:4546): Tracker-WARNING **: Could not open directory '/home/narayan/Downloads/The Regulator 2.0': Permissão negada
    [4853:4880:0811/160441:ERRORbject_proxy.cc(627)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [4853:4880:0811/160441:ERRORbject_proxy.cc(627)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    Aviso do gestor de janelas: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2800058 (Problemas )
    Aviso do gestor de janelas: _window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    Aviso do gestor de janelas: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2800058 (Problemas )
    Aviso do gestor de janelas: _window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    [4853:4853:0811/160442:ERRORbject_proxy.cc(532)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files
    No bp log location saved, using default.
    [000:000] Browser XEmbed support present: 1
    [000:000] Browser toolkit is Gtk2.
    [000:001] Using Gtk2 toolkit
    [000:004] Starting client channel.
    [000:005] Warning(clientchannel.cc:436): Unreadable or no port file. Could not initiate GoogleTalkPlugin connection
    [000:005] Warning(clientchannel.cc:411): Could not initiate GoogleTalkPlugin connection
    [000:005] GoogleTalkPlugin not running. Starting new process...
    [000:005] Warning(optionsfile.cc:47): Load: Could not open file, err=2
    [000:005] Warning(pluginutils.cc:251): Failed to get GoogleTalkPlugin path. Trying default.
    [000:006] Started GoogleTalkPlugin, path=/opt/google/talkplugin/GoogleTalkPlugin
    [000:007] Waiting for GoogleTalkPlugin to start...
    [000:193] Starting client channel.
    [000:194] Read port file, port=45945
    [000:195] Initiated connection to GoogleTalkPlugin
    [000:203] Socket connection established
    [000:203] ScheduleOnlineCheck: Online check in 5000ms
    [000:292] Got cookie response, socket is authorized
    [000:292] AUTHORIZED; socket handshake complete
    [000:292] F->C: ["fs",{"pr":"a"}]
    [000:404] F->C: ["mf","mf4.4","4.4.2.0",2,{"audioCodecs":[[103,"ISAC",1,0,16000],[104,"ISAC",1,0,32000],[9,"G722",1,64000,16000],[102,"ILBC",1,13300,8000],[0,"PCMU",1,64000,8000],[8,"PCMA",1,64000,8000],[107,"CN",1,0,48000],[106,"CN",1,0,32000],[105,"CN",1,0,16000],[13,"CN",1,0,8000],[127,"red",1,0,8000],[126,"telephone-event",1,0,8000]],"audioRtpHdrExts":[{"id":1,"uri":"urn:ietfarams:rtp-hdrext:ssrc-audio-level"}],"camDeviceName":"BisonCam, NB Pro (5986:0361)","caps":15,"cpuAdaptVersion":1,"cpuArc hitecture":1,"cpuCacheSize":6291456,"cpuFamily":6, "cpuFlags":["sse2","ssse3","sse4_1","sse4_2","avx"],"cpuHasSSE2":true,"cpuModel":58,"cpuSpeed":3700," cpuStepping":9,"cpuVendor":"GenuineIntel","cpus":8 ,"cpusPhysical":4,"cryptoRandom":"pzKojao/d6aGJ5aR37Ydf9pb","cryptoSuites":["AES_CM_128_HMAC_SHA1_80","AES_CM_128_HMAC_SHA1_32 "],"dataChannelVersion":1,"effectsVersion":10,"gpuDe scription":"","gpuDeviceId":0,"gpuDeviceName":""," gpuDriver":"","gpuDriverVersion":"","gpuVendorId": 0,"machineModel":"Not available","remotingAssistanceAllowed":0,"remoting Version":1,"renderer":2,"rtcpMux":true,"screencast ":2,"screencastLocalPreview":1,"supportsConcurrent Sessions":true,"transports":["i","gice"],"videoCodecs":[[99,"H264-SVC",640,360,30],[97,"H264",640,360,30],[98,"H263",640,360,30]],"videoRtpHdrExts":[{"id":2,"uri":"urn:ietfarams:rtp-hdrext:toffset"},{"id":3,"uri":"http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time"}]}]
    [001:008] Attempting to connect to GoogleTalkPlugin...
    [001:008] Read port file, port=45945
    [001:009] Initiated connection to GoogleTalkPlugin
    [001:097] Socket connection established
    [001:097] ScheduleOnlineCheck: Online check in 5000ms
    [001:108] Got cookie response, socket is authorized
    [001:109] AUTHORIZED; socket handshake complete
    [001:109] F->C: ["fs",{"pr":"a"}]
    [001:209] F->C: ["mf","mf4.4","4.4.2.0",2,{"audioCodecs":[[103,"ISAC",1,0,16000],[111,"opus",2,64000,48000],[104,"ISAC",1,0,32000],[109,"CELT",1,64000,32000],[110,"CELT",2,64000,32000],[9,"G722",1,64000,16000],[102,"ILBC",1,13300,8000],[0,"PCMU",1,64000,8000],[8,"PCMA",1,64000,8000],[107,"CN",1,0,48000],[106,"CN",1,0,32000],[105,"CN",1,0,16000],[13,"CN",1,0,8000],[127,"red",1,0,8000],[126,"telephone-event",1,0,8000]],"audioRtpHdrExts":[{"id":1,"uri":"urn:ietfarams:rtp-hdrext:ssrc-audio-level"}],"camDeviceName":"BisonCam, NB Pro (5986:0361)","caps":15,"cpuAdaptVersion":1,"cpuArc hitecture":1,"cpuCacheSize":6291456,"cpuFamily":6, "cpuFlags":["sse2","ssse3","sse4_1","sse4_2","avx"],"cpuHasSSE2":true,"cpuModel":58,"cpuSpeed":3700," cpuStepping":9,"cpuVendor":"GenuineIntel","cpus":8 ,"cpusPhysical":4,"cryptoRandom":"HF4sdNpEAqQo6fu+ +n8ipXam","cryptoSuites":["AES_CM_128_HMAC_SHA1_80","AES_CM_128_HMAC_SHA1_32 "],"dataChannelVersion":1,"effectsVersion":10,"gpuDe scription":"","gpuDeviceId":0,"gpuDeviceName":""," gpuDriver":"","gpuDriverVersion":"","gpuVendorId": 0,"machineModel":"Not available","remotingAssistanceAllowed":1,"remoting Version":1,"renderer":2,"rtcpMux":true,"screencast ":2,"screencastLocalPreview":1,"supportsConcurrent Sessions":true,"transports":["i","gice"],"videoCodecs":[[100,"VP8",640,400,30],[116,"red",640,400,30],[117,"ulpfec",640,400,30],[99,"H264-SVC",640,360,30],[97,"H264",640,360,30],[98,"H263",640,360,30]],"videoRtpHdrExts":[{"id":2,"uri":"urn:ietfarams:rtp-hdrext:toffset"},{"id":3,"uri":"http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time"}],"vsVersion":1}]
    [001:700] F->C: ["connection-broadcast",{"sticky":true,"type":"same-jid"},{"central-roster-jid":"[email protected]","has-voice":false,"hav":false,"hw":true}]
    [001:700] F->C: ["getdevicestate","15","0",["__default_device","HDA Intel PCH, ALC892 Analog - Default Audio Device","HDA Intel PCH, ALC892 Analog - Default Audio Device","HDA Intel PCH, ALC892 Analog - Front speakers","HDA Intel PCH, ALC892 Analog - 4.0 Surround output to Front and Rear speakers","HDA Intel PCH, ALC892 Analog - 4.1 Surround output to Front, Rear and Subwoofer speakers","HDA Intel PCH, ALC892 Analog - 5.0 Surround output to Front, Center and Rear speakers","HDA Intel PCH, ALC892 Analog - 5.1 Surround output to Front, Center, Rear and Subwoofer speakers","HDA Intel PCH, ALC892 Analog - 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers"],"0",["__default_device","HDA Intel PCH, ALC892 Analog - Default Audio Device","HDA Intel PCH, ALC892 Analog - Default Audio Device","HDA Intel PCH, ALC892 Analog - Front speakers","HDA Intel PCH, ALC892 Analog - 4.0 Surround output to Front and Rear speakers","HDA Intel PCH, ALC892 Analog - 4.1 Surround output to Front, Rear and Subwoofer speakers","HDA Intel PCH, ALC892 Analog - 5.0 Surround output to Front, Center and Rear speakers","HDA Intel PCH, ALC892 Analog - 5.1 Surround output to Front, Center, Rear and Subwoofer speakers","HDA Intel PCH, ALC892 Analog - 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers","HDA Intel PCH, ALC892 Digital - IEC958 (S/PDIF) Digital Audio Output","HDA Intel PCH, HDMI 0 - HDMI Audio Output","HDA Intel PCH, HDMI 1 - HDMI Audio Output"],"0",["BisonCam, NB Pro"]]
    [4853:5152:0811/160448:ERROR:cert_verify_proc_nss.cc(853)] CERT_PKIXVerifyCert for localhost failed err=-8172
    [005:070] Starting client channel.
    [005:071] Read port file, port=45945
    [005:072] Initiated connection to GoogleTalkPlugin
    [005:112] Socket connection established
    [005:112] ScheduleOnlineCheck: Online check in 5000ms
    [005:129] Got cookie response, socket is authorized
    [005:129] AUTHORIZED; socket handshake complete
    [005:129] F->C: ["fs",{"pr":"a"}]
    [005:212] HandleOnlineCheck: Starting check
    [005:212] HandleOnlineCheck: OK; current state: 3
    [22:23:0811/160449:ERROR:audio_output_device.cc(186)] Not implemented reached in virtual void media::AudioOutputDevice::OnStateChanged(media::Au dioOutputIPCDelegate::State)
    [62:63:0811/160449:ERROR:audio_output_device.cc(186)] Not implemented reached in virtual void media::AudioOutputDevice::OnStateChanged(media::Au dioOutputIPCDelegate::State)
    [005:265] F->C: ["mf","mf4.4","4.4.2.0",2,{"audioCodecs":[[103,"ISAC",1,0,16000],[104,"ISAC",1,0,32000],[9,"G722",1,64000,16000],[102,"ILBC",1,13300,8000],[0,"PCMU",1,64000,8000],[8,"PCMA",1,64000,8000],[107,"CN",1,0,48000],[106,"CN",1,0,32000],[105,"CN",1,0,16000],[13,"CN",1,0,8000],[127,"red",1,0,8000],[126,"telephone-event",1,0,8000]],"audioRtpHdrExts":[{"id":1,"uri":"urn:ietfarams:rtp-hdrext:ssrc-audio-level"}],"camDeviceName":"BisonCam, NB Pro (5986:0361)","caps":15,"cpuAdaptVersion":1,"cpuArc hitecture":1,"cpuCacheSize":6291456,"cpuFamily":6, "cpuFlags":["sse2","ssse3","sse4_1","sse4_2","avx"],"cpuHasSSE2":true,"cpuModel":58,"cpuSpeed":3700," cpuStepping":9,"cpuVendor":"GenuineIntel","cpus":8 ,"cpusPhysical":4,"cryptoRandom":"G2Y0CNXK8I/uiFyzidDaBvZS","cryptoSuites":["AES_CM_128_HMAC_SHA1_80","AES_CM_128_HMAC_SHA1_32 "],"dataChannelVersion":1,"effectsVersion":10,"gpuDe scription":"","gpuDeviceId":0,"gpuDeviceName":""," gpuDriver":"","gpuDriverVersion":"","gpuVendorId": 0,"machineModel":"Not available","remotingAssistanceAllowed":0,"remoting Version":1,"renderer":2,"rtcpMux":true,"screencast ":2,"screencastLocalPreview":1,"supportsConcurrent Sessions":true,"transports":["i","gice"],"videoCodecs":[[99,"H264-SVC",640,360,30],[97,"H264",640,360,30],[98,"H263",640,360,30]],"videoRtpHdrExts":[{"id":2,"uri":"urn:ietfarams:rtp-hdrext:toffset"},{"id":3,"uri":"http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time"}]}]
    [005:313] F->C: ["getdevicestate","15","0",["__default_device","HDA Intel PCH, ALC892 Analog - Default Audio Device","HDA Intel PCH, ALC892 Analog - Default Audio Device","HDA Intel PCH, ALC892 Analog - Front speakers","HDA Intel PCH, ALC892 Analog - 4.0 Surround output to Front and Rear speakers","HDA Intel PCH, ALC892 Analog - 4.1 Surround output to Front, Rear and Subwoofer speakers","HDA Intel PCH, ALC892 Analog - 5.0 Surround output to Front, Center and Rear speakers","HDA Intel PCH, ALC892 Analog - 5.1 Surround output to Front, Center, Rear and Subwoofer speakers","HDA Intel PCH, ALC892 Analog - 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers"],"0",["__default_device","HDA Intel PCH, ALC892 Analog - Default Audio Device","HDA Intel PCH, ALC892 Analog - Default Audio Device","HDA Intel PCH, ALC892 Analog - Front speakers","HDA Intel PCH, ALC892 Analog - 4.0 Surround output to Front and Rear speakers","HDA Intel PCH, ALC892 Analog - 4.1 Surround output to Front, Rear and Subwoofer speakers","HDA Intel PCH, ALC892 Analog - 5.0 Surround output to Front, Center and Rear speakers","HDA Intel PCH, ALC892 Analog - 5.1 Surround output to Front, Center, Rear and Subwoofer speakers","HDA Intel PCH, ALC892 Analog - 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers","HDA Intel PCH, ALC892 Digital - IEC958 (S/PDIF) Digital Audio Output","HDA Intel PCH, HDMI 0 - HDMI Audio Output","HDA Intel PCH, HDMI 1 - HDMI Audio Output"],"0",["BisonCam, NB Pro"]]
    [006:054] Starting client channel.
    [006:054] Read port file, port=45945
    [006:055] Initiated connection to GoogleTalkPlugin
    [006:068] Socket connection established
    [006:068] ScheduleOnlineCheck: Online check in 5000ms
    [006:116] HandleOnlineCheck: Starting check
    [006:116] HandleOnlineCheck: OK; current state: 3
    [006:116] Got cookie response, socket is authorized
    [006:116] AUTHORIZED; socket handshake complete
    [006:116] F->C: ["fs",{"pr":"a"}]
    [65:66:0811/160450:ERROR:audio_output_device.cc(186)] Not implemented reached in virtual void media::AudioOutputDevice::OnStateChanged(media::Au dioOutputIPCDelegate::State)
    [006:217] F->C: ["mf","mf4.4","4.4.2.0",2,{"audioCodecs":[[103,"ISAC",1,0,16000],[104,"ISAC",1,0,32000],[9,"G722",1,64000,16000],[102,"ILBC",1,13300,8000],[0,"PCMU",1,64000,8000],[8,"PCMA",1,64000,8000],[107,"CN",1,0,48000],[106,"CN",1,0,32000],[105,"CN",1,0,16000],[13,"CN",1,0,8000],[127,"red",1,0,8000],[126,"telephone-event",1,0,8000]],"audioRtpHdrExts":[{"id":1,"uri":"urn:ietfarams:rtp-hdrext:ssrc-audio-level"}],"camDeviceName":"BisonCam, NB Pro (5986:0361)","caps":15,"cpuAdaptVersion":1,"cpuArc hitecture":1,"cpuCacheSize":6291456,"cpuFamily":6, "cpuFlags":["sse2","ssse3","sse4_1","sse4_2","avx"],"cpuHasSSE2":true,"cpuModel":58,"cpuSpeed":3700," cpuStepping":9,"cpuVendor":"GenuineIntel","cpus":8 ,"cpusPhysical":4,"cryptoRandom":"Lge6x+zgFP/Uukpv8FPRT+j7","cryptoSuites":["AES_CM_128_HMAC_SHA1_80","AES_CM_128_HMAC_SHA1_32 "],"dataChannelVersion":1,"effectsVersion":10,"gpuDe scription":"","gpuDeviceId":0,"gpuDeviceName":""," gpuDriver":"","gpuDriverVersion":"","gpuVendorId": 0,"machineModel":"Not available","remotingAssistanceAllowed":0,"remoting Version":1,"renderer":2,"rtcpMux":true,"screencast ":2,"screencastLocalPreview":1,"supportsConcurrent Sessions":true,"transports":["i","gice"],"videoCodecs":[[99,"H264-SVC",640,360,30],[97,"H264",640,360,30],[98,"H263",640,360,30]],"videoRtpHdrExts":[{"id":2,"uri":"urn:ietfarams:rtp-hdrext:toffset"},{"id":3,"uri":"http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time"}]}]
    [006:217] F->C: ["connection-broadcast",{"sticky":true,"type":"same-jid"},{"central-roster-jid":"[email protected]","has-voice":false,"hav":false,"hw":true}]
    [006:254] F->C: ["getdevicestate","15","0",["__default_device","HDA Intel PCH, ALC892 Analog - Default Audio Device","HDA Intel PCH, ALC892 Analog - Default Audio Device","HDA Intel PCH, ALC892 Analog - Front speakers","HDA Intel PCH, ALC892 Analog - 4.0 Surround output to Front and Rear speakers","HDA Intel PCH, ALC892 Analog - 4.1 Surround output to Front, Rear and Subwoofer speakers","HDA Intel PCH, ALC892 Analog - 5.0 Surround output to Front, Center and Rear speakers","HDA Intel PCH, ALC892 Analog - 5.1 Surround output to Front, Center, Rear and Subwoofer speakers","HDA Intel PCH, ALC892 Analog - 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers"],"0",["__default_device","HDA Intel PCH, ALC892 Analog - Default Audio Device","HDA Intel PCH, ALC892 Analog - Default Audio Device","HDA Intel PCH, ALC892 Analog - Front speakers","HDA Intel PCH, ALC892 Analog - 4.0 Surround output to Front and Rear speakers","HDA Intel PCH, ALC892 Analog - 4.1 Surround output to Front, Rear and Subwoofer speakers","HDA Intel PCH, ALC892 Analog - 5.0 Surround output to Front, Center and Rear speakers","HDA Intel PCH, ALC892 Analog - 5.1 Surround output to Front, Center, Rear and Subwoofer speakers","HDA Intel PCH, ALC892 Analog - 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers","HDA Intel PCH, ALC892 Digital - IEC958 (S/PDIF) Digital Audio Output","HDA Intel PCH, HDMI 0 - HDMI Audio Output","HDA Intel PCH, HDMI 1 - HDMI Audio Output"],"0",["BisonCam, NB Pro"]]
    [010:140] HandleOnlineCheck: Starting check
    [010:140] HandleOnlineCheck: OK; current state: 3
    [011:083] HandleOnlineCheck: Starting check
    [011:083] HandleOnlineCheck: OK; current state: 3
    [22:23:0811/160459:ERROR:audio_output_device.cc(186)] Not implemented reached in virtual void media::AudioOutputDevice::OnStateChanged(media::Au dioOutputIPCDelegate::State)
    [62:63:0811/160459:ERROR:audio_output_device.cc(186)] Not implemented reached in virtual void media::AudioOutputDevice::OnStateChanged(media::Au dioOutputIPCDelegate::State)
    [65:66:0811/160500:ERROR:audio_output_device.cc(186)] Not implemented reached in virtual void media::AudioOutputDevice::OnStateChanged(media::Au dioOutputIPCDelegate::State)
    Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Erro ao invocar StartServiceByName para org.gnome.Terminal: GDBus.Errorrg.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/lib/gnome-terminal/gnome-terminal-server exited with status 1
    [4853:4853:0811/161008:ERROR:browser_window_gtk.cc(1014)] Not implemented reached in virtual void BrowserWindowGtk::WebContentsFocused(content::WebC ontents*)
    
     
← Previous page