Displaying 8 results from an estimated 8 matches for "xf86setdesiredmodes".
2013 Mar 29
2
[Bug 62916] New: NVEnterTV fails on hybrid cards
...to do that, since this is my
first time to look at nouveau code.
--- nv_driver-orig.c 2013-03-29 17:19:34.876953461 -0400
+++ nv_driver.c 2013-03-29 17:20:15.810287942 -0400
@@ -407,8 +407,7 @@
if (ret)
ErrorF("Unable to get master: %s\n", strerror(errno));
- if (!xf86SetDesiredModes(pScrn))
- return FALSE;
+ xf86SetDesiredModes(pScrn);
if (pNv->overlayAdaptor && pNv->Architecture != NV_ARCH_04)
NV10WriteOverlayParameters(pScrn);
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part ----------...
2010 Feb 09
1
[PATCH] Remove some UMS leftovers.
...mode.
- *
- * We may wish to unmap video/MMIO memory too.
*/
/* Mandatory */
@@ -333,9 +331,6 @@ NVEnterVT(int scrnIndex, int flags)
if (ret)
ErrorF("Unable to get master: %d\n", ret);
- if (!pNv->NoAccel)
- NVAccelCommonInit(pScrn);
-
pNv->allow_dpms = FALSE;
if (!xf86SetDesiredModes(pScrn))
return FALSE;
@@ -350,8 +345,6 @@ NVEnterVT(int scrnIndex, int flags)
/*
* This is called when VT switching away from the X server. Its job is
* to restore the previous (text) mode.
- *
- * We may wish to remap video/MMIO memory too.
*/
/* Mandatory */
@@ -586,24 +579,6 @@ NVP...
2013 Jul 22
0
[RFC PATCH] Support running nested in a Mir compositor
...;dev->fd);
- if (ret)
- ErrorF("Unable to get master: %s\n", strerror(errno));
+ if (!xorgMir) {
+ ret = drmSetMaster(pNv->dev->fd);
+ if (ret)
+ ErrorF("Unable to get master: %s\n", strerror(errno));
+ }
if (XF86_CRTC_CONFIG_PTR(pScrn)->num_crtc && !xf86SetDesiredModes(pScrn))
return FALSE;
@@ -452,6 +479,9 @@ NVLeaveVT(VT_FUNC_ARGS_DECL)
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "NVLeaveVT is called.\n");
+ if (xorgMir)
+ return;
+
ret = drmDropMaster(pNv->dev->fd);
if (ret && errno != EIO && errno != ENODEV)
ErrorF...
2010 Feb 10
0
[PATCH] Revert "kms: work around some bong hits with dpms"
...E_PROP_ENUM)) {
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 3908347..7149759 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -331,10 +331,8 @@ NVEnterVT(int scrnIndex, int flags)
if (ret)
ErrorF("Unable to get master: %d\n", ret);
- pNv->allow_dpms = FALSE;
if (!xf86SetDesiredModes(pScrn))
return FALSE;
- pNv->allow_dpms = TRUE;
if (pNv->overlayAdaptor && pNv->Architecture != NV_ARCH_04)
NV10WriteOverlayParameters(pScrn);
diff --git a/src/nv_type.h b/src/nv_type.h
index 989812b..18ea3bb 100644
--- a/src/nv_type.h
+++ b/src/nv_type.h
@@ -69,7 +69,6 @...
2008 May 22
0
[ANNOUNCE] xorg-server 1.4.99.902
...a1 glyph fast path.
Fix hal shutdown crash.
Fix fbdevhw initialization for PCI drivers.
Default X-SELinux to off.
Re-add sync range inference from legacy setup to RANDR 1.2.
Redo RANDR compatibility output selection.
Fix initial mode selection even harder.
xf86SetDesiredModes(): Skip disabled CRTCs first thing.
RANDR 1.1 compat: remove senseless comparison against the virtual size.
Fix reduced-blanking mode filtering in RANDR 1.2.
xserver 1.4.99.902
Adam Tkac (1):
Fix Xvfb input when building against current X sources.
Alan Coopersmith (4):...
2013 Mar 29
28
[Bug 62914] New: ZaphodHeads doesn't work after upgrading to xorg 1.14
...7] (EE) 2: /usr/lib/libpthread.so.0 (0x7f1738fa2000+0xf1e0)
[0x7f1738fb11e0]
[ 2312.187] (EE) 3: /usr/local/lib/xorg/modules/drivers/nouveau_drv.so
(0x7f1733dc0000+0x25e30) [0x7f1733de5e30]
[ 2312.187] (EE) 4: /usr/bin/X (xf86CrtcSetModeTransform+0x14d) [0x4ae31d]
[ 2312.187] (EE) 5: /usr/bin/X (xf86SetDesiredModes+0x1b8) [0x4aeb58]
[ 2312.187] (EE) 6: /usr/local/lib/xorg/modules/drivers/nouveau_drv.so
(0x7f1733dc0000+0xe7d1) [0x7f1733dce7d1]
[ 2312.188] (EE) 7: /usr/local/lib/xorg/modules/drivers/nouveau_drv.so
(0x7f1733dc0000+0xf126) [0x7f1733dcf126]
[ 2312.188] (EE) 8: /usr/bin/X (0x400000+0xabbae) [0x4...
2008 Jun 12
0
[ANNOUNCE] xf86-video-ati 6.8.191
...n avivo chips until we have proper
drm support
AVIVO: LVDS panels need dithering enabled
AVIVO: save/restore regs by block
RS4xx: enable exa render accel and textured video
RADEON: only restore legacy dac regs on legacy radeons
RADEON: memmap rework 1
RADEON: use xf86SetDesiredModes() in screeninit and enterVT
RS6xx: change isIGP checks to CHIP_FAMILY_RS690
ATOMBIOS: fix atombios parser support on *bsd
RADEON: fix fetching of dac2 adj values from newer bios tables
AVIVO: Initial support for DCE 3.0 using atombios
RADEON: option to override TVDAC a...
2009 Mar 27
3
[Bug 20915] New: Refresh rate out of range, server backtrace
...mnp+0x481)
[0x3fd4491]
4: /usr/lib64/xorg/modules/drivers//nouveau_drv.so [0x3ffce29]
5: /usr/lib64/xorg/modules/drivers//nouveau_drv.so(NV50DisplayCommand+0x221)
[0x3ffd111]
6: /usr/lib64/xorg/modules/drivers//nouveau_drv.so [0x4004a4d]
7: /usr/bin/X(xf86CrtcSetMode+0x3fd) [0x4a24ad]
8: /usr/bin/X(xf86SetDesiredModes+0x1c5) [0x4a2945]
9: /usr/lib64/xorg/modules/drivers//nouveau_drv.so [0x3fdbc4d]
10: /usr/lib64/xorg/modules/drivers//nouveau_drv.so [0x3fdc73e]
11: /usr/bin/X(AddScreen+0x1c9) [0x42c3d9]
12: /usr/bin/X(InitOutput+0x241) [0x462dd1]
13: /usr/bin/X(main+0x286) [0x42cb76]
14: /lib64/libc.so.6(__libc_s...