You wrote:<br>
<div style="margin-left: 40px;">
Hello: <br>

I would like some advice from anyone willing to help me.  I am
currently testing a laptop and having trouble with the video
resolution.  The specs:  <br>
<br>

AMD Athlon 64 Portable Workstation/Laptop<br>

    AMD Athlon 64  3000+, 3200+, and 3400+ Processor<br>

    17.0" TFT WSXGA+ LCD with up to 1680x1050 Resolution<br>

    Red Hat Linux Operating System<br>

    Internal ATA/100 Disk Drives and DVD-RW or CD-RW/DVD-ROM<br>

    8x AGP ATI Mobility Radeon 9700 3D Accelerator with 128MB DDR SGRAM Video Memory<br>

    Single Gigabit Ethernet Port and Up to Two USB 2.0 Ports<br>

    8.8 lb<br>
<br>

When I load the OS (RHEL 4 ES update 2, AMD64 version), all goes well
with the install.  Then I load the (simulation) game that I am
testing, and the only thing that I can get for resolution is like 800 x
600 by default.  During the install it chooses 'generic lcd
monitor' since as a laptop I don't have the ability to tell it that it
is a certain brand (the laptop is a custom high end machine so it's not
a name brand display).  The resolution has to be as high as the
chipset will support, considering this is high end software it needs to
be able to support.  <br>
<br>

The basic problem is that there is a software 'box' that comes up,
which is bigger than the screen (and without scroll bars).  So by
having a resolution that is too low (and therefore displayed too big)
-  it doesn't allow me to use the software features (fill in
boxes, submit buttons, whatever) - anything that is below the bottom
edge of the screen is inaccessible.  The software box cannot be
moved or resized.  <br>
<br>

What I am really looking for is a pre-made rpm that will go along with
the abovementioned chipset.  Does anyone know of an rpm that might
match this machine?  Any other fixes?  <br>
<br>

I have run redhat-config-display and chosen several choices.  When
I choose some of the higher resolutions it does some funky stuff like
flashing and stuff  but I can still see enough to get logged back
in.  So I go back in and I have now tested it at acceptable
resolutions that are higher, like 1680x1050.  I have yet to figure
out (for sure) whether there is a problem with the resolution by itself
or whether it needs a driver.  It needs to support 1280 x 1024
either true color or millions of colors at a minimum.  <br>
</div>
<br>
I think the direction you need to go in is looking at you X config
file. I have a zd7020 with a 17" display also and had to tweak the
/etc/X11/xorg.conf file.  It was s breeze for me because on the
Gentoo Forums there was an entry for configuring the HP zd7000 laptop,
complete with the xorg of XFree86 file already set up.  The file
worked for me when I was running Mandrake and now with FC4. Don't worry
about the generic lcd monitor thing that is not the problem. You might
try doing a google search for your laptop model and xorg.conf or linux
or something similar and you might get lucky. I was able the back up my
xorg file, copy/paste the correct file info into my xorg.conf and save.<br>
<br>
Here is my file but do NOT use it. I an NVIDIA graphic card. It is
possible that you may be able to modify this one suitably and be OK.
ALWAYS backup the file you are going to work on first! A couple of
months back  the X people pushed a bad update out  and killed
X on FC4. if you messup this file just answer no to any recovery ?'s
and you will get  # prompt so you can overwrite your current file
with your backup, then try again. <br>
- OR -<br>
Post your xorg.conf file to the list and ask someone for help. 
Here is my config. I have a -NVIDIA- driver running at 1440x900. 
Take a good look at the way the sections tie together before you start
changing things.  I am  sure  your answer lies in this
config. But , if any of you experts out there have a better idea or if
I got any of this wrong, I am listening..   Good luck.<br>
<br>
# nvidia-xconfig: X configuration file generated by nvidia-xconfig<br>
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Tue Nov 22 18:04:42 PST 2005<br>
<br>
#Section "Extensions"<br>
#       Option "Composite"      "Enable"<br>
#EndSection<br>
<br>
Section "ServerLayout"<br>
    Identifier     "<a href="http://X.org">X.org</a> Configured"<br>
    Screen      0  "Screen0" 0 0<br>
    InputDevice    "Mouse0" "CorePointer"<br>
    InputDevice    "Keyboard0" "CoreKeyboard"<br>
EndSection<br>
<br>
Section "Files"<br>
    RgbPath         "/usr/X11R6/lib/X11/rgb"<br>
    ModulePath      "/usr/X11R6/lib/modules"<br>
    FontPath        "/usr/share/fonts/truetype"<br>
    FontPath        "/usr/share/fonts/freetype"<br>
    FontPath        "/usr/share/fonts/corefonts"<br>
    FontPath        "/usr/share/fonts/ttf-bitstream-vera"<br>
    FontPath        "/usr/share/fonts/local"<br>
    FontPath        "/usr/share/fonts/misc/"<br>
    FontPath        "/usr/share/fonts/TTF/"<br>
    FontPath        "/usr/share/fonts/Type1/"<br>
    FontPath        "/usr/share/fonts/CID/"<br>
    FontPath        "/usr/share/fonts/75dpi/"<br>
    FontPath        "/usr/share/fonts/100dpi/"<br>
    FontPath        "/usr/share/fonts/Speedo"<br>
    FontPath        "/usr/share/fonts/cyrillic"<br>
EndSection<br>
<br>
Section "Module"<br>
    Load           "glx"<br>
    Load           "ddc"<br>
    Load           "record"<br>
    Load           "extmod"<br>
    Load           "dbe"<br>
        #Load   "dri"<br>
    Load           "xtrap"<br>
    Load           "freetype"<br>
    Load           "type1"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
    Identifier     "Keyboard0"<br>
    Driver         "kbd"<br>
    Option         "XkbLayout" "us"<br>
    Option         "XkbModel" "pc104"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
    Identifier     "Mouse0"<br>
    Driver         "mouse"<br>
    Option         "Protocol" "IMPS/2"<br>
    Option         "Device" "/dev/input/mice"<br>
    Option         "Emulate3Buttons"<br>
    Option         "Emulate3Timeout" "50"<br>
    Option         "ZAxisMapping" "4 5"<br>
EndSection<br>
<br>
Section "Monitor"<br>
<br>
        #HorizSync      30-92<br>
        #VertRefresh    60<br>
    Identifier     "LCD"<br>
    ModeLine       "1440x900" 97.5 1440 1472 1840 1872 900 919 927 946<br>
    Option         "dpms"<br>
EndSection<br>
<br>
Section "Device"<br>
    Identifier     "GeForce"<br>
    Driver         "nvidia"<br>
    VendorName     "nVidia Corporation"<br>
    BoardName      "GeForce FX Go5600"<br>
EndSection<br>
<br>
Section "Screen"<br>
    Identifier     "Screen0"<br>
    Device         "GeForce"<br>
    Monitor        "LCD"<br>
    DefaultDepth    24<br>
    Option         "NoLogo" "true"<br>
    Option         "RenderAccel" "1"<br>
    Option         "CursorShadow" "1"<br>
    Option         "AGPMode" "4"<br>
    Option         "AGPFastWrite" "true"<br>
    Option         "EnablePageFlip" "true"<br>
    SubSection     "Display"<br>
        Viewport    0 0<br>
        Depth       24<br>
        Modes      "1440x900" "1024x768" "800x600"<br>
    EndSubSection<br>
EndSection<br>
<br>
<br>Stephen F. Hess<br><br>