Ubuntu 12.04.1 LTS and Nvidia dirver (304.51) 64bit: problem 640x480
I have a problem with this configuration:
Asus K55V, Ubuntu 12.04 LTS and Nvidia driver 304.51.
I have remove the nouveau driver with:
apt-get --purge remove xserver-xorg-video-nouveau
I installed the official nvidia driver (from www.nvidia.com) but when I reboot the PC the resolution of screen is only 640x480 and the monitor is resized.
Mo solution at this problem if i change the xorg.conf
.
Now i have uninstall the nvidia driver and reinstall with
sudo apt-get purge nvidia-current
sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current
When I reboot the screen resolution and size is OK, but if I start nvidia-setting
I received the message:
You do not appear to be using the NVIDIA X driver.
and with command:
sudo lshw -c display | grep driver
I received
configuration: driver=i915 latency=0
This sound like the system is using the Intel card. When I launch command lspci | grep
the output is:
VGA
00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1058 (rev ff)
And there is no /etc/X11/xorg.conf
. I have read a lot of guides on internet but without success.. How i can use nvidia card with the driver that i have installed?
nvidia
add a comment |
I have a problem with this configuration:
Asus K55V, Ubuntu 12.04 LTS and Nvidia driver 304.51.
I have remove the nouveau driver with:
apt-get --purge remove xserver-xorg-video-nouveau
I installed the official nvidia driver (from www.nvidia.com) but when I reboot the PC the resolution of screen is only 640x480 and the monitor is resized.
Mo solution at this problem if i change the xorg.conf
.
Now i have uninstall the nvidia driver and reinstall with
sudo apt-get purge nvidia-current
sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current
When I reboot the screen resolution and size is OK, but if I start nvidia-setting
I received the message:
You do not appear to be using the NVIDIA X driver.
and with command:
sudo lshw -c display | grep driver
I received
configuration: driver=i915 latency=0
This sound like the system is using the Intel card. When I launch command lspci | grep
the output is:
VGA
00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1058 (rev ff)
And there is no /etc/X11/xorg.conf
. I have read a lot of guides on internet but without success.. How i can use nvidia card with the driver that i have installed?
nvidia
if i add a resolution other than 640 to the device "monitor" the result is the same..
– nibianaswen
Oct 18 '12 at 15:16
add a comment |
I have a problem with this configuration:
Asus K55V, Ubuntu 12.04 LTS and Nvidia driver 304.51.
I have remove the nouveau driver with:
apt-get --purge remove xserver-xorg-video-nouveau
I installed the official nvidia driver (from www.nvidia.com) but when I reboot the PC the resolution of screen is only 640x480 and the monitor is resized.
Mo solution at this problem if i change the xorg.conf
.
Now i have uninstall the nvidia driver and reinstall with
sudo apt-get purge nvidia-current
sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current
When I reboot the screen resolution and size is OK, but if I start nvidia-setting
I received the message:
You do not appear to be using the NVIDIA X driver.
and with command:
sudo lshw -c display | grep driver
I received
configuration: driver=i915 latency=0
This sound like the system is using the Intel card. When I launch command lspci | grep
the output is:
VGA
00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1058 (rev ff)
And there is no /etc/X11/xorg.conf
. I have read a lot of guides on internet but without success.. How i can use nvidia card with the driver that i have installed?
nvidia
I have a problem with this configuration:
Asus K55V, Ubuntu 12.04 LTS and Nvidia driver 304.51.
I have remove the nouveau driver with:
apt-get --purge remove xserver-xorg-video-nouveau
I installed the official nvidia driver (from www.nvidia.com) but when I reboot the PC the resolution of screen is only 640x480 and the monitor is resized.
Mo solution at this problem if i change the xorg.conf
.
Now i have uninstall the nvidia driver and reinstall with
sudo apt-get purge nvidia-current
sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current
When I reboot the screen resolution and size is OK, but if I start nvidia-setting
I received the message:
You do not appear to be using the NVIDIA X driver.
and with command:
sudo lshw -c display | grep driver
I received
configuration: driver=i915 latency=0
This sound like the system is using the Intel card. When I launch command lspci | grep
the output is:
VGA
00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1058 (rev ff)
And there is no /etc/X11/xorg.conf
. I have read a lot of guides on internet but without success.. How i can use nvidia card with the driver that i have installed?
nvidia
nvidia
edited Oct 17 '12 at 8:57
con-f-use
12.9k1774136
12.9k1774136
asked Oct 17 '12 at 8:46
nibianaswennibianaswen
111
111
if i add a resolution other than 640 to the device "monitor" the result is the same..
– nibianaswen
Oct 18 '12 at 15:16
add a comment |
if i add a resolution other than 640 to the device "monitor" the result is the same..
– nibianaswen
Oct 18 '12 at 15:16
if i add a resolution other than 640 to the device "monitor" the result is the same..
– nibianaswen
Oct 18 '12 at 15:16
if i add a resolution other than 640 to the device "monitor" the result is the same..
– nibianaswen
Oct 18 '12 at 15:16
add a comment |
3 Answers
3
active
oldest
votes
I'm working on the same problem with my Asus A55V, which is just got a few days ago and I'm getting it all set up with Ubuntu 12.10. If you look in windows, you will find that the nvidia card is not the primary card that actually connects to the LCD. In windows, programs that are made to use graphics acceleration will use the nvidia GPU and memory if configured correctly. This method of working is a hybrid situation (see http://www.nvidia.com/object/optimus_technology.html ) I think the idea is to save power on the laptop by only using the GPU when necessary.
I've found this project which aims to provide the ability to use 3D acceleration in linux: https://wiki.ubuntu.com/Bumblebee It has all the instructions on there to set it up in Ubuntu.
Hopefully that will solve your problem.
add a comment |
Have a look here:
After nvidia driver update screen is 640x480. How to undo?
In particular, the solution given in the top comment on the question usually works for me:
sudo apt-get purge xserver-xorg
sudo apt-get install xserver-xorg xserver-xorg-video-all
sudo reboot
add a comment |
You have Nvidia Optimus and you will need to have Bumblebee to make it work properly.
Its the Intel graphic card that'll be used for normal use and the Nvidia when you need more power. The Intel card can handle normal use of the computer.
Read more about Bumblebee and how to install it here: https://wiki.ubuntu.com/Bumblebee
After install you need to run
optirun program
to use your Nvidia card, everything else use the Intel card.
You must remove the installed Nvidia drivers before installing Bumblebee because Bumblebee install whats needed.
It works great for me, hopes it do it for you too.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f201999%2fubuntu-12-04-1-lts-and-nvidia-dirver-304-51-64bit-problem-640x480%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm working on the same problem with my Asus A55V, which is just got a few days ago and I'm getting it all set up with Ubuntu 12.10. If you look in windows, you will find that the nvidia card is not the primary card that actually connects to the LCD. In windows, programs that are made to use graphics acceleration will use the nvidia GPU and memory if configured correctly. This method of working is a hybrid situation (see http://www.nvidia.com/object/optimus_technology.html ) I think the idea is to save power on the laptop by only using the GPU when necessary.
I've found this project which aims to provide the ability to use 3D acceleration in linux: https://wiki.ubuntu.com/Bumblebee It has all the instructions on there to set it up in Ubuntu.
Hopefully that will solve your problem.
add a comment |
I'm working on the same problem with my Asus A55V, which is just got a few days ago and I'm getting it all set up with Ubuntu 12.10. If you look in windows, you will find that the nvidia card is not the primary card that actually connects to the LCD. In windows, programs that are made to use graphics acceleration will use the nvidia GPU and memory if configured correctly. This method of working is a hybrid situation (see http://www.nvidia.com/object/optimus_technology.html ) I think the idea is to save power on the laptop by only using the GPU when necessary.
I've found this project which aims to provide the ability to use 3D acceleration in linux: https://wiki.ubuntu.com/Bumblebee It has all the instructions on there to set it up in Ubuntu.
Hopefully that will solve your problem.
add a comment |
I'm working on the same problem with my Asus A55V, which is just got a few days ago and I'm getting it all set up with Ubuntu 12.10. If you look in windows, you will find that the nvidia card is not the primary card that actually connects to the LCD. In windows, programs that are made to use graphics acceleration will use the nvidia GPU and memory if configured correctly. This method of working is a hybrid situation (see http://www.nvidia.com/object/optimus_technology.html ) I think the idea is to save power on the laptop by only using the GPU when necessary.
I've found this project which aims to provide the ability to use 3D acceleration in linux: https://wiki.ubuntu.com/Bumblebee It has all the instructions on there to set it up in Ubuntu.
Hopefully that will solve your problem.
I'm working on the same problem with my Asus A55V, which is just got a few days ago and I'm getting it all set up with Ubuntu 12.10. If you look in windows, you will find that the nvidia card is not the primary card that actually connects to the LCD. In windows, programs that are made to use graphics acceleration will use the nvidia GPU and memory if configured correctly. This method of working is a hybrid situation (see http://www.nvidia.com/object/optimus_technology.html ) I think the idea is to save power on the laptop by only using the GPU when necessary.
I've found this project which aims to provide the ability to use 3D acceleration in linux: https://wiki.ubuntu.com/Bumblebee It has all the instructions on there to set it up in Ubuntu.
Hopefully that will solve your problem.
answered Mar 16 '13 at 14:30
zymurgistzymurgist
111
111
add a comment |
add a comment |
Have a look here:
After nvidia driver update screen is 640x480. How to undo?
In particular, the solution given in the top comment on the question usually works for me:
sudo apt-get purge xserver-xorg
sudo apt-get install xserver-xorg xserver-xorg-video-all
sudo reboot
add a comment |
Have a look here:
After nvidia driver update screen is 640x480. How to undo?
In particular, the solution given in the top comment on the question usually works for me:
sudo apt-get purge xserver-xorg
sudo apt-get install xserver-xorg xserver-xorg-video-all
sudo reboot
add a comment |
Have a look here:
After nvidia driver update screen is 640x480. How to undo?
In particular, the solution given in the top comment on the question usually works for me:
sudo apt-get purge xserver-xorg
sudo apt-get install xserver-xorg xserver-xorg-video-all
sudo reboot
Have a look here:
After nvidia driver update screen is 640x480. How to undo?
In particular, the solution given in the top comment on the question usually works for me:
sudo apt-get purge xserver-xorg
sudo apt-get install xserver-xorg xserver-xorg-video-all
sudo reboot
edited Apr 13 '17 at 12:25
Community♦
1
1
answered Apr 24 '13 at 1:24
AlexAlex
1737
1737
add a comment |
add a comment |
You have Nvidia Optimus and you will need to have Bumblebee to make it work properly.
Its the Intel graphic card that'll be used for normal use and the Nvidia when you need more power. The Intel card can handle normal use of the computer.
Read more about Bumblebee and how to install it here: https://wiki.ubuntu.com/Bumblebee
After install you need to run
optirun program
to use your Nvidia card, everything else use the Intel card.
You must remove the installed Nvidia drivers before installing Bumblebee because Bumblebee install whats needed.
It works great for me, hopes it do it for you too.
add a comment |
You have Nvidia Optimus and you will need to have Bumblebee to make it work properly.
Its the Intel graphic card that'll be used for normal use and the Nvidia when you need more power. The Intel card can handle normal use of the computer.
Read more about Bumblebee and how to install it here: https://wiki.ubuntu.com/Bumblebee
After install you need to run
optirun program
to use your Nvidia card, everything else use the Intel card.
You must remove the installed Nvidia drivers before installing Bumblebee because Bumblebee install whats needed.
It works great for me, hopes it do it for you too.
add a comment |
You have Nvidia Optimus and you will need to have Bumblebee to make it work properly.
Its the Intel graphic card that'll be used for normal use and the Nvidia when you need more power. The Intel card can handle normal use of the computer.
Read more about Bumblebee and how to install it here: https://wiki.ubuntu.com/Bumblebee
After install you need to run
optirun program
to use your Nvidia card, everything else use the Intel card.
You must remove the installed Nvidia drivers before installing Bumblebee because Bumblebee install whats needed.
It works great for me, hopes it do it for you too.
You have Nvidia Optimus and you will need to have Bumblebee to make it work properly.
Its the Intel graphic card that'll be used for normal use and the Nvidia when you need more power. The Intel card can handle normal use of the computer.
Read more about Bumblebee and how to install it here: https://wiki.ubuntu.com/Bumblebee
After install you need to run
optirun program
to use your Nvidia card, everything else use the Intel card.
You must remove the installed Nvidia drivers before installing Bumblebee because Bumblebee install whats needed.
It works great for me, hopes it do it for you too.
answered Jul 8 '13 at 7:28
aXeptaXept
2241417
2241417
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f201999%2fubuntu-12-04-1-lts-and-nvidia-dirver-304-51-64bit-problem-640x480%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
if i add a resolution other than 640 to the device "monitor" the result is the same..
– nibianaswen
Oct 18 '12 at 15:16