Thanks. I directly modify the default windows size in the kernel.
Yongbing Huang From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Ali Saidi Sent: Monday, April 15, 2013 9:41 AM To: gem5 users mailing list Subject: Re: [gem5-users] How to adjust the window size of VNC Yes. You need to pass a parameter to the kernel otherwise it will default to something that probably isn't what you want. I haven't tried it but vga=788 might solve your problem. Ali On Mar 25, 2013, at 7:43 AM, huangyongbing <huangyongb...@ncic.ac.cn> wrote: Hi, So you mean that the size of screen is determined by the Linux kernel, not the gem5. I have tried to find out the root source of configuring the lcd, but failed. Are there detailed description about the parameters? Best regards, Yongbing Huang From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Ali Saidi Sent: Monday, March 25, 2013 8:34 PM To: gem5 users mailing list Subject: Re: [gem5-users] How to adjust the window size of VNC The code you're pointing to specifies the max size for the lcd controller. If you want to change the size of the vnc window you need to change the size of screen that you're simulating (e.g. pass different parameters to the kernel on boot). Ali On Mar 25, 2013, at 3:10 AM, "huangyongbing" < <mailto:huangyongb...@ncic.ac.cn> huangyongb...@ncic.ac.cn> wrote: Hi all, I want to adjust the window size of VNC. On default, it is 1024*768 defined in src/dev/arm/pl111.hh. I simply set the width and height variables in Pl111.write() function, 800*600 for example. However, the output of vncviewer is not correct. Have I missed other things? What should I do? Thanks. Best regards, Yongbing Huang _______________________________________________ gem5-users mailing list <mailto:gem5-users@gem5.org> gem5-users@gem5.org <http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users _______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users