Kyle McDonald wrote: > John Martin wrote: >> Kyle McDonald wrote: >>> So my questions are: >>> >>> 1) How can I figure out what the config is when I have one of the >>> servers working corectly with the LCD? >>> >>> 2) Where do I enter that info to force the Xserver to use it all the >>> time no matter what it thinks is right when it starts up? >>> >> What's the graphics hardware in the servers? >> > It's an IBM x346, so it's some 16MB ATI chipset that is integrated > with the BMC and Advanced Systems Management card (for remote display > of the VGA output through VNC I beleive.) > For #1, look in /var/log/Xorg.0.log to see if the ATI driver shows the timing information it is using. If not, try adding "-logverbose 6" to the X command line (copy /usr/dt/config/Xservers to /etc/dt/config/Xservers and edit the latter).
After you find the timing info, create a ModeLine in /etc/X11/xorg.conf and put the modeline name as the first mode in the screen section.
