Kodi Community Forum

Full Version: Xbmcbuntu 13 Testing Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Yrs, you can use .asoundrc just to redirect default to the correct device, its all the other crap in the previously included file that led to problems.
(2014-04-19, 15:24)fritsch Wrote: [ -> ]I am not sure the projector can produce sound via the hdmi output - are you sure that works?

Yes that works just fine (connected the projector via hdmi to my laptop - on windows) no problem with playing sound through it.

So I finally just pulled the power to everything and tried again - works just fine now.

Smile
(2014-04-21, 00:15)nickr Wrote: [ -> ]Yrs, you can use .asoundrc just to redirect default to the correct device, its all the other crap in the previously included file that led to problems.

K thanks for the solution Wink. XBMCBuntu beta 4 working perfectly now! You guys are doing a great job!

(Now to fix that pesky steam in-home streaming issue...)
can someone in need of audio on the desktop try this script: https://raw.githubusercontent.com/wsnipe...soundrc.sh

it extracts the audio device from xbmcs guisettings and creates an .asoundrc.
Therefore you must have already configured XBMC with a working ALSA device.
Worked fine. An .asoundrc file with this content was generated:

pcm.!default { type plug; slave.pcm "hdmi:CARD=NVidia,DEV=3"; }

Sound in Spotify and Chrome played OK both before and after use of XBMC.
(2014-04-21, 13:03)wsnipex Wrote: [ -> ]can someone in need of audio on the desktop try this script: https://raw.githubusercontent.com/wsnipe...soundrc.sh

it extracts the audio device from xbmcs guisettings and creates an .asoundrc.
Therefore you must have already configured XBMC with a working ALSA device.

I'm getting a "Error: no alsa device detected. found device: ", although I haven't installed pulseaudio and my guisettings.xml does say that I'm using an ALSA output:

Code:
<audiooutput>                                                                                              
        <ac3passthrough default="true">true</ac3passthrough>                                                  
        <ac3transcode default="true">false</ac3transcode>                                                      
        <audiodevice default="true">ALSA:hdmi:CARD=PCH,DEV=0</audiodevice>                                    
        <channels default="true">1</channels>                                                                  
        <config default="true">2</config>                                                                      
        <dtshdpassthrough default="true">false</dtshdpassthrough>                                              
        <dtspassthrough default="true">false</dtspassthrough>                                                  
        <eac3passthrough default="true">false</eac3passthrough>                                                
        <guisoundmode default="true">1</guisoundmode>                                                          
        <normalizelevels default="true">true</normalizelevels>                                                
        <passthrough default="true">false</passthrough>                                                        
        <passthroughdevice default="true">ALSA:hdmi:CARD=PCH,DEV=0</passthroughdevice>                        
        <processquality default="true">30</processquality>                                                    
        <samplerate default="true">48000</samplerate>                                                          
        <stereoupmix default="true">false</stereoupmix>                                                        
        <streamsilence default="true">1</streamsilence>                                                        
        <truehdpassthrough default="true">false</truehdpassthrough>                                            
    </audiooutput>

Tried creating a .asoundrc file of my own:

Code:
pcm.!default { type plug; slave.pcm "hdmi:CARD=PCH,DEV=0"; }

But still no luck trying to run my XBMC on the foreground and Spotify on the background (controlled by Spotcommander). XBMC can play sound using this file, but no other desktop applications can.

If I try using this .asoundrc file:
Code:
pcm.!default { type hw; card 0; device 3; }
ctl.!default { type hw; card 0; device 3; }

Then, Desktop Apps can play sounds, as long as XBMC hasn't yet started up. If they haven't played a sound and XBMC starts up (they are both running simultaneously), then the desktop apps can't play sounds (and vice versa: XBMC can't play sounds if another app has played a sound before it started). Would like to use Spotify in the background, controlled using spotcommander...
How do I change the overscan and font size on the desktop side?

Any way to include Samba configurable from XBMC?
@TimoV: you didn't change your audio device in xbmc.(default="true"). Since the default is only a guess, you must make sure it is correct. Even if the default works, you must set it again once, to make the asoundrc script work.
The reason for this is that the script will not overwrite an existing .asoundrc, so we must get it right the first time.
(2014-04-22, 06:52)wsnipex Wrote: [ -> ]@TimoV: you didn't change your audio device in xbmc.(default="true"). Since the default is only a guess, you must make sure it is correct. Even if the default works, you must set it again once, to make the asoundrc script work.
The reason for this is that the script will not overwrite an existing .asoundrc, so we must get it right the first time.

Hi!

Well, I went in XBMC to system -> settings -> audio ouput and selected the audio output manually (the same as was already selected). But I still get the same error when I run the script (in sudo, both when XBMC is running and not running).

My guisettings.xml doesn't change from default = true when I select the audio output manually though...

No .asoundrc is present in my user folder.
I have installed the latest Gotham XBMCbuntu on my HP G60 Laptop, Intel dual core 2 Ghz T3200 and XBMC will not start either straight from the login or from the Ubuntu desktop. It did run straight away from the memory stick I tested just before the install. As I haven't managed to get it to start yet are there a different set of log files for this?

Thanks
/var/log/Xorg.0.log please. I fear your GPU is too old - but we will see.
Here is the log
Code:
[   102.054]
X.Org X Server 1.15.1
Release Date: 2014-04-13
[   102.054] X Protocol Version 11, Revision 0
[   102.054] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
[   102.054] Current Operating System: Linux ZTSH-Living-Room 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
[   102.054] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic root=UUID=3556ad85-7aa2-4f62-96d4-33e8701b9dbe ro quiet splash vt.handoff=7
[   102.054] Build Date: 16 April 2014  01:36:29PM
[   102.054] xorg-server 2:1.15.1-0ubuntu2 (For technical support please see http://www.ubuntu.com/support)
[   102.054] Current version of pixman: 0.30.2
[   102.054]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   102.054] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   102.054] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 22 10:45:20 2014
[   102.054] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   102.055] (==) No Layout section.  Using the first Screen section.
[   102.055] (==) No screen section available. Using defaults.
[   102.055] (**) |-->Screen "Default Screen Section" (0)
[   102.055] (**) |   |-->Monitor "<default monitor>"
[   102.055] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[   102.055] (==) Automatically adding devices
[   102.055] (==) Automatically enabling devices
[   102.055] (==) Automatically adding GPU devices
[   102.055] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   102.055]     Entry deleted from font path.
[   102.055] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   102.055]     Entry deleted from font path.
[   102.055] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   102.055]     Entry deleted from font path.
[   102.055] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   102.055]     Entry deleted from font path.
[   102.055] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   102.055]     Entry deleted from font path.
[   102.055] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
[   102.055] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[   102.055] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[   102.055] (II) Loader magic: 0x7f091b022d60
[   102.055] (II) Module ABI versions:
[   102.055]     X.Org ANSI C Emulation: 0.4
[   102.055]     X.Org Video Driver: 15.0
[   102.055]     X.Org XInput driver : 20.0
[   102.055]     X.Org Server Extension : 8.0
[   102.056] (II) xfree86: Adding drm device (/dev/dri/card0)
[   102.058] (--) PCI:*(0:0:2:0) 8086:2a42:103c:360b rev 7, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00005110/8
[   102.058] (--) PCI: (0:0:2:1) 8086:2a43:103c:360b rev 7, Mem @ 0xd2500000/1048576
[   102.058] Initializing built-in extension Generic Event Extension
[   102.059] Initializing built-in extension SHAPE
[   102.059] Initializing built-in extension MIT-SHM
[   102.059] Initializing built-in extension XInputExtension
[   102.059] Initializing built-in extension XTEST
[   102.059] Initializing built-in extension BIG-REQUESTS
[   102.059] Initializing built-in extension SYNC
[   102.059] Initializing built-in extension XKEYBOARD
[   102.059] Initializing built-in extension XC-MISC
[   102.059] Initializing built-in extension SECURITY
[   102.059] Initializing built-in extension XINERAMA
[   102.059] Initializing built-in extension XFIXES
[   102.059] Initializing built-in extension RENDER
[   102.059] Initializing built-in extension RANDR
[   102.059] Initializing built-in extension COMPOSITE
[   102.059] Initializing built-in extension DAMAGE
[   102.059] Initializing built-in extension MIT-SCREEN-SAVER
[   102.059] Initializing built-in extension DOUBLE-BUFFER
[   102.059] Initializing built-in extension RECORD
[   102.059] Initializing built-in extension DPMS
[   102.059] Initializing built-in extension Present
[   102.059] Initializing built-in extension DRI3
[   102.059] Initializing built-in extension X-Resource
[   102.059] Initializing built-in extension XVideo
[   102.059] Initializing built-in extension XVideo-MotionCompensation
[   102.059] Initializing built-in extension SELinux
[   102.059] Initializing built-in extension XFree86-VidModeExtension
[   102.059] Initializing built-in extension XFree86-DGA
[   102.059] Initializing built-in extension XFree86-DRI
[   102.059] Initializing built-in extension DRI2
[   102.059] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[   102.059] (II) "glx" will be loaded by default.
[   102.059] (WW) "xmir" is not to be loaded by default. Skipping.
[   102.059] (II) LoadModule: "glx"
[   102.060] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   102.086] (II) Module glx: vendor="X.Org Foundation"
[   102.086]     compiled for 1.15.1, module version = 1.0.0
[   102.086]     ABI class: X.Org Server Extension, version 8.0
[   102.086] (==) AIGLX enabled
[   102.086] Loading extension GLX
[   102.086] (==) Matched intel as autoconfigured driver 0
[   102.086] (==) Matched intel as autoconfigured driver 1
[   102.086] (==) Matched modesetting as autoconfigured driver 2
[   102.086] (==) Matched fbdev as autoconfigured driver 3
[   102.086] (==) Matched vesa as autoconfigured driver 4
[   102.086] (==) Assigned the driver to the xf86ConfigLayout
[   102.086] (II) LoadModule: "intel"
[   102.087] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   102.089] (II) Module intel: vendor="X.Org Foundation"
[   102.089]     compiled for 1.15.0, module version = 2.99.910
[   102.089]     Module class: X.Org Video Driver
[   102.089]     ABI class: X.Org Video Driver, version 15.0
[   102.089] (II) LoadModule: "modesetting"
[   102.090] (WW) Warning, couldn't open module modesetting
[   102.090] (II) UnloadModule: "modesetting"
[   102.090] (II) Unloading modesetting
[   102.090] (EE) Failed to load module "modesetting" (module does not exist, 0)
[   102.090] (II) LoadModule: "fbdev"
[   102.090] (WW) Warning, couldn't open module fbdev
[   102.090] (II) UnloadModule: "fbdev"
[   102.090] (II) Unloading fbdev
[   102.090] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   102.090] (II) LoadModule: "vesa"
[   102.090] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   102.092] (II) Module vesa: vendor="X.Org Foundation"
[   102.092]     compiled for 1.15.0, module version = 2.3.3
[   102.092]     Module class: X.Org Video Driver
[   102.092]     ABI class: X.Org Video Driver, version 15.0
[   102.092] (==) Matched intel as autoconfigured driver 0
[   102.092] (==) Matched intel as autoconfigured driver 1
[   102.092] (==) Matched modesetting as autoconfigured driver 2
[   102.092] (==) Matched fbdev as autoconfigured driver 3
[   102.092] (==) Matched vesa as autoconfigured driver 4
[   102.092] (==) Assigned the driver to the xf86ConfigLayout
[   102.092] (II) LoadModule: "intel"
[   102.092] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   102.092] (II) Module intel: vendor="X.Org Foundation"
[   102.092]     compiled for 1.15.0, module version = 2.99.910
[   102.092]     Module class: X.Org Video Driver
[   102.092]     ABI class: X.Org Video Driver, version 15.0
[   102.092] (II) UnloadModule: "intel"
[   102.092] (II) Unloading intel
[   102.092] (II) Failed to load module "intel" (already loaded, 32521)
[   102.092] (II) LoadModule: "modesetting"
[   102.093] (WW) Warning, couldn't open module modesetting
[   102.093] (II) UnloadModule: "modesetting"
[   102.093] (II) Unloading modesetting
[   102.093] (EE) Failed to load module "modesetting" (module does not exist, 0)
[   102.093] (II) LoadModule: "fbdev"
[   102.093] (WW) Warning, couldn't open module fbdev
[   102.093] (II) UnloadModule: "fbdev"
[   102.093] (II) Unloading fbdev
[   102.093] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   102.093] (II) LoadModule: "vesa"
[   102.094] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   102.094] (II) Module vesa: vendor="X.Org Foundation"
[   102.094]     compiled for 1.15.0, module version = 2.3.3
[   102.094]     Module class: X.Org Video Driver
[   102.094]     ABI class: X.Org Video Driver, version 15.0
[   102.094] (II) UnloadModule: "vesa"
[   102.094] (II) Unloading vesa
[   102.094] (II) Failed to load module "vesa" (already loaded, 0)
[   102.094] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   102.094] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
[   102.094] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
[   102.094] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
[   102.094] (II) VESA: driver for VESA chipsets: vesa
[   102.094] (++) using VT number 7

[   102.095] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.910-0ubuntu1 (Timo Aaltonen <[email protected]>)
[   102.095] (WW) Falling back to old probe method for vesa
[   102.095] (--) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[   102.096] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3
[   102.096] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[   102.096] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   102.096] (==) intel(0): RGB weight 888
[   102.096] (==) intel(0): Default visual is TrueColor
[   102.096] (**) intel(0): Framebuffer tiled
[   102.096] (**) intel(0): Pixmaps tiled
[   102.096] (**) intel(0): "Tear free" disabled
[   102.096] (**) intel(0): Forcing per-crtc-pixmaps? no
[   102.096] (II) intel(0): Output LVDS1 has no monitor section
[   102.099] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
[   102.099] (II) intel(0): Output VGA1 has no monitor section
[   102.099] (II) intel(0): Output HDMI1 has no monitor section
[   102.099] (II) intel(0): Output DP1 has no monitor section
[   102.099] (II) intel(0): Output DP2 has no monitor section
[   102.099] (II) intel(0): Output TV1 has no monitor section
[   102.099] (II) intel(0): Output VIRTUAL1 has no monitor section
[   102.099] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
[   102.099] (==) intel(0): DPI set to (96, 96)
[   102.099] (II) Loading sub module "dri2"
[   102.099] (II) LoadModule: "dri2"
[   102.099] (II) Module "dri2" already built-in
[   102.099] (II) UnloadModule: "vesa"
[   102.099] (II) Unloading vesa
[   102.099] (==) Depth 24 pixmap format is 32 bpp
[   102.100] (II) intel(0): SNA initialized with Eaglelake (gen4.5) backend
[   102.100] (++) intel(0): Backing store disabled
[   102.100] (==) intel(0): Silken mouse enabled
[   102.100] (II) intel(0): HW Cursor enabled
[   102.100] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   102.100] (==) intel(0): DPMS enabled
[   102.100] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[   102.100] (II) intel(0): [DRI2] Setup complete
[   102.100] (II) intel(0): [DRI2]   DRI driver: i965
[   102.100] (II) intel(0): [DRI2]   VDPAU driver: i965
[   102.100] (II) intel(0): direct rendering: DRI2 Enabled
[   102.100] (==) intel(0): hotplug detection: "enabled"
[   102.100] (--) RandR disabled
[   102.115] (II) SELinux: Disabled on system
[   102.119] (EE) AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so failed (/usr/lib/x86_64-linux-gnu/dri/i965_dri.so: undefined symbol: _glapi_tls_Dispatch)
[   102.120] (EE) AIGLX: reverting to software rendering
[   102.132] (EE) AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed (/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: undefined symbol: _glapi_tls_Dispatch)
[   102.132] (EE) GLX: could not load software renderer
[   102.132] (II) GLX: no usable GL providers found for screen 0
[   102.139] (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[   102.160] (II) intel(0): Setting screen physical size to 361 x 203
[   102.178] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[   102.183] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   102.183] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   102.183] (II) LoadModule: "evdev"
[   102.183] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   102.184] (II) Module evdev: vendor="X.Org Foundation"
[   102.184]     compiled for 1.15.0, module version = 2.8.2
[   102.184]     Module class: X.Org XInput Driver
[   102.184]     ABI class: X.Org XInput driver, version 20.0
[   102.184] (II) Using input driver 'evdev' for 'Power Button'
[   102.184] (**) Power Button: always reports core events
[   102.184] (**) evdev: Power Button: Device: "/dev/input/event2"
[   102.184] (--) evdev: Power Button: Vendor 0 Product 0x1
[   102.184] (--) evdev: Power Button: Found keys
[   102.184] (II) evdev: Power Button: Configuring as keyboard
[   102.184] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   102.184] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   102.184] (**) Option "xkb_rules" "evdev"
[   102.184] (**) Option "xkb_model" "pc105"
[   102.184] (**) Option "xkb_layout" "gb"
[   102.189] (II) XKB: reuse xkmfile /var/lib/xkb/server-2B4266AA55228AE7D9557A18F1965DBA19850816.xkm
[   102.190] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[   102.190] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   102.190] (II) Using input driver 'evdev' for 'Video Bus'
[   102.190] (**) Video Bus: always reports core events
[   102.190] (**) evdev: Video Bus: Device: "/dev/input/event4"
[   102.190] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   102.190] (--) evdev: Video Bus: Found keys
[   102.190] (II) evdev: Video Bus: Configuring as keyboard
[   102.190] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event4"
[   102.190] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   102.190] (**) Option "xkb_rules" "evdev"
[   102.190] (**) Option "xkb_model" "pc105"
[   102.190] (**) Option "xkb_layout" "gb"
[   102.191] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   102.191] (II) No input driver specified, ignoring this device.
[   102.191] (II) This device may have been added with another device file.
[   102.192] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   102.192] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   102.192] (II) Using input driver 'evdev' for 'Sleep Button'
[   102.192] (**) Sleep Button: always reports core events
[   102.192] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[   102.192] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   102.192] (--) evdev: Sleep Button: Found keys
[   102.192] (II) evdev: Sleep Button: Configuring as keyboard
[   102.192] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[   102.192] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   102.192] (**) Option "xkb_rules" "evdev"
[   102.192] (**) Option "xkb_model" "pc105"
[   102.192] (**) Option "xkb_layout" "gb"
[   102.192] (II) config/udev: Adding drm device (/dev/dri/card0)
[   102.192] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[   102.193] (II) config/udev: Adding input device CNF7047 (/dev/input/event7)
[   102.193] (**) CNF7047: Applying InputClass "evdev keyboard catchall"
[   102.193] (II) Using input driver 'evdev' for 'CNF7047'
[   102.193] (**) CNF7047: always reports core events
[   102.193] (**) evdev: CNF7047: Device: "/dev/input/event7"
[   102.193] (--) evdev: CNF7047: Vendor 0x4f2 Product 0xb091
[   102.193] (--) evdev: CNF7047: Found keys
[   102.193] (II) evdev: CNF7047: Configuring as keyboard
[   102.193] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5:1.0/input/input14/event7"
[   102.193] (II) XINPUT: Adding extended input device "CNF7047" (type: KEYBOARD, id 9)
[   102.193] (**) Option "xkb_rules" "evdev"
[   102.193] (**) Option "xkb_model" "pc105"
[   102.193] (**) Option "xkb_layout" "gb"
[   102.194] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event5)
[   102.194] (II) No input driver specified, ignoring this device.
[   102.194] (II) This device may have been added with another device file.
[   102.195] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   102.195] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   102.195] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   102.195] (**) AT Translated Set 2 keyboard: always reports core events
[   102.195] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[   102.195] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   102.195] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   102.195] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   102.195] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   102.195] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[   102.195] (**) Option "xkb_rules" "evdev"
[   102.195] (**) Option "xkb_model" "pc105"
[   102.195] (**) Option "xkb_layout" "gb"
[   102.196] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[   102.196] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   102.196] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   102.196] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[   102.196] (II) LoadModule: "synaptics"
[   102.196] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   102.196] (II) Module synaptics: vendor="X.Org Foundation"
[   102.196]     compiled for 1.15.0, module version = 1.7.4
[   102.196]     Module class: X.Org XInput Driver
[   102.196]     ABI class: X.Org XInput driver, version 20.0
[   102.196] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   102.196] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   102.196] (**) Option "Device" "/dev/input/event6"
[   102.216] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5592 (res 55)
[   102.216] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4916 (res 107)
[   102.216] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   102.216] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   102.216] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right
[   102.216] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[   102.216] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   102.216] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   102.228] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input10/event6"
[   102.228] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[   102.228] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   102.228] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[   102.228] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037
[   102.228] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   102.228] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   102.228] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   102.228] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   102.229] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   102.229] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   102.229] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[   102.235] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event8)
[   102.235] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   102.235] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[   102.235] (**) HP WMI hotkeys: always reports core events
[   102.235] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event8"
[   102.235] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[   102.235] (--) evdev: HP WMI hotkeys: Found keys
[   102.235] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[   102.235] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event8"
[   102.235] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 12)
[   102.235] (**) Option "xkb_rules" "evdev"
[   102.235] (**) Option "xkb_model" "pc105"
[   102.235] (**) Option "xkb_layout" "gb"
[  1122.494] (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[  3627.828] (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[/code]
Quote:[ 102.095] (--) intel(0): Integrated Graphics Chipset: Intel® GM45

Login, and post xbmc.log - it will tell you something about hw acceleration.
Oh I see, I couldn't find the xbmc.log, where is this located?
There doesn't seem to be a temp folder in the .xbmc folder.
@TimoV: interesting. I'm not sure how you ended up with that config, but I updated the script, can you try again: https://raw.githubusercontent.com/wsnipe...soundrc.sh
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28