Hi,

I need to be able to switch resolutions from 800x600 to 1024x768 to
1280x1024. So I edited the XF86Config and added the relevant information
as is pasted below and restarted X. Now when I hit CTRL+ALT+PLUS, the
resolution changes but the new window has a virtual resolution (whereby
the screen is bigger than the monitor and scrolls when the mouse hits
the edge) which ain't what I asked for. The snippet below does not have
any virtual keywords so why does it insist on using a virtual
resolution? I'm using stock RH 8.0 with the official NVIDIA driver (from
nvidia site - release 3123). Am I doing something stupid or is RH8 doing
something stupid here/

Section "Screen"
    Identifier  "Screen 1"
    Device      "NVIDIA Riva TNT2 (generic)"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection


Thank,
Ditesh



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to