On Wed, 2006-09-20 at 22:46 -0500, Rajko M wrote:
Lucas Alberto wrote:
> hello people!
> 
> So in my case  install the nividia drive and everthing run ok, the glx and
> compiz, all the 3d efects. But i can´t change my resolution, alwais stay in
> 1024x760 60hz never change. And yes i have change in the Sax2 and using the
> kwrite put the resolution i want 1152x900.
> The funny is before i install the drive of nividia i choose any resoluion i
> want. So someone have a light to me. I try a lot of things!!
> 
> ps: the 3d games don´t work too.
> 
> conf: nividia mx 4000
> 
Make sure your using the correct driver (no matter if you used nvidia installer).
In your: /etc/X11/xorg.conf you should have:

In section Module you must have: Load "glx"

Section "Module"
  Load ´other modules´
  Load         "glx"
  Load ´other modules´
EndSection

In your section Device you must have the 3D accel driver: "nvidia" (NOT: "nv"!!!)

Section "Device"
  BoardName    "GeForce4 MX 420"
  BusID        "1:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  VendorName   "NVidia"
EndSection

About the possibilities to change your resolution. Do you have the preffered
resolution in the section Screen??? I for myself run 1600x1200@78Hz



/Peo