Can anyone tell me if they have managed to use Hardy Heron with the Nvidia driver for X11? I need to set up a virtual screen size so I have plenty of room to move about vertically.
Are the font sizes computed correctly as well, when using the virtual keyword in xorg.conf?
Here is a snippet from my /etc/X11/xorg.conf file:
This gives me a virtual screen size that is around 2.5 times the height of my display's actual physical height. So I have plent of room to open applications without them overlapping each other.
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 800 1800
EndSubSection
EndSection
TIA
Are the font sizes computed correctly as well, when using the virtual keyword in xorg.conf?
Here is a snippet from my /etc/X11/xorg.conf file:
This gives me a virtual screen size that is around 2.5 times the height of my display's actual physical height. So I have plent of room to open applications without them overlapping each other.
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 800 1800
EndSubSection
EndSection
TIA
Comment