Hi All,

Still trying to figure why I can't get an 800 X 600 desktop on my screen.
I have an ATI Mach 64 with 2 meg ram.  My monitor is 15" SVGA.
I can start in all color modes and swithc resolutions with Ctrl + Alt + KP+
but desktop is much larger than screen.
My default server is the Mach64 Accelerated server.
Below are the screen sections of my xf86config file.

# Device configured by xf86config:

Section "Device"
    Identifier  "ATI Mach64"
    VendorName  "Unknown"
    BoardName   "Unknown"
    #VideoRam    2048
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# The Colour SVGA server

Section "Screen"
    Driver      "svga"
    Device      "Generic VGA"
    #Device      "ATI Mach64"
    Monitor     "15' Noninterlased"
    Subsection "Display"
        Depth       8
        #Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
        Virtual     320 200
        #Virtual     1280 1024
    EndSubsection
EndSection

# The 16-color VGA server

Section "Screen"
    Driver      "vga16"
    Device      "Generic VGA"
    Monitor     "15' Noninterlased"
    Subsection "Display"
        Modes       "640x480" "800x600"
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
EndSection

# The Mono server

Section "Screen"
    Driver      "vga2"
    Device      "Generic VGA"
    Monitor     "15' Noninterlased"
    Subsection "Display"
        Modes       "640x480" "800x600"
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
EndSection

# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64)

Section "Screen"
    Driver      "accel"
    Device      "ATI Mach64"
    Monitor     "15' Noninterlased"
    Subsection "Display"
        Depth       8
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480" "800x600" "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "640x480" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "640x480" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

--
Ron Marriage
Email    = mailto:[EMAIL PROTECTED]

Reply via email to