Displaying 20 results from an estimated 54 matches for "pbuffer".
Did you mean:
buffer
2009 Jun 05
1
Problems with pbuffers
Heya,
I have the problem that pbuffers works and is reported present in linux, but when running inside wine they are not :(.
Some info:
* glxinfo gives: GLX_SGIX_pbuffer in both server and client glx extensions, the glx version is reported as 1.4
* fgl_glxgears says on start: Using GLX_SGIX_pbuffer and it works as it should.
* the gle...
2007 Aug 05
1
Using Compiz in KDE
...on #
if (( `ps -A -o comm | grep -c '^Xgl$'` == "1" )); then DISPLAY=:1
gnome-settings-daemon & DISPLAY=:1 compiz --replace else echo "${0}:
Error: compiz not launched. Xgl not running?" fi
/usr/local/bin/startxgl:
#!/bin/sh
Xgl -fullscreen :1 -ac -br -accel glx:pbuffer -accel xv:pbuffer &
sleep 4
export DISPLAY=:1
exec gnome-session
This is the address of the original tutorial:
http://blog.stephanbuys.com/2007/04/compiz-and-ubuntu-feisty-fawn-ati-x1400.html
Thanks in advance.
Dotan Cohen
http://lyricslist.com/
http://what-is-what.com/
2009 Jun 21
0
Far Cry 2: Help me to manage to get it working...
Hello everybody!
I try to get Far Cry 2 running since it came out, but it still doesn't work.
The game installs without any problems...
The game loads when pbuffer is used as rendering mode, but doesn't
load when fbo is used.
When i try to start the single player campaign (with pbuffer), i can
see the map for about 5 seconds, then it will crash too (and it looks
bad)
To find the cause, i've made logs:
1. Using pbuffer: http://pastebin.be/19305
2. Usi...
2005 Jun 23
2
Speex and DS
...rd 8Khz,16 bit, 1 channel recording.
#define FRAME_SIZE 160
short in[FRAME_SIZE];
int size = dwDSOutputLockedBufferSize;
char* buffer = new char[size];
CopyMemory( //copying the buffer to an array of bytes
buffer,
pDSCaptureLockedBuffer,
size );
/*Read a 16 bits/sample audio frame*/
memcpy(in,pbuffer,FRAME_SIZE*sizeof(short));
pbuffer+=FRAME_SIZE*sizeof(short);
Thank you for any help
Rafal
2011 Feb 20
2
Same Error with many games
...orted information class 3
err:rpc:I_RpcGetBuffer no binding
fixme:win:EnumDisplayDevicesW ((null),0,0x39091a8,0x00000000), stub!
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 128 (GLX)
Minor opcode of failed request: 27 (X_GLXCreatePbuffer)
Serial number of failed request: 1656
Current serial number in output stream: 1657
i dont think there is insufficient resources for an operation because this
pc should be fine with all of it,
now ive got the question if :
- Ubuntu is incompatible with the new computer parts (i dont think so...
2007 Sep 23
0
Add U32 Filter with libnl
...o(pFilter, 100);
rtnl_cls_set_protocol(pFilter, ETH_P_IP);
// setting parent class id
rtnl_tc_str2handle("1:", &handle);
rtnl_cls_set_parent(pFilter, handle);
// source port filter
rtnl_u32_add_key_uint16(pFilter, 22, 0xffff, U32_SPORT, 0);
// setting flowid
sprintf(pBuffer, "1:%i", parentId); /* flowid 1:20 */
rtnl_tc_str2handle(pBuffer, &handle); rtnl_u32_set_classid(pFilter, handle);
// add filter
if (rtnl_cls_add(m_pNetlinkHandle, pFilter, NLM_F_REPLACE) < 0)
...
Thanks in advance for your help!
Gerrit
_____________________...
2006 May 11
1
compiz without a desktop window
...ng the binding for lower window does lower the window, though not always to the bottom.
There are occasions where it does lower it to the bottom, but it's not clear what causes this.
I start Xgl/compiz like this:
xinit /etc/X11/xinit/xinitrc.compiz -- /usr/bin/Xgl -ac -accel xv:fbo -accel glx:pbuffer -ac -br -deferglyphs 16
where x/etc/X11/xinit/initrc.compiz contains:
gnome-window-decorator &
compiz gconf
This is on a pure vanilla fdo cvs build.
Obviously, using a desktop window removes this behavior.
That is something I'd prefer not to be forced to do.
2008 Mar 08
3
No shutdown option in KDE with Compiz-Fusion
I have installed Compiz-Fusion on several Ubuntu machines, all
different hardware, with KDE. In all of them, the option to shutdown
or reset the computer is absent from the KDE logout buttons when
running Compiz-Fusion. I have searched google and see that others have
this problem, but I do not see a solution. Is there a known solution
to this condition?
Thanks in advance.
Dotan Cohen
2005 Jun 23
1
Speex and DS
...ec;
SpeexBits bitsenc; //bits for encoding
SpeexBits bitsdec; //bits for decoding
enc_state = speex_encoder_init(&speex_nb_mode);
int tmp=10;
speex_encoder_ctl(enc_state, SPEEX_SET_QUALITY, &tmp);
speex_bits_init(&bitsenc);
FILE* fout = fopen("_ee.raw","w");
char* pbuffer = buffer;
int nFrames = BUFFERSIZE/FRAME_SIZE;
char cbitsenc[200];
for(int i = 0 ; i < nFrames ; i++)
{
memcpy(in,pbuffer,FRAME_SIZE*SS); //fill in array with shorts
pbuffer+=FRAME_SIZE*SS; // from array of char
for (i=0;i<FRAME_SIZE;i++)
input[i]=in[i];
speex_bits_reset(&bitsen...
2004 Aug 06
1
About reducing noise..
...i++)
in[i] = out_buffer[i];
speex_bits_reset(&bits);
// encode
speex_encode ( state, in, &bits);
// copy bits to an array of chars
nbBytes = speex_bits_write ( &bits, cbits, 200);
// copy these cbits into a buffer
CopyBuffer(pBuffer + dwLength, cbits, nbBytes);
dwLength += nbBytes;
}
// uninitialize
For decoding .
SpeexBits bits;
int i, tmp;
state = speex_decoder_init(&speex_nb_mode);
tmp =1;
speex_decoder_ctl(state, SPEEX_SET_ENH, &tmp);
speex_bits_init(&bits);
char temp[10];
long sizeToRead = 4;
w...
2009 Sep 07
1
wine-1.1.29 crash on civ IV
...to launch Civilization IV (both basic
and BtS). I followed the instructions from the thread below:
http://osdir.com/ml/wine-users/2009-08/msg00427.html
...and changed OffscreenRenderingMode to "backbuffer". This solves the
problem described there but runs into another. Setting it to "pbuffer"
gives the same result:
-------8<--------
Unhandled exception: page fault on read access to 0x00000010 in 32-bit
code (0xb774b594).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:b774b594 ESP:0033f018 EBP:0033f050 EFLAGS:00010292( R- -- I S -A- - )
EAX:00000000 EBX...
2007 Mar 01
2
Composite retained drawing protocol
I've recently drafted a rough idea of a composite manager agnostic
protocol for leveraging the compositor for retained drawing in a way
suitable for highly interactive and flexible applications.
It seems to be that for anything like this to be a success it would
have to be developed with the support of multiple window managers, and
I would appreciate any feedback, ideas, and contributions to
2008 Dec 09
4
Civilization IV refuses to run, also Morrowind problems
Hi,
I just tried to install Civ4 1.74 according to the notes on its appdb page (using the new 1.1.10 Debian 5.0 packages), but whenever I try to run the game, I get this:
matt at hayashi:~/.wine/drive_c/Program Files/Firaxis Games/Sid Meier's Civilization 4$ wine Civilization4.exe
fixme:service:QueryServiceObjectSecurity 0x141140 4 0x141828 0 0x32ef30 - semi-stub
2008 Nov 17
6
PWGL, some improvements
Hi,
few months ago I started a thread about running PWGL under wine. PWGL is a "
free cross-platform visual language based on Common Lisp, CLOS and OpenGL,
specialized in computer aided composition and sound synthesis. "
http://www2.siba.fi/PWGL/index.html
However, because I had to use winetricks to install Microsoft Visual C++
2005 (it's needed by PWGL), and the many errors that I
2009 Mar 22
2
Warhammer - Mark of Chaos
Hi...
After playing a mission in 'Warhammer - Mark of Chaos' i get an error-message (access violation), when the scenario-map is loaded.
In Application database i couldn't find a relating solution to this error, only some registry-keys for wine version 0.9.32.
Unfortonatly, when I load them into the registry I get the error massage 'invalid parameter' during startup.
Does
2009 Feb 08
0
Some questions/suggestions
...ew dll?
Then it would be nice to create a sort of repository where you can get
a patched dll, so you woudln't have to compile it yourself...
Also, would it be possible to create a sort of advanced configuration
window concerning the graphics tab, where you could select a rendering
method (fbo, pbuffer...) and set your memory? A simple suggestion, but
imo it should not be in the main tab, but linked to a button.
2009 Jan 20
4
Regedit problems-Guild Wars
...ng is really making me mad. I've been trying for a very long time now (off and on for a year), and I finally stumbled upon this:
Code:
If you are having graphics issues, use regedit to try some registry keys:
* UseGLSL=disabled
* DirectDrawRenderer=opengl
* OffscreenRenderingMode=pbuffer or fbo
* RenderTargetLockMode=auto
now, where the heck are these registry keys? I've scoured my registry for them, and can't seem to find them in hkley current user software wine, or wherever they're supposed to be.
using wine 1.1.13
2009 Apr 28
1
Gw.exe -- keyboard:X11DRV_MapVirtualKeyEx keyboard layout
..."Guild Wars has encountered an unrecoverable graphics driver error and must terminate" (bug #12870) is caused by fglrx, not Wine.
If you are having graphics issues, use regedit to try some registry keys:
* UseGLSL=disabled
* DirectDrawRenderer=opengl
* OffscreenRenderingMode=pbuffer or fbo
* RenderTargetLockMode=auto
DIDN"T TRY THESE YET
Appending these flags to the run command may help you:
* -dx8 - Uses DirectX 8
* -dsound - Uses DirectSound
* -nosound - Disables sound
TRIED THESE[/code]
2009 Apr 29
2
[Oblivion] broken Menu Fonts
...ual Desktop, the menu has some broken colours on its borders, but that is not serious. The big Problem are the letters! You cannot read anything. I changed several settings:
Code:
bDoImageSpaceEffects=0
Code:
bUseRefractionShader=0
e.g. remove the fonts completely. Registry settings like fbo, pbuffer and backbuffer also do not have any effect. Bloom and HDR are also working perfectly, but the fonts stay the same: unreadable. I checked the appDB and google but wasn't lucky, could somebody please help me on this?
2008 Nov 14
0
fglrx and glx server version
...ion that a big problem right now with the fglrx
module and wine may have to do with the server reporting glx 1.2. I
made a shotty attempt to make wine pretend like it detected the a newer
version, however it did not work... I don't quite understand the
problem, but I know I can use things like pbuffers with opengl natively.
If a temporary patch could be made possibly piping WGL_ARB_pbuffer to
GLX_SGIX_pbuffer or something that would be great. It's my
understanding that there used to be another flag ATI_render_texture... I
am using an HD3870 with 8.11, and it is not supported with a driver
b...