I've been trying - without any success - to create a "virtual" display device configured for 16:9 ratio resolution..
I'm already past setting a kernel option (forgot what it was) for xorg to even start up without a physical display device connected to the display port.
Below is my xorg.conf. What i would basically like to achieve is a 16:9 resolution such as 1440x900 instead of all the 4:3 resolutions this configuration apparently provides ( despite the modes and metamodes defined below, i only get to choose 4:3 resolutions like 1024x768 )
Thanks much! Andras
ps: again, i have no physical display device.
pigeon@pigeon-desktop:~$ cat /etc/X11/xorg.conf
Section "Device"
Identifier "VNC Device"
Driver "vesa"
EndSection
Section "Screen"
Identifier "VNC Screen"
Device "VNC Device"
Monitor "VNC Monitor"
SubSection "Display"
Modes "1440x900 1440x900@61"
Option "MetaModes" "1440x900,1440x900; 1280x1024,1280x1024; 1024x768,1024x768"
EndSubSection
EndSection
Section "Monitor"
Modeline "1440x900@61" 111.17 1440 1472 1888 1920 900 918 927 946
Identifier "VNC Monitor"
Option "nodpms"
Option "noddc"
Option "ModeValidation" "NoMaxPClkCheck;NoEdidMaxPClkCheck"
HorizSync 30-85
VertRefresh 48-120
DisplaySize 400 225
EndSection