RE: [Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2011-05-10 Thread frank huang
If you want to support a new mode(i.e. 1024x600@60), add it to your code, and let that mode to be default. See my reply on #75, #82, #84, #93, #95. Thanks, Frank > -Original Message- > From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of > Anewangelfades > Sent: 2011年5

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-11-21 Thread frank huang
As I said before, when the geode LX is designed, no wide screen panel appears on the market. So the HW registers does not include the support for that type panel. We use reversed entry 7 for people who want to use this special wide resolution. And our HW has the ability to support this 1024x...@80

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-11-21 Thread frank huang
Screen after X window enters(1024x600) ** Attachment added: "Screen after X window enters(1024x600)" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-geode/+bug/433142/+attachment/1740783/+files/screen.png -- geode driver do not display 1024x600 on (K)UNR Karmic https://bugs.laun

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-11-21 Thread frank huang
X log on Malata notebook(1024x600) ** Attachment added: "X log on Malata notebook(1024x600)" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-geode/+bug/433142/+attachment/1740782/+files/Xorg.0.log -- geode driver do not display 1024x600 on (K)UNR Karmic https://bugs.launchpad.ne

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-11-21 Thread frank huang
Martin, I think you have not successfully use entry 7. From your log, I see no clue entry 7 is used. If that entry is not used, why you get the conclusion that ugly hack result? On my malata platform(a geodeLX) notebook and another user's reply, there is no error at all using this mode(102

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-11-20 Thread frank huang
Martin, Have you noticed that your Xorg_ec800_3.log still shows: (II) GEODE(0): VSA Panel Mode is: 800x600, pixel clock freq(kHz) is 4. If you set ret=7, it should show as below: (II) GEODE(0): VSA Panel Mode is: 1024x600, pixel clock freq(kHz)... My 1024x600 entry is not used in your new t

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-11-18 Thread frank huang
I figure out the reason from your log. Please see the line in the log: (II) GEODE(0): VSA Panel Mode is: 800x600, pixel clock freq(kHz) is 4 The platform ret value is 2. So entry 2 will be used(800x...@60). When this entry is used, most of the modes will be prunde by X server. And you will

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-11-18 Thread frank huang
Martin, the patch for printing the panel mode to X log has been committed to mail list. Please check. Actually in my previous patch, I have added note that explains why I use entry 7. I think you have seen that. Yes, in the function LXGetLegacyPanelMode(), we firstly check if panel is supported.

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-11-17 Thread frank huang
Please help check ret value in function LXGetLegacyPanelMode() in lx_panel.c. If that ret value is 3, the patch I commit will not affect the resolution the panel supports. If that ret value is 7, my patch will take effet. Thanks, Frank -- geode driver do not display 1024x600 on (K)UNR Karmic h

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-10-13 Thread frank huang
phpmonkey, You can use "cvt 1024 600 80" to generate the parameter, then write this command value to replace my patch below: +{MODEPREFIX, 48960, 1024, 1064, 1168, 1312, 0, 600, 601, 604, 622, 0, + V_NHSYNC | V_NVSYNC, MODESUFFIX} +, /* 1024x...@60

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-10-11 Thread frank huang
Thanks for your reply. From your log file, (**) GEODE(0): Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz (II) GEODE(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) GEODE(0): Driver mode "1024x600": 49.0 MHz (scaled f

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-10-11 Thread frank huang
phpmonkey, I am glad that you can get the 1024x600 resolution for your panel without the modeline in xorg.conf. As you said, there are two issues remaining here: 1) The remaining resolution options are reduced. Your remaining options turn to be two. And on my notebook, there are 3 optio

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-09-29 Thread frank huang
phpmonkey, If you can not get 1024x600 still, see below: Another point you need to pay attention is that the default screen resolution for PANEL is set by VBIOS. So please check your VBIOS setting for this. The very simple way is that in function LXGetLegacyPanelMode() in lx_panel.c, pri

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-09-29 Thread frank huang
this patch works fine on my LX notebook. It also uses Panel as the output monitor. So I think it can work too on phpmonkey's set. It is pity that I don't have one set EC800, so we must wait users' feedback. So be patient to wait phpmonkey's reply. -- geode driver do not display 1024x600 on (K)UN

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-09-29 Thread frank huang
Jenny, Thanks for your reply. Please try my patch attached with lastest driver from freedesktop. Delete the xorg.conf and give a try to see if you can get 1024x600 by default. If that can work for you, I will explain the patch intention. I have validated this patch alreandy on my Note

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-09-28 Thread frank huang
I don't know in which stage you are in. Can you get this resolution on your panel? It works fine for me. I use Xserver 1.9 and latest geode driver on freedesktop. -- geode driver do not display 1024x600 on (K)UNR Karmic https://bugs.launchpad.net/bugs/433142 You received this bug notification be

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-09-28 Thread frank huang
** Attachment added: "configuration file" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-geode/+bug/433142/+attachment/1647720/+files/xorg.conf -- geode driver do not display 1024x600 on (K)UNR Karmic https://bugs.launchpad.net/bugs/433142 You received this bug notification bec

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-09-28 Thread frank huang
phpmonkey, I have one set LX notebook can can set it to 1024x600 resolution. Please see my attached xorg.conf and xorg.conf. ** Attachment added: "Log file" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-geode/+bug/433142/+attachment/1647719/+files/Xorg.0.log -- geode drive

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-09-01 Thread frank huang
phpmonkey, If I am not mistaken, you can not get the modeline resolution setting in xorg.conf after you boot? If you want to add one resolution in xorg.conf and use that in desktop, you can try to rever the commit on http://cgit.freedesktop.org/xorg/driver/xf86-video-geode/commit/?id=e94

[Bug 570584] Re: Geode driver not display Screensaver

2010-08-23 Thread frank huang
** Changed in: xserver-xorg-video-geode (Ubuntu) Status: Fix Committed => Fix Released -- Geode driver not display Screensaver https://bugs.launchpad.net/bugs/570584 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 527321] Re: xf86-video-geode segfault with NoAccel option

2010-08-23 Thread frank huang
This issue should be solved by 2.11.9. http://cgit.freedesktop.org/xorg/driver/xf86-video-geode/commit/?id=f0e24491ca676244b2fd6f2d4476e996847824cd Based on what I know, Bernie has the same issue. it seems find now. Thanks, Frank -- xf86-video-geode segfault with NoAccel option https://bugs.lau

[Bug 570584] Re: Geode driver not display Screensaver

2010-08-23 Thread frank huang
2.11.9 have solved the screensaver issue. Closed. ** Changed in: xserver-xorg-video-geode (Ubuntu) Status: Confirmed => Fix Committed -- Geode driver not display Screensaver https://bugs.launchpad.net/bugs/570584 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2010-07-08 Thread frank huang
Got the update here. Can you please consult Otavio and work with him to make it available in our Cimarron library instead of xorg.conf? Thanks, Frank -- geode driver do not display 1024x600 on (K)UNR Karmic https://bugs.launchpad.net/bugs/433142 You received this bug notification because you a

[Bug 520671] Re: No icons on Geode thin client

2010-03-15 Thread frank huang
I have reproduced this issue on Fedora12. It's also Xserver 1.7. No icons on the desktop. Frank -- No icons on Geode thin client https://bugs.launchpad.net/bugs/520671 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail