Old ATI Video Card on Debian 8 - Xpress 200 - model: 1150 Announcing the arrival of Valued...
Fishing simulator
Single author papers against my advisor's will?
Do we know why communications with Beresheet and NASA were lost during the attempted landing of the Moon lander?
Is it possible to ask for a hotel room without minibar/extra services?
Array/tabular for long multiplication
If A makes B more likely then B makes A more likely"
Can I throw a longsword at someone?
What did Darwin mean by 'squib' here?
3 doors, three guards, one stone
Why does this iterative way of solving of equation work?
Losing the Initialization Vector in Cipher Block Chaining
Cold is to Refrigerator as warm is to?
What are the performance impacts of 'functional' Rust?
How do I automatically answer y in bash script?
How can I make names more distinctive without making them longer?
How to say that you spent the night with someone, you were only sleeping and nothing else?
How to say 'striped' in Latin
How can players take actions together that are impossible otherwise?
Statistical model of ligand substitution
Using "nakedly" instead of "with nothing on"
Is there a service that would inform me whenever a new direct route is scheduled from a given airport?
Autumning in love
What's the difference between (size_t)-1 and ~0?
Do working physicists consider Newtonian mechanics to be "falsified"?
Old ATI Video Card on Debian 8 - Xpress 200 - model: 1150
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionGNOME 3 fails to load (old ATI graphic card driver problem)ElementaryOS Gala using more than 100% CPU constantlyDebian 8 (Jessie) screen resolution issueRun 2 instances of xinit with output to separate video outHow can I get information about my acceleration method?Video card driver problem in Debian (AMD Radeon R5 M330)4 monitors, 2 NVIDIA video cards - ubuntu not workingDual GPU Dual Display setup: monitor is black but detectedRandR with internal intel iGPU and old Trident cardUnable to Change Display Resolution on Debian
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Well, my problem is very complicated, I've an old machine (Dell Vostro 1000) where I'm using Debian 8 with XFCE. This machine have an integrated video card (ATI MOBILITY RADEON XPRESS 200 - Model: 1150), and it doesn't work with Debian default configuration.
Let's see what I already have tried:
- To turn on my laptop without it shows the notorious colored stripes I need use the "nomodeset" code on grub.cfg.
- The Debian 8 appears don't have the xorg.conf (???), I made a Xorg.conf following the instructions at https://wiki.debian.org/AtiHowTo , without success.
- I tried already tried follow the procedures in the page above, cause the current proprietary driver is not compatible with my old video card. and the older version (legacy) can't be installed and shows some conflicts with "X". This way I have to use the generic linux driver.
- I tried set the display resolution using XRANDR, but it fails and when I made the insertion of another resolution, I just can't select this.
- Thinking about modules, maybe I can see a little ligth in the end of tunnel. I find a blacklist file into "/etc/modprobe.d" and removed the module "radeonfb" of blacklist, but when I tried to restart, the machine only shows a black screen with the mouse pointer only. to fix this I changed the "quiet" entry of boot line and changed it with "single" to show the command line and I can see that when the module "radeonfb" is loaded, the letters of command line become small (like it have made a resolution adjustment) but I need understand why only a black screen and the mouse pointer is showed.
NOTE: The xorgs and firmware-linux are installed but doesn't work. I really don't need 3d acceleration, but I need to resize my screen. Actually it's 1024x768 but the hardware can show 1280x800.
debian xorg video ati radeon
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Well, my problem is very complicated, I've an old machine (Dell Vostro 1000) where I'm using Debian 8 with XFCE. This machine have an integrated video card (ATI MOBILITY RADEON XPRESS 200 - Model: 1150), and it doesn't work with Debian default configuration.
Let's see what I already have tried:
- To turn on my laptop without it shows the notorious colored stripes I need use the "nomodeset" code on grub.cfg.
- The Debian 8 appears don't have the xorg.conf (???), I made a Xorg.conf following the instructions at https://wiki.debian.org/AtiHowTo , without success.
- I tried already tried follow the procedures in the page above, cause the current proprietary driver is not compatible with my old video card. and the older version (legacy) can't be installed and shows some conflicts with "X". This way I have to use the generic linux driver.
- I tried set the display resolution using XRANDR, but it fails and when I made the insertion of another resolution, I just can't select this.
- Thinking about modules, maybe I can see a little ligth in the end of tunnel. I find a blacklist file into "/etc/modprobe.d" and removed the module "radeonfb" of blacklist, but when I tried to restart, the machine only shows a black screen with the mouse pointer only. to fix this I changed the "quiet" entry of boot line and changed it with "single" to show the command line and I can see that when the module "radeonfb" is loaded, the letters of command line become small (like it have made a resolution adjustment) but I need understand why only a black screen and the mouse pointer is showed.
NOTE: The xorgs and firmware-linux are installed but doesn't work. I really don't need 3d acceleration, but I need to resize my screen. Actually it's 1024x768 but the hardware can show 1280x800.
debian xorg video ati radeon
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
It would appear that you have accidentally created two accounts. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information these are unix.stackexchange.com/users/117045/diego and unix.stackexchange.com/users/117239/diego. You’ll then be able to edit, comment on and accept answers to this question.
– G-Man
May 29 '15 at 5:52
add a comment |
Well, my problem is very complicated, I've an old machine (Dell Vostro 1000) where I'm using Debian 8 with XFCE. This machine have an integrated video card (ATI MOBILITY RADEON XPRESS 200 - Model: 1150), and it doesn't work with Debian default configuration.
Let's see what I already have tried:
- To turn on my laptop without it shows the notorious colored stripes I need use the "nomodeset" code on grub.cfg.
- The Debian 8 appears don't have the xorg.conf (???), I made a Xorg.conf following the instructions at https://wiki.debian.org/AtiHowTo , without success.
- I tried already tried follow the procedures in the page above, cause the current proprietary driver is not compatible with my old video card. and the older version (legacy) can't be installed and shows some conflicts with "X". This way I have to use the generic linux driver.
- I tried set the display resolution using XRANDR, but it fails and when I made the insertion of another resolution, I just can't select this.
- Thinking about modules, maybe I can see a little ligth in the end of tunnel. I find a blacklist file into "/etc/modprobe.d" and removed the module "radeonfb" of blacklist, but when I tried to restart, the machine only shows a black screen with the mouse pointer only. to fix this I changed the "quiet" entry of boot line and changed it with "single" to show the command line and I can see that when the module "radeonfb" is loaded, the letters of command line become small (like it have made a resolution adjustment) but I need understand why only a black screen and the mouse pointer is showed.
NOTE: The xorgs and firmware-linux are installed but doesn't work. I really don't need 3d acceleration, but I need to resize my screen. Actually it's 1024x768 but the hardware can show 1280x800.
debian xorg video ati radeon
Well, my problem is very complicated, I've an old machine (Dell Vostro 1000) where I'm using Debian 8 with XFCE. This machine have an integrated video card (ATI MOBILITY RADEON XPRESS 200 - Model: 1150), and it doesn't work with Debian default configuration.
Let's see what I already have tried:
- To turn on my laptop without it shows the notorious colored stripes I need use the "nomodeset" code on grub.cfg.
- The Debian 8 appears don't have the xorg.conf (???), I made a Xorg.conf following the instructions at https://wiki.debian.org/AtiHowTo , without success.
- I tried already tried follow the procedures in the page above, cause the current proprietary driver is not compatible with my old video card. and the older version (legacy) can't be installed and shows some conflicts with "X". This way I have to use the generic linux driver.
- I tried set the display resolution using XRANDR, but it fails and when I made the insertion of another resolution, I just can't select this.
- Thinking about modules, maybe I can see a little ligth in the end of tunnel. I find a blacklist file into "/etc/modprobe.d" and removed the module "radeonfb" of blacklist, but when I tried to restart, the machine only shows a black screen with the mouse pointer only. to fix this I changed the "quiet" entry of boot line and changed it with "single" to show the command line and I can see that when the module "radeonfb" is loaded, the letters of command line become small (like it have made a resolution adjustment) but I need understand why only a black screen and the mouse pointer is showed.
NOTE: The xorgs and firmware-linux are installed but doesn't work. I really don't need 3d acceleration, but I need to resize my screen. Actually it's 1024x768 but the hardware can show 1280x800.
debian xorg video ati radeon
debian xorg video ati radeon
edited May 29 '15 at 11:12
slm♦
256k71544690
256k71544690
asked May 27 '15 at 18:36
DiegoDiego
112
112
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
It would appear that you have accidentally created two accounts. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information these are unix.stackexchange.com/users/117045/diego and unix.stackexchange.com/users/117239/diego. You’ll then be able to edit, comment on and accept answers to this question.
– G-Man
May 29 '15 at 5:52
add a comment |
It would appear that you have accidentally created two accounts. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information these are unix.stackexchange.com/users/117045/diego and unix.stackexchange.com/users/117239/diego. You’ll then be able to edit, comment on and accept answers to this question.
– G-Man
May 29 '15 at 5:52
It would appear that you have accidentally created two accounts. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information these are unix.stackexchange.com/users/117045/diego and unix.stackexchange.com/users/117239/diego. You’ll then be able to edit, comment on and accept answers to this question.
– G-Man
May 29 '15 at 5:52
It would appear that you have accidentally created two accounts. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information these are unix.stackexchange.com/users/117045/diego and unix.stackexchange.com/users/117239/diego. You’ll then be able to edit, comment on and accept answers to this question.
– G-Man
May 29 '15 at 5:52
add a comment |
1 Answer
1
active
oldest
votes
I'm sorry that actually there is no way you can have hardware acceleration with an old ATi GPU. But you can have some acceleration with the open source driver (I guess it'd need a non-free firmware, is there any problem reported at boot, if yes try install firmware-linux
).
And thanks to llvmpipe, you still have 3d acceleration (rendered via software, of course), and I think it wouldn't be a problem if you have a fast CPU.
@Diego Sorry I need to post the comment here, but is there any missing firmware reported at boot? I also use a old ATi GPU (a Rv280) and same monitor size wit you on Debian testing, everything goes fine after I install firmware-linux-nonfree. And try out if this help: wiki.ubuntu.com/X/Config/… And stupid question but have you try the xfce Display setting?
– McSinyx
May 29 '15 at 11:21
No problems. in the boot, just appears this error: "[drm:radeon_init] ERROR No UMS support in radeon module!" . firmware-linux-nonfree are installed too, and I tried the display config and the method on the link you send me (using XrandR). But now I have Some good news here. I just discovered that when I remove the module "radeonfb" from "devfb-blacklist.conf", the SO only shows the mouse pointer in a black screen (ok, no news until here), but when I made that and boot in safe mode, the resolution is okay. :D Now, what I need to uninstall? what is conflicting?
– Diego
May 29 '15 at 12:06
Have you enabled display compositing (xfwm4-tweaks-settings
, tab Compositor)?
– McSinyx
May 29 '15 at 13:39
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f205943%2fold-ati-video-card-on-debian-8-xpress-200-model-1150%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
I'm sorry that actually there is no way you can have hardware acceleration with an old ATi GPU. But you can have some acceleration with the open source driver (I guess it'd need a non-free firmware, is there any problem reported at boot, if yes try install firmware-linux
).
And thanks to llvmpipe, you still have 3d acceleration (rendered via software, of course), and I think it wouldn't be a problem if you have a fast CPU.
@Diego Sorry I need to post the comment here, but is there any missing firmware reported at boot? I also use a old ATi GPU (a Rv280) and same monitor size wit you on Debian testing, everything goes fine after I install firmware-linux-nonfree. And try out if this help: wiki.ubuntu.com/X/Config/… And stupid question but have you try the xfce Display setting?
– McSinyx
May 29 '15 at 11:21
No problems. in the boot, just appears this error: "[drm:radeon_init] ERROR No UMS support in radeon module!" . firmware-linux-nonfree are installed too, and I tried the display config and the method on the link you send me (using XrandR). But now I have Some good news here. I just discovered that when I remove the module "radeonfb" from "devfb-blacklist.conf", the SO only shows the mouse pointer in a black screen (ok, no news until here), but when I made that and boot in safe mode, the resolution is okay. :D Now, what I need to uninstall? what is conflicting?
– Diego
May 29 '15 at 12:06
Have you enabled display compositing (xfwm4-tweaks-settings
, tab Compositor)?
– McSinyx
May 29 '15 at 13:39
add a comment |
I'm sorry that actually there is no way you can have hardware acceleration with an old ATi GPU. But you can have some acceleration with the open source driver (I guess it'd need a non-free firmware, is there any problem reported at boot, if yes try install firmware-linux
).
And thanks to llvmpipe, you still have 3d acceleration (rendered via software, of course), and I think it wouldn't be a problem if you have a fast CPU.
@Diego Sorry I need to post the comment here, but is there any missing firmware reported at boot? I also use a old ATi GPU (a Rv280) and same monitor size wit you on Debian testing, everything goes fine after I install firmware-linux-nonfree. And try out if this help: wiki.ubuntu.com/X/Config/… And stupid question but have you try the xfce Display setting?
– McSinyx
May 29 '15 at 11:21
No problems. in the boot, just appears this error: "[drm:radeon_init] ERROR No UMS support in radeon module!" . firmware-linux-nonfree are installed too, and I tried the display config and the method on the link you send me (using XrandR). But now I have Some good news here. I just discovered that when I remove the module "radeonfb" from "devfb-blacklist.conf", the SO only shows the mouse pointer in a black screen (ok, no news until here), but when I made that and boot in safe mode, the resolution is okay. :D Now, what I need to uninstall? what is conflicting?
– Diego
May 29 '15 at 12:06
Have you enabled display compositing (xfwm4-tweaks-settings
, tab Compositor)?
– McSinyx
May 29 '15 at 13:39
add a comment |
I'm sorry that actually there is no way you can have hardware acceleration with an old ATi GPU. But you can have some acceleration with the open source driver (I guess it'd need a non-free firmware, is there any problem reported at boot, if yes try install firmware-linux
).
And thanks to llvmpipe, you still have 3d acceleration (rendered via software, of course), and I think it wouldn't be a problem if you have a fast CPU.
I'm sorry that actually there is no way you can have hardware acceleration with an old ATi GPU. But you can have some acceleration with the open source driver (I guess it'd need a non-free firmware, is there any problem reported at boot, if yes try install firmware-linux
).
And thanks to llvmpipe, you still have 3d acceleration (rendered via software, of course), and I think it wouldn't be a problem if you have a fast CPU.
edited Jul 14 '17 at 14:49
Pierre.Vriens
1,00651216
1,00651216
answered May 28 '15 at 15:06
McSinyxMcSinyx
556313
556313
@Diego Sorry I need to post the comment here, but is there any missing firmware reported at boot? I also use a old ATi GPU (a Rv280) and same monitor size wit you on Debian testing, everything goes fine after I install firmware-linux-nonfree. And try out if this help: wiki.ubuntu.com/X/Config/… And stupid question but have you try the xfce Display setting?
– McSinyx
May 29 '15 at 11:21
No problems. in the boot, just appears this error: "[drm:radeon_init] ERROR No UMS support in radeon module!" . firmware-linux-nonfree are installed too, and I tried the display config and the method on the link you send me (using XrandR). But now I have Some good news here. I just discovered that when I remove the module "radeonfb" from "devfb-blacklist.conf", the SO only shows the mouse pointer in a black screen (ok, no news until here), but when I made that and boot in safe mode, the resolution is okay. :D Now, what I need to uninstall? what is conflicting?
– Diego
May 29 '15 at 12:06
Have you enabled display compositing (xfwm4-tweaks-settings
, tab Compositor)?
– McSinyx
May 29 '15 at 13:39
add a comment |
@Diego Sorry I need to post the comment here, but is there any missing firmware reported at boot? I also use a old ATi GPU (a Rv280) and same monitor size wit you on Debian testing, everything goes fine after I install firmware-linux-nonfree. And try out if this help: wiki.ubuntu.com/X/Config/… And stupid question but have you try the xfce Display setting?
– McSinyx
May 29 '15 at 11:21
No problems. in the boot, just appears this error: "[drm:radeon_init] ERROR No UMS support in radeon module!" . firmware-linux-nonfree are installed too, and I tried the display config and the method on the link you send me (using XrandR). But now I have Some good news here. I just discovered that when I remove the module "radeonfb" from "devfb-blacklist.conf", the SO only shows the mouse pointer in a black screen (ok, no news until here), but when I made that and boot in safe mode, the resolution is okay. :D Now, what I need to uninstall? what is conflicting?
– Diego
May 29 '15 at 12:06
Have you enabled display compositing (xfwm4-tweaks-settings
, tab Compositor)?
– McSinyx
May 29 '15 at 13:39
@Diego Sorry I need to post the comment here, but is there any missing firmware reported at boot? I also use a old ATi GPU (a Rv280) and same monitor size wit you on Debian testing, everything goes fine after I install firmware-linux-nonfree. And try out if this help: wiki.ubuntu.com/X/Config/… And stupid question but have you try the xfce Display setting?
– McSinyx
May 29 '15 at 11:21
@Diego Sorry I need to post the comment here, but is there any missing firmware reported at boot? I also use a old ATi GPU (a Rv280) and same monitor size wit you on Debian testing, everything goes fine after I install firmware-linux-nonfree. And try out if this help: wiki.ubuntu.com/X/Config/… And stupid question but have you try the xfce Display setting?
– McSinyx
May 29 '15 at 11:21
No problems. in the boot, just appears this error: "[drm:radeon_init] ERROR No UMS support in radeon module!" . firmware-linux-nonfree are installed too, and I tried the display config and the method on the link you send me (using XrandR). But now I have Some good news here. I just discovered that when I remove the module "radeonfb" from "devfb-blacklist.conf", the SO only shows the mouse pointer in a black screen (ok, no news until here), but when I made that and boot in safe mode, the resolution is okay. :D Now, what I need to uninstall? what is conflicting?
– Diego
May 29 '15 at 12:06
No problems. in the boot, just appears this error: "[drm:radeon_init] ERROR No UMS support in radeon module!" . firmware-linux-nonfree are installed too, and I tried the display config and the method on the link you send me (using XrandR). But now I have Some good news here. I just discovered that when I remove the module "radeonfb" from "devfb-blacklist.conf", the SO only shows the mouse pointer in a black screen (ok, no news until here), but when I made that and boot in safe mode, the resolution is okay. :D Now, what I need to uninstall? what is conflicting?
– Diego
May 29 '15 at 12:06
Have you enabled display compositing (
xfwm4-tweaks-settings
, tab Compositor)?– McSinyx
May 29 '15 at 13:39
Have you enabled display compositing (
xfwm4-tweaks-settings
, tab Compositor)?– McSinyx
May 29 '15 at 13:39
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f205943%2fold-ati-video-card-on-debian-8-xpress-200-model-1150%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
It would appear that you have accidentally created two accounts. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information these are unix.stackexchange.com/users/117045/diego and unix.stackexchange.com/users/117239/diego. You’ll then be able to edit, comment on and accept answers to this question.
– G-Man
May 29 '15 at 5:52