XORG on an Acer AL2416W with a Radeon HD 3450 graphics card
Acerl AL2416W
The Acer AL2416W is a 24" (24 inch) TFT monitor capable of displaying 1920x1200 pixels.
The horizontal bandwidth is between 24 and 80kHz while the vertical refreshrate is between 49 and 75Hz.
It only has an SVGA connector.
Radeon HD3450
The Radeon HD3450 (also check the Wikipedia article for more elaborate details) has a DVI and SVGA connector. I connected the monitor directly to the SVGA connector but it works fine with the DVI to SVGA converter as well.
Xorg configuration
You need to add sections for mouse/keyboard/server configuration yourself.
Section "Device"
Identifier "ATI Technologies Inc ATI Default Card"
Driver "radeonhd"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
Option "RenderAccel" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 24-80
VertRefresh 49-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ATI Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1920x1200"
EndSubSection
Option "XAANoOffscreenPixmaps"
Option "AddARGBGLXVisuals" "true"
EndSection
|