Ati Radeon Xpress 1100/1150 Driver? Which one and how to install? Ubuntu 14.04
h@h:~$ lspci -nn | grep VGA
01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RS482/RS485 [Radeon Xpress 1100/1150] [1002:5974]
Thats my Graphics card. And all I need is a stable driver for this. Im running ubuntu 14.04, I tried installing fglrx but it didn't work I could not log in to ubuntu anymore.
I need to run 2 displays that are both 24", side by side so I can get larger workspace and run windows on vmware on other screen and main os, ubuntu on other. I hate windows but i need it too much to throw it away.
I just need someone to tell me how to install good graphics card. It can be fglrx but how do I avoid the login bug in that?
h@h:~$ dpkg -l | grep xserver-xorg-core
ii xserver-xorg-core-lts-utopic 2:1.16.0-1ubuntu1.2~trusty2 amd64 Xorg X server - core server
drivers ati graphics radeon fglrx
add a comment |
h@h:~$ lspci -nn | grep VGA
01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RS482/RS485 [Radeon Xpress 1100/1150] [1002:5974]
Thats my Graphics card. And all I need is a stable driver for this. Im running ubuntu 14.04, I tried installing fglrx but it didn't work I could not log in to ubuntu anymore.
I need to run 2 displays that are both 24", side by side so I can get larger workspace and run windows on vmware on other screen and main os, ubuntu on other. I hate windows but i need it too much to throw it away.
I just need someone to tell me how to install good graphics card. It can be fglrx but how do I avoid the login bug in that?
h@h:~$ dpkg -l | grep xserver-xorg-core
ii xserver-xorg-core-lts-utopic 2:1.16.0-1ubuntu1.2~trusty2 amd64 Xorg X server - core server
drivers ati graphics radeon fglrx
Please edit your question and add output ofdpkg -l | grep xserver-xorg-core
terminal command there.
– Pilot6
May 26 '15 at 22:28
And what is your "login bug"?
– Pilot6
May 26 '15 at 23:12
Login bug is that I cant log in normally. I had to delete fglrx with ctrl+alt+f1
– Henkk
May 26 '15 at 23:33
add a comment |
h@h:~$ lspci -nn | grep VGA
01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RS482/RS485 [Radeon Xpress 1100/1150] [1002:5974]
Thats my Graphics card. And all I need is a stable driver for this. Im running ubuntu 14.04, I tried installing fglrx but it didn't work I could not log in to ubuntu anymore.
I need to run 2 displays that are both 24", side by side so I can get larger workspace and run windows on vmware on other screen and main os, ubuntu on other. I hate windows but i need it too much to throw it away.
I just need someone to tell me how to install good graphics card. It can be fglrx but how do I avoid the login bug in that?
h@h:~$ dpkg -l | grep xserver-xorg-core
ii xserver-xorg-core-lts-utopic 2:1.16.0-1ubuntu1.2~trusty2 amd64 Xorg X server - core server
drivers ati graphics radeon fglrx
h@h:~$ lspci -nn | grep VGA
01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RS482/RS485 [Radeon Xpress 1100/1150] [1002:5974]
Thats my Graphics card. And all I need is a stable driver for this. Im running ubuntu 14.04, I tried installing fglrx but it didn't work I could not log in to ubuntu anymore.
I need to run 2 displays that are both 24", side by side so I can get larger workspace and run windows on vmware on other screen and main os, ubuntu on other. I hate windows but i need it too much to throw it away.
I just need someone to tell me how to install good graphics card. It can be fglrx but how do I avoid the login bug in that?
h@h:~$ dpkg -l | grep xserver-xorg-core
ii xserver-xorg-core-lts-utopic 2:1.16.0-1ubuntu1.2~trusty2 amd64 Xorg X server - core server
drivers ati graphics radeon fglrx
drivers ati graphics radeon fglrx
edited May 26 '15 at 23:02
Henkk
asked May 26 '15 at 22:23
HenkkHenkk
112
112
Please edit your question and add output ofdpkg -l | grep xserver-xorg-core
terminal command there.
– Pilot6
May 26 '15 at 22:28
And what is your "login bug"?
– Pilot6
May 26 '15 at 23:12
Login bug is that I cant log in normally. I had to delete fglrx with ctrl+alt+f1
– Henkk
May 26 '15 at 23:33
add a comment |
Please edit your question and add output ofdpkg -l | grep xserver-xorg-core
terminal command there.
– Pilot6
May 26 '15 at 22:28
And what is your "login bug"?
– Pilot6
May 26 '15 at 23:12
Login bug is that I cant log in normally. I had to delete fglrx with ctrl+alt+f1
– Henkk
May 26 '15 at 23:33
Please edit your question and add output of
dpkg -l | grep xserver-xorg-core
terminal command there.– Pilot6
May 26 '15 at 22:28
Please edit your question and add output of
dpkg -l | grep xserver-xorg-core
terminal command there.– Pilot6
May 26 '15 at 22:28
And what is your "login bug"?
– Pilot6
May 26 '15 at 23:12
And what is your "login bug"?
– Pilot6
May 26 '15 at 23:12
Login bug is that I cant log in normally. I had to delete fglrx with ctrl+alt+f1
– Henkk
May 26 '15 at 23:33
Login bug is that I cant log in normally. I had to delete fglrx with ctrl+alt+f1
– Henkk
May 26 '15 at 23:33
add a comment |
1 Answer
1
active
oldest
votes
There is no proprietary standalone driver for this video adapter in linux.
Open source driver is already installed.
The only thing you can do is to upgrade graphical stack for the latest available version for Ubuntu 14.04. In your case you have it already.
You can upgrade to 3.19 kernel. It has a built in radeon module, which may be better. It can be done by
sudo apt-get install linux-generic-lts-vivid
New graphical stack must appear soon too in repositories.
I added it. How do I do that?
– Henkk
May 26 '15 at 23:03
You have the latest possible graphical stack. But you can upgrade kernel with a newerradeon
driver. I will add to the answer.
– Pilot6
May 26 '15 at 23:06
Thanks, it works faster now. But I still cant get my displays side by side. I get this error when I try to do it: Requested size (3840, 1080) exceeds 3D hardware limit (2048, 2048). You must either rearrange the displays so that they fit within a (2048, 2048) square. You know how to bypass this error?
– Henkk
May 26 '15 at 23:28
This old adapter may not have enough RAM to support two big displays. Or other hardware limitations.
– Pilot6
May 26 '15 at 23:30
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%2f628652%2fati-radeon-xpress-1100-1150-driver-which-one-and-how-to-install-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There is no proprietary standalone driver for this video adapter in linux.
Open source driver is already installed.
The only thing you can do is to upgrade graphical stack for the latest available version for Ubuntu 14.04. In your case you have it already.
You can upgrade to 3.19 kernel. It has a built in radeon module, which may be better. It can be done by
sudo apt-get install linux-generic-lts-vivid
New graphical stack must appear soon too in repositories.
I added it. How do I do that?
– Henkk
May 26 '15 at 23:03
You have the latest possible graphical stack. But you can upgrade kernel with a newerradeon
driver. I will add to the answer.
– Pilot6
May 26 '15 at 23:06
Thanks, it works faster now. But I still cant get my displays side by side. I get this error when I try to do it: Requested size (3840, 1080) exceeds 3D hardware limit (2048, 2048). You must either rearrange the displays so that they fit within a (2048, 2048) square. You know how to bypass this error?
– Henkk
May 26 '15 at 23:28
This old adapter may not have enough RAM to support two big displays. Or other hardware limitations.
– Pilot6
May 26 '15 at 23:30
add a comment |
There is no proprietary standalone driver for this video adapter in linux.
Open source driver is already installed.
The only thing you can do is to upgrade graphical stack for the latest available version for Ubuntu 14.04. In your case you have it already.
You can upgrade to 3.19 kernel. It has a built in radeon module, which may be better. It can be done by
sudo apt-get install linux-generic-lts-vivid
New graphical stack must appear soon too in repositories.
I added it. How do I do that?
– Henkk
May 26 '15 at 23:03
You have the latest possible graphical stack. But you can upgrade kernel with a newerradeon
driver. I will add to the answer.
– Pilot6
May 26 '15 at 23:06
Thanks, it works faster now. But I still cant get my displays side by side. I get this error when I try to do it: Requested size (3840, 1080) exceeds 3D hardware limit (2048, 2048). You must either rearrange the displays so that they fit within a (2048, 2048) square. You know how to bypass this error?
– Henkk
May 26 '15 at 23:28
This old adapter may not have enough RAM to support two big displays. Or other hardware limitations.
– Pilot6
May 26 '15 at 23:30
add a comment |
There is no proprietary standalone driver for this video adapter in linux.
Open source driver is already installed.
The only thing you can do is to upgrade graphical stack for the latest available version for Ubuntu 14.04. In your case you have it already.
You can upgrade to 3.19 kernel. It has a built in radeon module, which may be better. It can be done by
sudo apt-get install linux-generic-lts-vivid
New graphical stack must appear soon too in repositories.
There is no proprietary standalone driver for this video adapter in linux.
Open source driver is already installed.
The only thing you can do is to upgrade graphical stack for the latest available version for Ubuntu 14.04. In your case you have it already.
You can upgrade to 3.19 kernel. It has a built in radeon module, which may be better. It can be done by
sudo apt-get install linux-generic-lts-vivid
New graphical stack must appear soon too in repositories.
edited May 26 '15 at 23:08
answered May 26 '15 at 22:27
Pilot6Pilot6
52.1k15107197
52.1k15107197
I added it. How do I do that?
– Henkk
May 26 '15 at 23:03
You have the latest possible graphical stack. But you can upgrade kernel with a newerradeon
driver. I will add to the answer.
– Pilot6
May 26 '15 at 23:06
Thanks, it works faster now. But I still cant get my displays side by side. I get this error when I try to do it: Requested size (3840, 1080) exceeds 3D hardware limit (2048, 2048). You must either rearrange the displays so that they fit within a (2048, 2048) square. You know how to bypass this error?
– Henkk
May 26 '15 at 23:28
This old adapter may not have enough RAM to support two big displays. Or other hardware limitations.
– Pilot6
May 26 '15 at 23:30
add a comment |
I added it. How do I do that?
– Henkk
May 26 '15 at 23:03
You have the latest possible graphical stack. But you can upgrade kernel with a newerradeon
driver. I will add to the answer.
– Pilot6
May 26 '15 at 23:06
Thanks, it works faster now. But I still cant get my displays side by side. I get this error when I try to do it: Requested size (3840, 1080) exceeds 3D hardware limit (2048, 2048). You must either rearrange the displays so that they fit within a (2048, 2048) square. You know how to bypass this error?
– Henkk
May 26 '15 at 23:28
This old adapter may not have enough RAM to support two big displays. Or other hardware limitations.
– Pilot6
May 26 '15 at 23:30
I added it. How do I do that?
– Henkk
May 26 '15 at 23:03
I added it. How do I do that?
– Henkk
May 26 '15 at 23:03
You have the latest possible graphical stack. But you can upgrade kernel with a newer
radeon
driver. I will add to the answer.– Pilot6
May 26 '15 at 23:06
You have the latest possible graphical stack. But you can upgrade kernel with a newer
radeon
driver. I will add to the answer.– Pilot6
May 26 '15 at 23:06
Thanks, it works faster now. But I still cant get my displays side by side. I get this error when I try to do it: Requested size (3840, 1080) exceeds 3D hardware limit (2048, 2048). You must either rearrange the displays so that they fit within a (2048, 2048) square. You know how to bypass this error?
– Henkk
May 26 '15 at 23:28
Thanks, it works faster now. But I still cant get my displays side by side. I get this error when I try to do it: Requested size (3840, 1080) exceeds 3D hardware limit (2048, 2048). You must either rearrange the displays so that they fit within a (2048, 2048) square. You know how to bypass this error?
– Henkk
May 26 '15 at 23:28
This old adapter may not have enough RAM to support two big displays. Or other hardware limitations.
– Pilot6
May 26 '15 at 23:30
This old adapter may not have enough RAM to support two big displays. Or other hardware limitations.
– Pilot6
May 26 '15 at 23:30
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%2f628652%2fati-radeon-xpress-1100-1150-driver-which-one-and-how-to-install-ubuntu-14-04%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
Please edit your question and add output of
dpkg -l | grep xserver-xorg-core
terminal command there.– Pilot6
May 26 '15 at 22:28
And what is your "login bug"?
– Pilot6
May 26 '15 at 23:12
Login bug is that I cant log in normally. I had to delete fglrx with ctrl+alt+f1
– Henkk
May 26 '15 at 23:33