1 18 18
  1. #1
    Fedora 11
    GNOME

    Jul 2008
    79
    11
    64 16

    desktop effects could not be enabled 11

    desktop effects could not be enabled 11
    ubuntu 9.04 mint 7
    11



    lspci | grep -i vga
     00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
    glxinfo | grep direct
     direct rendering: Yes




    xorg configuration
    terminal reconfig system-config-display

    PHP: .: :.
    system-config-display --reconfig 
    ok

    PHP: .: :.
    Traceback (most recent call last):
      
    File "/usr/share/system-config-display/xconf.py"line 376in <module>
        
    dialog xConfigDialog.XConfigDialog(hardware_statexconfigrhpxl.videocard.VideoCardInfo())
      
    File "/usr/share/system-config-display/xConfigDialog.py"line 641in __init__
        
    if len(self.xconfig.layout[0].adjacencies) > 1:
    IndexErrorindex out-of-bounds 
    :
    http://www.linuxac.org/forum/229849-post4.html

    https://fedoraproject.org/wiki/Commo...phics_adapters



    11
    11 -
    INTEL
    []

    DrAbdalla ; 18-06-2009 03:22 PM :

  2. DrAbdalla :


  3. #2
    :: ::
      alsadi
    GNU/Linux
    GNOME

    Feb 2008
    8,217
    454
    11,855 2,591
    3




    lspci | grep -i vga
    glxinfo | grep direct

  4. #3
    Fedora 11
    GNOME

    Jul 2008
    79
    11
    64 16

    lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)

    glxinfo | grep direct
    direct rendering: Yes

  5. #4
    :: ::
      alsadi
    GNU/Linux
    GNOME

    Feb 2008
    8,217
    454
    11,855 2,591
    3

  6. alsadi :


  7. #5
    Fedora 11
    GNOME

    Jul 2008
    79
    11
    64 16



    nomodeset
    PHP: .: :.
    perl --lwpe 's:^(\s*kernel.*):${1} nomodeset:' /boot/grub/grub.conf 
    xorg-x11-drv-radeonhd


    https://fedoraproject.org/wiki/Commo...phics_adapters


    PHP: .: :.
    Option "AccelMethod" "EXA" 
    device xorg.conf




  8. #6
    :: ::
      alsadi
    GNU/Linux
    GNOME

    Feb 2008
    8,217
    454
    11,855 2,591
    3

    xorg-x11-drv-radeonhd
    radeonhd ati amd

    device xorg.conf
    device

    /var/log/Xorg.0.log

  9. alsadi :


  10. #7
    Fedora 11
    GNOME

    Jul 2008
    79
    11
    64 16

    /var/log/Xorg.0.log
    Using the first device section listed.
    (**) | |-->Device "Videocard0"
    device

    xorg.conf
    PHP: .: :.
    Section "Device"
        
    Identifier "Videocard0"
        
    Driver "vesa"
        
    Option "AccelMethod" "EXA"
    EndSection 

  11. #8
    .: :.
    KDE

    Apr 2007
    2,810
    2,001
    1,509 387

    driver vesa Intel

    : "AccelMethod"

    :

    PHP: .: :.
    man intel 

  12. #9
    :: ::
      alsadi
    GNU/Linux
    GNOME

    Feb 2008
    8,217
    454
    11,855 2,591
    3

    vesa

    system-config-display

    /var/log/Xorg.0.log

  13. alsadi :


  14. #10
    Fedora 11
    GNOME

    Jul 2008
    79
    11
    64 16

    driver vesa Intel

    : "AccelMethod"

    :



    alsadi
    vesa

    system-config-display

    /var/log/Xorg.0.log
    system-config-display

    PHP: .: :.
    Traceback (most recent call last):
      
    File "/usr/share/system-config-display/xconf.py"line 376in <module>
        
    dialog xConfigDialog.XConfigDialog(hardware_statexconfigrhpxl.videocard.VideoCardInfo())
      
    File "/usr/share/system-config-display/xConfigDialog.py"line 641in __init__
        
    if len(self.xconfig.layout[0].adjacencies) > 1:
    IndexErrorindex out-of-bounds 
    https://bugzilla.redhat.com/show_bug.cgi?id=480534
    rhpxl 1.12


  15. #11
    Fedora 11
    GNOME

    Jul 2008
    79
    11
    64 16


    X-configuration
    reconfig system-config-display xorg


  16. #12
    .: :.
    KDE

    Apr 2007
    2,810
    2,001
    1,509 387

  17. #13
    Fedora 11
    GNOME

    Jul 2008
    79
    11
    64 16

    xorg.conf reconfig system-config-display xorg.conf

    PHP: .: :.
                           system-config-display --reconfig 




  18. DrAbdalla :


  19. #14
    :: ::
      alsadi
    GNU/Linux
    GNOME

    Feb 2008
    8,217
    454
    11,855 2,591
    3

    man vesa
    compiz vesa

  20. alsadi :


  21. #15
    .: :.
    KDE

    Apr 2007
    2,810
    2,001
    1,509 387

    vesa

    intel ?

    DrAbdalla : xorg.conf

    :

    PHP: .: :.
    /etc/X11/xorg.conf 


  22. #16
    Fedora 11
    GNOME

    Jul 2008
    79
    11
    64 16

    xorg.conf
    PHP: .: :.
    # Xorg configuration created by system-config-display

    Section "ServerLayout"
        
    Identifier     "single head configuration"
        
    Screen      0  "Screen0" 0 0
        InputDevice    
    "Keyboard0" "CoreKeyboard"
    EndSection

    Section 
    "InputDevice"
    # keyboard added by rhpxl
        
    Identifier  "Keyboard0"
        
    Driver      "kbd"
        
    Option        "XkbModel" "pc105+inet"
        
    Option        "XkbLayout" "us"
    EndSection

    Section 
    "Device"
        
    Identifier  "Videocard0"
        
    Driver      "intel"
    EndSection

    Section 
    "Screen"
        
    Identifier "Screen0"
        
    Device     "Videocard0"
        
    DefaultDepth     24
        SubSection 
    "Display"
            
    Viewport   0 0
            Depth     24
        EndSubSection
    EndSection 
    intel system-config-display
    xorg.conf
    Section "Device"
    Identifier "Videocard0"
    Driver "vesa"
    EndSection



  23. DrAbdalla :


  24. #17
    .: :.
    KDE

    Apr 2007
    2,810
    2,001
    1,509 387





    :

    bugz.fedoraproject.org/xorg-x11-drv-intel

    : : report

    :

    Bugs and feature requests - FedoraProject




  25. #18
    Fedora 11
    GNOME

    Jul 2008
    79
    11
    64 16





    :

    bugz.fedoraproject.org/xorg-x11-drv-intel

    : : report

    :

    Bugs and feature requests - FedoraProject




  26. DrAbdalla :


: 1 (0 1 )

  1. : 13
    : 20-11-2011, 10:41 PM
  2. [] Desktop effects could not be enabled
    G͠αвяσт я͠αJ̃̾σί .: :.
    : 8
    : 23-05-2011, 04:23 PM
  3. [] desktop effects could not be enabled
    Linux Bigenner .: () :.
    : 9
    : 08-11-2009, 09:46 AM
  4. : 8
    : 21-05-2009, 12:58 PM
  5. [] desktop effects could not be enabled
    collections .: () :.
    : 3
    : 03-11-2008, 12:24 AM