Quote:
Original post by j0seph
NWN now runs fine, but only at 800x600. 1024x768 causes some problems, so the game is unplayable. What currently annoys me is the refresh rate of my monitor at 1024/768. I think that I should conigure XFree*.conf file int /etc/X11 (or alike) but don't know how.
The device part of the xfree config file (v4/x.org) is really easy to understand. You have sections which define devices (graphics card, monitor, input devices...) and then everything is put together by referring to components defined earlier.
Look for Section "Monitor", it should list both the horizontal refresh rate (in kHz), and the vertical refresh rate (in Hz).
e.g. for my monitor:
Section "Monitor" Identifier "Hitachi CM812U" HorizSync 31-107 VertRefresh 50-160EndSection
You can then scroll down to the Screen section which will associate the monitor with a graphics card and a series of display modes (resolution, color depth) to make up a screen, and further down to the Server Layout section which puts together a number of screens (as well as input devices) into your final configuration.
And the config file is commented, so it's relatively easy to figure things out anyway.
[Edited by - Fruny on September 3, 2004 4:27:16 PM]
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan