Displaying 4 results from an estimated 4 matches for "x_probe".
Did you mean:
nx_probe
2007 Jul 05
0
RANDR1.2 and LVDS
...tput->fpWidth = NVOutputReadRAMDAC(output, NV_RAMDAC_FP_HDISP_END) + 1;
+ nv_output->fpHeight = NVOutputReadRAMDAC(output, NV_RAMDAC_FP_VDISP_END) + 1;
nv_output->fpSyncs = NVOutputReadRAMDAC(output, NV_RAMDAC_FP_CONTROL) & 0x30000033;
- // xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "Panel size is %i x %i\n",
- // nv_output->fpWidth, nv_output->fpHeight);
+ xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "Panel size is %i x %i\n",
+ nv_output->fpWidth, nv_output->fpHeight);
return NULL;
@@ -664,7 +682,7 @@ static con...
2009 Sep 14
1
[Nouveau-cvs] xf86-video-nv: Branch 'master'
...c/nv_driver.c
> @@ -741,6 +741,8 @@ NVPreInitDRM(ScrnInfoPtr pScrn)
> */
> #ifdef XF86DRM_MODE
> pNv->kms_enable = !drmCheckModesettingSupported(bus_id);
> + if (pNv->kms_enable)
> + pScrn->canDoBGNoneRoot = 1;
> #endif
> xf86DrvMsg(pScrn->scrnIndex, X_PROBED,
> "[drm] kernel modesetting %s\n", pNv->kms_enable ?
What does this latter hunk do?
It just seems completely irrelevant wrt. the commit message.
--
Pekka Paalanen
http://www.iki.fi/pq/
2013 Jul 30
0
[PATCH] nouveau: use uppercase for chipset name
...,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
dev = pNv->dev;
pScrn->chipset = malloc(sizeof(char) * 25);
- sprintf(pScrn->chipset, "NVIDIA NV%02x", dev->chipset);
+ sprintf(pScrn->chipset, "NVIDIA NV%02X", dev->chipset);
xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "Chipset: \"%s\"\n", pScrn->chipset);
switch (dev->chipset & 0xf0) {
--
1.8.1.5
2015 Sep 29
4
[Bug 92178] New: nouveau framebuffer fails to initialize properly on GeForce 2 Go (NV11M)
https://bugs.freedesktop.org/show_bug.cgi?id=92178
Bug ID: 92178
Summary: nouveau framebuffer fails to initialize properly on
GeForce 2 Go (NV11M)
Product: xorg
Version: unspecified
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium