Displaying 7 results from an estimated 7 matches for "xf86msg".
Did you mean:
xf86cfg
2016 Jul 07
2
Nouveau fails to initialize G94GL / Quadro-FX1800 on aarch64 board
...After xf86AllocateScreen I end up with xf86GPUScreens == 1 and
xf86NumScreens == 0.
The xf86GPUScreens seems to be ignored by all the following code, only
xf86NumScreens is evaluated afterwards in xf86BusConfig:
/* If nothing was detected, return now */
if (xf86NumScreens == 0) {
xf86Msg(X_ERROR, "No devices detected.\n");
return FALSE;
}
Is the issue that xf86NumScreens is zero at the beginning, or that
xf86GPUScreens is not taken into account later on?
Any help would be highly appreciated.
Thanks and best regards, Clemens
2008 Jun 17
0
[ANNOUNCE] xf86-input-evdev-2.0.0
evdev 2.0 has arrived. Roll out the carpet and bring the cake.
FWIW, I hereby also take maintainership of evdev.
Cheers,
Peter
Peter Hutterer (3):
Finalize MB emulation if EvdevProbe fails.
Shut up compiler warning "implicit declaration of function 'xf86Msg'"
evdev 2.0.0
git tag: xf86-input-evdev-2.0.0
http://xorg.freedesktop.org/archive/individual/driver/xf86-input-evdev-2.0.0.tar.bz2
MD5: 0fad5a5039b4f95798af2954924bff62 xf86-input-evdev-2.0.0.tar.bz2
SHA1: 7a6fe34e4a0d5623c3df446cb99f8d36960d43e0 xf86-input-evdev-2.0.0.tar.bz2
h...
2016 Jul 06
2
Nouveau fails to initialize G94GL / Quadro-FX1800 on aarch64 board
Hi Ilia,
> Very odd. Perhaps you're trying to run X as non-root and don't have
> proper permissions on /dev/dri/card0? It seems like something in
> https://cgit.freedesktop.org/nouveau/xf86-video-nouveau/tree/src/nv_driver.c#n400
Thanks for the pointer, I'll try to dig a bit deeper there.
I forgot to mention that I am trying to run X inside an debian
unstable chroot (the
2016 Jul 07
0
Nouveau fails to initialize G94GL / Quadro-FX1800 on aarch64 board
...p with xf86GPUScreens == 1 and
> xf86NumScreens == 0.
>
> The xf86GPUScreens seems to be ignored by all the following code, only
> xf86NumScreens is evaluated afterwards in xf86BusConfig:
> /* If nothing was detected, return now */
> if (xf86NumScreens == 0) {
> xf86Msg(X_ERROR, "No devices detected.\n");
> return FALSE;
> }
>
> Is the issue that xf86NumScreens is zero at the beginning, or that
> xf86GPUScreens is not taken into account later on?
>
> Any help would be highly appreciated.
>
> Thanks and best regards,...
2016 Apr 28
0
[ANNOUNCE] xf86-input-libinput 0.19.0
...driver's priority up.
For the cases where the wacom driver should not handle any device, simply
uninstalling it is sufficient.
Peter Hutterer (2):
conf: rename to 60-libinput.conf
xf86-input-libinput 0.19.0
Stanislav Ochotnicky (1):
Fix implicit declaration of function 'xf86Msg' in xf86libinput.c
git tag: xf86-input-libinput-0.19.0
http://xorg.freedesktop.org/archive/individual/driver/xf86-input-libinput-0.19.0.tar.bz2
MD5: 52c38b1369764243bfcf6ead1e4c6d32 xf86-input-libinput-0.19.0.tar.bz2
SHA1: 639163b423f906cda542bc51850a1dbc55c57239 xf86-input-libinput-0.19.0...
2009 Mar 02
1
[ANNOUNCE] xf86-input-evdev 2.1.99.1
...e (1):
Janitor: make distcheck, .gitignore.
Peter Breitenlohner (1):
fix manpage formatting
Peter Hutterer (64):
Bump to 2.1.99.
Document InvertX/Y options.
Document properties in man page.
Add property support for ReopenAttempts option.
Janitor: clean up xf86Msg use, might as well use X_CONFIG directly.
Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.
Register property handler from within the modules, not the main evdev file.
Rename DragLockInit to DragLockPreInit, remove superfluous "return"...
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...store leftover
XQuartz: Cleanup some compiler warnings
XQuartz: RandR: Fix mode changing for multi-monitor configurations.
Jesse Adkins (10):
xfree86: Remove comments about unable to use malloc.
xfree86: Remove prototypes for non-existant functions.
xfree86: Simplify xf86Msg{,Verb}
xfree86: Fix leaks in OpenConfigFile and OpenConfigDir
xfree86: Removed unused messages from Configint.h
xfree86: Purge parsePrologueVoid.
xfree86: Document terminate not mapped by default (bug 25083)
xfree86: Purge kbdCustomKeycodes from xf86Info.
xfree86...