LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   x windows display setting (https://www.linuxquestions.org/questions/linux-general-1/x-windows-display-setting-53304/)

buzzkill13 04-03-2003 06:43 PM

x windows display setting
 
I installed redhat 8 the other day and i dont knwo if i installed the wrong video drivers or what but this is the deal i want my resolution to be 1024 x 768 but it will only display 600 by 800 if some one could help that would be great

cuckoopint 04-03-2003 06:56 PM

post the monitor and screens sections of /etc/XF86Config-4

PTBmilo 04-03-2003 08:11 PM

Check out the "screen" section in the file cucu was talking about and check if '1024X768' is in there.
Code:

Section "Screen"
        Identifier  "Screen0"
        Device      "Intel 810"
        Monitor      "Monitor0"
        DefaultDepth    16

        Subsection "Display"
                Depth      16
                Modes      "1024x768" "800x600" "640x480"
        EndSubsection

I think redhat has a configuration program for it too.... type 'redhat' at the command line and press <tab> twice to see if there's anything that might help you.

cuckoopint 04-03-2003 08:29 PM

you also need to check the monitor section to make sure you have set correct monitor HorizSync/VertRefresh - otherwise this stuff won't work as expected.

\edit
Who are you calling 'cucu'?
; )


All times are GMT -5. The time now is 08:33 AM.