LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-22-2004, 08:14 PM   #1
kiley_rodgers
Member
 
Registered: May 2003
Location: Chicago
Distribution: Slackware 9
Posts: 34

Rep: Reputation: 15
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
 
Old 04-22-2004, 08:19 PM   #2
njbrain
Member
 
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416

Rep: Reputation: 30
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
 
Old 04-22-2004, 08:44 PM   #3
kiley_rodgers
Member
 
Registered: May 2003
Location: Chicago
Distribution: Slackware 9
Posts: 34

Original Poster
Rep: Reputation: 15
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
 
Old 04-22-2004, 08:47 PM   #4
kiley_rodgers
Member
 
Registered: May 2003
Location: Chicago
Distribution: Slackware 9
Posts: 34

Original Poster
Rep: Reputation: 15
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
 
Old 04-22-2004, 08:48 PM   #5
njbrain
Member
 
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416

Rep: Reputation: 30
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
 
Old 04-22-2004, 09:08 PM   #6
kiley_rodgers
Member
 
Registered: May 2003
Location: Chicago
Distribution: Slackware 9
Posts: 34

Original Poster
Rep: Reputation: 15
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
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
matrox g200 TTT3 Linux - Newbie 0 12-20-2004 08:10 AM
Matrox G200 (ya I know...) dareino Linux - Hardware 3 09-24-2004 12:19 AM
Slowmotion with Matrox G200 (PCI) and mplayer Marcan Linux - Hardware 0 08-13-2004 12:17 PM
Videos - mga_vid for Matrox G200, MPlayer... sylvain_gnu Linux - Hardware 1 03-13-2004 11:45 AM
Matrox G200 woes mega man Linux - General 8 12-04-2000 04:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration