Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Big x-server probs setting up matrox g550 & acer al732
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Starik
Apprentice
Apprentice


Joined: 08 Oct 2003
Posts: 168
Location: Munich

PostPosted: Wed Oct 08, 2003 10:41 pm    Post subject: Big x-server probs setting up matrox g550 & acer al732 Reply with quote

Hi,
after using Debian woody for some months I decided to put gentoo on my computer (duron 1,2;1024MB;matrox g550;30GB maxtor;80GB samsung). So I installed & configured my system with stage1. Everthing was fine until I started to set up the X-Server. First I emerged xfree without any problems and I wrote myself a configfile for the server based on some topics in this board. My config-File is placed at "/etc/X11/XF86Config". Gentoo starts the Server without any problems (there are no error messages), BUT my monitor (Acer AL 732;17'' TFT;connected via DVI; Horizontal Freq.: 30-80;Vertical Freq.: 56-75) does not display anything but says (this acer model gives little messages about the resolution etc. that is used, when the monitor starts) "1280x1024 - 0kHz - This is out of my area" (the last sentence is translated from german - I gave my best :-)). So my screen is black...
What shall I do to get my x-server running? I have not installed an extra Matrox-driver or anything else, I set up my system just by the instructions of your doc-file.

Quote:

Section "ServerLayout"
Identifier "XFree86 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/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/TTF"
FontPath "/usr/X11R6/lib/X11/fonts/sharefont"
FontPath "/usr/X11R6/lib/X11/fonts/freefont"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
EndSection

Section "Module"
Load "ddc"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "bitmap"
Load "freetype"
Load "speedo"
Load "type1"
Load "vbe"
Load "int10"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbLayout" "de"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "AL732"
HorizSync 30 - 80
VertRefresh 56 - 75
VendorName "Acer"
BoardName "AL732"
EndSection

Section "Device"
Identifier "G550"
Driver "mga"
VideoRam 32768
Option "AGPMode" "4"
Option "DPMS"
Option "hw cursor" "off"
BusID "PCI:1:0:0"
VendorName "Matrox"
BoardName "G550"
EndSection

Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection

Section "Screen"
Identifier "Screen0"
Device "G550"
Monitor "AL732"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
Back to top
View user's profile Send private message
Starik
Apprentice
Apprentice


Joined: 08 Oct 2003
Posts: 168
Location: Munich

PostPosted: Thu Oct 09, 2003 2:21 pm    Post subject: Reply with quote

*push*
please help me :-)
Back to top
View user's profile Send private message
Starik
Apprentice
Apprentice


Joined: 08 Oct 2003
Posts: 168
Location: Munich

PostPosted: Thu Oct 09, 2003 8:52 pm    Post subject: Reply with quote

hm, with normal analog connection it works, do I need special commands for running my dvi-connection?
Thanks :-)
Back to top
View user's profile Send private message
wulu
n00b
n00b


Joined: 06 Jan 2003
Posts: 14

PostPosted: Fri Oct 10, 2003 9:34 am    Post subject: Reply with quote

Here's a sample Dualhead config.
I think you will at least have to define the second device,
since a G550 acts like 2 individual gfx cards.

<wulu>

Section "Device"
Identifier "Matrox G550-0"
Driver "mga"
Screen 0
BusID "PCI:1:0:0"
Option "AGPMode" "4"
#Option "UseFBDev" "true"
EndSection

Section "Device"
Identifier "Matrox G550-1"
Driver "mga"
Screen 1
BusID "PCI:1:0:0"
Option "AGPMode" "4"
#Option "UseFBDev" "true"
EndSection

Section "Monitor"
Identifier "NEC XV-17"
HorizSync 30-60
VertRefresh 50-75
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Apple 21"
HorizSync 30-130
VertRefresh 60-160
Option "DPMS"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Matrox G550-0"
Monitor "Apple 21"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Matrox G550-1"
Monitor "NEC XV-17"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Dual Head Layout"
Option "Xinerama"
Screen "Screen0"
Screen "Screen1" LeftOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "TurboMouse"
#InputDevice "Configured Mouse"
#InputDevice "Generic Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection
Back to top
View user's profile Send private message
drb
n00b
n00b


Joined: 16 Dec 2002
Posts: 56
Location: Grand Forks, BC, Canada

PostPosted: Fri Dec 05, 2003 6:37 pm    Post subject: Reply with quote

Check out the Matrox Linux forum at http://www.matrox.com/mga/support/forum/agree.cfm.

For DVI with the G550 you will need the Matrox binary drivers.
_________________
Darrell Bellerive
VA7TO
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum