View Single Post

   
  #9 (permalink)  
Old 02-19-2008, 11:27 AM
Wild Wizard
 
Posts: n/a
Default Re: Slack 9.0 and NVidia

Steve Youngs wrote:

> * An OutSider <nosp@m.com> writes:
>
> > Can any good soul help me set up X with 1280x1024 displayy resolution
> > ? I tried xtimings.pl to no result. I am using NVidia closed source
> > drivers. Is it limited to 1024x768 ?

>
> Nope. Providing your hardware can do it.
>
> All you need is something like this...


<SNIPED>

even that is excesive for XFree 4.3

try this on for size

Section "Monitor"
Identifier "My Monitor"
Option "DPMS"
EndSection

Section "Device"
Identifier "My Video Card"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "My Video Card"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection

--
Love your enemies: they'll go crazy trying to figure out what you're up
to.

Reply With Quote