XFree86

mroscic

Member
Hallo zusammen

Habe ein Problem mit XFree86. Mein Blackbox startet, nur habe ich das Problem, wenn es oben ist flakert alles in allen Farben.

Hardware:

Grafikkarte Matriox 550 AGP
Monitor: LG FLATRON 775F

OS:

FreeBSD 5.0

Auszug aus XFree86conf:

Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 70.0
EndSection

Section "Device"
Identifier "Card0"
Driver "mga"
ChipSet "mgag550"
Card "Matrox mgag550"
BusID "AGP:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Für Eure Bemühungen danke ich Euch bereits im Voraus!

Danke

:confused:
 
weiß nicht obs stimmt, aber ich hatte ähnliche Probleme:

Ich hab 1. nur eine Section Screen gemacht, und dann eben die Werte dementsprechend angepasst, z.B. lag es bei mir an depth, 24 ging nicht, aber 16 funktionierte einwandfrei (bei einer Auflösung von 1024x768)

viel Glück

gruß
gemuse
 
Ja, so kenne ich das auch schon seit Jahren - man sollte erst mal mit default depth 8 beim einrichten des X-Servers beginnen.
Läuft das stabil, kann man immer noch hochschrauben...


Gruss

FB

:cool:
 
Hallo

vielen Dank für Eure Tipp, aber leider hat auch die nicht funjtioniert! Habe die verschiedenste Einstellungen versucht, aber das Problem taucht immer wieder auf.

Gruss
 
Irgendwie kommen mir die Monitorwerte komisch vor!
Versuch doch mal, Dir die XF86Config mit "XFree86 -configure" zu bauen und schau Dir an, was Du da für Werte kriegst.

Gruß,

Ice
 
Ich kann machen was ich will! habe immer das gleiche Problem

XF86Config:

ection "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
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/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection

Section "Monitor"

DisplaySize 310 230 # mm
Identifier "Monitor0"
VendorName "GSM"
ModelName "FLATRON 775FT"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
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 "Card0"
Driver "mga"
VendorName "Matrox Graphics, Inc."
BoardName "MGA G400 AGP"
BusID "AGP:1:0:0"
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 "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
Identifier "Card1"
Driver "mga"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:0:13:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 15
SubSection "Display"
Depth 15
Modes "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


Hoffe ist ok

Gruss
 
Zurück
Oben