| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
|
|
|
|
Reviews
|
Views
|
Date of last review
|
|
2
|
22518
|
09-20-2005
|
|
 |
|
Recommended By
|
Average Price
|
Average Rating
|
|
100% of reviewers
|
$55.00
|
8.5
|
|
|
|
|
|
|
|
Description:
|
Works well under Mandrake 9.1 and I suspect it will work well with other distribs too. Dual Head is fairly simple to set up too:
- You need 2x "Monitor" sections, one for each monitor
- You need 2x "Device" sections, one with "Screen 0" and another with "Screen 1"
- You need 2x "Screen" sections, each matching up a "Device" and a "Monitor"
Here are relivant parts of my "ServerLayout" section:
Section "ServerLayout"
...
Option "Xinerama"
Screen "screen1"
Screen "screen2" RightOf "screen1"
EndSection
|
|
Keywords:
|
Matrox G550 G-550 Dual AGP
|
|
/sbin/lspci output:
|
Card:Matrox Millennium G550 DualHead: Matrox|MGA G550 AGP [DISPLAY_VGA]
|
|
Chipset:
|
G550
|
|
Connection Type:
|
AGP
|
|
|
|
11-16-2003, 01:14 PM
|
#1
|
Registered: Aug 2001
Distribution: Slackware
Posts: 5,700
Rep:
|
Would you recommend the product? yes | Price you paid? (in USD): $60.00 | Rating: 8
|
Kernel (uname -r):
|
2.4.20-xfs
|
|
Distribution:
|
Gentoo, Slackware 8.1-9.1, RedHat, most of the BSDs, Solaris 9 x86
|
I started this one out as a dual-head set-up and later went to a full on tri-head with a 16Mb PCI Nvidia. I had to use the binary hal module from the Matrox site... which you can't link to directly because of their click through license agreement. It worked with XFree 4.1, 4.2, 4.2.1, and finally 4.3, they're always a little behind X in getting a version out, but since I never needed DRI (xinerama being on), I would usually just cheat and use the 4.2.1 driver with XFree 4.3.0 and so forth.
3 heads with this guy is a little bit of headache. I had to do the Matrox side using mgapdesk and creating a merged framebuffer entry and then just hacked that XF86Config up with the Nvidia card's info until the bloody thing loaded right. Its a little pokey, but pre-emtible kernel helped out with that some.
Cheers,
Finegan
|
|
|
|
09-20-2005, 09:07 AM
|
#2
|
Registered: Aug 2003
Distribution: Slackware 12.1
Posts: 25
Rep: 
|
Would you recommend the product? yes | Price you paid? (in USD): $50.00 | Rating: 9
|
Kernel (uname -r):
|
2.4.29
|
|
Distribution:
|
Slackware 10.1
|
Make sure to manually copy the mga_hal_drv.o file included in matrox's drivers to /usr/X11R6/lib/modules/drivers/ if using xorg. You don't need to install anything else from their drivers as Xorg already comes with bundled with g550 support (mga_drv and mga_dri).
DVI output works fine to my Sony SDM-S74 lcd monitor.
In xorg.conf under Section "Device" include:
Option "DigitalScreen1" "True"
Under Section "Monitor" make sure to include:
VertRefresh 60
and the correct HorizSync value range.
Problem:
When leaving the X server gui via the ctrl-alt-backspace keys the display blanks out and I can't see the prompt. DVI issue only. Only happens when leaving the gui, before starting the x server the prompt displays fine.
To conclude the Matrox G550 is a great card, especially when connected to a CRT, and as a bonus requires no fan to cool it.
Here's my full xorg.conf if needed, using DVI:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse" #/dev/mouse if ps2 mouse, /dev/input/mice if using usb!
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "SNY"
ModelName "SDM-S74"
HorizSync 28.0 - 64.0
VertRefresh 60
Option "DPMS"
EndSection
Section "Device"
Option "HWcursor" "True" # [<bool>]
Option "AGPMode" "4" # <i>
Option "DigitalScreen1" "True" # [<bool>]
Identifier "Card0"
Driver "mga"
VendorName "Matrox Graphics, Inc."
BoardName "MGA G550 AGP"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
Viewport 0 0
EndSubSection
EndSection
|
|
|
|
All times are GMT -5. The time now is 03:58 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|