search for: hwcursor

Displaying 17 results from an estimated 17 matches for "hwcursor".

2010 Jan 19
2
[Bug 26108] New: xrandr rotate causes a segfault with HWCursor set to false
http://bugs.freedesktop.org/show_bug.cgi?id=26108 Summary: xrandr rotate causes a segfault with HWCursor set to false Product: xorg Version: 7.5 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.free...
2016 Mar 16
0
display freezes when mouse pointer hits left edge
...0 with nvidia gt218m (nvs 3100m). Every time the mouse pointer touches the left edge of the screen, the display becomes a block of solid color and freezes. Suspend/resume of the laptop reanimates the display. I suspected a bug in the handling of the hardware cursor, so tried disabling that via HWcursor false in xorg.conf, to no avail. HWcursor false leads to black screens (internal and external). There are no related messages in dmesg or in xserver-log. versions: X server 1.17.2, linux kernel 4.5.0, nouveau 1.0.12, dual screens active (also happens with external monitor active only, though th...
2010 Feb 18
1
Mouse cursor rotated on all screens when rotating a single screen.
...andr (or the xorg.conf option) > the mouse cursor on the landscape monitor is also rotated and the > "click point" is no longer below the cursor (this makes the mouse > practically unusable). The cursor is correct on the rotated monitor. > Setting NoAccel "False" and HWCursor "False" in xorg.conf results in > a corrupted screen and lockup. > I am running an up-to-date i686 Arch Linux with the latest git version > of xf86-video-nouveau (I used the AUR package). xorg-server is from > the arch core repositories. My card is the GeForce9500GT (two DVI...
2013 Jul 22
0
[RFC PATCH] Support running nested in a Mir compositor
...+ NVPreInitFail("Mir failed to initialize\n"); + } +#endif + if (xf86IsEntityShared(pScrn->entityList[0])) { if(!xf86IsPrimInitDone(pScrn->entityList[0])) { pNv->Primary = TRUE; @@ -965,6 +1099,8 @@ NVPreInit(ScrnInfoPtr pScrn, int flags) from = X_CONFIG; pNv->HWCursor = FALSE; } + if (xorgMir) + pNv->HWCursor = FALSE; xf86DrvMsg(pScrn->scrnIndex, from, "Using %s cursor\n", pNv->HWCursor ? "HW" : "SW"); @@ -1060,7 +1196,11 @@ NVPreInit(ScrnInfoPtr pScrn, int flags) xf86DrvMsg(pScrn->scrnIndex, from, "Swap...
2007 Nov 12
0
no decorations on 2nd head using nvidia and aiglx
...ot; Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Unknown" ModelName "Unknown" Option "DPMS" EndSection Section "Device" #Option "HWCursor" "off" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 6150" BusID "PCI:0:5:0" Screen 0 EndSection Section "Device"...
2008 Apr 29
46
[Bug 15758] New: Invisible mouse pointer on NV4E (C51)
http://bugs.freedesktop.org/show_bug.cgi?id=15758 Summary: Invisible mouse pointer on NV4E (C51) Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2007 Aug 25
10
[Bug 12158] New: mouse cursor disappears
http://bugs.freedesktop.org/show_bug.cgi?id=12158 Summary: mouse cursor disappears Product: xorg Version: 7.2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: mjulien.m at
2008 May 01
0
Mouse Cursor not visible in winecfg (Ubuntu 8.04 wine-0.9.60
I installed the latest binary last evening, and I am unable to see my cursor in any applications, most notibly winecfg. I have removed/reinstalled wine, removed my .wine directory to see that they are created. I also have played with my xorg.conf and enabled/disabled hwcursor and swcursor. I haven't gotten the mouse to be visible with anything I have tried. It should be noted that my xorg driver is openchrome. the mouse does work, because i can click on buttons and tabs and other things, but I can only click randomly because I cannot see the cursor. Has anyone see...
2010 Jan 06
0
Mouse cursor rotated on all screens when rotating a single screen.
...ait monitor using xrandr (or the xorg.conf option) the mouse cursor on the landscape monitor is also rotated and the "click point" is no longer below the cursor (this makes the mouse practically unusable). The cursor is correct on the rotated monitor. Setting NoAccel "False" and HWCursor "False" in xorg.conf results in a corrupted screen and lockup. I am running an up-to-date i686 Arch Linux with the latest git version of xf86-video-nouveau (I used the AUR package). xorg-server is from the arch core repositories. My card is the GeForce9500GT (two DVI ports on the card)....
2012 May 23
1
[PATCH (nouveau)] Add xwayland support
...rocessOptions(pScrn->scrnIndex, pScrn->options, pNv->Options); +#ifdef XORG_WAYLAND + if (xwl_screen) { + if (!xwl_screen_pre_init(pScrn, xwl_screen, 0, &xwl_driver)) { + NVPreInitFail("Failed to initialise xwayland\n"); + } + } +#endif + from = X_DEFAULT; pNv->HWCursor = TRUE; @@ -887,8 +1021,8 @@ NVPreInit(ScrnInfoPtr pScrn, int flags) xf86DrvMsg(pScrn->scrnIndex, from, "Swap limit set to %d [Max allowed %d]%s\n", pNv->swap_limit, pNv->max_swap_limit, reason); - ret = drmmode_pre_init(pScrn, pNv->dev->fd, pScrn->bitsPerPixel...
2008 Mar 04
9
[Bug 14820] New: Double mouse cursor on nv4
http://bugs.freedesktop.org/show_bug.cgi?id=14820 Summary: Double mouse cursor on nv4 Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: marchesin
2010 May 30
8
[Bug 28320] New: Xserver hangs in an infinite loop
...since 2.6.33 (maybe earlier, too). [description] I first thought, that this bug was caused by my composition manager (xcompmgr) but after disabling it the problem persisted.This bug happens spontaneous and completely at random. The Xserver stops redrawing anything but the mouse is still moving (hwcursor). I could login through ssh from another computer and attach gdb to the server, to find me inside a tight loop in drmIoctl()@xf86drm.c making ioctl() and getting -1 and errno==EINTR every time. After killing and restarting the server I reliably get a hard lock (ssh server stops answering my requ...
2012 Sep 09
83
[Bug 54700] New: Distorted graphics (double cursor) with GeForce 4200Go (NV28)
https://bugs.freedesktop.org/show_bug.cgi?id=54700 Bug #: 54700 Summary: Distorted graphics (double cursor) with GeForce 4200Go (NV28) Classification: Unclassified Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal
2012 Jul 04
0
[PATCH] Add xwayland support (v2)
..., sizeof(NVOptions)); xf86ProcessOptions(pScrn->scrnIndex, pScrn->options, pNv->Options); + if (xwl_screen) { + if (!xwl_screen_pre_init(pScrn, xwl_screen, 0, &xwl_driver)) { + NVPreInitFail("Failed to initialise xwayland\n"); + } + } + from = X_DEFAULT; pNv->HWCursor = TRUE; @@ -813,7 +917,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags) pNv->ce_enabled = xf86ReturnOptValBool(pNv->Options, OPTION_ASYNC_COPY, FALSE); - if (!pNv->NoAccel && pNv->dev->chipset >= 0x11) { + if (!pNv->NoAccel && pNv->dev->chipset >= 0x...
2003 Sep 11
5
FreeBSD 4.9-PRE+ nvidia
Hello all. I have the same problem as described by Dmitry a day ago in a topic similar. I am able to use x11 with base driver "nv" but when I load "nvidia" driver, startx simply crash my machine and reboot after 5 seconds. I have a similar log file as reported by Dmitry even using startx+logverbose option. XF86Config file is similar,except it is not the same nvidia video
2009 Feb 13
4
running x.org on powerpc64 with nvidia6200
...er, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "VideoKey" # <i> #Option "FlatPanel&quo...
2011 Oct 13
1
xrandr or xorg.conf... help with virtual size desktop
...quot;/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz", ### <percent>: "<f>%" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "VideoKey" # <i> #Option "WrappedFB" # [<bool...