similar to: running wine without MIT-SHM

Displaying 20 results from an estimated 10000 matches similar to: "running wine without MIT-SHM"

2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
(Hope this is the right place to post this message.) Hi all, I am working on a small movie player which can play full screen movie using Xserver. It works fine in Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) >
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
(Hope this is the right place to post this message.) Hi all, I am working on a small movie player which can play full screen movie using Xserver. It works fine in Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) >
2019 Nov 23
0
[ANNOUNCE] xorg-server 1.20.6
A variety of bugfixes across the board, primarily in Xwayland and PRIME. This release also includes GLX vendor selection support. Thanks to all who contributed with testing and fixes! Aaron Plattner (3): GLX: Set GlxServerExports::{major,minor}Version xfree86: Call ScreenInit for protocol screens before GPU screens os: Don't crash in AttendClient if the client is gone Adam
2008 Jun 11
0
X.Org security advisory june 2008 - Multiple vulnerabilities in X server extensions
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 X.Org security advisory, June 11th, 2008 Multiple vulnerabilities in X server extensions CVE IDs: CVE-2008-1377, CVE-2008-1379, CVE-2008-2360, CVE-2008-2361, ~ CVE-2008-2362 Overview Several vulnerabilities have been found in the server-side code of some extensions in the X Window System. Improper validation of client-provided data can
2010 May 21
1
Dovecot and /dev/shm
Hi, I have tried to use /dev/shm for Dovecot's index files: > mail_location = mbox:~/mail:INBOX=/var/mail/%u:INDEX=/dev/shm/%u But it does not seem to like it. May 21 07:13:59 IMAP(user): Error: stat(/dev/shm/user/.imap/INBOX) failed: Permission denied (euid=1234(user) egid=500(group) missing +x perm: /dev/shm) It seems to me that /dev/shm permissions are OK. Any suggestions on how
2013 Sep 24
2
how to mount /dev/shm on system container
i have create a system container test1 and trying to mount /dev/shm inside a container <domain type='lxc'> <name>test1</name> <memory>102400</memory> <os> <type>exe</type> <init>/sbin/init</init> </os> <vcpu>1</vcpu> <devices> <console type='pty'/>
2011 Jun 24
1
Exporting /dev/shm as NFS share?
I'm trying to do some network transfer test using NFS. The problem is when I try to eliminate the possibility of the hard disks being the bottleneck. I am unable to export /dev/shm as a NFS share. Initially there was an error about fsid or wrong filesystem. If I use a symbolic such as /home/test -> /dev/shm, on the remote system, this causes the NFS client to see its own /dev/shm If I
2015 Jun 16
0
[ANNOUNCE] xorg-server 1.17.2
This picks up a pile of fixes from master. Notable highlights: - Fix for CVE-2015-3164 in Xwayland - Fix int10 setup for vesa - Fix regression in server-interpreted auth - Fix fb setup on big-endian CPUs - Build fix for for gcc5 Complete changelog: Aaron Plattner (2): xfree86: Fix xf86_check_platform_slot's handling of PCI xfree86: Add GPU screens even if there are no active
2016 Jul 19
0
[ANNOUNCE] xorg-server 1.18.4
Another pile of backports from the devel branch, primarily in glamor, xwayland, and the modesetting driver. Thanks to all who contributed. Adam Jackson (9): dix: Squash some new gcc6 warnings kdrive: Nuke a bunch of dead code xfree86: Add IndirectGLX server flag (v2) xfree86: Don't swallow Âħiglx command line flag modesetting: resubmit dirty rects on EINVAL (v2)
2013 Sep 24
0
Re: how to mount /dev/shm on system container
On Tue, Sep 24, 2013 at 03:07:11PM +0530, Aarti Sawant wrote: > i have create a system container test1 and trying to mount /dev/shm inside > a container > > <domain type='lxc'> > <name>test1</name> > <memory>102400</memory> > <os> > <type>exe</type> > <init>/sbin/init</init> > </os> >
2011 Jun 02
2
How to set selinux policy "allow httpd_t unconfined_t:shm { unix_read unix_write }; " using an seboolean? (How to get a new seboolean?)
Hi. I'm trying to get OTRS running on CentOS 5.5 with SELinux enabled, and audit.log / audit2allow tell me I need to add the local policy: #============= httpd_t ============== allow httpd_t unconfined_t:shm { unix_read unix_write }; which I think will allow the httpd access to read and write from shared memory? Is that right? What are the risks involved in opening this? I notice it is
2001 Mar 17
1
ogg123 doesn't destroy shm segment
Every time ogg123 -bXXX is run, it creates another shared memory segment but fails to destroy it on exit. Thus an increasing number of shm segments keeps piling up and eat all the (often rather limited amount of) available shared memory. The patch below corrects this and also fixes the bizarre abuse of stat() permission bits for shmget(). On systems that support it, I'd very much like to
2008 Mar 01
3
Help! I've some how screwed up my Wine up!
So I still have no idea what I did but every time I try to launch a program under Wine I get an error like this. I basically uninstalled, and then reinstalled but now the error seems to even spread to winecfg. Do I do yet another reinstall of Ubuntu or is there some fix to this? Code: joe at rbjcorp-02911:~$ winecfg wine: creating configuration directory '/home/joe/.wine'... wine:
2013 Feb 20
0
[ANNOUNCE] xf86-video-intel 2.21.3
Release 2.21.3 (2013-02-20) =========================== A few minor bugfixes, another point release. * Fix tracking of DRI pixmaps and their backing bo across reparenting. If we tried to execute a SwapBuffers after a Window was reparented, but before the DRI client has updated its references, then we would end up manipulating an exported pixmap without a flush flag set. In the worst
2018 Mar 28
0
[ANNOUNCE] xorg-server 1.19.99.902
This merges the DRI3 1.2 support (with an asterisk) and per-window flips for Xwayland, along with the usual collection of miscellaneous fixes. In particular the meson build is much closer to production- ready. The asterisk for DRI3 is that the modesetting driver has some known issues still, so the code to enable planes and modifiers is hidden behind an xorg.conf option: Section
2018 Oct 15
0
[ANNOUNCE] xorg-server 1.20.2
Lots of bugfixes all over the map. Thanks to all for testing and patches! Adam Jackson (8): modesetting: Lie less in the man page modesetting: Document Option "DoubleShadow" in the man page xfree86: Fix Option "MaxClients" validation modesetting: Don't free(dst) in drmmode_prop_info_copy glamor_egl: Don't initialize on llvmpipe
2006 Sep 21
1
missing /dev/pts and /dev/shm on domU
Hello! I set up an Xen-3.0.2-3 on an Ubuntu 6.06 as dom0. Then I installed a paravirtualized Scientific Linux 3 linux (RHEL3/centos3 clone) as domU. I replaced the modutils. The systems boot and I can login on console. But I can''t login via ssh, because the /dev directory seems to be replaced by a udev process in the initrd. In detail the folder /dev/pts and /dev/shm are missing
2010 Feb 26
0
rkhunter doesn't remove temp suspscan files in /dev/shm
Alle, I know this is off-topic, so I apologize in advance, but we have installed rkhunter from EPEL (because it has the current version, 1.3.6 vice the 1.3.4 rpmforge version) on our CentOS machine and find that it does not remove the files in /dev/shm it uses for the SUSPSCAN test, this triggering a warning for said test. This was a known bug that was supposed to be have been fixed in V1.3.1.
2014 Aug 10
0
v7 - /dev/shm mount options
Hi, There is no entry in fstab any more. Where can I change the mount options of /dev/shm in v7? -- Kind Regards, Markus Falb
2016 Nov 15
0
[ANNOUNCE] xorg-server 1.19.0
After verifying that bug 1382444 has been fixed, it's time to release 1.19 at last. Thanks to everyone who helped develop, test and document this release! Ian Ray (1): xwayland-shm: block signals during fallocate Keith Packard (2): dix: Make sure client is not in output_pending chain after closed (RH 1382444) Bump version to 1.19.0 Timo Aaltonen (1): dri2: Sync