Sie sind nicht angemeldet.

1

27.02.2006, 10:14

x11 und matrox

Hallo Forum!!!

Erst mal disclaimer: ICH KENNE MICH NICHT MIT LINUX AUS!!!

Ich habe es gerade geschafft gentoo nach dem Handbuch zu installieren und wurde natürlich gleich übermütig, denn der nächste Befehl war "emerge gnome-light". Nach ein wenig rumprobieren an der X11 Konfiguration konnte ich dann gnome starten, allerdings nur mit einer Auflösung von 640x480, obwohl ich in meiner conf 800x600 (ja ja an unserem server hängt ein schlechter alter kleiner monitor) angegeben habe.

Allerdings sagt er beim starten (von x11), dass er das modul "mga" nicht finden konnte. Ich habe eine Matrox G200 und benutze den genkernel. Ich habe schon nach passenden ebuilds geschaut, aber nichts gefunden. Was ist da zu tun?

Danke schon mal im voraus.

41isnr1

2

27.02.2006, 13:31

poste mal den Inhalt von deiner /etc/X11/xorg.conf

bye Benny
Intel Pentium 3,6GHz
1,00GB DDR Ram
GeForce FG 6800LE
Asus P5P800 Mainboard

_______________________


Mein Bäckerforum: http://www.baeckerforen.de
Mein OS Forum: http://www.free-your-os.com

3

27.02.2006, 13:39

hier meine conf:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "German Keyboard" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "German Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mouse0"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "PciRetry" # [<bool>]
#Option "SyncOnGreen" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "Overlay" # [<str>]
#Option "MGASDRAM" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "ColorKey" # <i>
#Option "SetMclk" # <freq>
#Option "OverclockMem" # [<bool>]
#Option "VideoKey" # <i>
#Option "Rotate" # [<str>]
#Option "TexturedVideo" # [<bool>]
#Option "Crtc2Half" # [<bool>]
#Option "Crtc2Ram" # <i>
#Option "Int10" # [<bool>]
#Option "AGPMode" # <i>
#Option "AGPSize" # <i>
#Option "DigitalScreen1" # [<bool>]
#Option "DigitalScreen2" # [<bool>]
#Option "TV" # [<bool>]
#Option "TVStandard" # [<str>]
#Option "CableType" # [<str>]
#Option "NoHal" # [<bool>]
#Option "SwappedHead" # [<bool>]
#Option "DRI" # [<bool>]
#Option "MergedFB" # [<bool>]
#Option "Monitor2HSync" # [<str>]
#Option "Monitor2VRefresh" # [<str>]
#Option "Monitor2Position" # [<str>]
#Option "MetaModes" # [<str>]
Identifier "Matrox G200"
Driver "mga"
VendorName "Matrox Graphics, Inc."
BoardName "MGA G200 AGP"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Matrox G200"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection

4

27.02.2006, 14:59

Vnc

wo wir gleich beim Thema sind habe ich noch folgendes Problem:

Ich habe mir inzwischen vnc ge-emerged (heisst das so?) und bin nach der Anleitung aus de.gentoo-wiki.com/VNC-Server vorgegangen. Wenn ich meine xorg.conf anpasse funktioniert auch alles wunderbar, aber ich hätte gerne die Möglichkeit über vnc höhere Auflösungen zu verwenden, weswegen ich gerne auch die vncserver :1 Methode verwenden möchte.

Wenn ich das versuche kann ich mich zwar verbinden, aber ich bekomme nur dieses schwarz-weiss Muster mit Kreuzkursor und mein Gnome startet nicht. Ich habe in der letzten Zeile von ~/.vnc/xstartup schon gdm und gnome ausprobiert und nichts funktioniert.

Was mache ich denn falsch?

Danke

41isnr1