MLUG: RE: [UUG/MLUG] X server new problem, old one solved :)
RE: [UUG/MLUG] X server new problem, old one solved :)
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I have a Matrox Millenium II 8MB.  This should be very close.  It is on my
computer a home and when I go home later tonight I'll e-mail it to you.

Joel

-----Original Message-----
From: Roberts, Michael J. [mailto:EMAIL:PROTECTED]
Sent: Tuesday, January 26, 1999 5:08 PM
To: EMAIL:PROTECTED
Subject: [UUG/MLUG] X server new problem, old one solved :)


Okay, super, with the help of you all I solved the color depth problem.  I
didn't know you could set the default color depth in the config file.
However, I'm having another small problem.  As suggested by Paul in the
following comments, I tried to change the Identifier for the type of card
that I have.  The name "Matrox Millenium II 4MB" produces error messages
when I try to use it.  Does anyone know the exact name of the card that I
should give the config file.  Thanks.  You all have been super thus far.

>- Paul

>Here are sections of your xfconfig which are of interest:

>#lotsa stuff here
>Section "Device"
>    # this should be the proper device name for your card
>    # but you need to verify it
>    Identifier  "Matrox Millenium II 4MB"
>   VendorName  "Unknown"
>    BoardName   "Unknown"
>    #if I read the README correctly, RAM is not detected properly on MMII
>    VideoRam    4096
>EndSection
>#some stuff here
>#example configuration for SVGA xserver
>Section "Screen"
>    Driver      "svga"
>    #changed the device name here to reflect the definition in Device
section
>    Device      "Matrox Millenium II 4MB"
>    Monitor     "NEC Multisync XP17"


Michael Roberts
IATS-LaDS
EMAIL:PROTECTED    (573) 884-2243
http://tool.missouri.edu
 
"forty-six and two, are just ahead of me"-mjk


    # set to whatever you like - a useful option
    DefaultColorDepth 32

    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
        Virtual     1024 768
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768"
        ViewPort    0 0
        Virtual     1024 768
    EndSubsection
    Subsection "Display"
        Depth        8
        Modes       "1024x768"
        ViewPort    0 0
        Virtual     1024 768
    EndSubsection
EndSection




#some stuff here

>