I'm running F16 on VMplayer, I don't think the drivers I'm using are for my nvidia card. I'm getting a max resolution of 1280*768.
My card is EVGA 9800GTX+ --- I need instructions on how to change my xorg config (I'm assuming that's the problem).
In gnome display settings I'm now able to set my resolution to 1920x1080
After forcing vmware driver in xorg.conf
My xorg.conf looks like this atm;
Section "Device"
Identifier "device0"
VendorName "VMware SVGA II Adapter"
BoardName "VMware SVGA II Adapter"
Driver "vmware"
Option "SWcursor"
EndSection
Section "Screen"
Identifier "screen0"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1920x1080"
EndSubsection
Subsection "Display"
Depth 15
Modes "1920x1080"
EndSubsection
Subsection "Display"
Depth 16
Modes "1920x1080"
EndSubsection
Subsection "Display"
Depth 24
Modes "1920x1080"
EndSubsection
EndSection
After logging in my resolution changes to 1920x1080
The only setting being picked up by xorg.conf is driver vmware
At login screen my resolution is 1024x768