[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
When I run the X server with the external mointor connected I get:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

and

(II) CHROME(0): via_driver.c:1756: after xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }


** Attachment added: "Xorg.0.log-dump-virtualXY"
   http://launchpadlibrarian.net/28886918/Xorg.0.log-dump-virtualXY

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
Here is the patch which prints out the mentioned variables.

** Attachment added: "openchrome_debug4.patch"
   http://launchpadlibrarian.net/28886862/openchrome_debug4.patch

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
I disconnected the external monitor and tried again:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

(II) CHROME(0): via_driver.c:1756: after xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

Then the initialization continues (see the attached log for details) and
then the system freezes.

** Attachment added: 
"Xorg.0.log-patched-dump_virtualXY-external_monitor_disconnected"
   
http://launchpadlibrarian.net/28887402/Xorg.0.log-patched-dump_virtualXY-external_monitor_disconnected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
A new patch to dump the following variables before and after 
xf86ValidateModes():
 - pScrn->display->virtualX
 - pScrn->display->virtualY
 - pScrn->currentMode
 - pScrn->currentMode->HDisplay (if any)
 - pScrn->currentMode->VDisplay (if any)
 - pScrn->virtualX
 - pScrn->virtualY


** Attachment added: "openchrome_debug5.patch"
   http://launchpadlibrarian.net/2211/openchrome_debug5.patch

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
When the external monitor is connected:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1741: before xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1745: before xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1759: before xf86ValidateModes(): pScrn->virtualX=0
(II) CHROME(0): via_driver.c:1763: before xf86ValidateModes(): pScrn->virtualY=0

(II) CHROME(0): via_driver.c:1782: after xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1786: after xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1790: after xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1804: after xf86ValidateModes(): 
pScrn->virtualX=1024
(II) CHROME(0): via_driver.c:1808: after xf86ValidateModes(): 
pScrn->virtualY=768

The screen works correctly.

** Attachment added: "Xorg.0.log-patch5-external_monitor_connected"
   
http://launchpadlibrarian.net/2292/Xorg.0.log-patch5-external_monitor_connected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
External monitor disconnected:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1741: before xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1745: before xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1759: before xf86ValidateModes(): pScrn->virtualX=0
(II) CHROME(0): via_driver.c:1763: before xf86ValidateModes(): pScrn->virtualY=0

(II) CHROME(0): via_driver.c:1782: after xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1786: after xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1790: after xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1804: after xf86ValidateModes(): 
pScrn->virtualX=1024
(II) CHROME(0): via_driver.c:1808: after xf86ValidateModes(): 
pScrn->virtualY=768

Then system freeze as usual.

** Attachment added: 
"Xorg.0.log-patched5-dump_virtualXY-external_monitor_disconnected"
   
http://launchpadlibrarian.net/2542/Xorg.0.log-patched5-dump_virtualXY-external_monitor_disconnected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-27 Thread Bartosz
** Summary changed:

- [K8M800] mouse pointer corruptly displayed at the bottom of the X screen
+ [K8M800] virtual size does not correctly set on panel

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-27 Thread Márton Németh
I am afraid that the patched openchrome driver only works if the
external monitor is connected (as I mentioned at
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
openchrome/+bug/386740/comments/24 ). The later measurements also show
this behaviour.

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-30 Thread Márton Németh
Any suggestion what to try and test next?

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-01 Thread Bartosz
In via_driver.c file, there is function:
/* Select valid modes from those available. */
i = xf86ValidateModes(pScrn, pScrn->monitor->Modes, /* availModes */

Please check the values of variables:
   pScrn->display->virtualX
   pScrn->display->virtualY
before and after execution of the function "xf86ValidateModes".

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
When I run the X server with the external mointor connected I get:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

and

(II) CHROME(0): via_driver.c:1756: after xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }


** Attachment added: "Xorg.0.log-dump-virtualXY"
   http://launchpadlibrarian.net/28886918/Xorg.0.log-dump-virtualXY

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
Here is the patch which prints out the mentioned variables.

** Attachment added: "openchrome_debug4.patch"
   http://launchpadlibrarian.net/28886862/openchrome_debug4.patch

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
I disconnected the external monitor and tried again:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

(II) CHROME(0): via_driver.c:1756: after xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

Then the initialization continues (see the attached log for details) and
then the system freezes.

** Attachment added: 
"Xorg.0.log-patched-dump_virtualXY-external_monitor_disconnected"
   
http://launchpadlibrarian.net/28887402/Xorg.0.log-patched-dump_virtualXY-external_monitor_disconnected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
A new patch to dump the following variables before and after 
xf86ValidateModes():
 - pScrn->display->virtualX
 - pScrn->display->virtualY
 - pScrn->currentMode
 - pScrn->currentMode->HDisplay (if any)
 - pScrn->currentMode->VDisplay (if any)
 - pScrn->virtualX
 - pScrn->virtualY


** Attachment added: "openchrome_debug5.patch"
   http://launchpadlibrarian.net/2211/openchrome_debug5.patch

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
When the external monitor is connected:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1741: before xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1745: before xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1759: before xf86ValidateModes(): pScrn->virtualX=0
(II) CHROME(0): via_driver.c:1763: before xf86ValidateModes(): pScrn->virtualY=0

(II) CHROME(0): via_driver.c:1782: after xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1786: after xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1790: after xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1804: after xf86ValidateModes(): 
pScrn->virtualX=1024
(II) CHROME(0): via_driver.c:1808: after xf86ValidateModes(): 
pScrn->virtualY=768

The screen works correctly.

** Attachment added: "Xorg.0.log-patch5-external_monitor_connected"
   
http://launchpadlibrarian.net/2292/Xorg.0.log-patch5-external_monitor_connected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
External monitor disconnected:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1741: before xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1745: before xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1759: before xf86ValidateModes(): pScrn->virtualX=0
(II) CHROME(0): via_driver.c:1763: before xf86ValidateModes(): pScrn->virtualY=0

(II) CHROME(0): via_driver.c:1782: after xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1786: after xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1790: after xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1804: after xf86ValidateModes(): 
pScrn->virtualX=1024
(II) CHROME(0): via_driver.c:1808: after xf86ValidateModes(): 
pScrn->virtualY=768

Then system freeze as usual.

** Attachment added: 
"Xorg.0.log-patched5-dump_virtualXY-external_monitor_disconnected"
   
http://launchpadlibrarian.net/2542/Xorg.0.log-patched5-dump_virtualXY-external_monitor_disconnected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-27 Thread Bartosz
** Summary changed:

- [K8M800] mouse pointer corruptly displayed at the bottom of the X screen
+ [K8M800] virtual size does not correctly set on panel

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-27 Thread Márton Németh
I am afraid that the patched openchrome driver only works if the
external monitor is connected (as I mentioned at
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
openchrome/+bug/386740/comments/24 ). The later measurements also show
this behaviour.

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
When I run the X server with the external mointor connected I get:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

and

(II) CHROME(0): via_driver.c:1756: after xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }


** Attachment added: "Xorg.0.log-dump-virtualXY"
   http://launchpadlibrarian.net/28886918/Xorg.0.log-dump-virtualXY

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
Here is the patch which prints out the mentioned variables.

** Attachment added: "openchrome_debug4.patch"
   http://launchpadlibrarian.net/28886862/openchrome_debug4.patch

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
I disconnected the external monitor and tried again:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

(II) CHROME(0): via_driver.c:1756: after xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

Then the initialization continues (see the attached log for details) and
then the system freezes.

** Attachment added: 
"Xorg.0.log-patched-dump_virtualXY-external_monitor_disconnected"
   
http://launchpadlibrarian.net/28887402/Xorg.0.log-patched-dump_virtualXY-external_monitor_disconnected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
A new patch to dump the following variables before and after 
xf86ValidateModes():
 - pScrn->display->virtualX
 - pScrn->display->virtualY
 - pScrn->currentMode
 - pScrn->currentMode->HDisplay (if any)
 - pScrn->currentMode->VDisplay (if any)
 - pScrn->virtualX
 - pScrn->virtualY


** Attachment added: "openchrome_debug5.patch"
   http://launchpadlibrarian.net/2211/openchrome_debug5.patch

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
When the external monitor is connected:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1741: before xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1745: before xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1759: before xf86ValidateModes(): pScrn->virtualX=0
(II) CHROME(0): via_driver.c:1763: before xf86ValidateModes(): pScrn->virtualY=0

(II) CHROME(0): via_driver.c:1782: after xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1786: after xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1790: after xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1804: after xf86ValidateModes(): 
pScrn->virtualX=1024
(II) CHROME(0): via_driver.c:1808: after xf86ValidateModes(): 
pScrn->virtualY=768

The screen works correctly.

** Attachment added: "Xorg.0.log-patch5-external_monitor_connected"
   
http://launchpadlibrarian.net/2292/Xorg.0.log-patch5-external_monitor_connected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
External monitor disconnected:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1741: before xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1745: before xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1759: before xf86ValidateModes(): pScrn->virtualX=0
(II) CHROME(0): via_driver.c:1763: before xf86ValidateModes(): pScrn->virtualY=0

(II) CHROME(0): via_driver.c:1782: after xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1786: after xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1790: after xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1804: after xf86ValidateModes(): 
pScrn->virtualX=1024
(II) CHROME(0): via_driver.c:1808: after xf86ValidateModes(): 
pScrn->virtualY=768

Then system freeze as usual.

** Attachment added: 
"Xorg.0.log-patched5-dump_virtualXY-external_monitor_disconnected"
   
http://launchpadlibrarian.net/2542/Xorg.0.log-patched5-dump_virtualXY-external_monitor_disconnected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-27 Thread Bartosz
** Summary changed:

- [K8M800] mouse pointer corruptly displayed at the bottom of the X screen
+ [K8M800] virtual size does not correctly set on panel

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-27 Thread Márton Németh
I am afraid that the patched openchrome driver only works if the
external monitor is connected (as I mentioned at
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
openchrome/+bug/386740/comments/24 ). The later measurements also show
this behaviour.

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-30 Thread Márton Németh
Any suggestion what to try and test next?

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-01 Thread Bartosz
In via_driver.c file, there is function:
/* Select valid modes from those available. */
i = xf86ValidateModes(pScrn, pScrn->monitor->Modes, /* availModes */

Please check the values of variables:
   pScrn->display->virtualX
   pScrn->display->virtualY
before and after execution of the function "xf86ValidateModes".

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
When I run the X server with the external mointor connected I get:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

and

(II) CHROME(0): via_driver.c:1756: after xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }


** Attachment added: "Xorg.0.log-dump-virtualXY"
   http://launchpadlibrarian.net/28886918/Xorg.0.log-dump-virtualXY

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
Here is the patch which prints out the mentioned variables.

** Attachment added: "openchrome_debug4.patch"
   http://launchpadlibrarian.net/28886862/openchrome_debug4.patch

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
I disconnected the external monitor and tried again:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

(II) CHROME(0): via_driver.c:1756: after xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

Then the initialization continues (see the attached log for details) and
then the system freezes.

** Attachment added: 
"Xorg.0.log-patched-dump_virtualXY-external_monitor_disconnected"
   
http://launchpadlibrarian.net/28887402/Xorg.0.log-patched-dump_virtualXY-external_monitor_disconnected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
A new patch to dump the following variables before and after 
xf86ValidateModes():
 - pScrn->display->virtualX
 - pScrn->display->virtualY
 - pScrn->currentMode
 - pScrn->currentMode->HDisplay (if any)
 - pScrn->currentMode->VDisplay (if any)
 - pScrn->virtualX
 - pScrn->virtualY


** Attachment added: "openchrome_debug5.patch"
   http://launchpadlibrarian.net/2211/openchrome_debug5.patch

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
When the external monitor is connected:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1741: before xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1745: before xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1759: before xf86ValidateModes(): pScrn->virtualX=0
(II) CHROME(0): via_driver.c:1763: before xf86ValidateModes(): pScrn->virtualY=0

(II) CHROME(0): via_driver.c:1782: after xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1786: after xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1790: after xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1804: after xf86ValidateModes(): 
pScrn->virtualX=1024
(II) CHROME(0): via_driver.c:1808: after xf86ValidateModes(): 
pScrn->virtualY=768

The screen works correctly.

** Attachment added: "Xorg.0.log-patch5-external_monitor_connected"
   
http://launchpadlibrarian.net/2292/Xorg.0.log-patch5-external_monitor_connected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
External monitor disconnected:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1741: before xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1745: before xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1759: before xf86ValidateModes(): pScrn->virtualX=0
(II) CHROME(0): via_driver.c:1763: before xf86ValidateModes(): pScrn->virtualY=0

(II) CHROME(0): via_driver.c:1782: after xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1786: after xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1790: after xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1804: after xf86ValidateModes(): 
pScrn->virtualX=1024
(II) CHROME(0): via_driver.c:1808: after xf86ValidateModes(): 
pScrn->virtualY=768

Then system freeze as usual.

** Attachment added: 
"Xorg.0.log-patched5-dump_virtualXY-external_monitor_disconnected"
   
http://launchpadlibrarian.net/2542/Xorg.0.log-patched5-dump_virtualXY-external_monitor_disconnected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-27 Thread Bartosz
** Summary changed:

- [K8M800] mouse pointer corruptly displayed at the bottom of the X screen
+ [K8M800] virtual size does not correctly set on panel

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-27 Thread Márton Németh
I am afraid that the patched openchrome driver only works if the
external monitor is connected (as I mentioned at
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
openchrome/+bug/386740/comments/24 ). The later measurements also show
this behaviour.

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-30 Thread Márton Németh
Any suggestion what to try and test next?

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-01 Thread Bartosz
In via_driver.c file, there is function:
/* Select valid modes from those available. */
i = xf86ValidateModes(pScrn, pScrn->monitor->Modes, /* availModes */

Please check the values of variables:
   pScrn->display->virtualX
   pScrn->display->virtualY
before and after execution of the function "xf86ValidateModes".

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
When I run the X server with the external mointor connected I get:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

and

(II) CHROME(0): via_driver.c:1756: after xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }


** Attachment added: "Xorg.0.log-dump-virtualXY"
   http://launchpadlibrarian.net/28886918/Xorg.0.log-dump-virtualXY

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
Here is the patch which prints out the mentioned variables.

** Attachment added: "openchrome_debug4.patch"
   http://launchpadlibrarian.net/28886862/openchrome_debug4.patch

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
I disconnected the external monitor and tried again:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

(II) CHROME(0): via_driver.c:1756: after xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

Then the initialization continues (see the attached log for details) and
then the system freezes.

** Attachment added: 
"Xorg.0.log-patched-dump_virtualXY-external_monitor_disconnected"
   
http://launchpadlibrarian.net/28887402/Xorg.0.log-patched-dump_virtualXY-external_monitor_disconnected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
A new patch to dump the following variables before and after 
xf86ValidateModes():
 - pScrn->display->virtualX
 - pScrn->display->virtualY
 - pScrn->currentMode
 - pScrn->currentMode->HDisplay (if any)
 - pScrn->currentMode->VDisplay (if any)
 - pScrn->virtualX
 - pScrn->virtualY


** Attachment added: "openchrome_debug5.patch"
   http://launchpadlibrarian.net/2211/openchrome_debug5.patch

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
When the external monitor is connected:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1741: before xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1745: before xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1759: before xf86ValidateModes(): pScrn->virtualX=0
(II) CHROME(0): via_driver.c:1763: before xf86ValidateModes(): pScrn->virtualY=0

(II) CHROME(0): via_driver.c:1782: after xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1786: after xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1790: after xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1804: after xf86ValidateModes(): 
pScrn->virtualX=1024
(II) CHROME(0): via_driver.c:1808: after xf86ValidateModes(): 
pScrn->virtualY=768

The screen works correctly.

** Attachment added: "Xorg.0.log-patch5-external_monitor_connected"
   
http://launchpadlibrarian.net/2292/Xorg.0.log-patch5-external_monitor_connected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
External monitor disconnected:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1741: before xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1745: before xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1759: before xf86ValidateModes(): pScrn->virtualX=0
(II) CHROME(0): via_driver.c:1763: before xf86ValidateModes(): pScrn->virtualY=0

(II) CHROME(0): via_driver.c:1782: after xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1786: after xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1790: after xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1804: after xf86ValidateModes(): 
pScrn->virtualX=1024
(II) CHROME(0): via_driver.c:1808: after xf86ValidateModes(): 
pScrn->virtualY=768

Then system freeze as usual.

** Attachment added: 
"Xorg.0.log-patched5-dump_virtualXY-external_monitor_disconnected"
   
http://launchpadlibrarian.net/2542/Xorg.0.log-patched5-dump_virtualXY-external_monitor_disconnected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-27 Thread Bartosz
** Summary changed:

- [K8M800] mouse pointer corruptly displayed at the bottom of the X screen
+ [K8M800] virtual size does not correctly set on panel

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-27 Thread Márton Németh
I am afraid that the patched openchrome driver only works if the
external monitor is connected (as I mentioned at
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
openchrome/+bug/386740/comments/24 ). The later measurements also show
this behaviour.

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-30 Thread Márton Németh
Any suggestion what to try and test next?

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-01 Thread Bartosz
In via_driver.c file, there is function:
/* Select valid modes from those available. */
i = xf86ValidateModes(pScrn, pScrn->monitor->Modes, /* availModes */

Please check the values of variables:
   pScrn->display->virtualX
   pScrn->display->virtualY
before and after execution of the function "xf86ValidateModes".

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-30 Thread Márton Németh
Any suggestion what to try and test next?

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-01 Thread Bartosz
In via_driver.c file, there is function:
/* Select valid modes from those available. */
i = xf86ValidateModes(pScrn, pScrn->monitor->Modes, /* availModes */

Please check the values of variables:
   pScrn->display->virtualX
   pScrn->display->virtualY
before and after execution of the function "xf86ValidateModes".

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-27 Thread Bartosz
** Summary changed:

- [K8M800] mouse pointer corruptly displayed at the bottom of the X screen
+ [K8M800] virtual size does not correctly set on panel

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-27 Thread Márton Németh
I am afraid that the patched openchrome driver only works if the
external monitor is connected (as I mentioned at
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
openchrome/+bug/386740/comments/24 ). The later measurements also show
this behaviour.

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
When I run the X server with the external mointor connected I get:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

and

(II) CHROME(0): via_driver.c:1756: after xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }


** Attachment added: "Xorg.0.log-dump-virtualXY"
   http://launchpadlibrarian.net/28886918/Xorg.0.log-dump-virtualXY

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
Here is the patch which prints out the mentioned variables.

** Attachment added: "openchrome_debug4.patch"
   http://launchpadlibrarian.net/28886862/openchrome_debug4.patch

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
I disconnected the external monitor and tried again:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

(II) CHROME(0): via_driver.c:1756: after xf86ValidateModes():
pScrn->display->{ virtualX=0, virtualY=0 }

Then the initialization continues (see the attached log for details) and
then the system freezes.

** Attachment added: 
"Xorg.0.log-patched-dump_virtualXY-external_monitor_disconnected"
   
http://launchpadlibrarian.net/28887402/Xorg.0.log-patched-dump_virtualXY-external_monitor_disconnected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
A new patch to dump the following variables before and after 
xf86ValidateModes():
 - pScrn->display->virtualX
 - pScrn->display->virtualY
 - pScrn->currentMode
 - pScrn->currentMode->HDisplay (if any)
 - pScrn->currentMode->VDisplay (if any)
 - pScrn->virtualX
 - pScrn->virtualY


** Attachment added: "openchrome_debug5.patch"
   http://launchpadlibrarian.net/2211/openchrome_debug5.patch

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
When the external monitor is connected:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1741: before xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1745: before xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1759: before xf86ValidateModes(): pScrn->virtualX=0
(II) CHROME(0): via_driver.c:1763: before xf86ValidateModes(): pScrn->virtualY=0

(II) CHROME(0): via_driver.c:1782: after xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1786: after xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1790: after xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1804: after xf86ValidateModes(): 
pScrn->virtualX=1024
(II) CHROME(0): via_driver.c:1808: after xf86ValidateModes(): 
pScrn->virtualY=768

The screen works correctly.

** Attachment added: "Xorg.0.log-patch5-external_monitor_connected"
   
http://launchpadlibrarian.net/2292/Xorg.0.log-patch5-external_monitor_connected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-10 Thread Márton Németh
External monitor disconnected:

(II) CHROME(0): via_driver.c:1737: before xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1741: before xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1745: before xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1759: before xf86ValidateModes(): pScrn->virtualX=0
(II) CHROME(0): via_driver.c:1763: before xf86ValidateModes(): pScrn->virtualY=0

(II) CHROME(0): via_driver.c:1782: after xf86ValidateModes(): 
pScrn->display->virtualX=0
(II) CHROME(0): via_driver.c:1786: after xf86ValidateModes(): 
pScrn->display->virtualY=0
(II) CHROME(0): via_driver.c:1790: after xf86ValidateModes(): 
pScrn->currentMode=(nil)
(II) CHROME(0): via_driver.c:1804: after xf86ValidateModes(): 
pScrn->virtualX=1024
(II) CHROME(0): via_driver.c:1808: after xf86ValidateModes(): 
pScrn->virtualY=768

Then system freeze as usual.

** Attachment added: 
"Xorg.0.log-patched5-dump_virtualXY-external_monitor_disconnected"
   
http://launchpadlibrarian.net/2542/Xorg.0.log-patched5-dump_virtualXY-external_monitor_disconnected

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-06-30 Thread Márton Németh
Any suggestion what to try and test next?

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-07-01 Thread Bartosz
In via_driver.c file, there is function:
/* Select valid modes from those available. */
i = xf86ValidateModes(pScrn, pScrn->monitor->Modes, /* availModes */

Please check the values of variables:
   pScrn->display->virtualX
   pScrn->display->virtualY
before and after execution of the function "xf86ValidateModes".

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386740] Re: [K8M800] virtual size does not correctly set on panel

2009-09-02 Thread Bryce Harrington
** Tags added: jaunty

-- 
[K8M800] virtual size does not correctly set on panel
https://bugs.launchpad.net/bugs/386740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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