LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   fx5200 resolution problems (https://www.linuxquestions.org/questions/linux-hardware-18/fx5200-resolution-problems-233189/)

onionlee 09-20-2004 10:53 PM

fx5200 resolution problems
 
k. im running slack, like that makes a diff here. just got this xfx geforce fx5200. the driver runs fine and all, but when i start the x server, the resolutions tiny. so i check the resolution settings and the max resolution is 800x600. i cant go higher. i check my xorg.conf file. its set that it can go to 1024x768. heres wat it looks like.
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"

with my default color depth set to 24. i use gnome, and i tried to see how it was in kde or any other manager and its the same.
no idea wat the problem is. thanks in advance.

Bruce Hill 09-21-2004 02:18 AM

Have you installed the driver from Nvidia?

onionlee 09-21-2004 11:43 PM

hm.. didnt no id have to...
k
ill try that

rm6990 09-23-2004 04:29 AM

Where it looks like this

"1024x768" "800x600" "640x480"

Change it to this

"1024x768"

I found that that worked for me under Debian.

ilikejam 09-23-2004 12:44 PM

You've probably not got the correct refresh rates put in for your monitor.
You should have a section which looks like:
Code:

Section "Monitor"
        Identifier  "Monitor0"
        VendorName  "Monitor Vendor"
        ModelName    "Unprobed Monitor"
        HorizSync    30 - 105
        VertRefresh  50 - 150
        Gamma        1.35 1.35 1.35
EndSection

The 'HorizSync' and 'VertRefresh' should be changed to suit your monitor. The manual for your display, or a Google search should tell you what these values should be.

Dave

onionlee 09-25-2004 07:58 AM

thanks for the suggestions.

it works now. seems that i was using the vesa driver (stupid me). i dld the nvidia driver. it was constantly crashing, so i now use the nv driver, except when im playing 3d games.


All times are GMT -5. The time now is 11:18 PM.