search for: addscreen

Displaying 20 results from an estimated 25 matches for "addscreen".

2009 Nov 03
2
[Bug 24866] New: AddScreen/ScreenInit failed for driver 0 / NV50
http://bugs.freedesktop.org/show_bug.cgi?id=24866 Summary: AddScreen/ScreenInit failed for driver 0 / NV50 Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.free...
2008 Sep 03
5
Unable to start Xorg in dom0 (Linux kernel 6.1.18)
...(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Couldn''t allocate video memory Fatal server error: AddScreen/ScreenInit failed for driver 0 giveing up. xinit: Connection refused (errno 111): unable to connect to X server xinit: No such process (error 3): Server error. Did anyone face this problem when starting the Xserver? The hardware is Intel Corporation 82946GZ/GL. The system is based on linux-2.6.18...
2019 Feb 09
1
Latest kernel crashes X and gnome
...20.1, module version = 1.0.0 [??? 14.247] ??? ABI class: X.Org ANSI C Emulation, version 0.4 [??? 14.247] (II) UnloadModule: "vesa" [??? 14.247] (II) Unloading vesa [??? 14.247] (EE) modeset(G0): drmSetMaster failed: Invalid argument [??? 14.247] (EE) Fatal server error: [??? 14.247] (EE) AddScreen/ScreenInit failed for gpu driver 0 -1 [??? 14.247] (EE) [??? 14.247] (EE) Please consult the The X.Org Foundation support ??? ?at http://wiki.x.org ?for help. [??? 14.247] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [??? 14.247] (EE) [??? 14...
2007 Dec 30
22
[Bug 13864] New: crash with RandR12 on server restart
http://bugs.freedesktop.org/show_bug.cgi?id=13864 Summary: crash with RandR12 on server restart Product: xorg Version: 7.3 Platform: Other OS/Version: All Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy:
2009 May 03
0
Crash with Xinerama enabled [patch]
...n=0xbb6344e0, maxColors=256, sigRGBbits=8, loadPalette=0xbb5d018c <NVLoadPalette>, setOverscan=0, flags=<value optimized out>) at xf86cmap.c:216 #10 0xbb5d2a89 in NVScreenInit (scrnIndex=0, pScreen=0xbb6344e0, argc=9, argv=0xbfbfe978) at nv_driver.c:2246 #11 0x08069066 in AddScreen (pfnInit=0xbb5d2090 <NVEnterVT+512>, argc=9, argv=0xbfbfe978) at main.c:746 #12 0x0809aaaf in InitOutput (pScreenInfo=0x81c6300, argc=9, argv=0xbfbfe978) at xf86Init.c:1258 #13 0x0806977f in main (argc=9, argv=0xbfbfe978, envp=Cannot access memory at address 0x8 ) at main.c:358 H...
2007 Jun 06
1
Compiz segmentation fault
Hey, Whenever I run compiz --replace, I get a segmentation fault. This is what a backtrace in gdb says: #0 0xbb871310 in strstr () from /usr/lib/libc.so.12 #1 0x080590b6 in addScreen (display=0x8071980, screenNum=0, wmSnSelectionWindow=39845889, wmSnAtom=365, wmSnTimestamp=27602486) at screen.c:1756 #2 0x08055292 in addDisplay (name=0x0) at display.c:2484 #3 0x08050926 in main (argc=2, argv=0xbfbfe9a0) at main.c:471 I'm running NetBSD, with modular-xorg-server 1.3, with an...
2009 Nov 24
3
[Bug 25261] New: Fails at start on NV44
...les/drivers//nouveau_drv.so(NVAccelInitNV40TCL+0xf9a) [0x7fb0cef66fda] 5: /usr/lib/xorg/modules/drivers//nouveau_drv.so(NVAccelCommonInit+0x13d6) [0x7fb0cef48666] 6: /usr/lib/xorg/modules/drivers//nouveau_drv.so [0x7fb0cef533c6] 7: /usr/lib/xorg/modules/drivers//nouveau_drv.so [0x7fb0cef53e01] 8: X(AddScreen+0x1c6) [0x432ac6] 9: X(InitOutput+0x241) [0x46d381] 10: X(main+0x200) [0x4331d0] 11: /lib/libc.so.6(__libc_start_main+0xfd) [0x7fb0d06f1a8d] 12: X [0x432819] Fatal server error: Caught signal 11. Server aborting The dmesg also has some relevant messages: [ 3495.415183] [drm] nouveau 0000:01:00....
2009 Feb 21
1
Clipped screen when using multiple X screens (regression) ?
Please see the Ubuntu bug report for photographs and logs of this problem "Clipped area for multiple X screens with different dimensions": https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/331918 Thanks to some great support and suggestions in #compiz-fusion-dev I've made some progress in trying to pin this issue down. I've operated with compiz and multiple X screens for
2008 Dec 21
3
[Bug 19223] New: Exit code of X-Windows restart is always failure
http://bugs.freedesktop.org/show_bug.cgi?id=19223 Summary: Exit code of X-Windows restart is always failure Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2006 Oct 13
1
[PATCH] Extra Notifications
...fy (CompWindow *w); + +void +windowUnminimizeNotify (CompWindow *w); + +void windowStateChangeNotify (CompWindow *w); void -------------- next part -------------- diff --git a/src/screen.c b/src/screen.c index 5a1c145..1d404d9 100644 --- a/src/screen.c +++ b/src/screen.c @@ -1180,10 +1180,16 @@ addScreen (CompDisplay *display, s->focusWindow = focusWindow; s->setWindowScale = setWindowScale; + s->windowCreateNotify = windowCreateNotify; + s->windowDestroyNotify = windowDestroyNotify; + s->windowMapNotify = windowMapNotify; + s->windowUnmapNotify...
2009 Jul 10
1
Can't build xf86-video-nouveau
Hello folks. I would like to ask You for help with the following problem. Am I missing anything important? Thanks. make all-recursive make[1]: Entering directory `/home/tavvva/Install/nouveau/xf86-video-nouveau' Making all in src make[2]: Entering directory `/home/tavvva/Install/nouveau/xf86-video-nouveau/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
2009 Aug 02
9
[Bug 23086] New: TNT2 doesn't start with current nouveau
http://bugs.freedesktop.org/show_bug.cgi?id=23086 Summary: TNT2 doesn't start with current nouveau Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2011 Sep 14
14
[Bug 40866] New: Caught signal 11 (Segmentation fault). Server aborting
...x60685) [0x80a8685] [ 19.598] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb77b740c] [ 19.598] 3: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0xb732a000+0xc7b3) [0xb73367b3] [ 19.598] 4: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0xb732a000+0xd168) [0xb7337168] [ 19.598] 5: /usr/bin/X (AddScreen+0x198) [0x808d2b8] [ 19.598] 6: /usr/bin/X (InitOutput+0x228) [0x80b17f8] [ 19.598] 7: /usr/bin/X (0x8048000+0x1eb4b) [0x8066b4b] [ 19.598] 8: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0xb74d3bd6] [ 19.598] 9: /usr/bin/X (0x8048000+0x1e8f1) [0x80668f1] [ 19.598] Segmenta...
2008 Oct 29
39
[Bug 18286] New: GeForce 8300 not supported (10de:0848/C77/MCP77)
http://bugs.freedesktop.org/show_bug.cgi?id=18286 Summary: GeForce 8300 not supported (10de:0848/C77/MCP77) Product: xorg Version: 7.4 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2011 Oct 29
15
[Bug 42384] New: X fails on NV11 with Error allocating scanout buffer: 0
...l 1 [ 54.231] (II) NOUVEAU(0): [DRI2] Setup complete [ 54.231] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau_vieux [ 54.231] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau_vieux [ 54.233] (EE) NOUVEAU(0): Error allocating scanout buffer: 0 [ 54.233] Fatal server error: [ 54.233] AddScreen/ScreenInit failed for driver 0 I'm on Fedora 15 and I have tried with the latest packaged driver and with a build of xf86-video-nouveau from git. xf86-video-nouveau: git 29 Oct 2011 libdrm-2.4.26-1.fc15.i686 xorg-x11-server-Xorg-1.10.4-1.fc15.i686 I'm not interested in 3D, but I can'...
2008 May 31
25
[Bug 16176] New: X fails to start with GeForce 9600 with ``Failed to allocate memory for framebuffer! "
http://bugs.freedesktop.org/show_bug.cgi?id=16176 Summary: X fails to start with GeForce 9600 with ``Failed to allocate memory for framebuffer!" Product: xorg Version: 7.3 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2009 Sep 11
16
Wine and netbooks - INTEL GMA500
Hi, im having an issue running starcraft under Wine with GMA500, its the only thing i will use wine for on this ASUS EEE 1101 Code: psb_scene.c:99: psb_scene_create: Assertion `scene->drm_scene->h <= region_height' failed. wine: Assertion failed at address 0xb7f1e430 (thread 0009), starting debugger... Unhandled exception: assertion failed in 32-bit code (0xb7f1e430). Register
2008 Mar 26
24
[Bug 15206] New: [dualhead, randr12, ppc] Second head displays nothing
http://bugs.freedesktop.org/show_bug.cgi?id=15206 Summary: [dualhead, randr12, ppc] Second head displays nothing Product: xorg Version: unspecified Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2010 May 31
14
Running Xen 4.0.0-rc8 with Linux 2.6.32.10 paravirt_ops dom0
Config from here http://lists.xensource.com/archives/html/xen-users/2010-03/msg00878.html work and my PC boot until switch in GUI mode. When start X display off and no signal, but server working and receive ssh connection. How can I make GUI work ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Dec 31
5
The future of Compiz
Where are we going? It's time to start thinking ahead and really figure out how to make Compiz survive, specially in lieu of Dennis' suggestion. The reality is that there has been the equivalent of no progress since the merge. We've basically only been in maintenance mode. The reason for this, from my point of view, is a complete lack of direction and leadership. We've