Pavel Rojtberg

Results 352 comments of Pavel Rojtberg

@Almamu Looks like xboxgip.sys is the driver of the xbox controllers: http://batcmd.com/windows/10/services/xboxgip/ Remember that XBOX pads use wireless communication and not bluetooth so it makes sense to have that driver...

@xdarklight mt76 is the open source driver for the MT76x2 family (which includes the MT7612). It's firmware looks suspiciously similar to what FW_ACC_00U.bin contains: https://github.com/openwrt/mt76/tree/master/firmware (I've compared it with mt7662_firmware_e3_v1.9.bin)

> echo 1 > /sys/module/bluetooth/parameters/disable_ertm see here: https://github.com/paroj/xpad/issues/14#issuecomment-249609916

> In Ogre 2.1 we're trying to move away from OGRE being "installed" in the system as it causes more problems than it solves note that this does not apply...

[author="charles", created="Mon, 22 Sep 2014 10:41:31 +0200"] I had a similar problem that came form an invalid specular intensity in material file (>128), glGetError not called, so a wrong error...

[author="dark_sylinc", created="Mon, 22 Sep 2014 16:28:49 +0200"] Is GL3 also affected by the issue? (GL doesn't exist in 2.0) Is there a quick way to repro the problem? What are...

[author="charles", created="Mon, 22 Sep 2014 16:37:22 +0200"] for my problem, it is under archlinux with nvidia drivers, loading a material with specular intensity more than 128. GlError is not catch,...

[author="dark_sylinc", created="Mon, 22 Sep 2014 16:51:33 +0200"] Yes, you have to explicitly enable it in CMake. Thanks for the info. When I get time I'll have to setup Linux in...

[author="hhyyrylainen", created="Tue, 23 Sep 2014 11:30:02 +0200"] (I couldn't actually verify whether this actually affects GL3+ as it failed to start due to missing symbol in RenderSystem_GL3Plus.so) Drivers wise I...