xvfb :1 -screen 0 1600x1200x24
Using this command I can get a 1600x1200 screen. But what keeps me from setting it to xvfb :1 -screen 0 160000x120000x32
? Are there any limitations on the screen size that I can use? Is it limited by amount of CPU and RAM that the virtual screen is gonna use?
I couldn't find anything in the documentation that says anything related to this.