Screen Resolution and Graphics Card problem(Compiz 3D Desktop not enabled)

Asked by Krish

Hi!
I'm using Ubuntu 7.10. Just i had assembled my PC. I'm having Samsung 19" TFT Wide Screen Model No: SyncMaster 932 NW and the graphics card is "nVidia Corporation G72 [GeForce 7300 LE]" 256 MB. My Monitor always displaying a alert msg that recommended is 1440*990. but Ubuntu taken it automatically the resolution as 1680*1050 @ 60Hz also it chose graphics card as nVidia Riva 128, RIVA TND,GeForce.

Previously i installed nVidea settings thro online but i lost xwindows. so i changed it as "nv" instead of " nVidia Corporation G72 [GeForce 7300 LE]" in "etc/X11/xorg.conf" in Terminal (root) mode..

now I am not able to use extra effects of 3D desktop. Pls anybody help me to solve this problem

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
Identifier "nVidia Corporation G72 [GeForce 7300 LE]"
Driver "nv"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G72 [GeForce 7300 LE]"
Monitor "Generic Monitor"
Defaultdepth 24
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSection

PLS GIVE ME A SOLUTION....

Thanx @ Regards,

Krish...

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xorg Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bhavani Shankar (bhavi) said :
#1

Hello Krish..
you can manually reconfigure your X server with the command:

dpkg-reconfigure xserver-xorg

And if you do not want to answer all the questions but only those which are rated with high priority:

dpkg-reconfigure -phigh xserver-xorg

and to have the 3D Desktop enabled (like the Cube)in ubuntu gutsy you should have compizconfig-settings-manager

To do that:

From Desktop, go to Applications->Add/Remove..., search for 'compiz' and then install the CompizConfig utilities.

If you are fond of commands,
Then type

sudo apt-get install compizconfig-settings-manager

in a terminal, then
To customize Compiz effects, just go to System->Preference, and select Advance Desktop Effects Settings.

From here, you can add and remove compiz effects according to your needs..

Hope it helps,

Bhavani Shankar.

Can you help with this problem?

Provide an answer of your own, or ask Krish for more information if necessary.

To post a message you must log in.