Results 1 to 11 of 11

Thread: Can not enable Effects

  1. #1
    Junior Member
    Join Date
    Aug 2008
    Age
    31
    Liked
    0 times
    Posts
    89

    Default Can not enable Effects

    I am facing problems enabaling desktop effects please help.

  2. #2
    Bronze Member
    Join Date
    Jun 2008
    Liked
    0 times
    Posts
    284

    Default

    Please give more details about the kind of distribution that you have installed and your graphics card details (especially the amount of dedicated memory it has).

  3. #3
    Junior Member
    Join Date
    Aug 2008
    Age
    31
    Liked
    0 times
    Posts
    89

    Default

    Quote Originally Posted by pothi View Post
    Please give more details about the kind of distribution that you have installed and your graphics card details (especially the amount of dedicated memory it has).
    Ubuntu 8.04.1,Graphics card Nvidia 6200 LE 256 MB.

  4. #4
    Super Moderator smoothvibes's Avatar
    Join Date
    Jul 2008
    Liked
    0 times
    Posts
    4,876

    Default

    what problem you are facing and if your nvidia card is working properly now or not

  5. #5
    Bronze Member
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    110

    Default

    Have you installed the driver for your Nvidia card? if not then

    Go to System->Administration->Hardware Drivers and check the box to enable the restricted drivers for your NVIDIA card if the option is provided.

  6. #6
    Junior Member
    Join Date
    Aug 2008
    Age
    31
    Liked
    0 times
    Posts
    89

    Default

    At last changed my Mother booard for graphics now with intel extreme G3 chipset every effect is enabled ,my nvidia does not work, i am satisfied with my intel graphics.

  7. #7
    Junior Member
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    72

    Default

    Dont know what problem u faced but effects are working fine after i installed nvidia drivers for my onboard nvidia 7100

  8. #8
    Super Moderator smoothvibes's Avatar
    Join Date
    Jul 2008
    Liked
    0 times
    Posts
    4,876

    Default

    graphics effects should work fine with intel too and what problem are you facing with nVidia card

  9. #9
    Junior Member
    Join Date
    Aug 2008
    Age
    31
    Liked
    0 times
    Posts
    89

    Default

    Nvidia problem solved at last,after the resrticted drivers were enabled i was not able to get all the screen resolutions execpt 800x600 after a lot of eperiments ,i some how mangaed by editing the xorg.conf the monitor section,just by adding two lines after reebot wow i got all the higher screen resolutions ,but i did not understand the main thing,can somebody explain what is the main fact.

    Before editing

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    EndSection

    After EDIT

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    Boardname "vesa"
    Busid "PCI:1:0:0"
    Driver "nvidia"
    Screen 0
    Option "NoLogo" "True"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    Vendorname "Generic CRT Display"
    Modelname "Monitor 1024x768"
    Horizsync 31.5-61.0
    Vertrefresh 50-75
    modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
    modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
    modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
    modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
    modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
    modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
    modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
    Gamma 1.0
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    Defaultdepth 24
    SubSection "Display"
    Depth 24
    Virtual 1024 768
    Modes "1024x768@60"
    "1280x960@60" "1024x768@70" "1024x768@75" "832x624@75" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    screen 0 "Default Screen" 0 0
    EndSection
    Section "Module"
    Load "glx"
    Load "v4l"
    EndSection
    Section "device" #
    Identifier "device1"
    Boardname "vesa"
    Busid "PCI:1:0:0"
    Driver "vesa"
    Screen 1
    EndSection
    Section "screen" #
    Identifier "screen1"
    Device "device1"
    Defaultdepth 24
    Monitor "monitor1"
    EndSection
    Section "monitor" #
    Identifier "monitor1"
    Gamma 1.0
    EndSection
    Section "ServerFlags"
    EndSection
    Last edited by subra007; 10-23-08 at 02:45 AM.

  10. #10
    Super Moderator smoothvibes's Avatar
    Join Date
    Jul 2008
    Liked
    0 times
    Posts
    4,876

    Default

    are you looking for line by line explanation of this
    or just need an idea about it

  11. #11
    Junior Member
    Join Date
    Aug 2008
    Age
    31
    Liked
    0 times
    Posts
    89

    Default

    just an idea of how this worked.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •