Displaying 14 results from an estimated 14 matches for "accler".
Did you mean:
acces
2010 May 23
0
Multimedia Fusion 2 Hardware Accleration is bugged
Hey guys,
I'm using WINE to run MMF2.
When trying to run MMF2 non HWA, it works fine. Problem is beggining while I try to run HWA. It starts, program has loaded all extensions and started. Now I put new app and enter a frame. Now I can see, that if I click anywhere, or select any object, or create a new one, frame screen shakes strange for half second and returns to original. Sometimes it
2013 Oct 04
2
[PATCH] drm/nouveau/fb: fix suspend/resume fbcon
Am Donnerstag, den 03.10.2013, 23:50 +0100 schrieb Emil Velikov:
> I'm not entirely sure this is correct. One needs to save and disable
> accleration before suspending the fb. Please try the following
>
> - if (state == 0)
> + if (state == 1)
> nouveau_fbcon_save_disable_accel(dev);
> fb_set_suspend(drm->fbcon->helper.fbdev, state);
> - if (state == 1)
> + if (state == 0)
> nouveau_fbcon_restore_accel(dev...
2007 Mar 19
2
ProgeCAD
Hi,
I would like to install ProgeCAD
(http://appdb.winehq.org/appview.php?iVersionId=3604).
The installation was completed succesfully but when I launch the program
Wine says:
err:wgl:process_attach X11DRV or GDI32 not loaded. Cannot create default
context.
err:module:LdrInitializeThunk "opengl32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization
2017 Apr 15
0
[PATCH RFC (resend) net-next 5/6] virtio-net: Add support for vlan acceleration vnet header extension.
.../include/uapi/linux/virtio_net.h
index eac8d94..6125de7 100644
--- a/include/uapi/linux/virtio_net.h
+++ b/include/uapi/linux/virtio_net.h
@@ -57,6 +57,7 @@
* Steering */
#define VIRTIO_NET_F_CTRL_MAC_ADDR 23 /* Set MAC address */
#define VIRTIO_NET_F_IP6_FRAGID 24 /* Host supports VLAN accleration */
+#define VIRTIO_NET_F_VLAN_OFFLOAD 25 /* Host supports VLAN accleration */
#ifndef VIRTIO_NET_NO_LEGACY
#define VIRTIO_NET_F_GSO 6 /* Host handles pkts w/ any GSO type */
@@ -111,6 +112,7 @@ struct virtio_net_hdr_v1 {
*/
struct virtio_net_ext_hdr {
#define VIRTIO_NET_EXT_F_IP6FRAG (...
2017 Apr 15
11
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
Curreclty virtion net header is fixed size and adding things to it is rather
difficult to do. This series attempt to add the infrastructure as well as some
extensions that try to resolve some deficiencies we currently have.
First, vnet header only has space for 16 flags. This may not be enough
in the future. The extensions will provide space for 32 possbile extension
flags and 32 possible
2017 Apr 15
11
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
Curreclty virtion net header is fixed size and adding things to it is rather
difficult to do. This series attempt to add the infrastructure as well as some
extensions that try to resolve some deficiencies we currently have.
First, vnet header only has space for 16 flags. This may not be enough
in the future. The extensions will provide space for 32 possbile extension
flags and 32 possible
2013 Oct 03
2
[PATCH] drm/nouveau/fb: fix suspend/resume fbcon
On resume of a hibernated notebook, I get garbled virtual consoles.
fb_set_suspend(*dev, state == 0 means dev is running ...)
This patch fixes that issue for me:
hibernate:
kernel: nouveau [ DRM] suspending fbcon...
kernel: nouveau [ DRM] suspending display...
kernel: nouveau [ DRM] unpinning framebuffer(s)...
kernel: nouveau [ DRM] evicting buffers...
kernel: nouveau [
2013 Nov 17
1
[PATCH] drm/nouveau/fb: fix suspend/resume fbcon
On 17.11.2013 00:22, Emil Velikov wrote:
> On 04/10/13 01:54, Christoph Rudorff wrote:
>> Am Donnerstag, den 03.10.2013, 23:50 +0100 schrieb Emil Velikov:
>>> I'm not entirely sure this is correct. One needs to save and disable
>>> accleration before suspending the fb. Please try the following
>>>
>>> - if (state == 0)
>>> + if (state == 1)
>>> nouveau_fbcon_save_disable_accel(dev);
>>> fb_set_suspend(drm->fbcon->helper.fbdev, state);
>>> - if (state == 1)
>>> +...
2013 Nov 16
0
[PATCH] drm/nouveau/fb: fix suspend/resume fbcon
On 04/10/13 01:54, Christoph Rudorff wrote:
> Am Donnerstag, den 03.10.2013, 23:50 +0100 schrieb Emil Velikov:
>> I'm not entirely sure this is correct. One needs to save and disable
>> accleration before suspending the fb. Please try the following
>>
>> - if (state == 0)
>> + if (state == 1)
>> nouveau_fbcon_save_disable_accel(dev);
>> fb_set_suspend(drm->fbcon->helper.fbdev, state);
>> - if (state == 1)
>> + if (state == 0)
>>...
2013 Oct 03
0
[PATCH] drm/nouveau/fb: fix suspend/resume fbcon
...restore_accel(dev);
> fb_set_suspend(drm->fbcon->helper.fbdev, state);
> if (state == 1)
> - nouveau_fbcon_restore_accel(dev);
> + nouveau_fbcon_save_disable_accel(dev);
> console_unlock();
> }
I'm not entirely sure this is correct. One needs to save and disable
accleration before suspending the fb. Please try the following
- if (state == 0)
+ if (state == 1)
nouveau_fbcon_save_disable_accel(dev);
fb_set_suspend(drm->fbcon->helper.fbdev, state);
- if (state == 1)
+ if (state == 0)
nouveau_fbcon_restore_accel(dev);
console_unlock();
Cheers,
Emil
2010 Apr 06
66
[Bug 27501] New: nVidia 9600M GT (Macbook Pro current model) is unable to boot
https://bugs.freedesktop.org/show_bug.cgi?id=27501
Summary: nVidia 9600M GT (Macbook Pro current model) is unable
to boot
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: Driver/nouveau
2019 Jul 27
3
Video Hardware Decoding: Jittery Rectangles on Nvidia GT218 NVA8 VP4.
...m Nvidia's proprietary driver to nouveau due to Arch Linux
removing its nvidia-340xx package.
The machine is an Acer Revo.
$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [ION] [10de:0a64] (rev a2)
I think this is codename NVA8 with the video-accleration engine VP4.0.
I've these packages installed, following
https://wiki.archlinux.org/index.php/Nouveau and
https://wiki.archlinux.org/index.php/Hardware_video_acceleration
$ pacman -Q | egrep 'nvidia|nouveau|mesa|vdpau|vaapi|xorg-server'
libva-mesa-driver 19.1.3-1
libva-...
2008 May 01
0
[ANNOUNCE] xf86-video-xgixp 1.7.99.3
...quot;inline" keywords.
~ Comments for xg47_BeginCmdList
~ Hate on CARD32 in xg47_cmdlist.[ch].
~ Fix a s/CARD32/uint32_t/ change missed on the previous commit.
~ Require the matching DRM version.
~ Mask off the naughty upper bits of the register address.
~ Default accleration options to TRUE.
~ Update to XP10 DRM version 0.10.0 protocol.
~ Fix typo in invocation of IN3X5B.
~ Call XGIDRICloseScreen directly from XGICloseScreen.
~ Remove call to XGIDumpRegisterValue from XGICloseScreen.
~ Misc clean ups, remove unnecessary "pXGI->chip...
2012 Jul 19
20
[Bug 52244] New: [ 4.876531] [drm] nouveau 0000:01:00.0: GPU lockup - switching to software fbcon
...r acceleration that isn't there as
a result of the GPU lockup). I can't boot the Fedora 3.5.0 kernels with
nouveau.noaccel=1 at all; machine hangs hard and I have to power off/on to
restart. Either the GPU lockup needs to be corrected (nv50 nVidia card) or I
need to be able to disable the accleration in the nouveau driver.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.