[Linux-users] Wide Screen problems with nVidia

Rick Sivernell res005ru
Sun Aug 5 05:21:57 PDT 2007


On Sat, 04 Aug 2007 11:44:17 -0500
Ben Duncan <linux4ms at aim.com> wrote:

> Ok, Just bought a Acre AL2223W 22" Wide Screen LCD panel and am trying to
> get it work right.
> 
> Here is my lspci on the nVidia video card:
> 
> 02:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6200] (rev 
> a1) (prog-if 00 [VGA])
>          Subsystem: nVidia Corporation Unknown device 030c
>          Flags: bus master, 66MHz, medium devsel, latency 248, IRQ 20
>          Memory at e4000000 (32-bit, non-prefetchable) [size=16M]
>          Memory at d0000000 (32-bit, prefetchable) [size=256M]
>          Memory at e5000000 (32-bit, non-prefetchable) [size=16M]
>          [virtual] Expansion ROM at e6000000 [disabled] [size=128K]
>          Capabilities: [60] Power Management version 2
>          Capabilities: [44] AGP version 3.0
> 
> I am running this version of the nVidia driver:
> 
> NVIDIA-Linux-x86-1.0-9755-pkg1.run
> 
> Any suggestion on getting this thing to work in 1280 x 768 or
> 1440 x 990 wide screen mode ?
> 
> Thanks ...
> 
> -- 
> Ben Duncan - Business Network Solutions, Inc. 336 Elton Road  Jackson MS, 39212
> "Never attribute to malice, that which can be adequately explained by stupidity"
>         - Hanlon's Razor
> _______________________________________________
> Linux-users mailing list
> Linux-users at linux-sxs.org
> http://mail.linux-sxs.org/cgi-bin/mailman/listinfo/linux-users

Ben

I have the Viewsonic 22 inch and had to make xorg.conf have this:
Section "Monitor"
        Identifier   "Monitor0"
        ModelName    "LCD Panel 1600x1200"
        HorizSync    31.5 - 90.0
        VertRefresh  59.9 - 60.1
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nv"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Viewport   0 0
                Depth    24
        EndSubSection
        SubSection "Display"
                ViewPort   0 0
                Depth   16
               modes "1600x1200" "1600x1024" "1440x900" "1400x1050" "1200x1024"
"1200x960" "1200x800" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Hope this helps, this is all I did, set your selected desire.

-- 
 Rick Sivernell
 Dallas, Texas  75287
 972 306-2296
 res005ru at verizon.net
 Registered Linux User



More information about the Linux-users mailing list