Probleme 5.4, xorg-6.8.2, i810 (i830M)

From: <emfau(at)t-online.de>
Date: Tue, 07 Jun 2005 16:09:19 +0200

Hi *,

folgende Situation:
Auf meinem Lifebook S-6010 habe ich FreeBSD 5.4 installiert, src und ports
cvsup'ed, world und kernel neu gebaut

     root(at)beastie $ uname -a
     FreeBSD beastie 5.4-STABLE FreeBSD 5.4-STABLE #8: Mon Jun 6 14:28:51
     CEST 2005 root(at)beastie:/usr/obj/usr/src/sys/BEASTIE54 i386

Funzt alles prima.
Dann habe ich mir die Zeit genommen und aus den Ports

     x11/xorg
     X11/kde-lite

installiert.
Nach einigen Stolpersteinen beim Bauen von kde-lite konnte ich KDE erfolgreich
starten (als root und normaler user). Das Problem kam beim logout aus KDE. Der
Bildschirm flackert noch zweimal, bleibt dann aber leider schwarz. Ich habe
dann in .xinitrc 'exec startkde' durch 'xterm' ersetzt und bekomme das gleiche
Verhalten - nach Eingabe von exit bleibt der Bildschirm schwarz. Die Tastatur
reagiert allerdings noch, ich kann auf eine andere virtuelle Konsole wechseln
und mich dort im Blindflug anmelden, z.B. um zu rebooten:-(
Der einzige Eintrag in Xorg.0.log, der nach dem exit hinzukommt ist

(WW) I810(0): Setting the original video mode instead of restoring
         the saved state

Aber das kann ich leider so nicht bestaetigen...

Ich habe gegoogelt und das Thema einige Male gefunden, war aber leider keine
Loesung fuer mein Problem dabei.
Mein xorg.conf (haengt unten an) ist per Xorg -configure erzeugt und der Test
der Konfiguration per Xorg -config ist auch erfolgreich (im Sinne von, ich
komme zurueck in die Konsole). Dann findet sich im log auch ein bisschen mehr,
naemlich

(WW) I810(0): Successfully set original devices
(II) I810(0): xf86UnbindGARTMemory: unbind key 5
(II) I810(0): xf86UnbindGARTMemory: unbind key 1
(II) I810(0): xf86UnbindGARTMemory: unbind key 3
(II) I810(0): xf86UnbindGARTMemory: unbind key 4
(II) I810(0): xf86UnbindGARTMemory: unbind key 2

Hat jemand eine Loesung dafuer?
Fehlen relevante Informationen, was kann ich noch probieren?

Danke (zumindest schon mal fuers bis hierher lesen;-)
   Michael

xorg.conf
-------------------------------------------------------------------------------
Section "ServerLayout"
     Identifier "Layout0"
     Screen 0 "Screen0" 0 0
     InputDevice "Keyboard0" "CoreKeyboard"
     InputDevice "Mouse0" "CorePointer"
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/TTF/"
     FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
     FontPath "/usr/X11R6/lib/X11/fonts/CID/"
     FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
     FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

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

Section "InputDevice"
     Identifier "Keyboard0"
     Driver "keyboard"
     Option "XkbRules" "xorg"
     Option "XkbModel" "pc105"
     Option "XkbLayout" "de"
     Option "XkbVarian" "nodeadkeys"
EndSection

Section "Monitor"
     Identifier "Monitor0"
     ModelName "LCD Panel 1024x768"
     HorizSync 28.0 - 96.0
     VertRefresh 50.0 - 62.0
EndSection

Section "Device"
     Identifier "Card0"
     Driver "i810"
     ChipSet "i830M"
     Card "i810 i830M"
     VendorName "Intel Corp."
     BoardName "82830 CGC [Chipset Graphics Controller]"
     BusID "PCI:0:2:0"
     Option "SWcursor" "1"
     ### Available Driver options are:-
     ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
     ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
     ### [arg]: arg optional
     #Option "NoAccel" # [<bool>]
     #Option "SWcursor" # [<bool>]
     #Option "ColorKey" # <i>
     #Option "CacheLines" # <i>
     #Option "Dac6Bit" # [<bool>]
     #Option "DRI" # [<bool>]
     #Option "NoDDC" # [<bool>]
     #Option "ShowCache" # [<bool>]
     #Option "XvMCSurfaces" # <i>
     #Option "PageFlip" # [<bool>]
EndSection

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

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Tue 07 Jun 2005 - 16:25:55 CEST

search this site