Mam w pracy komputer z grafiką maxtora (konfiguracja xorg.conf w
załączeniu).

Wszystko działa nieźle, ale po wpisaniu "init 0" lub zabiciu Xservera
(Ctrl+Alt+Backspace) pokazuje się czarny ekran i zwis kompa.
Nawet nie mogę się zalogować z innego kompa, tylko pomaga "twardy"
reset.

Może ma ktoś pomysł, gdzie szukać przyczyny.

Cały system to aktualne Ac.

Bonder
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/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  "record"
        Load  "extmod"
        Load  "dbe"
SubSection  "extmod"
Option    "omit xfree86-dga"   # don't initialise the DGA extension
Option    "NoAGP"         "0"
EndSubSection

        
        Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"

EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        #Driver      "keyboard"
        Driver      "kbd"
        Option "XkbRules"   "xfree86"
        Option "XkbModel"   "pc104"
        Option "XkbLayout"  "pl"

EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/mouse"
        Option "Buttons"    "7"
        Option "ZAxisMapping" "4 5 6 7"

EndSection

Section "Monitor"
        #DisplaySize      360   270     # mm
        Identifier   "Monitor0"
        VendorName   "MAG"
        ModelName    "MAG XJ810"
 ### Uncomment if you don't want to default to DDC:
#       HorizSync    30.0 - 100.0
#       VertRefresh  50.0 - 160.0
        Option      "DPMS"
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       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
DefaultDepth 16
SubSection "Display"
#Depth     8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth     15
Modes "800x600"
EndSubSection
SubSection "Display"
Depth     16
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

_______________________________________________
pld-users-pl mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-users-pl

Odpowiedź listem elektroniczym