Problem mit FreeBSD 6.2

Hi erstmal!

Ich hoffe, ich bin hier im richtigen Forenabschnitt gelandet. Ggf. bitte nur verschieben, nicht schlagen (bekomm so schnell blaue Flecken) :D

Ich hab ein Problem mit meiner FreeBSD 6.2 Installation auf meinem IBM Thinkpad T23.

Das System ist frisch aufgesetzt (minimal + man-pages).
Hab dann aus den Ports X.Org 7.2, GDM 2.18 und XFce 4.4 installiert.
Klappte augenscheinlich auch alles einwandfrei (gmake gab keine Fehler aus).

Beim Login ins XFce ist auch noch alles OK. Nur beim Logout gibts Ärger:
X.Org scheint abzuschmieren und das ganze system mitsich zu reissen.
Die Kiste friert komplett ein und mir bleibt nur ein Reset.

Anfangs dachte ich, dass es an der noch fehlenden /etc/X11/xorg.conf liegt.
Die hab cih dann auch gleich mal mit Hilfe von xorgconfig angelegt.
Aber Fehlanzeige, MIT xorg.conf startet X nichtmal (angeblich unterstützt der Treiber des Grafikchips (S3 Savage) weder 24 noch 16 und auch keine 8 Bit Farbtiefe). Ohne xorg.conf startet X zwar (sieht nach 16 Bit Farbtiefe bei 640x480 aus), schmiert aber beim Runterfahren ab.

Ich bin zwar eigentlich eher Linux-User und in Sachen FreeBSD nich grad ein Crack, aber dass DAS nicht normal ist, liegt auf der Hand.

Tja, daran sitze ich nun schon seit letztem Donnerstag.
Jemand eine Idee? Ich bin Ratlos, zumal auch die jeweiligen Logs keinen Aufschluss geben, da sie komplett leer sind.
 
Hi d4mi4n!

Hab mir die Config mal angesehen.
Wenn mich nicht alles täuscht, sind die dortigen einstellungen identisch zu denen in meiner xorg.conf (Wenn man mal davon absieht, dass in meiner xorg.conf noch ein paar andere Angaben zu alternativen Farbtiefen und Auflösungen stehen).
Die Einstellungen der Device-Section stimmen jedenfalls mit meinen Einstellungen überein.

Ich bin mit meinem Latein jedenfalls komplett am Ende.
Ich hab ja schon so manches Problem mit X gehabt, aber so eines noch nicht.

Angemerkt sei auch mal, dass vorher PC-BSD 1.3, welches ja auf FreeBSD 6.1 basiert, auf dem Laptop lief. Da war alles OK in Sachen X.
 
Dann poste doch mal bitte deine xorg.conf. Sonst wird das hier nur Rätselraten....
 
Hast du mal versucht als root eine neue Configdatei anzulegen?
Code:
X -configure
 
und vielleicht auch die log Dateien aus /var/log zum X-Org, etwa Xorg.0.log
Gerade hatte ich einen Update auf einen X7 Server an einem Laptop hinter mich gebracht und dabei auch mehrere Tage gebraucht.
Diverse Links zu den Modulen halfen schon mal, die wurden nämlich teilweise nicht gefunden, weil sie in einem anderen Verzeichnis lagen als erwartet. Auswendig weiß ich nun aber nicht mehr, was wo war und wohin gehörte. Die Fehlermeldungen und etwas googeln brachten mich weiter.
Zu letzt funktionierte dann der Aufruf des Syaptic-Touchpads nicht und ich war es leid, auch hier noch was zu suchen, deshalb änderte ich die Zeilen passend für eine ps2-aux Maus und das machte dann keine Probleme mehr. DRI habe ich auch nicht aktiviert.
Nebenbei: der X7 scheint langsamer zu sein, Filme in Volldarstellung flackern damit, das war auf dem gleichen rechner zuvor nicht beobachtet worden.
 
Du hättest auch die Pfade in der xorg.conf korrigieren können, statt Links zu machen. Ansonsten, was beim portupgrade -a nicht funktionierte einfach nach dem Merge nochmal versuchen.
 
Die /etx/X11/xorg.conf sieht jetzt so aus:

Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/psm0"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

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

Section "Device"
        Identifier  "Card0"
        Driver      "savage"
        VendorName  "S3 Inc."
        BoardName   "SuperSavage IX/C SDR"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24

        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes     "1024x768" "800x600" "640x480"
        EndSubSection

        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes     "1024x768" "800x600" "640x480"
        EndSubSection

        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Damit startet X nun jetzt auch. Wenn auch, komischer Weise, nicht in 1024x768 sondern nur in 640x480. Im XFce lässts sich auch nicht umstellen. Dort bekomme ich als nennenswerte Auflösungen lediglich 640x480 und 800x600 angeboten.
Angelegt hab ich die Datei mit X -configure. Hab sie noch etwas angepasst (mouse-device auf ps/2 gestellt und Auflösungen eingetragen).

Die /var/log/Xorg.0.log sieht so aus:

Code:
X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: FreeBSD 6.2-RELEASE i386 
Current Operating System: FreeBSD Drecksau 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007     root@dessler.cse.buffalo.edu:/usr/obj/usr/src
/sys/GENERIC i386
Build Date: 28 May 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May 29 20:25:19 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to:
        /usr/local/lib/X11/fonts/misc/,
        /usr/local/lib/X11/fonts/TTF/,
        /usr/local/lib/X11/fonts/OTF,
        /usr/local/lib/X11/fonts/Type1/,
        /usr/local/lib/X11/fonts/100dpi/,
        /usr/local/lib/X11/fonts/75dpi/
(**) RgbPath set to "/usr/local/share/X11/rgb"
(**) ModulePath set to "/usr/local/lib/xorg/modules"
(II) Loader magic: 0x819e340
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.1
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on freebsd
(II) LoadModule: "pcidata"
(II) Loading /usr/local/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
(--) Using syscons driver with X support (version 2.0)
(++) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3575 card 1014,021d rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,3576 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,2482 card 1014,0220 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2484 card 1014,0220 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2487 card 1014,0220 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 41 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 1014,0220 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,2483 card 1014,0220 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1014,0222 rev 01 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 5333,8c2e card 1014,01fc rev 05 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 104c,ac51 card fffc,ffff rev 00 class 06,07,00 hdr 82
(II) PCI: 02:00:1: chip 104c,ac51 card fffc,ffff rev 00 class 06,07,00 hdr 82
(II) PCI: 02:02:0: chip 11c1,0449 card 1468,0410 rev 01 class 07,80,00 hdr 00
(II) PCI: 02:08:0: chip 8086,1031 card 1014,0209 rev 41 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xc0100000 - 0xc01fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xe0000000 - 0xebffffff (0xc000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,8), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x00002000 - 0x000020ff (0x100) IX[B]
        [1] -1  0       0x00002400 - 0x000024ff (0x100) IX[B]
        [2] -1  0       0x00002800 - 0x000028ff (0x100) IX[B]
        [3] -1  0       0x00002c00 - 0x00002cff (0x100) IX[B]
        [4] -1  0       0x00003000 - 0x000030ff (0x100) IX[B]
        [5] -1  0       0x00003400 - 0x000034ff (0x100) IX[B]
        [6] -1  0       0x00003800 - 0x000038ff (0x100) IX[B]
        [7] -1  0       0x00003c00 - 0x00003cff (0x100) IX[B]
        [8] -1  0       0x00004000 - 0x000040ff (0x100) IX[B]
        [9] -1  0       0x00004400 - 0x000044ff (0x100) IX[B]
        [10] -1 0       0x00004800 - 0x000048ff (0x100) IX[B]
        [11] -1 0       0x00004c00 - 0x00004cff (0x100) IX[B]
        [12] -1 0       0x00005000 - 0x000050ff (0x100) IX[B]
        [13] -1 0       0x00005400 - 0x000054ff (0x100) IX[B]
        [14] -1 0       0x00005800 - 0x000058ff (0x100) IX[B]
        [15] -1 0       0x00005c00 - 0x00005cff (0x100) IX[B]
        [16] -1 0       0x00006000 - 0x000060ff (0x100) IX[B]
        [17] -1 0       0x00006400 - 0x000064ff (0x100) IX[B]
        [18] -1 0       0x00006800 - 0x000068ff (0x100) IX[B]
        [19] -1 0       0x00006c00 - 0x00006cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xc0200000 - 0xcfffffff (0xfe00000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:0:0), (2,3,5), BCTRL: 0x0740 (VGA_EN is cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 6: bridge is at (2:0:1), (2,6,8), BCTRL: 0x0740 (VGA_EN is cleared)
(--) PCI:*(1:0:0) S3 Inc. SuperSavage IX/C SDR rev 5, Mem @ 0xc0100000/19, 0xe8000000/26, 0xe4000000/26, 0xe0000000/25
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xdfffffff to 0xcfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xc0200000 - 0xc03fffff (0x200000) MX[B]E
        [1] -1  0       0xc0201000 - 0xc0201fff (0x1000) MX[B]E
        [2] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]EO
        [3] -1  0       0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
        [4] -1  0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [5] -1  0       0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [6] -1  0       0xc0100000 - 0xc017ffff (0x80000) MX[B](B)
        [7] -1  0       0x00006400 - 0x000064ff (0x100) IX[B]E
        [8] -1  0       0x00006000 - 0x000060ff (0x100) IX[B]E
        [9] -1  0       0x00006440 - 0x0000647f (0x40) IX[B]E
        [10] -1 0       0x000018c0 - 0x000018ff (0x40) IX[B]E
        [11] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]E
        [12] -1 0       0x00001880 - 0x000018ff (0x80) IX[B]E
        [13] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]E
        [14] -1 0       0x00000374 - 0x00000377 (0x4) IX[B]E
        [15] -1 0       0x00000170 - 0x0000017f (0x10) IX[B]E
        [16] -1 0       0x000003f4 - 0x000003f7 (0x4) IX[B]E
        [17] -1 0       0x000001f0 - 0x000001ff (0x10) IX[B]E
        [18] -1 0       0x00001840 - 0x0000187f (0x40) IX[B]E
        [19] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]E
        [20] -1 0       0x00001800 - 0x000018ff (0x100) IX[B]E
(II) PCI I/O resource overlap reduced 0x00006400 from 0x000064ff to 0x0000643f
(II) PCI Memory resource overlap reduced 0xc0200000 from 0xc03fffff to 0xc0200fff
(II) PCI I/O resource overlap reduced 0x00001880 from 0x000018ff to 0x000018bf
(II) PCI I/O resource overlap reduced 0x00001840 from 0x0000187f to 0x0000185f
(II) PCI I/O resource overlap reduced 0x00001800 from 0x000018ff to 0x0000181f
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xc0200000 - 0xc0200fff (0x1000) MX[B]E
        [1] -1  0       0xc0201000 - 0xc0201fff (0x1000) MX[B]E
        [2] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]EO
        [3] -1  0       0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
        [4] -1  0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [5] -1  0       0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [6] -1  0       0xc0100000 - 0xc017ffff (0x80000) MX[B](B)
        [7] -1  0       0x00006400 - 0x0000643f (0x40) IX[B]E
        [8] -1  0       0x00006000 - 0x000060ff (0x100) IX[B]E
        [9] -1  0       0x00006440 - 0x0000647f (0x40) IX[B]E
        [10] -1 0       0x000018c0 - 0x000018ff (0x40) IX[B]E
        [11] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]E
        [12] -1 0       0x00001880 - 0x000018bf (0x40) IX[B]E
        [13] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]E
        [14] -1 0       0x00000374 - 0x00000377 (0x4) IX[B]E
        [15] -1 0       0x00000170 - 0x0000017f (0x10) IX[B]E
        [16] -1 0       0x000003f4 - 0x000003f7 (0x4) IX[B]E
        [17] -1 0       0x000001f0 - 0x000001ff (0x10) IX[B]E
        [18] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]E
        [19] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]E
        [20] -1 0       0x00001800 - 0x0000181f (0x20) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xc0200000 - 0xc0200fff (0x1000) MX[B]E
        [5] -1  0       0xc0201000 - 0xc0201fff (0x1000) MX[B]E
        [6] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]EO
        [7] -1  0       0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
        [8] -1  0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [9] -1  0       0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [10] -1 0       0xc0100000 - 0xc017ffff (0x80000) MX[B](B)
        [11] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [12] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [13] -1 0       0x00006400 - 0x0000643f (0x40) IX[B]E
        [14] -1 0       0x00006000 - 0x000060ff (0x100) IX[B]E
        [15] -1 0       0x00006440 - 0x0000647f (0x40) IX[B]E
        [16] -1 0       0x000018c0 - 0x000018ff (0x40) IX[B]E
        [17] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]E
        [18] -1 0       0x00001880 - 0x000018bf (0x40) IX[B]E
        [19] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]E
        [20] -1 0       0x00000374 - 0x00000377 (0x4) IX[B]E
        [21] -1 0       0x00000170 - 0x0000017f (0x10) IX[B]E
        [22] -1 0       0x000003f4 - 0x000003f7 (0x4) IX[B]E
        [23] -1 0       0x000001f0 - 0x000001ff (0x10) IX[B]E
        [24] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]E
        [25] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]E
        [26] -1 0       0x00001800 - 0x0000181f (0x20) IX[B]E
(II) LoadModule: "extmod"
(II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "record"
(II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dbe"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(==) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dri"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "freetype"
(II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.2.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "savage"
(II) Loading /usr/local/lib/xorg/modules/drivers//savage_drv.so
(II) Module savage: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 2.1.2
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "mouse"
(II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) SAVAGE: driver (version 2.1.2) for S3 Savage chipsets: Savage4,
        Savage3D, Savage3D-MV, Savage2000, Savage/MX-MV, Savage/MX,
        Savage/IX-MV, Savage/IX, ProSavage PM133, ProSavage KM133,
        Twister PN133, Twister KN133, SuperSavage/MX 128, SuperSavage/MX 64,
        SuperSavage/MX 64C, SuperSavage/IX 128, SuperSavage/IX 128,
        SuperSavage/IX 64, SuperSavage/IX 64, SuperSavage/IXC 64,
        SuperSavage/IXC 64, ProSavage DDR, ProSavage DDR-K
(II) Primary Device is: PCI 01:00:0
(--) Chipset SuperSavage found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xc0200000 - 0xc0200fff (0x1000) MX[B]E
        [5] -1  0       0xc0201000 - 0xc0201fff (0x1000) MX[B]E
        [6] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]EO
        [7] -1  0       0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
        [8] -1  0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [9] -1  0       0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [10] -1 0       0xc0100000 - 0xc017ffff (0x80000) MX[B](B)
        [11] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [12] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [13] -1 0       0x00006400 - 0x0000643f (0x40) IX[B]E
        [14] -1 0       0x00006000 - 0x000060ff (0x100) IX[B]E
        [15] -1 0       0x00006440 - 0x0000647f (0x40) IX[B]E
        [16] -1 0       0x000018c0 - 0x000018ff (0x40) IX[B]E
        [17] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]E
        [18] -1 0       0x00001880 - 0x000018bf (0x40) IX[B]E
        [19] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]E
        [20] -1 0       0x00000374 - 0x00000377 (0x4) IX[B]E
        [21] -1 0       0x00000170 - 0x0000017f (0x10) IX[B]E
        [22] -1 0       0x000003f4 - 0x000003f7 (0x4) IX[B]E
        [23] -1 0       0x000001f0 - 0x000001ff (0x10) IX[B]E
        [24] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]E
        [25] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]E
        [26] -1 0       0x00001800 - 0x0000181f (0x20) IX[B]E
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xc0200000 - 0xc0200fff (0x1000) MX[B]E
        [5] -1  0       0xc0201000 - 0xc0201fff (0x1000) MX[B]E
        [6] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]EO
        [7] -1  0       0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
        [8] -1  0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [9] -1  0       0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [10] -1 0       0xc0100000 - 0xc017ffff (0x80000) MX[B](B)
        [11] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [12] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [13] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0       0x00006400 - 0x0000643f (0x40) IX[B]E
        [17] -1 0       0x00006000 - 0x000060ff (0x100) IX[B]E
        [18] -1 0       0x00006440 - 0x0000647f (0x40) IX[B]E
        [19] -1 0       0x000018c0 - 0x000018ff (0x40) IX[B]E
        [20] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]E
        [21] -1 0       0x00001880 - 0x000018bf (0x40) IX[B]E
        [22] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]E
        [23] -1 0       0x00000374 - 0x00000377 (0x4) IX[B]E
        [24] -1 0       0x00000170 - 0x0000017f (0x10) IX[B]E
        [25] -1 0       0x000003f4 - 0x000003f7 (0x4) IX[B]E
        [26] -1 0       0x000001f0 - 0x000001ff (0x10) IX[B]E
        [27] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]E
        [28] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]E
        [29] -1 0       0x00001800 - 0x0000181f (0x20) IX[B]E
        [30] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [31] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/local/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.1
(**) SAVAGE(0): Depth 24, (--) framebuffer bpp 32
(==) SAVAGE(0): RGB weight 888
(==) SAVAGE(0): Default visual is TrueColor
(II) SAVAGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) SAVAGE(0): Using XAA acceleration architecture
(==) SAVAGE(0): Using HW cursor
(==) SAVAGE(0): Using video BIOS to set modes
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/local/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 1.1
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/local/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
(II) SAVAGE(0): initializing int10
(==) SAVAGE(0): Write-combining range (0xa0000,0x20000) was already clear
(==) SAVAGE(0): Write-combining range (0xc0000,0x40000) was already clear
(II) SAVAGE(0): Primary V_BIOS segment is: 0xc000
(==) SAVAGE(0): Write-combining range (0x0,0x1000) was already clear
(II) SAVAGE(0): VESA BIOS detected
(II) SAVAGE(0): VESA VBE Version 2.0
(II) SAVAGE(0): VESA VBE Total Mem: 15168 kB
(II) SAVAGE(0): VESA VBE OEM: S3 Incorporated. Paramont BIOS
(II) SAVAGE(0): VESA VBE OEM Software Rev: 1.0
(II) SAVAGE(0): VESA VBE OEM Vendor: S3 Incorporated.
(II) SAVAGE(0): VESA VBE OEM Product: VBE 2.0
(II) SAVAGE(0): VESA VBE OEM Product Rev: Rev 1.0
(--) SAVAGE(0): Chip: id 8c2e, "SuperSavage/IXC 64"
(--) SAVAGE(0): Engine: "SuperSavage"
(--) SAVAGE(0): AGP card detected
(==) SAVAGE(0): Using AGP DMA
(II) SAVAGE(0): DMA is not supported on SuperSavages.
(==) SAVAGE(0): DMA disabled
(==) SAVAGE(0): Using AGP 1x mode
(==) SAVAGE(0): Using 16 MB AGP aperture
(==) SAVAGE(0): Write-combining range (0xc0100000,0x80000) was already clear
(==) SAVAGE(0): Write-combining range (0xe8000000,0x4000000)
(==) SAVAGE(0): Write-combining range (0xe4000000,0x4000000)
(==) SAVAGE(0): Using gamma correction (1.0, 1.0, 1.0)
(--) SAVAGE(0): probed videoram:  16384k
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/local/lib/xorg/modules//libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
(--) SAVAGE(0): No DDC signal
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/local/lib/xorg/modules//libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.2.0
        ABI class: X.Org Video Driver, version 1.1
(II) SAVAGE(0): I2C bus "I2C bus" initialized.
(II) SAVAGE(0): I2C device "I2C bus:ddc2" registered at address 0xA0.
(II) SAVAGE(0): I2C device "I2C bus:ddc2" removed.
(--) SAVAGE(0): Detected current MCLK value of 286.364 MHz
(--) SAVAGE(0): 1024x768 TFT LCD panel detected and active
(--) SAVAGE(0): - Limiting video mode to 1024x768
(--) SAVAGE(0): Found 13 modes at this depth:
    [10f] 320 x 200, 70Hz
    [112] 640 x 480, 60Hz, 72Hz, 75Hz, 85Hz, 100Hz
    [115] 800 x 600, 60Hz, 72Hz, 75Hz, 85Hz, 100Hz
    [118] 1024 x 768, 60Hz, 70Hz, 75Hz, 85Hz, 100Hz
    [11b] 1280 x 1024, 60Hz, 75Hz, 85Hz
    [11e] 640 x 400, 70Hz
    [124] 1600 x 1200, 60Hz, 75Hz, 85Hz
    [134] 320 x 240, 72Hz
    [13e] 1400 x 1050, 60Hz, 75Hz
    [144] 400 x 300, 72Hz
    [154] 512 x 384, 70Hz
    [175] 720 x 480, 75Hz
    [17f] 720 x 576, 75Hz
(II) SAVAGE(0): Monitor0: Using default hsync range of 31.50-37.90 kHz
(II) SAVAGE(0): Monitor0: Using default vrefresh range of 50.00-70.00 Hz
(II) SAVAGE(0): Clock range:  10.00 to 220.00 MHz
(--) SAVAGE(0): No suitable BIOS mode found for 640x350 85Hz.
(II) SAVAGE(0): Not using default mode "640x350" (no mode of this name)
(--) SAVAGE(0): No suitable BIOS mode found for 320x175 85Hz.
(II) SAVAGE(0): Not using default mode "320x175" (no mode of this name)
(--) SAVAGE(0): Chose mode 11e at 70Hz.
(II) SAVAGE(0): Not using default mode "640x400" (vrefresh out of range)
(--) SAVAGE(0): Chose mode 10f at 70Hz.
(II) SAVAGE(0): Not using default mode "320x200" (vrefresh out of range)
(--) SAVAGE(0): No suitable BIOS mode found for 720x400 85Hz.
(II) SAVAGE(0): Not using default mode "720x400" (no mode of this name)
(--) SAVAGE(0): No suitable BIOS mode found for 360x200 85Hz.
(II) SAVAGE(0): Not using default mode "360x200" (no mode of this name)
(--) SAVAGE(0): Chose mode 112 at 60Hz.
(--) SAVAGE(0): Chose mode 134 at 72Hz.
(--) SAVAGE(0): Chose mode 112 at 72Hz.
(II) SAVAGE(0): Not using default mode "640x480" (vrefresh out of range)
(--) SAVAGE(0): Chose mode 134 at 72Hz.
(II) SAVAGE(0): Not using default mode "320x240" (vrefresh out of range)
(--) SAVAGE(0): Chose mode 112 at 75Hz.
(II) SAVAGE(0): Not using default mode "640x480" (vrefresh out of range)
(--) SAVAGE(0): Chose mode 134 at 72Hz.
(II) SAVAGE(0): Not using default mode "320x240" (vrefresh out of range)
(--) SAVAGE(0): Chose mode 112 at 85Hz.
(II) SAVAGE(0): Not using default mode "640x480" (hsync out of range)
(--) SAVAGE(0): Chose mode 134 at 72Hz.
(II) SAVAGE(0): Not using default mode "320x240" (hsync out of range)
(--) SAVAGE(0): Chose mode 115 at 60Hz.
(--) SAVAGE(0): Chose mode 144 at 72Hz.
(--) SAVAGE(0): Chose mode 115 at 60Hz.
(--) SAVAGE(0): Chose mode 144 at 72Hz.
(--) SAVAGE(0): Chose mode 115 at 72Hz.
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(--) SAVAGE(0): Chose mode 144 at 72Hz.
(II) SAVAGE(0): Not using default mode "400x300" (hsync out of range)
(--) SAVAGE(0): Chose mode 115 at 75Hz.
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(--) SAVAGE(0): Chose mode 144 at 72Hz.
(II) SAVAGE(0): Not using default mode "400x300" (hsync out of range)
(--) SAVAGE(0): Chose mode 115 at 85Hz.
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(--) SAVAGE(0): Chose mode 144 at 72Hz.
(II) SAVAGE(0): Not using default mode "400x300" (hsync out of range)
(--) SAVAGE(0): Chose mode 118 at 85Hz.
(II) SAVAGE(0): Not using default mode "1024x768" (vrefresh out of range)
(--) SAVAGE(0): Chose mode 154 at 70Hz.
(II) SAVAGE(0): Not using default mode "512x384" (vrefresh out of range)
(--) SAVAGE(0): Chose mode 118 at 60Hz.
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(--) SAVAGE(0): Chose mode 154 at 70Hz.
(II) SAVAGE(0): Not using default mode "512x384" (hsync out of range)
(--) SAVAGE(0): Chose mode 118 at 70Hz.
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(--) SAVAGE(0): Chose mode 154 at 70Hz.
(II) SAVAGE(0): Not using default mode "512x384" (hsync out of range)
(--) SAVAGE(0): Chose mode 118 at 75Hz.
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(--) SAVAGE(0): Chose mode 154 at 70Hz.
(II) SAVAGE(0): Not using default mode "512x384" (hsync out of range)
(--) SAVAGE(0): Chose mode 118 at 85Hz.
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(--) SAVAGE(0): Chose mode 154 at 70Hz.
(II) SAVAGE(0): Not using default mode "512x384" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1152x864" (exceeds panel dimensions)
(--) SAVAGE(0): No suitable BIOS mode found for 576x432 75Hz.
(II) SAVAGE(0): Not using default mode "576x432" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1280x960" (exceeds panel dimensions)
(--) SAVAGE(0): Chose mode 112 at 60Hz.
(II) SAVAGE(0): Not using default mode "640x480" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1280x960" (exceeds panel dimensions)
(--) SAVAGE(0): Chose mode 112 at 85Hz.
(II) SAVAGE(0): Not using default mode "640x480" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(--) SAVAGE(0): No suitable BIOS mode found for 640x512 60Hz.
(II) SAVAGE(0): Not using default mode "640x512" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(--) SAVAGE(0): No suitable BIOS mode found for 640x512 75Hz.
(II) SAVAGE(0): Not using default mode "640x512" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(--) SAVAGE(0): No suitable BIOS mode found for 640x512 85Hz.
(II) SAVAGE(0): Not using default mode "640x512" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(--) SAVAGE(0): Chose mode 115 at 60Hz.
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(--) SAVAGE(0): Chose mode 115 at 60Hz.
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(--) SAVAGE(0): Chose mode 115 at 72Hz.
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(--) SAVAGE(0): Chose mode 115 at 75Hz.
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(--) SAVAGE(0): Chose mode 115 at 85Hz.
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(--) SAVAGE(0): No suitable BIOS mode found for 896x672 60Hz.
(II) SAVAGE(0): Not using default mode "896x672" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(--) SAVAGE(0): No suitable BIOS mode found for 896x672 75Hz.
(II) SAVAGE(0): Not using default mode "896x672" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(--) SAVAGE(0): No suitable BIOS mode found for 928x696 60Hz.
(II) SAVAGE(0): Not using default mode "928x696" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(--) SAVAGE(0): No suitable BIOS mode found for 928x696 75Hz.
(II) SAVAGE(0): Not using default mode "928x696" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(--) SAVAGE(0): No suitable BIOS mode found for 960x720 60Hz.
(II) SAVAGE(0): Not using default mode "960x720" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(--) SAVAGE(0): No suitable BIOS mode found for 960x720 75Hz.
(II) SAVAGE(0): Not using default mode "960x720" (no mode of this name)
(--) SAVAGE(0): No suitable BIOS mode found for 832x624 74Hz.
(II) SAVAGE(0): Not using default mode "832x624" (no mode of this name)
(--) SAVAGE(0): No suitable BIOS mode found for 416x312 74Hz.
(II) SAVAGE(0): Not using default mode "416x312" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1152x768" (exceeds panel dimensions)
(--) SAVAGE(0): No suitable BIOS mode found for 576x384 54Hz.
(II) SAVAGE(0): Not using default mode "576x384" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(--) SAVAGE(0): No suitable BIOS mode found for 700x525 59Hz.
(II) SAVAGE(0): Not using default mode "700x525" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(--) SAVAGE(0): No suitable BIOS mode found for 700x525 74Hz.
(II) SAVAGE(0): Not using default mode "700x525" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(--) SAVAGE(0): No suitable BIOS mode found for 800x512 60Hz.
(II) SAVAGE(0): Not using default mode "800x512" (no mode of this name)
(II) SAVAGE(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(--) SAVAGE(0): No suitable BIOS mode found for 960x720 85Hz.
(II) SAVAGE(0): Not using default mode "960x720" (no mode of this name)
(II) SAVAGE(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(--) SAVAGE(0): Chose mode 118 at 60Hz.
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(II) SAVAGE(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(--) SAVAGE(0): Chose mode 118 at 75Hz.
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(II) SAVAGE(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(--) SAVAGE(0): Chose mode 118 at 85Hz.
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(II) SAVAGE(0): Not using mode "1024x768" (no mode of this name)
(--) SAVAGE(0): Chose mode 115 at 60Hz.
(--) SAVAGE(0): Chose mode 115 at 60Hz.
(--) SAVAGE(0): Chose mode 112 at 60Hz.
(--) SAVAGE(0): Chose mode 144 at 72Hz.
(--) SAVAGE(0): Chose mode 144 at 72Hz.
(--) SAVAGE(0): Chose mode 134 at 72Hz.
(--) SAVAGE(0): Virtual size is 800x600 (pitch 800)
(**) SAVAGE(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) SAVAGE(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) SAVAGE(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) SAVAGE(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) SAVAGE(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
(II) SAVAGE(0): Modeline "640x480"   25.18  640 656 752 800  480 490 492 525 -hsync -vsync
(**) SAVAGE(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) SAVAGE(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) SAVAGE(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) SAVAGE(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) SAVAGE(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) SAVAGE(0): Modeline "320x240"   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(==) SAVAGE(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/local/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/local/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.2.0
        ABI class: X.Org Video Driver, version 1.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/local/lib/xorg/modules//libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.1
(==) SAVAGE(0): Write-combining range (0x0,0x1000) was already clear
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xe0000000 - 0xe1ffffff (0x2000000) MS[B]
        [1] 0   0       0xe4000000 - 0xe7ffffff (0x4000000) MS[B]
        [2] 0   0       0xe8000000 - 0xebffffff (0x4000000) MS[B]
        [3] 0   0       0xc0100000 - 0xc017ffff (0x80000) MS[B]
        [4] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0       0xc0200000 - 0xc0200fff (0x1000) MX[B]E
        [9] -1  0       0xc0201000 - 0xc0201fff (0x1000) MX[B]E
        [10] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]EO
        [11] -1 0       0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
        [12] -1 0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [13] -1 0       0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [14] -1 0       0xc0100000 - 0xc017ffff (0x80000) MX[B](B)
        [15] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [16] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [17] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [18] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [19] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [20] -1 0       0x00006400 - 0x0000643f (0x40) IX[B]E
        [21] -1 0       0x00006000 - 0x000060ff (0x100) IX[B]E
        [22] -1 0       0x00006440 - 0x0000647f (0x40) IX[B]E
        [23] -1 0       0x000018c0 - 0x000018ff (0x40) IX[B]E
        [24] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]E
        [25] -1 0       0x00001880 - 0x000018bf (0x40) IX[B]E
        [26] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]E
        [27] -1 0       0x00000374 - 0x00000377 (0x4) IX[B]E
        [28] -1 0       0x00000170 - 0x0000017f (0x10) IX[B]E
        [29] -1 0       0x000003f4 - 0x000003f7 (0x4) IX[B]E
        [30] -1 0       0x000001f0 - 0x000001ff (0x10) IX[B]E
        [31] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]E
        [32] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]E
        [33] -1 0       0x00001800 - 0x0000181f (0x20) IX[B]E
        [34] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [35] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/local/lib/xorg/modules//libint10.so
(II) SAVAGE(0): initializing int10
(==) SAVAGE(0): Write-combining range (0xa0000,0x20000) was already clear
(II) SAVAGE(0): Primary V_BIOS segment is: 0xc000
(==) SAVAGE(0): Write-combining range (0x0,0x1000) was already clear
(II) SAVAGE(0): VESA BIOS detected
(II) SAVAGE(0): VESA VBE Version 2.0
(II) SAVAGE(0): VESA VBE Total Mem: 15168 kB
(II) SAVAGE(0): VESA VBE OEM: S3 Incorporated. Paramont BIOS
(II) SAVAGE(0): VESA VBE OEM Software Rev: 1.0
(II) SAVAGE(0): VESA VBE OEM Vendor: S3 Incorporated.
(II) SAVAGE(0): VESA VBE OEM Product: VBE 2.0
(II) SAVAGE(0): VESA VBE OEM Product Rev: Rev 1.0
(==) SAVAGE(0): Write-combining range (0xa0000,0x10000) was already clear
(II) SAVAGE(0): 5832 kB of Videoram needed for 3D; 16384 kB of Videoram available
(II) SAVAGE(0): Sufficient Videoram available for 3D
(II) SAVAGE(0): [drm] bpp: 32 depth: 24
(II) SAVAGE(0): [drm] Sarea 2200+284: 2484
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) SAVAGE(0): [drm] loaded kernel module for "savage" driver
(II) SAVAGE(0): [drm] DRM interface version 1.2
(II) SAVAGE(0): [drm] created "savage" driver at busid "pci:0000:01:00.0"
(II) SAVAGE(0): [drm] added 8192 byte SAREA at 0xc25ed000
(II) SAVAGE(0): [drm] mapped SAREA 0xc25ed000 to 0x30662000
(II) SAVAGE(0): [drm] framebuffer handle = 0xe8000000
(II) SAVAGE(0): [drm] added 1 reserved context for kernel
(II) SAVAGE(0): [agp] Mode 0x1f000211 [AGP 0x0000/0x0000; Card 0x5333/0x8c2e]
(II) SAVAGE(0): [agp] 16384 kB allocated with handle 0xc249a000
(II) SAVAGE(0): [agp] agpTextures handle = 0xd0000000
(II) SAVAGE(0): [drm] aperture handle = 0xe8000000
(II) SAVAGE(0): [drm] Enabling ShadowStatus for DRI.
(II) SAVAGE(0): [drm] Status handle = 0x0f6a3000
(II) SAVAGE(0): [drm] Status page mapped at 0x30664000
(II) SAVAGE(0): [dri] visual configs initialized
(**) SAVAGE(0): DRI is enabled
(--) SAVAGE(0): Chose mode 115 at 60Hz.
(II) SAVAGE(0): virtualX:800,virtualY:600
(II) SAVAGE(0): bpp:32,tiledwidthBytes:3200,tiledBufferSize:1945600 
(II) SAVAGE(0): bpp:32,widthBytes:3200,BufferSize:1921024 
(II) SAVAGE(0): videoRambytes:0x01000000 
(II) SAVAGE(0): textureSize:0x00854000 
(II) SAVAGE(0): textureSize:0x00854000 
(II) SAVAGE(0): textureOffset:0x0078b000 
(II) SAVAGE(0): depthOffset:0x005b0000,depthPitch:3200
(II) SAVAGE(0): backOffset:0x003d5000,backPitch:3200
(II) SAVAGE(0): Reserved back buffer at offset 0x3d5000
(II) SAVAGE(0): Reserved depth buffer at offset 0x5b0000
(II) SAVAGE(0): Reserved 8528 kb for textures at offset 0x78b000
(II) SAVAGE(0): Using 654 lines for offscreen memory.
(II) SAVAGE(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Image Writes
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                30 128x128 slots
(==) SAVAGE(0): Backing store disabled
(II) SAVAGE(0): X context handle = 0x1
(II) SAVAGE(0): [DRI] installation complete
(II) SAVAGE(0): [junkers]pSAVAGEDRIServer:
(II) SAVAGE(0): [junkers]       reserved_map_agpstart:0x00000000
(II) SAVAGE(0): [junkers]       reserved_map_idx:0x00000000
(II) SAVAGE(0): [junkers]       sarea_priv_offset:0x00000000
(II) SAVAGE(0): [junkers]       chipset:0x00000000
(II) SAVAGE(0): [junkers]       sgram:0x00000000
(II) SAVAGE(0): [junkers]       frontbufferSize:0x001d5000
(II) SAVAGE(0): [junkers]       frontOffset:0x00000000
(II) SAVAGE(0): [junkers]       frontPitch:0x00000c80
(II) SAVAGE(0): [junkers]       backbufferSize:0x001db000
(II) SAVAGE(0): [junkers]       backOffset:0x003d5000
(II) SAVAGE(0): [junkers]       backPitch:0x00000c80
(II) SAVAGE(0): [junkers]       depthOffset:0x005b0000
(II) SAVAGE(0): [junkers]       depthPitch:0x00000c80
(II) SAVAGE(0): [junkers]       textureOffset:0x0078b000
(II) SAVAGE(0): [junkers]       textureSize:0x00854000
(II) SAVAGE(0): [junkers]       textureSize:0x00854000
(II) SAVAGE(0): [junkers]       logTextureGranularity:0x00000000
(II) SAVAGE(0): [junkers]       agp:handle:0xc249a000
(II) SAVAGE(0): [junkers]       agp:offset:0x01000000
(II) SAVAGE(0): [junkers]       agp:size:0x01000000
(II) SAVAGE(0): [junkers]       agp:map:0x00000000
(II) SAVAGE(0): [junkers]       registers:handle:0xc0100000
(II) SAVAGE(0): [junkers]       registers:offset:0x00000000
(II) SAVAGE(0): [junkers]       registers:size:0x00080000
(II) SAVAGE(0): [junkers]       registers:map:0x00000000
(II) SAVAGE(0): [junkers]       status:handle:0x0f6a3000
(II) SAVAGE(0): [junkers]       status:offset:0x00000000
(II) SAVAGE(0): [junkers]       status:size:0x00001000
(II) SAVAGE(0): [junkers]       status:map:0x30664000
(II) SAVAGE(0): [junkers]       agpTextures:handle:0xd0000000
(II) SAVAGE(0): [junkers]       agpTextures:offset:0x00000000
(II) SAVAGE(0): [junkers]       agpTextures:size:0x01000000
(II) SAVAGE(0): [junkers]       apgTextures:map:0x00000000
(II) SAVAGE(0): [junkers]       logAgpTextureGranularity:0x00000000
(II) SAVAGE(0): [junkers]       cmdDma:handle:0x00000000
(II) SAVAGE(0): [junkers]       cmdDma:offset:0x00000000
(II) SAVAGE(0): [junkers]       cmdDma:size:0x00000000
(II) SAVAGE(0): [junkers]       cmdDma:map:0x00000000
(II) SAVAGE(0): [junkers]pSAVAGEDRI:
(II) SAVAGE(0): [junkers]       chipset:0x00000007
(II) SAVAGE(0): [junkers]       width:0x00000320
(II) SAVAGE(0): [junkers]       height:0x00000258
(II) SAVAGE(0): [junkers]       mem:0x01000000
(II) SAVAGE(0): [junkers]       cpp:4
(II) SAVAGE(0): [junkers]       zpp:4
(II) SAVAGE(0): [junkers]       agpMode:1
(II) SAVAGE(0): [junkers]       bufferSize:65536
(II) SAVAGE(0): [junkers]       frontbufferSize:0x001d5000
(II) SAVAGE(0): [junkers]       frontOffset:0x00000000
(II) SAVAGE(0): [junkers]       backbufferSize:0x001db000
(II) SAVAGE(0): [junkers]       backOffset:0x003d5000
(II) SAVAGE(0): [junkers]       depthbufferSize:0x001db000
(II) SAVAGE(0): [junkers]       depthOffset:0x005b0000
(II) SAVAGE(0): [junkers]       textureOffset:0x0078b000
(II) SAVAGE(0): [junkers]       textureSize:0x00800000
(II) SAVAGE(0): [junkers]       logTextureGranularity:0x00000014
(II) SAVAGE(0): [junkers]       agpTextureHandle:0xd0000000
(II) SAVAGE(0): [junkers]       agpTextureSize:0x01000000
(II) SAVAGE(0): [junkers]       logAgpTextureGranularity:0x00000014
(II) SAVAGE(0): [junkers]       apertureHandle:0xe8000000
(II) SAVAGE(0): [junkers]       apertureSize:0x05000000
(II) SAVAGE(0): [junkers]       aperturePitch:0x00002000
(II) SAVAGE(0): [junkers]       statusHandle:0x0f6a3000
(II) SAVAGE(0): [junkers]       statusSize:0x00001000
(II) SAVAGE(0): [junkers]       sarea_priv_offset:0x00000898
(II) SAVAGE(0): Direct rendering enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/psm0"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psm0"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse
(WW) fcntl(13, O_ASYNC): Inappropriate ioctl for device

Wie gesagt, X startet nun auch mit xorg.conf, wenn auch nicht ganz so wie erwünscht. Runterfahren lässt es sich allerdings weiterhin nicht.
 
ich zeige dir mal eine Möglichkeit, für Monitor:

Section "Monitor"
#DisplaySize 380 300 # mm
Identifier "Monitor0"
VendorName "FUS"
ModelName "B19-1"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"

Die sync-Werte brauchte ich bei diesem Monitor, anders gab es kein Bild. Du brauchtest natürlich andere, für deinen Mointor passende Einträge. Vielleicht könnte das helfen. Und auch das DPMS kann hilfreich sein.

Meist nehme ich eine Knoppix CD und sehe, wie die dort ein X konfigurieren und nehme als als Ausgang für eine eigene xorg.conf.
 
OK, das hat geklappt. Die Auflösung ist nun bei 1024x768 und 24 Bit Farbtiefe.
Danke, pit234a.

Das Problem, dass X sich beim runterfahren weghängt, besteht allerdings weiterhin :(
 
Sowohl beim Shutdown, als auch beim Neustart von X mittels Strg+Alt+Backspce, sowie beim Versucht zu rebooten.
In der /var/log/Xorg.0.log Steht dann nur:

Code:
Fatal server error:
Caught signal 11.  Server aborting

Was hier ein SEGV auslöst, ist mir allerdings schleierhaft.
Logisch wäre z.B. defekte Hardware, da es mit anderen Systemen aber funktioniert, scheidet das als Ursache wohl aus.
 
also, bei mir bringen die X-Server, die ich benutze und die arbeiten meist mehr Fehler oder Warnungen, als deiner, wenn er nicht recht macht, was er soll.
Bin eh ziemlich unbedarft in diesen Dingen und nun tatsächlich am Ende mit meinem Latein. Wollte noch raten, dri auszuschalten, doch nur, weil ich damit Probleme hatte, nicht, weil es irgendeinen Hinweis gibt, der dies bei dir als Ursache vermuten lässt.
Weil aber dein x-log so sauber ist, glaube ich beinahe daran, dass eine andere Anwendung den Server abschießt. Vielleicht hat das was mit dem Xfce zu tun? Hast du vielleicht Hinweise? kannst du mal was anderes testen?
 
Ja, eigentlich bin ich auch mehr Fehlerangaben und Warnungen gewöhnt.
Mein erster Verdacht war, dass GDM etwas damit zu tun haben könnte.
Das konnte ich aber ausschliessen, da ich X auch ohne den GDM getestet hatte und das selbe Problem erhielt.
Auch mit anderen Windowmanagern habe ich es versucht (naja, um ehrlich zu sein, nur mit xterm). Ebenfalls mit dem selben Effekt.

Ich hab vorhin ein wenig mit Konsolen-Befehlen rumgetestet:

shutdown -h now -> Xorg schmiert ab
shutdown -p now -> Das Bild wird ziemlich bunt verzerrt, aber der Laptop fährt runter und schaltet ab
reboot -> Xorg schmiert ab
Strg+Alt+Backspace -> Xorg schmiert ab

Dass es mit shutdown -p now klappt, ist ja schonmal ein Anfang, dann kann ich den Schlepper wenigstens ohne den Holzhammer abschalten.

Wenn die restlichen Befehle aber auch funktionieren würde, wärs schöner ;)

Ich bin da echt für jede Hilfe dankbar.

[edit]
Mit dem Vesa-Treiber weigert X sich zu starten.
[/edit]
 
Das Problem hat ich vor kurzen auch.
Bei mir lag es daran, das ich mir nen neuen Kernel gebaut habe und eine option vergessen hatte was dann dazu führte das er nen Kernel Dump machte.

Versuch ma in die Konsole zu gehen sprich tty0 und dort dann einfach anmelden und dann mit Logout oder exit raus da wenn er dann abschmiert weiße es is der Kernel.

Dann lädst du einfach den GENERIC Kernel und baust nen neuen.

MfG

mathes
 
vielleicht was mit ACPI oder APM zu tun?
Da gibt es häufig Unverträglichkeiten zum BIOS, oder es gab sie jedenfalls früher mal, besonders bei Laptops. Läuft einer von denen bei dir, evtl als Dämon? Dann vielleicht mal sehen, was umgekehrt passiert.
 
Es laufen ein paar ACPI bezogene Prozesse, aber nichts, was irgendwie nach einem Daemon aussieht:

Code:
root        7  0.0  0.0     0     8  ??  DL    3:46PM   0:00.00 [acpi_task_0]
root        8  0.0  0.0     0     8  ??  DL    3:46PM   0:00.00 [acpi_task_1]
root        9  0.0  0.0     0     8  ??  DL    3:46PM   0:00.00 [acpi_task_2]
root       19  0.0  0.0     0     8  ??  WL    3:46PM   0:00.00 [irq9: acpi0]
root       29  0.0  0.0     0     8  ??  DL    3:46PM   0:00.02 [acpi_thermal]
root       30  0.0  0.0     0     8  ??  DL    3:46PM   0:00.00 [acpi_cooling0]

In Bezug auf APM läuf gar nichts.
 
bei mir ist das ein wenig anders, ich nutze auf dem Laptop ein GNU/Linux und HAL und das geht mit KDE sehr gut und auch powersaved, um die acpi events zu handeln, das bei mir als Dämon gestartet ist (/sbin/acpid).
Wie auch immer, schalt es mal ab beim booten und sieh mal, was passiert. Ich weiß nicht, ob es was bringt, aber becor du gar nichts mehr machst, ist es immer noch besser Dinge zu versuchen, die in der Vargangenheit schon häufiger Ursache für merkwürdiges Verhalten waren.
 
Wie ich im ersten Beitrag schon erwähnte, bin ich eigentlich auch eher Linux'er, als BSD'ler. Nur leider kommt Linux noch nicht richtig mit meiner WLAN PCMCIA Karte zurecht (Gigabyte WMKG mit RaLink RT2500 Chip).
Unter FreeBSD hingegen läuft die Karte out of the box.
Und da die meisten, von Linux einwandfrei unterstützten Karten kein WPA2 unterstützen, hilft es mir auch nicht wirklich eine andere Karte zu kaufen (wurde mir bereits mehrfach nahegelegt).

Ich werde nachher mal versuchen, den ACPI-Kram abzuschalten, dann melde ich mich wieder.
 
schade. mit meinen Ideen ist da ziemlich Ebbe.
Bei mir wars nebenbei genau anders: die Ethernet-Karte und Grafik-Chip machten mir mit Free-BSD Probleme bei diesem Laptop und einem weiteren war es ähnlich und so nahm ich ein GNU/Linux dafür. Für mich, als Unterschicht-User, ist in der Praxis nicht so viel Unterschied: wenn ich fertig damit bin, sehen die Systeme ziemlich gleich aus und verhalten sich sehr ähnlich und nutzen die gleichen Anwendungen, wobei ich auf den Laptops auf einiges von vornherein verzichtete und daher auch sehr gut und sehr schnell mit GNU/Linux hinkam.
 
Das geht mir eigentlich ganz ähnlich. Das Blöde ist halt nur, dass Linux eben die angesprochenen Probleme mit dem RT2500 WLAN Chip hat. Zwar erkennt der Kernel die Karte einwandfrei, das sie aber eine eigene Implementierung des WPA/WPA2 Standards mitbringt, kommt die Linux-Variante von wpa_supplicant scheinbar nicht richtig damit klar.
Das soll zwar mit dem 2.6.22er Kernel behoben werden, aber daran glaube ich noch nicht so recht.
Grundsätzlich wollte ich mich aber eh mal näher mit FreeBSD befassen, da ich es als Betriebssystem in Version 6.0 auf einer DEC Alpha verwende.

Naja, Xorg 7.2 ist noch jung unter FreeBSD, vielleicht ists ja nur ein Bug der demnächst gepatched wird (sagt nichs, die Hoffnung stirbt zuletzt!)
 
nun, es kann ja sein, dass andere hier auch lesen und auch, dass du was davon hast. Wegen dieser Probleme, überlege ich nämlich, ob ich auch meinen letzten Free-BSD Rechner updaten soll und habe hier den Auszug aus der /usr/ports/UPDATING
20070519:
AFFECTS: users of Xorg
AUTHOR: kris@FreeBSD.org

Welcome, fearless user! You are about to embark upon a mystical
journey to the world of xorg 7.2.

This upgrade procedure is for users of portupgrade. Users of other
upgrade tools should contact the author for the corresponding upgrade
method for that tool.

It is recommended that you run the xorg 7.2 upgrade inside a script(1)
session. This way, if something goes wrong, you will have hopefully
saved enough information for the developers to debug the problem.
Make sure you choose a filesystem with lots of space for the script
output.

# script xorg-upgrade

You may wish to set BATCH=yes in the environment to avoid interactive
dialogue boxes.

You may want to consider using portupgrade-devel, which fixes some
annoying bugs that cause upgrades to incorrectly be marked as failed
when they actually completed successfully. To switch to
portupgrade-devel:

# portupgrade -f -o ports-mgmt/portupgrade-devel portupgrade
# rm -f /usr/ports/INDEX*.db /var/db/pkg/pkgdb.db
# pkgdb -fu

If you have changed your ports environment in /etc/make.conf,
/usr/local/etc/pkgtools.conf or similar you need to rebuild INDEX:

# cd /usr/ports && make index

If you have not changed your ports environment you can save some
time and just fetch the latest INDEX:

# cd /usr/ports && make fetchindex

It is necessary to set the XORG_UPGRADE environment variable while
updating from xorg 6.9 to 7.2. Once the upgrade is complete this
is no longer be required.

For users of csh-like shells:
# setenv XORG_UPGRADE yes

For users of sh-like shells:
# export XORG_UPGRADE=yes

Unfortunately portupgrade (nor portupgrade-devel) cannot yet handle
the rigors of the xorg upgrade without a small bit of help:

# portupgrade -Rf libXft

If your machine does NOT have any gstreamer ports installed, you can then
run:

# portupgrade -a

However, if you DO have gstreamer ports installed, you must run:

# portupgrade -a -x 'gstreamer*'

Followed by:

# portupgrade -Rr 'gstreamer*'

When packages are available (wait for the announcement on ports@), you
may prefer to use precompiled packages to speed up the process:

# portupgrade -aP

Once the upgrade completes successfully, you can delete the
xorg-manpages package, which is now orphaned.

# pkg_delete xorg-manpages\*

The final step is to merge remaining files from /usr/X11R6 into
/usr/local (/usr/X11R6 is no longer used with xorg 7.2) and replace
/usr/X11R6 with a symlink.

A script is provided for your convenience (or you may choose to do
this by hand): it will first attempt to back up your /usr/X11R6 into
/usr/tmp/mergebase in case something goes wrong, then look for
conflicts (files in /usr/X11R6 that would overwrite files in
/usr/local). Depending on your system configuration you may have to
resolve some of these conflicts by hand first (if in doubt, ask for
help on freebsd-x11@FreeBSD.org). You may also need to edit the
script if the default locations are not correct on your system.

If your /usr/X11R6 is a file system, you will also need to modify the
script to pause after /usr/X11R6 is backed up, but before the symlink is
created.

# sh /usr/ports/Tools/scripts/mergebase.sh

When the merge operation completes successfully, the /usr/X11R6
directory hierarchy will be removed and replaced by a symlink to
/usr/local. This symlink is necessary because some binary ports (and
some remaining source ports) have hard-coded references to /usr/X11R6.

Congratulations, you are done!

# exit

CAVEATS

Make sure you have the x11/xorg meta-port installed. If you do not have
this meta-port installed with X.Org 6.9, you will miss out on a lot of
the new X.Org 7.2 sub-ports.

If you plan on keeping your current /etc/X11/xorg.conf, make sure you
change ModulePath to /usr/local/lib/xorg/modules prior to running X.

If you run into problems running the new X server, try moving aside
your /etc/X11/xorg.conf and allow X to auto-create it (this will
happen automatically when launching the X server).

IF YOU RUN INTO PROBLEMS:

# uname -a
# ls -l /var/db/pkg
# exit

and send an email to freebsd-x11@FreeBSD.org with a full description
of the problem. Do not include the above typescript in your email,
but bzip2 it and make it available to the developers (e.g. put it
online or send it by private email upon request).
Wenn ich das so sehe, denke ich mal, dass es auch bei Neuinstallation nicht gesagt ist, dass es in einem glatt geht. Insbesondere die Zeilen im Umfeld zu # portupgrade -Rf libXft würde ich mal ins Auge fassen.
 
Zurück
Oben