If you're running a fairly recent version of X you shouldn't have to adjust it, usually this section "Screen" with just the Depth is all that is needed below;<br><br>Section "Screen"<br>    Identifier     "Screen0"<br>
    Device         "Device0"<br>    Monitor        "Monitor0"<br>    DefaultDepth    24<br>    SubSection     "Display"<br>        Depth       24<br>    EndSubSection<br><br>Resoultion issues are also an Xorg issue not OpenBox, running OpenBox you have to do things by hand. :) So if what I suggest below also doesn't help, then go back to the Debian community somewhere to help you set up your xorg.conf<br>
<br>I've found in the past just setting only a resoultion size does not help, typically the HorizSync and VertRefresh are needed, also having the correct BusID is helpful. Also if the text size is off, you could try adding in the DPI like this; Option "DPI" "96 x 96". <br>
<br>See the sections below, where all of these are typically placed;<br><br>Section "Monitor"<br>    Identifier     "Monitor0"<br>    VendorName     "Sony"<br>    ModelName      "VPCEH"Option<br>
    HorizSync       28.0 - 33.0<br>    VertRefresh     43.0 - 72.0<br>    Option         "DPMS"<br>EndSection<br><br>Section "Device"<br>    Option         "RegistryDwords" "EnableBrightnessControl=1"<br>
    Identifier     "Device0"<br>    Driver         "nvidia"<br>    VendorName     "NVIDIA Corporation"<br>    Option         "NoLogo"<br>    Option         "DPI" "96 x 96"<br>
    BusID          "PCI:1:0:0"<br>EndSection<br><br><br><br><div class="gmail_quote">On Wed, Feb 6, 2013 at 5:15 PM, Jim Rees <span dir="ltr"><<a href="mailto:rees@umich.edu" target="_blank">rees@umich.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Fred wrote:<br>
<br>
  I fixed the magnification problem with the xorg.conf file and the<br>
  monitor is now set to 1280x1024.  However, minimized icons are still<br>
  way off the screen and I can't get to them.  If I grab xterm with<br>
  the mouse pointer it will go off the screen on the bottom and right<br>
  side so the window is larger than the screen.  How can this be<br>
  fixed?<br>
<br>
</div>Go back to your xorg config and set the viewport. You could also try<br>
xrandr. Again, this is not an Openbox issue.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
</div></div></blockquote></div><br>