Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-25-2012, 08:27 AM
|
#1
|
|
LQ Newbie
Registered: Jun 2012
Posts: 7
Rep: 
|
Nvidia GeForce Gt-520M-cn on intel dh61ww
I have this desktop:
i7 2600, 8gb ram ddr3, board intel dh61ww, Geforce Nvidia GT520-cn 2Gb ddr3,
I just installed Ubuntu 12.04 64-bit (kernel 3.2.0-23-generic). I want to setup two Samsung 22" LED monitors and get my video card drivers working.
I downloaded and installed Nvidia driver 295.59. I tried the following with that driver and also with 302.17.
I ran these commands:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential linux-headers-$(uname -r),
sudo apt-get remove --purge nvidia*,
sudo apt-get remove --purge xserver-xorg-video-nouveau
vim /etc/modprobe.d/blacklist.conf
In the vim text editor, I added the following lines to blacklist.conf:
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
Then I ran these commands:
sh NVIDIA.run
sudo service lightdm start
I rebooted, and after rebooting ran:
nvidia-xorgconf
After reboot I got a screen resolution of 800x600. I ran nvidia-settings and it said:
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.
3) I changed xorg.conf slightly to set up a resolution to work property.
4) I don't have any image on my second monitor and I dont have any option in the Nvidia X server settings.
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 520] (rev a1)
$ egrep -i 'glx|nvidia' /var/log/Xorg.0.log
[ 12.005] (II) LoadModule: "glx"
[ 12.005] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 12.575] (II) Module glx: vendor="NVIDIA Corporation"
[ 12.585] (II) NVIDIA GLX Module 302.17 Tue Jun 12 16:22:45 PDT 2012
[ 12.585] (II) Loading extension GLX
[ 13.037] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[ 13.044] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 13.044] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
$ glxinfo | grep direct
Xlib: extension "GLX" missing on display ":0.0". Error: couldn't find RGB GLX visual or fbconfig
What can I do to fix this and get video working on my Ubuntu,debian or linuxmint system?
|
|
|
|
06-25-2012, 08:36 AM
|
#2
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,174
|
The proper and always working way to get that running is to completely remove al installed parts of the drivers you downloaded and then install the drivers from the repository, either using apt-get/Synaptic or easier using Jockey (aka Additional Drivers).
|
|
|
|
06-25-2012, 09:19 AM
|
#3
|
|
LQ Newbie
Registered: Jun 2012
Posts: 7
Original Poster
Rep: 
|
look what i did
thanks TobiSGD
look what i did after format to ensure a clean system (linuxmint,debian,ubuntu)
sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current
:s
|
|
|
|
06-25-2012, 09:25 AM
|
#4
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,174
|
This is a third party PPA, not the official Ubuntu repository. I have already seen people on this forums having problems with exactly this PPA, so I would assume that it has a rather poor quality.
Remove those drivers, remove the PPA and use the driver from the official Ubuntu repository.
|
|
|
1 members found this post helpful.
|
06-25-2012, 09:32 AM
|
#5
|
|
Senior Member
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 2,919
|
+1 To TobiSGD (as usual, LOL). No need to add PPAs for that card/setup.
BTW, dont make duplicate threads. I've reported your other thread in 'Linux - Desktop' so the mods can delete it (no point merging the threads, the other has no posts).
|
|
|
1 members found this post helpful.
|
06-25-2012, 09:40 AM
|
#6
|
|
LQ Newbie
Registered: Jun 2012
Posts: 7
Original Poster
Rep: 
|
wow sorry cascade9,TobiSGD i will never do it !!
ok , this is a new pc , i will format again to make a clean system.
i need to remove this ?
sudo apt-get remove --purge nvidia*,
sudo apt-get remove --purge xserver-xorg-video-nouveau
and add this ??
vim /etc/modprobe.d/blacklist.conf
In the vim text editor, I added the following lines to blacklist.conf:
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
or you just suggest format and go to synaptic >keyword nvidia and thats it .
i remember that Jockey doesnt show me anything after format.
|
|
|
|
06-25-2012, 10:05 AM
|
#7
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,174
|
Just do
Code:
sudo jockey-text -e xorg:nvidia-current
after the install, it should take care of all, installing, blacklisting nouveau and generating a proper xorg.conf.
|
|
|
|
06-25-2012, 01:21 PM
|
#8
|
|
LQ Newbie
Registered: Jun 2012
Posts: 7
Original Poster
Rep: 
|
ok i'll do it and i'll tell you
thanks again
|
|
|
|
06-25-2012, 04:01 PM
|
#9
|
|
Moderator
Registered: Apr 2002
Location: in a fallen world
Distribution: slackware by choice, others too :} ... android.
Posts: 22,903
|
Moved: This thread is more suitable in <LinuxGeneral> and has been moved accordingly to help your thread/question get the exposure it deserves.
|
|
|
|
06-25-2012, 07:06 PM
|
#10
|
|
LQ Newbie
Registered: Jun 2012
Posts: 7
Original Poster
Rep: 
|
the same
i format and follow your instruccion jockey-text -e xorg:nvidia-current and install with additional drivees when im go to
nvidia-settings or displays
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.
pc # glxinfo | grep direct
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual or fbconfig
Xlib: extension "GLX" missing on display ":0.0".
pc # egrep -i 'glx|nvidia' /var/log/Xorg.0.log
[ 12.559] (II) LoadModule: "glx"
[ 12.559] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[ 13.458] (II) Module glx: vendor="NVIDIA Corporation"
[ 13.467] (II) NVIDIA GLX Module 295.40 Thu Apr 5 21:57:38 PDT 2012
[ 13.467] (II) Loading extension GLX
[ 13.693] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[ 13.701] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 13.701] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 520] (rev a1)
|
|
|
|
06-26-2012, 02:30 AM
|
#11
|
|
Senior Member
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 2,919
|
Hmm....stupid me, I missed something. Sorry.
Quote:
|
Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller
|
Try going into your BIOS and shutting down the intergrated video.
I cant find a guide to the BIOS in the DH61WW to tell you were to shut the video down, so you'll need to look around in the BIOS to figure it out yourself.
|
|
|
|
06-26-2012, 06:58 AM
|
#12
|
|
LQ Newbie
Registered: Jun 2012
Posts: 7
Original Poster
Rep: 
|
No , i did it
I go into the bios and put the integrate card always disable , and i got screen my monitor connected to the nvida but it doesnt work very well the mouse blink sometimes and i have the same errors with nvidia X Server settings , the same like i show you above.
I'll try on Windows to find out if the card works .
:s ,ir maybe the new kernel ..
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:30 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|