Results 1 to 7 of 7
hi,
yesterday i installed Ubuntu 8.04 on my pc with the following configuration.
AMD Athlon X2 6000+
Realtek onboard sound
Nvidia 9500 GT 512 Mb
MOBO: MSI K9N2GM Hyblid SLI
...
- 08-20-2009 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 68
Problem with sound and graphics
hi,
yesterday i installed Ubuntu 8.04 on my pc with the following configuration.
AMD Athlon X2 6000+
Realtek onboard sound
Nvidia 9500 GT 512 Mb
MOBO: MSI K9N2GM Hyblid SLI
250 Gb HDD
the problem is that the sound is choppy and unbearable..the second problem is that whenever i click on NVIDIA X server setting it shows "You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server. "
i ran the command and configured the display when asked for on restarting Xserver .but the resolution wont get past 800x600 .on restarting xserver.but when i restart my pc and boot into ubuntu the resolution is fine 1024x768.
but NVIDIA X server setting continuously gives me the same msg, and compiz wont work neither emerald.
i have Ubuntu 8.04 installed in my laptop and everything works fine.
one thing I noticed there is no NVIDIA drivers under Hardware drivers. So i downloaded and installed the drivers form their website.
any help will be appreciated
thanks.
- 08-20-2009 #2
You have to edit xorg.conf to specify nvidia driver for your graphics card. Post contents of /etc/X11/xorg.conf file.
- 08-20-2009 #3Just Joined!
- Join Date
- Feb 2008
- Posts
- 68
the out put is as follows.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
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:2:0:0"
Driver "nv"
Screen 0
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Dell"
Modelname "Dell E771p"
Horizsync 30.0-70.0
Vertrefresh 50.0-160.0
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 "640x480@85" 36.0 640 696 752 832 480 481 484 509 -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@85" 56.3 800 832 896 1048 600 601 604 631 +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@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
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 "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync interlace +vsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -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 1400 1050
Modes "1024x768@75" "1024x768@70" "1024x768@85" "1024x768@60" "832x624@75" "1024x768@43" "800x600@60" "1152x864@75" "800x600@85" "1280x960@60" "800x600@75" "1280x1024@60" "800x600@72" "1400x1050@60" "800x600@56" "640x480@85" "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 "GLcore"
Load "v4l"
EndSection
Section "ServerFlags"
EndSection
thanks for replyin..and how can i fix the sound problem ...no such problem is there when i am running vista ...but fedora 9 live cd is giving the same problem as ubuntu ..the startup sound is also choppy..
- 08-20-2009 #4
you need to replace nv with nvidia in order to be able to use the nvidia proprietary driver, post output of this command too
put it inside of the code tags, its much easier to readCode:lspci | grep -i audio
- 08-20-2009 #5Just Joined!
- Join Date
- Feb 2008
- Posts
- 68
the output of the command is :
subhadip@subhadip-desktop:~$ lspci | grep -i audio
00:07.0 Audio device: nVidia Corporation Unknown device 0774 (rev a1)
- 08-20-2009 #6
I've read some stuff that says this device has some problems before kernel 2.6.26 I think, and if I remember correctly 2.6.24 is what 8.04 is using. If possible could you try to run the livecd for 9.04 and see if that fixes the audio problem?
- 08-21-2009 #7Just Joined!
- Join Date
- Feb 2008
- Posts
- 68
yeah thats right .... had Ubuntu 8.10 with me and i installed that and all the sound and graphics problem are gone now ...everything is fine.....
But one small minor problem ..whenever i click on mozilla i get this alert msg
and then mozilla is exiting after some time ...can anyone help me to fix this issue.Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features.
thanks for all the help till now.


Reply With Quote