Xorg vesa driver stopped working after kernel upgrade
Hi there,
I'm a firstposter, hope this is the right place to ask. Excuse me if I'm verbose, I hope too much is better than too few. I use Debian for a few years now (since Sarge was Testing), the Testing distribution, regularly dist-upgrading it. I have an ATI Radeon X1300 graphics card, hence "vesa" driver in Xorg ("ati" and "radeon" don't seem to work, will look into the proprietary ATI driver in the near future). FWIW, I have an AMD Sempron PC, 512 MiB RAM, 1152x864x24bpp screen mode. All worked just fine on this box until a kernel update in Testing after Etch, and it just works if I stuck with linux-image 2.6.18 486. With later kernels (was it since 2.6.22?) when X starts it shows a black screen, with a red pattern on top of the screen (depending on the screen resolution, other patterns at 1024x768 for example, seems garbage from console). I'd say all my system is aligned with the current Testing distribution except linux, and since later kernels support my USB wireless dongle, I'm trying to keep the pace. I have installed just the basic linux-image package, with no console framebuffer, logos and the like. Any suggestion? Thanks, Salvo -- -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
Xorg vesa driver stopped working after kernel upgrade
On Thu, Jul 17, 2008 at 03:20:50PM +0200, Salvo Isaja wrote:
> Hi there, > I use Debian for a few years now (since Sarge was Testing), the Testing > distribution, regularly dist-upgrading it. I have an ATI Radeon X1300 > graphics card, hence "vesa" driver in Xorg ("ati" and "radeon" don't > seem to work, will look into the proprietary ATI driver in the near > future). FWIW, I have an AMD Sempron PC, 512 MiB RAM, 1152x864x24bpp > screen mode. Have you tried the radeonhd driver? Aptitude install xserver-xorg-video-radeonhd HTH Oli -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
Xorg vesa driver stopped working after kernel upgrade
Ólafur Jens Sigurðsson ha scritto:
Have you tried the radeonhd driver? I'll try it this evening, thanks for the hint. But, in any case, isn't it strange that just running a kernel newer than 2.6.18 makes *vesa* stop working? Bye, Salvo -- -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
Xorg vesa driver stopped working after kernel upgrade
Ólafur Jens Sigurðsson ha scritto:
Have you tried the radeonhd driver? I'll try it this evening, thanks for the hint. But, in any case, isn't it strange that just running a kernel newer than 2.6.18 makes vesa (that I used to believe the safest) stop working? Bye, Salvo -- -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
Xorg vesa driver stopped working after kernel upgrade
Il Friday 18 July 2008 15:30:04 Salvo Isaja ha scritto:
> Ólafur Jens Sigurðsson ha scritto: > > Have you tried the radeonhd driver? > > I'll try it this evening, thanks for the hint. I've just tried the radeonhd driver, and I experience a problem similar to the vesa driver: if I boot linux 2.6.18 it runs fine, but if I run a later kernel, such as 2.6.25, I see KDM with no text, wrong colors, wrong mouse cursor and, if I manage to login in my KDE session anyway, I just see the white background of windows of my last sessions and a gray panel on bottom, on a black desktop. I've dist-upgraded yesterday. Since I've read Xorg 7.3 is able to figure out a default configuration with no xorg.conf, I tried to delete it. Both tests have been run with this default configuration. Here is the unified diff of the two Xorg.0.log files: --- Xorg.0.log 2008-07-18 18:20:34.000000000 +0200 +++ Xorg.0.log.old 2008-07-18 18:18:13.000000000 +0200 @@ -6 +6 @@ -Current Operating System: Linux ignazio 2.6.18-4-486 #1 Mon Mar 26 16:39:10 UTC 2007 i686 +Current Operating System: Linux ignazio 2.6.25-2-486 #1 Fri Jun 27 02:39:22 UTC 2008 i686 @@ -15 +15 @@ -(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 18 18:20:30 2008 +(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 18 18:18:11 2008 @@ -480 +480 @@ -(II) RADEONHD(0): Mapped IO at 0xb7b22000 (size 0x00010000) +(II) RADEONHD(0): Mapped IO at 0xb7aec000 (size 0x00010000) @@ -600 +600 @@ -(II) RADEONHD(0): Mapped IO at 0xb7b22000 (size 0x00010000) +(II) RADEONHD(0): Mapped IO at 0xb7aec000 (size 0x00010000) @@ -602 +602 @@ -(II) RADEONHD(0): Mapped FB at 0xa7aa8000 (size 0x10000000) +(II) RADEONHD(0): Mapped FB at 0xa7a72000 (size 0x10000000) I don't know why with 2.6.25 a different address is assigned to the graphic card and if this could be the problem. Look forward to any comment. Thanks, Salvo -- -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
Xorg vesa driver stopped working after kernel upgrade
Hi,
it seems I have solved the following problem, or at least I have found a workaround. > I use Debian for a few years now (since Sarge was Testing), the > Testing distribution, regularly dist-upgrading it. I have an ATI > Radeon X1300 graphics card, hence "vesa" driver in Xorg ("ati" and > "radeon" don't seem to work, will look into the proprietary ATI > driver in the near future). FWIW, I have an AMD Sempron PC, 512 MiB > RAM, 1152x864x24bpp screen mode. > > All worked just fine on this box until a kernel update in Testing > after Etch, and it just works if I stuck with linux-image 2.6.18 > 486. With later kernels (was it since 2.6.22?) when X starts it > shows a black screen, with a red pattern on top of the screen > (depending on the screen resolution, other patterns at 1024x768 for > example, seems garbage from console). Putting vga=870 (1280x1024x32bpp) in the kernel command line for 2.6.25 lets Xorg run flawlessly with the radeonhd driver. Thanks to anyone who helped. Salvo -- -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| All times are GMT. The time now is 10:59 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.