[Bug 153508] GL Plasmoids dont work

Damijan damijan.bec at gmail.com
Thu Mar 6 16:20:43 CET 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=153508         




------- Additional Comments From damijan.bec gmail com  2008-03-06 16:20 -------
And my xorg.conf settings

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister builder3)  Thu Apr  5 02:10:21 PDT 2007


Section "ServerLayout"
    Identifier     "Layout0"
    Screen         "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Logitech MX1000" "SendCoreEvents"
    Option         "SHMconfig" "on"
    Option         "AIGLX" "true"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules/extensions/"
    ModulePath      "/usr/lib/xorg/modules/"
EndSection

Section "Module"

    Load           "record"
    Load           "dbe"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load "vbe"
EndSection


Section "InputDevice"
       Identifier      "Logitech MX1000"
       Driver          "evdev"
       Option          "Name"          "Logitech USB Receiver"
       Option              "Resolution"    "1600"
EndSection


Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option "XkbLayout" "gb"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    Option         "NvAGP" "1"
    Option         "AddARGBGLXVisuals" "True"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"

    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "RenderAccel" "true"
    Option         "NvAGP" "1"
    Option         "TripleBuffer" "True"
    Option         "AllowGLXWithComposite"
    SubSection     "Display"
        Depth       24
        Modes      "1440x900" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "On"
EndSection

Aaron, how to check if I have pixel/vertex shaders enabled/supported with my settings/card. I believe my configuration should enable it but you never know. Thanks.


More information about the Panel-devel mailing list