LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Matrox G200 Help!!! PLZ!!!! (https://www.linuxquestions.org/questions/linux-hardware-18/matrox-g200-help-plz-173510/)

kiley_rodgers 04-22-2004 08:14 PM

Matrox G200 Help!!! PLZ!!!!
 
I have been wrestling with this problem for about 3 days now, so here I am asking for help. I just installed a G200 Dual Head video card, running Slack9.1 (doesn't matter much I guess). Anyway, I got "Dual Heads" up and running, but I get different resolutions on each monitor. I have my xorg.conf set for 1280x1024. I get it on one monitor, but on the second monitor I get 800x600. When I look in the Xorg.log, I see that it is indicating there is not sufficient memory to use the 1280x1024, therefore defaulting to 800x600. My question is.... Is the a formula to see what resolution would be supported given a specific bit depth, H & V freq, etc.... Ideally I would like to have 1280x1024 on both monitor, but will settle for less just as long as they are the same. BTW, I have 32MB video memory on the card.


Thanks for your help.....


Kiley

njbrain 04-22-2004 08:19 PM

If you set you color depth to 16 bit you should be just fine. You may also wan't to check your XF86Cofig file, and make sure that you have 1280x1024 for both moniters.
Noah

kiley_rodgers 04-22-2004 08:44 PM

Thanks for your suggestions, but I THINK I already covered those bases... I am including a portion of my xorg.cong and the error I am getting...


xorg.conf:
------------

Section "Device"
Identifier "G200_1"
Driver "mga"
BusID "PCI:2:0:0"
Option "MGASDRAM"
EndSection

Section "Device"
Identifier "G200_2"
Driver "mga"
BusID "PCI:2:4:0"
Option "MGASDRAM"
EndSection


Section "Screen"
Identifier "Screen_0"
Device "G200_1"
Monitor "ViewSonic FP_1"
DefaultDepth 16

Subsection "Display"
Depth 16
Modes "1280x1024"
EndSubsection
EndSection


Section "Screen"
Identifier "Screen_1"
Device "G200_2"
Monitor "ViewSonic FP_2"
DefaultDepth 16


# Subsection "Display"
# Depth 8
# Modes "640x480" "800x600" "1024x768" "1280x1024"
# EndSubsection
# Subsection "Display"
# Depth 16
# Modes "1024x768" "800x600" "640x480"
# EndSubsection
Subsection "Display"
Depth 16

EndSubsection
EndSection





# **********************************************************************
# ServerLayout sections.
# **********************************************************************


Section "ServerLayout"

Identifier "Simple Layout"
Screen "Screen_1"
Screen "Screen_0" RightOf "Screen_1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "Xinerama" "yes"
EndSection


Section "DRI"
Mode 0666
EndSection



Xorg.0.log (relavent section I THINK!!!)
-----------

(II) MGA(0): Not using mode "1280x1024" (no mode of this name)
(==) MGA(0): Write-combining range (0xdd000000,0x200000)
(--) MGA(0): Virtual size is 1152x768 (pitch 1152)




I guess after looking at this, it may not be a memory issue.... Any thoughts....




Thanx,
Kiley

kiley_rodgers 04-22-2004 08:47 PM

Sorry screwed up again..


here is the relevant xorg.conf section, I forgot a portion of it..

xorg.conf:
------------

Section "Device"
Identifier "G200_1"
Driver "mga"
BusID "PCI:2:0:0"
Option "MGASDRAM"
EndSection

Section "Device"
Identifier "G200_2"
Driver "mga"
BusID "PCI:2:4:0"
Option "MGASDRAM"
EndSection


Section "Screen"
Identifier "Screen_0"
Device "G200_1"
Monitor "ViewSonic FP_1"
DefaultDepth 16

Subsection "Display"
Depth 16
Modes "1280x1024"
EndSubsection
EndSection


Section "Screen"
Identifier "Screen_1"
Device "G200_2"
Monitor "ViewSonic FP_2"
DefaultDepth 16


# Subsection "Display"
# Depth 8
# Modes "640x480" "800x600" "1024x768" "1280x1024"
# EndSubsection
# Subsection "Display"
# Depth 16
# Modes "1024x768" "800x600" "640x480"
# EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024"
EndSubsection
EndSection


thanks for being patient with my mistakes

njbrain 04-22-2004 08:48 PM

Of course it doesn't work, the lines are commented out!;)
Change this,
# Subsection "Display"
# Depth 8
# Modes "640x480" "800x600" "1024x768" "1280x1024"
# EndSubsection
# Subsection "Display"
# Depth 16
# Modes "1024x768" "800x600" "640x480"
# EndSubsection
Subsection "Display"
Depth 16


too this,

Subsection "Display"
Depth 16
Modes "1280x1024"
EndSubsection
EndSection

and it should work just fine.
Noah

kiley_rodgers 04-22-2004 09:08 PM

Sorry for the confusion Noah, I noticed when I cut and pasted the 1st post I forgot a few lines, so I reposted it (see second post). You will notice I have a Depth 16 entry that is uncommented and it still does not work. Again sorry for the confusion. Please feel free to let me know if I am MORE confused than I think.



Kiley


All times are GMT -5. The time now is 03:15 PM.