Juanito
  
 
 
  
 
 
Group: Members 
Posts: 1601 
Joined: Sep. 2005 | 
  | 
Posted: April 08 2007,09:33 | 
   | 
 
 
  
| Quote  |  | OMG!!! It's working!!! |    'Glad to hear it - does that mean the display, touchpad and mouse are all working?
 
 | Quote  |  | So how do I change the right resolution? |    What resolution is the display using at the moment?
  I do not have my XF86Config-4 set up to use more than one resolution as I never bothered to find out how you could swap between resolutions. You could always just state one resolution in your XF86Config-4 file, eg:
  Section "Screen"   Identifier "Default Screen"   Device "NVIDIA Corporation NV34M [GeForce FX Go 5200]"   Monitor "Generic Monitor"   DefaultDepth 24    SubSection "Display"    Depth 24    Modes "1024x768"    EndSubSection EndSection 
 |