Displaying 3 results from an estimated 3 matches for "displaywidth".
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
...if (!pNv->NoAccel) {
@@ -2154,9 +2172,19 @@ NVScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
switch (pScrn->bitsPerPixel) {
case 16:
case 32:
- ret = fbScreenInit(pScreen, FBStart, pScrn->virtualX, pScrn->virtualY,
- pScrn->xDpi, pScrn->yDpi,
- displayWidth, pScrn->bitsPerPixel);
+#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,6,99,0,0)
+ if (pNv->wfb_enabled) {
+ ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX, pScrn->virtualY,
+ pScrn->xDpi, pScrn->yDpi,
+ displayWidth, pScrn->bitsPerPixel,
+ nouvea...
2009 Aug 02
9
[Bug 23086] New: TNT2 doesn't start with current nouveau
...24bdccaac4f570b8cf12e61a9194ee (Various
updates to the CODING_STYLE document)
xserver - git master , commit ae65daab080c6269f0eadc6be1a48bf27866c542
(XQuartz: Unify how we set our bitmasks for visuals)
xf86-video-nouveau - git master, commit
1ecd4358c851b3d7bebfb00f5f7ac3c7c151bc20 ( Recalculate displayWidth if we do a
late NoAccel fallback)
X itself starts, but if i run E16 1.0.0 WM on top of it - i get only movable
cursor, my background, pager, and at this point X segfaults:
(**) Option "xkb_options" "grp:ctrl_shift_toggle"
[mi] EQ overflowing. The server is probably stuck in...
2007 Aug 23
0
[ANNOUNCE] xf86-video-ati 6.7.191
...ault on mobility chips with MM tables
RADEON: attempt to fix cursor on big endian (only tested on x86)
RADEON: make sure we set the stride properly
RADEON: make sure we unblank in RADEONRestore()
RADEON: Switch cursor back to memcpy()
RADEON: set info->CurrentLayout.displayWidth in RADEONSetPitch()
RADEON: fix corruption after 3D apps run
RADEON: move crtc base setups to new functions
RADEON: factor out surface_cntl init into one function
RADEON: simplify console restore
RADEON: save crtc on/off state for console restore
RADEON: Fix tili...