This is more a reminder for myself than a regular post. Because I
have been fiddling around with the xorg.conf
to get
my Linux desktop right with dual head and the right resolution on
each screen, I post my configuration here. If anybody finds it
useful, they are welcome to copy it.
I am currently using Ubuntu 6.06 (Dapper Drake) which comes with
X.Org 7.0. My machine has a GeForce 5600XT based graphics board
by LeadTek. It has a DVI-I and a VGA port. I installed the
closed-source nvidia
driver to get hardware
acceleration and extended features the X.Org nv
driver does not provide. Moreover I could not get dual head right
with the X.Org driver.
The following configuration sets up two screens, one for the left
display (analogue TFT, 1280x1024) and one for the right (CRT,
1024x768).
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by …
[Read more]