India Broadband Forum


Can not enable Effects

This is a discussion on Can not enable Effects within the Linux forums, part of the Operating Systems category; I am facing problems enabaling desktop effects please help....

Go Back   India Broadband Forum > Computers > Operating Systems > Linux

India Broadband Forum


                      

Reply

 

LinkBack Thread Tools Display Modes
Old 10-14-08, 11:56 PM   #1
Junior Member
 
subra007's Avatar
 
Join Date: Aug 2008
Location: NORTHEAST,TRIPURA
Age: 29
Posts: 88
Rep Power: 2
subra007 is on a distinguished road
Send a message via Yahoo to subra007
Default Can not enable Effects

I am facing problems enabaling desktop effects please help.
subra007 is offline   Reply With Quote
Old 10-15-08, 12:04 AM   #2
Bronze Member
 
pothi's Avatar
 
Join Date: Jun 2008
Location: Heaven
Posts: 246
Rep Power: 2
pothi is on a distinguished road
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).
pothi is offline   Reply With Quote
Old 10-15-08, 12:36 AM   #3
Junior Member
 
subra007's Avatar
 
Join Date: Aug 2008
Location: NORTHEAST,TRIPURA
Age: 29
Posts: 88
Rep Power: 2
subra007 is on a distinguished road
Send a message via Yahoo to subra007
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.
subra007 is offline   Reply With Quote
Old 10-15-08, 12:56 AM   #4
Aditya
 
smoothvibes's Avatar
 
Join Date: Jul 2008
Location: New Delhi/ London
Posts: 4,914
Rep Power: 11
smoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to all
Send a message via AIM to smoothvibes
Default

what problem you are facing and if your nvidia card is working properly now or not
smoothvibes is offline   Reply With Quote
Old 10-15-08, 10:51 AM   #5
Bronze Member
 
cableguy's Avatar
 
Join Date: Sep 2008
Posts: 110
Rep Power: 2
cableguy is on a distinguished road
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.
cableguy is offline   Reply With Quote
Old 10-21-08, 12:13 AM   #6
Junior Member
 
subra007's Avatar
 
Join Date: Aug 2008
Location: NORTHEAST,TRIPURA
Age: 29
Posts: 88
Rep Power: 2
subra007 is on a distinguished road
Send a message via Yahoo to subra007
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.
subra007 is offline   Reply With Quote
Old 10-21-08, 03:13 PM   #7
Junior Member
 
Join Date: Sep 2008
Posts: 70
Rep Power: 2
gauviz is on a distinguished road
Default

Dont know what problem u faced but effects are working fine after i installed nvidia drivers for my onboard nvidia 7100
gauviz is offline   Reply With Quote
Old 10-23-08, 02:10 AM   #8
Aditya
 
smoothvibes's Avatar
 
Join Date: Jul 2008
Location: New Delhi/ London
Posts: 4,914
Rep Power: 11
smoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to all
Send a message via AIM to smoothvibes
Default

graphics effects should work fine with intel too and what problem are you facing with nVidia card
smoothvibes is offline   Reply With Quote
Old 10-23-08, 02:29 AM   #9
Junior Member
 
subra007's Avatar
 
Join Date: Aug 2008
Location: NORTHEAST,TRIPURA
Age: 29
Posts: 88
Rep Power: 2
subra007 is on a distinguished road
Send a message via Yahoo to subra007
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 "PCI0: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 "PCI0: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.
subra007 is offline   Reply With Quote
Old 10-23-08, 03:37 AM   #10
Aditya
 
smoothvibes's Avatar
 
Join Date: Jul 2008
Location: New Delhi/ London
Posts: 4,914
Rep Power: 11
smoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to all
Send a message via AIM to smoothvibes
Default

are you looking for line by line explanation of this
or just need an idea about it
smoothvibes is offline   Reply With Quote
Old 10-23-08, 10:18 PM   #11
Junior Member
 
subra007's Avatar
 
Join Date: Aug 2008
Location: NORTHEAST,TRIPURA
Age: 29
Posts: 88
Rep Power: 2
subra007 is on a distinguished road
Send a message via Yahoo to subra007
Default

just an idea of how this worked.
subra007 is offline   Reply With Quote
Reply

Tags
effects, enable

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
How do I enable Upnp ? Google Spider BSNL broadband 9 07-26-09 09:55 PM
How to enable WEP in WA1003 Huawei modem vijayananth BSNL broadband 2 06-12-08 05:07 PM
How MTU Value Effects Net Speed 9816063641 BSNL broadband 4 06-08-08 06:41 PM
Norwegian Cable Provider Get Selects Juniper Routers to Enable IP Video Distribution Guest PR Releases Database 0 12-02-06 06:12 AM
Nokia starts testing Wi-Fi enable UMA mobile phones India Broadband News from the Tech and IT World 0 07-29-06 02:36 AM


All times are GMT +5.5. The time now is 05:29 AM.


India Broadband Forum