[Bug 371544] [NEW] Gnome display properties saying "Please log out and log back in again"

David Kedves kedazo at gmail.com
Mon May 4 07:45:35 UTC 2009


Public bug reported:

Binary package hint: xserver-xorg-video-intel

I'm installed xserver-xorg-video-intel (2:2.6.3-0ubuntu9.1) jaunty-proposed;
and i'm using multiple (2) monitors to work...

Somewhy only one monitor can work with this intel video driver,
so i checked what is changed :
121_i965_default_to_virtual_2048_2048.patch
Seems that patch causing this issue...

I cannot get work both monitor same time
( Gnome display properties saying "Please log out and log back in again" , i tried it: logging in and out isn't working,
 i applied the upstream patch from: https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/365210,
 that is also useless for me...), so i changed that in patch file 2048x2048 to my virtual resolution to 2704x1050, and everything is working fine again:
Here is my modified patch:
  1 diff -Nurp xserver-xorg-video-intel-2.6.3/src/i830_driver.c working~virtual/src/i830_driver.c
  2 --- xserver-xorg-video-intel-2.6.3/src/i830_driver.c    2009-03-02 11:21:07.000000000 -0800
  3 +++ working~virtual/src/i830_driver.c   2009-04-29 14:21:54.000000000 -0700
  4 @@ -1979,6 +1979,15 @@ I830PreInit(ScrnInfoPtr pScrn, int flags
  5         xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
  6                   "VBIOS initialization failed.\n");
  7 
  8 +   if (IS_I965G(pI830) && pScrn->virtualX == 0 && pScrn->virtualY == 0) {
  9 +       xf86DrvMsg(pScrn->scrnIndex, X_INFO,
 10 +                 "Defaulting Virtual to 2704 1050 for i965.\n");
 11 +       pScrn->virtualX = 2704;
 12 +       pScrn->virtualY = 1050;
 13 +       pScrn->display->virtualX = 2704;
 14 +       pScrn->display->virtualY = 1050;
 15 +   }
 16 +
 17     if (pI830->use_drm_mode) {
 18         if (!I830DrmModeInit(pScrn))
 19            return FALSE;

Please don't mark this bugreport as duplicate of
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/365210 ,
because this isn't the same issue... Thanks!

** Affects: xserver-xorg-video-intel (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Gnome display properties saying "Please log out and log back in again"
https://bugs.launchpad.net/bugs/371544
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list