On Wednesday 10 December 2008 21:53:07 Tor at Shared Genius wrote:
> Did you check to make sure that you are using the "nv" driver, and not
> the "vesa" driver? I am using an nvidia geforce fx 5200, and one
> monitor works beautifully with the "nv" driver, all the way up to
> 1900x1200.
>
> Tor
>
> Bruno Miguel wrote:
> > A few days ago I had some problems with the power grid and my computer
> > had to go to garbage (cpu and motherboard toasted). So, I bought new
> > hardware. The new motherboard comes with a NVidia GeForce 7025, but I
> > can't have a screen resolution bigger than 800x600 without getting and
> > "out of sync" error. The only - and worst - solution I know is to
use the
> > NVidia blobs, but I do not want this. I've searched for a solution but
> > the only one I found was compiling the most recent noveau drivers,
but I
> > can't do it because I can't satisfy all the dependencies.
> > Unfortunately for me I have to stick with this onboard graphic card
> > because I can't afford a new one right now, and I don't wan't to
use it
> > with proprietary drivers. I will appreciate any help anyone can
give me.
> >
> >
> > _______________________________________________
> > gNewSense-users mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/gnewsense-users
>
> _______________________________________________
> gNewSense-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gnewsense-users
This is my xorg.conf
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pt"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "metamodes" "1280x1024_75 +0+0; 800x600 +0+0; 640x480 +0+0;
1280x1024_60 +0+0"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection