Displaying 12 results from an estimated 12 matches for "xf86vidmode".
2007 Mar 19
1
Windows DirectDraw?
I just tried to install an ancient detective-type RPG ( I am not up with the
classifications.)
(a) It offered to install DirectX. Since Wine has its own DirectX, I
ignored that.
(b) The game failed to run because (according to the message box) it
couldn't find DirectDraw. This showed as a Fixme in the terminal, while
the error message was to do with the display settings - there was no mode
2018 Mar 02
2
Nouveau Digest, Vol 131, Issue 3
...ly exposes a 256-sized LUT to
> userspace, even for 10bpc modes.
>
Yes, but that doesn't matter. In xbgr2101010 mode, the gpu seems to
properly interpolate between the 256 (or 257) hw lut slots, as far as my
measurments go. The X-Server maintains separate color palettes,
per-x-screen xf86vidmode gamma lut's and per-crtc RandR gamma lut's and
munches them together to produce the final 256 slot hw lut for the
kernel, up/downsampling if needed. So adapting the values for
xf86HandleColorMaps() is about properly sizing those internal palette's
and lut's to avoid out-of-bound...
2018 Mar 02
0
Nouveau Digest, Vol 131, Issue 3
...LUT to
>> userspace, even for 10bpc modes.
>>
>
> Yes, but that doesn't matter. In xbgr2101010 mode, the gpu seems to properly
> interpolate between the 256 (or 257) hw lut slots, as far as my measurments
> go. The X-Server maintains separate color palettes, per-x-screen xf86vidmode
> gamma lut's and per-crtc RandR gamma lut's and munches them together to
> produce the final 256 slot hw lut for the kernel, up/downsampling if needed.
OK, so even if you're passing 1024 to xf86HandleColormaps, gamma_set
still only gets called with a 256-entry LUT? If so, that w...
2016 Oct 28
0
[ANNOUNCE] xorg-server 1.18.99.902
...D, DragonFly and OpenBSD
Hans de Goede (8):
modesetting: Fix reverse prime partial update issues on secondary GPU outputs
modesetting: Fix reverse prime update lagging on secondary GPU outputs
xf86RandR12: Move calculating of shift inside init_one_component
xf86RandR12: Fix XF86VidModeSetGamma triggering a BadImplementation error
glx: Always enable EXT_texture_from_pixmap for DRI swrast glx
Xext: Fix a memory leak
XF86VidMode: Fix free() on walked pointer
xfree86: Xorg.wrap: Do not require root rights for cards with 0 outputs
Jeremy Huddleston Sequoia (7)...
2016 Mar 11
0
[ANNOUNCE] xorg-server 1.18.2
...hould improve memory usage and performance on modern hardware, and got
some other performance improvements for rpi and other GLES platforms
- DRI2, DRI3, and Present all received correctness fixes for hangs,
crashes, and other weirdness
- Xwayland server has been updated to support the Xv and the
xf86vidmode extensions for better compatibility, and fixed some bugs
with output hotplug and pointer updates
- Xwin saw improvements to window and clipboard management, and a few
new keyboard layouts
Full change list below. Many thanks to all for fixes and code review.
---
Adam Jackson (11):
xfree86:...
2018 Mar 02
2
Nouveau Digest, Vol 131, Issue 3
...space, even for 10bpc modes.
>>>
>>
>> Yes, but that doesn't matter. In xbgr2101010 mode, the gpu seems to properly
>> interpolate between the 256 (or 257) hw lut slots, as far as my measurments
>> go. The X-Server maintains separate color palettes, per-x-screen xf86vidmode
>> gamma lut's and per-crtc RandR gamma lut's and munches them together to
>> produce the final 256 slot hw lut for the kernel, up/downsampling if needed.
>
> OK, so even if you're passing 1024 to xf86HandleColormaps, gamma_set
> still only gets called with a 256-e...
2012 Jun 10
1
Garena Messenger Chat not working
Hello,
I installed wine 1.3.35 in bodhi Linux to play warcraft online.
I use Garena to play dota online therefore installed the latest Garena plus from their website .Everything is working fine except for chat and discussion.When I hover the mouse over friend list Garena exits automatically.
Can someone help me with this??
When i run Garena Plus ,terminal shows the following code:
Code:
wine
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...Fix key repeats during VT switch.
GetKeyboardEvents: Reject out-of-range keycodes (bug #12528)
Input: Generate XKB mapping changes for all core-sending devices (bug #12523)
XFree86 Misc/VidMode: Remove ridiculous debug ErrorFs
configure.ac/XFree86: Only build XF86Misc and XF86VidMode when appropriate
Xi: Include XI protocol header in exevents.h
XKB: Add more bits to xkbsrv.h
XFree86: Remove ridiculous SIGIO debugging
XKB: Don't update indicators on all devices, add missing include file
XKB: Cope with all events in XkbProcessKeyboardEvent...
2011 Nov 04
0
Wine release 1.3.32
...makefiles: Add rules for building mo files.
wrc: Store the current po file in a global variable.
wrc: Load translations from mo files instead of po.
configure: Generate rules to update po files when gettextpo is explicitly requested.
winex11: Add error checks around every XF86VidMode call.
mmdevapi/tests: Don't crash on test failure.
gdi32: Add a few helper functions for computing font metrics.
gdi32: Implement GetTextMetrics as a standard driver entry point.
gdi32: Don't return outline metrics for bitmap fonts.
gdi32: Implement EnumDeviceF...
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...ssue that can occur on macOS due to background apps incorrectly stealing focus
glx: Only include compositeext.h if COMPOSITE is supported
Jon TURNEY (14):
xfree86: work around a sdksyms problem with gcc5 on Cygwin
meson: Test to build xserver_poll.c was inverted
meson: Make xf86vidmode optional
meson: Fix typoed filename
meson: Fix typo in xephyr option description
meson: Remove stray whitespace
meson: Nettle is required if it's the only SHA1 choice
meson: Don't require xf86dgaproto
meson: Make driprotos and libdrm optional
meson:...
2015 Feb 07
5
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
...yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... no
checking for LIBDRM... yes
checking for LIBUDEV... yes
checking for GLPROTO... yes
checking for DRI2PROTO... yes
checking for XF86VIDMODE... yes
checking for DRIGL... yes
checking for EXPAT... no
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking for INTEL... yes
checking for mincore... yes
checking for elf_memory in -lelf... yes
chec...
2008 Feb 18
3
help with x config on centos 5.1
...Panning Domain: @ 640 x 480
(II) NVIDIA(0): Position : [0, 0, 640, 480]
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
(II) NVIDIA(0):
(II) NVIDIA(0): Implicitly adding the following modes to X Screen 0 (these
(II) NVIDIA(0): will be available via XRandR and XF86VidMode):
(II) NVIDIA(0):
(II) NVIDIA(0): "1600x1024" : 1600 x 1024 @ 60.0 Hz
(II) NVIDIA(0): "1400x1050" : 1400 x 1050 @ 60.0 Hz
(II) NVIDIA(0): "1280x1024" : 1280 x 1024 @ 60.0 Hz
(II) NVIDIA(0): "1280x960" : 1280 x 960 @ 60.0 Hz
(II) NVIDIA(0): "...