LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Stuck in 640, how can I change my monitor type? (https://www.linuxquestions.org/questions/linux-newbie-8/stuck-in-640-how-can-i-change-my-monitor-type-217704/)

ChevyBoy 08-14-2004 09:52 PM

Stuck in 640, how can I change my monitor type?
 
During install i specified a 640x480 LCD just to be sure everything worked.
Now I cant change resolution and its small as heck. Wher ecan i change my monitor type?

Im using RedHat: Fedora

320mb 08-14-2004 11:30 PM

Code:

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "GeForce2 GTS"
    Monitor    "Gateway EV910"
  DefaultDepth 24

    Subsection "Display"
        Depth      8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth      16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
  Subsection "Display"
        Depth      24
        Modes      "1152x864"
        ViewPort    0 0
    EndSubsection

EndSection

/etc/X11/XF86Config I use XFree yours might be Xorgconf
maybe, not sure


All times are GMT -5. The time now is 08:45 PM.