Screen Resolution Help...
Ok, I know this has probably been asked a million times, but I really can't find a solution.
I'm running Fedora Core 2 with fluxbox. I installed X when I installed FC2. I can't find XF86Config anywhere, which seems very odd. The problem is that the highest resolution I can use is 1024x768, but I can get 1600x1200 in windows.
Thanks for any help,
jtnw
This solved my resolution problem!
Hi..
In my XOrgConfig file I found the following:
Section "Device"
Identifier "Videocard0"
Driver "cirrus"
VendorName "Videocard vendor"
BoardName "Cirrus Logic GD5446"
VideoRam 2048
EndSection
The VideoRam value was 1024 and I changed it to 2048 since my Vcard is 2Mb Ram(dont be surbrised!)...and It solved the problem,..so u can add such a line indicating ur real video card RAM..also at the SAME STEP delete all modes in the file and leave ONLY the required mode...save the file and restart the X server..
I hope this will help u..