Beryl mit Intel 945

Butzelmann

Well-Known Member
Hallo

Wenn ich beryl-manager starte, dann bekomme ich immer einen komplett weissen Bildschirm.

Habe eine Intel i945 Grafikkarte.

Hat jemand die gleichen Probleme und gibt es da vielleicht Hinweise, was machen tun könnte?

Gruss, Helko
 
Hast du den Beryl-manger auch als nicht root gestartet war bei meiner nvidia auch so das wenn ichs als root starte nen weißen screen krich.

MfG

Mathes
 
Ich habe auch die Intel Grafik in meinem Notebook!
Mit der xorg.conf funktioniert es bei mir !

Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Synaptics_Touchpad" "AlwaysCore"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "AIGLX" "True"
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"
        Load  "synaptics"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc101"
        Option      "XkbLayout" "de"
EndSection

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


Section "InputDevice"
        Identifier  "Synaptics_Touchpad"
        Driver      "synaptics"
        Option      "Device" "/dev/psm0"
        Option      "Protocol" "psm"

#       Option      "LeftEdge" "1700"
#       Option      "RightEdge" "5300"
#       Option      "TopEdge" "1700"
#       Option      "BottomEdge" "2200"

#       Option      "FingerLow" "25"
#       Option      "FingerHigh" "30"

#       Option      "MaxTapTime" "180"
#       Option      "MaxTapMove" "220"

#       Option      "VertScrollDelta" "100"
        Option      "HorizScrollDelta" "0"

#       Option      "MinSpeed" "0.13"
#       Option      "MaxSpeed" "0.13"
#       Option      "AccelFactor" "0.0010"

#       Option      "ScrollButtonReapeat" "100"
#       Option      "UpDownScrolling" "on"
#       Option      "UpDownRepeat" "on"
#       Option      "LeftRightScrolling" "off"
#       Option      "LeftRightRepeat" "on"

        Option      "SHMConfig" "off"
#       Option      "ZAxisMapping" "4 5"

        #If you use circular touchpad, uncomment them.
#       Option      "CircularPad" "on"
#       Option      "CircularScrolling" "on"
#       Option      "CircScrollDelta" "0.5"
EndSection

Section "Monitor"

        #DisplaySize      300   230     # mm
        Identifier   "Monitor0"
        VendorName   "AUO"
        ModelName    "2451"
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     "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>]
        Option      "XAANoOffscreenPixmaps"  "true"
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection


Section "Extensions"
        Option      "Composite" "true"
EndSection



Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        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

Ich denke die relevanten teile sind:
Code:
Option         "AIGLX" "True"

Code:
Option      "XAANoOffscreenPixmaps"  "true"

und natürlich
Code:
Section "Extensions"
        Option      "Composite" "true"
EndSection

versuch mal !

gruß rolle
 
Ich habe auch die Intel Grafik in meinem Notebook!
Mit der xorg.conf funktioniert es bei mir !

Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Synaptics_Touchpad" "AlwaysCore"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "AIGLX" "True"
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"
        Load  "synaptics"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc101"
        Option      "XkbLayout" "de"
EndSection

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


Section "InputDevice"
        Identifier  "Synaptics_Touchpad"
        Driver      "synaptics"
        Option      "Device" "/dev/psm0"
        Option      "Protocol" "psm"

#       Option      "LeftEdge" "1700"
#       Option      "RightEdge" "5300"
#       Option      "TopEdge" "1700"
#       Option      "BottomEdge" "2200"

#       Option      "FingerLow" "25"
#       Option      "FingerHigh" "30"

#       Option      "MaxTapTime" "180"
#       Option      "MaxTapMove" "220"

#       Option      "VertScrollDelta" "100"
        Option      "HorizScrollDelta" "0"

#       Option      "MinSpeed" "0.13"
#       Option      "MaxSpeed" "0.13"
#       Option      "AccelFactor" "0.0010"

#       Option      "ScrollButtonReapeat" "100"
#       Option      "UpDownScrolling" "on"
#       Option      "UpDownRepeat" "on"
#       Option      "LeftRightScrolling" "off"
#       Option      "LeftRightRepeat" "on"

        Option      "SHMConfig" "off"
#       Option      "ZAxisMapping" "4 5"

        #If you use circular touchpad, uncomment them.
#       Option      "CircularPad" "on"
#       Option      "CircularScrolling" "on"
#       Option      "CircScrollDelta" "0.5"
EndSection

Section "Monitor"

        #DisplaySize      300   230     # mm
        Identifier   "Monitor0"
        VendorName   "AUO"
        ModelName    "2451"
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     "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>]
        Option      "XAANoOffscreenPixmaps"  "true"
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection


Section "Extensions"
        Option      "Composite" "true"
EndSection



Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        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

Ich denke die relevanten teile sind:
Code:
Option         "AIGLX" "True"

Code:
Option      "XAANoOffscreenPixmaps"  "true"

und natürlich
Code:
Section "Extensions"
        Option      "Composite" "true"
EndSection

versuch mal !

gruß rolle

Danke, das funktioniert.

Habe zwar Fehlermeldungen wie:

Code:
libGL warning: 3D driver claims to not support visual 0x5b
Reloading options
beryl: Error int SHM creation
beryl: dbus_bus_get error: Failed to execute dbus-launch to autolaunch D-Bus session
beryl: Plugin 'dbus':initDisplay failed
beryl: Couldn't activate plugin 'dbus'
Couldn't initialise dbus. This should not happen!

** (beryl-manager:1223): WARNING **: No pidof, this may not work right.

** (beryl-manager:1223): WARNING **: No pidof, this may not work right.

** (beryl-manager:1223): WARNING **: No pidof, this may not work right.

** (beryl-manager:1223): WARNING **: No pidof, this may not work right.

Aber es schwebt trotzdem alles über den Bildschirm. Mir ist auch gleich ganz übel geworden, so dass es bereits wieder abgeschaltet ist.

Danke und Gruß
 
Ich habe den genau gleichen Fehler mit einer Intel 845.
Würde mich freuen, wenn es damit auch bei mir läuft. :)
 
@rolle
Meinen herzlichsten Dank! :)
Ich hab mehrere Stunden versucht, das hinzukriegen, und jetzt läufts!
Es ist auf meinem 5.5 Jahre alten Computer zwar nicht ganz flüssig,
aber ich will ja mal Vista auf der Kiste sehen... :D
 
Dell Inspiron 6000
Intel 915GM --> i810

Xorg 7.2 + Beryl == läuft :D

laggt etwas, Fading geht dick auf CPU.
und beim Cube rotieren laggt es, aber es läuft, zum Angeben reichts.
 
Zurück
Oben