LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-05-2009, 11:22 PM   #1
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Rep: Reputation: 38
Kubuntu 9.04 Want to switch to nv driver.


Using Kubuntu 9.04

I think I am using the vesa driver. Do you know how to switch to
the nv driver? I want to see if that works better. I can only get to
1024 x768 resolution and refresh is auto (whatever that is).
My xorg.conf file doesn't show much, so I don't think that I can
edit it.

Thanks
 
Old 08-06-2009, 04:35 AM   #2
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
What video card are you using? Run this command to find out and post it here:
Code:
 
/sbin/lspci | grep -i vga
Here is what I get with my nvidia 7300GT for example:
Code:
bash-3.1$ /sbin/lspci | grep -i vga
01:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7300 GT] (rev a1)
bash-3.1$
If you have a nvidia card, then you are probably running the nv driver. Post your xorg.conf here also. Even though the default xorg.conf in Ubuntu is mostly empty these days, you still can edit it, and it should honor what you put in the file.
To specify the nv driver, you could put something like this in xorg.conf:
Code:
Section    "Device"
Identifier "Configured Video Device" #(or "Card0" or something like that)
Driver     "nv"
You may be better off with the nvidia driver. In Ubuntu, go to: system > administration > hardware_drivers, and see if you can enable the nvidia driver, then reboot.
I'm not sure where the hardware drivers application is in the Kubuntu menu. It is there though, if you want to try the 3D nvidia driver.

Last edited by tommcd; 08-06-2009 at 04:37 AM.
 
Old 08-06-2009, 10:29 PM   #3
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Original Poster
Rep: Reputation: 38
Yesterday I could set the resolution to 1024x768, with the refresh rate
at auto or 0. I think I was using the vesa driver. When I booted up
today Kubuntu had changed the xorg settings. Now I can set the
resolution up to 1600x1200, with refresh up t0 85hz. I looked at
glxinfo and direct rendering was yes.

I don't want the nvidia driver to be used. I have problems with the
display, because this driver doesn't work with my card (there are white
lines flickering across the sreen).
Quote:
Post tommcd
http://www.linuxquestions.org/questi...driver-742776/
users with the nvidia cards that used the 71 and 96 drivers were transitioned
to the 2D "nv" driver, because the 71 and 96 drivers were not compatible with
the xorg.conf that shipped with Ubuntu 8.10. See "nVidia "legacy" video
support" in the release notes here:
http://www.ubuntu.com/getubuntu/releasenotes/810
I followed the instructions you gave here:
Quote:
Originally Posted by tommcd View Post
What video card are you using? Run this command to find out and post it here:
Code:
 
/sbin/lspci | grep -i vga
Code:
lspci
01:00.0 VGA compatible controller: nVidia Corporation NV6 [Vanta/Vanta LT] (rev 15)
Quote:
Post your xorg.conf here also.
Quote:
# xorg.conf (X.Org 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection

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

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "ServerFlags"
Option "DontZap" "True"
EndSection
Quote:
Even though the default xorg.conf in Ubuntu is mostly empty these
days, you still can edit it, and it should honor what you put in the
file. To specify the nv driver, you could put something like this in
xorg.conf:
Code:
Section    "Device"
Identifier "Configured Video Device" #(or "Card0" or something like that)
Driver     "nv"
I tried that. It didn't solve the problem.

After this I ran dpkg-reconfigure xserver-xorg. Once with the
framebuffer (couldn't load the Desktop) and once without. Neither gave
me the opportunity to choose a driver. I don't understand this. It seems
Kubuntu doesn't want to let me configure anything. I don't know if there is
anything else I can try. I would appreciate your input.

Thanks
 
Old 08-07-2009, 03:47 AM   #4
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by JosephS View Post
Yesterday I could set the resolution to 1024x768, with the refresh rate
at auto or 0. I think I was using the vesa driver. When I booted up
today Kubuntu had changed the xorg settings. Now I can set the
resolution up to 1600x1200, with refresh up t0 85hz. I looked at
glxinfo and direct rendering was yes.
If the glxinfo command reports "direct rendering: Yes", then you are likely using the nv driver. It would almost certainly report "no" if you were using the vesa driver. I thought the only way you could get any direct rendering with a nvidia card was if you installed the nvidia 3D driver.
Quote:
Originally Posted by JosephS View Post
After this I ran dpkg-reconfigure xserver-xorg. Once with the
framebuffer (couldn't load the Desktop) and once without. Neither gave
me the opportunity to choose a driver. I don't understand this. It seems
Kubuntu doesn't want to let me configure anything. I don't know if there is
anything else I can try. I would appreciate your input.
You could try booting to recovery mode and choosing the option xfix fix video and go through that and reboot, and see if that helps.
If that does not get you the resolutions you want, you can try xrandr as discussed here:
https://wiki.ubuntu.com/X/Config/Resolution
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
driver trouble in kubuntu 8.10 edgjerp Linux - Hardware 11 12-16-2008 05:38 PM
wireless switch driver FlushingSkt Linux - Newbie 1 03-06-2008 02:25 PM
Problem with switch session using same user account on Ubuntu/Kubuntu edwardhammond Ubuntu 1 04-26-2007 05:10 AM
Kubuntu + switch user = crash wyth Ubuntu 2 08-26-2006 10:16 PM
How to switch off the messages (acx100-Driver) raedt Linux - Networking 1 08-17-2003 10:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 03:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration