Mandriva 2006: bad video in Xorg

Posted: 11-15-2005, 11:29 PM
I'm getting very badly messed up video on X after installing Mandriva 2006
on my main PC. Symptoms are a large black rectangle that follows the
pointer, offset pointer position, and really bad colour. It seems that 2006
is installing the wrong driver for my ATI Rage Fury video card.
Examining /etc/X11/Xorg.conf shows that the installer selected the "ati"
driver for that card rather than the "r128" driver used in the 2005LE
install. Replacing "ati" with "r128" in Xorg.conf led to a refusal to start
X with a message that the r128 driver was not found.

Any idea where the r128 driver for Mandriva 2006 can be found?

Reply With Quote

Responses to "Mandriva 2006: bad video in Xorg"

Tejas Kokje
Guest
Posts: n/a
 
Re: Mandriva 2006: bad video in Xorg
Posted: 11-16-2005, 06:35 AM
On Tue, 15 Nov 2005 23:29:41 +0000, aprestn5 wrote:
> I'm getting very badly messed up video on X after installing Mandriva 2006
> on my main PC. Symptoms are a large black rectangle that follows the
> pointer, offset pointer position, and really bad colour. It seems that
> 2006 is installing the wrong driver for my ATI Rage Fury video card.
> Examining /etc/X11/Xorg.conf shows that the installer selected the "ati"
> driver for that card rather than the "r128" driver used in the 2005LE
> install. Replacing "ati" with "r128" in Xorg.conf led to a refusal to
> start X with a message that the r128 driver was not found.
>
> Any idea where the r128 driver for Mandriva 2006 can be found?
As an alternative solution, I will suggest you to use 16 bit display.
Following is an excerpt from xorg.conf file with 16 bit defaultdepth.

.....
.....
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16
.....
.....

Try setting it to 16 bit. It worked for me, though on different graphics
card.

Tejas Kokje

Reply With Quote
aprestn5
Guest
Posts: n/a
 
Re: Mandriva 2006: bad video in Xorg
Posted: 11-18-2005, 05:54 PM
Tejas Kokje wrote:
> On Tue, 15 Nov 2005 23:29:41 +0000, aprestn5 wrote:
>
>> I'm getting very badly messed up video on X after installing Mandriva
>> 2006 on my main PC. Symptoms are a large black rectangle that follows the
>> pointer, offset pointer position, and really bad colour. It seems that
>> 2006 is installing the wrong driver for my ATI Rage Fury video card.
>> Examining /etc/X11/Xorg.conf shows that the installer selected the "ati"
>> driver for that card rather than the "r128" driver used in the 2005LE
>> install. Replacing "ati" with "r128" in Xorg.conf led to a refusal to
>> start X with a message that the r128 driver was not found.
>>
>> Any idea where the r128 driver for Mandriva 2006 can be found?
>
> As an alternative solution, I will suggest you to use 16 bit display.
Thanks for the suggestion. I'd already tried that, but although it did fix
the screwed up colour, it didn't get rid of the other problems. At the
moment I'm getting around it by using the slow vesa driver.

What gets me is that the r128 driver worked fine in 2005LE. Why Mandriva saw
fit to take it out and have Xorg config assign the ati driver to the Rage
128 cards, I don't know, since the ati driver is clearly incompatible with
at least some Rage 128 cards. In the meantime I've submitted a bug report
to Mandriva's bugzilla site.

Al Preston
Reply With Quote
Gireesh K. Bhat
Guest
Posts: n/a
 
Re: Mandriva 2006: bad video in Xorg
Posted: 11-19-2005, 01:48 AM
On Fri, 18 Nov 2005 17:54:17 +0000, aprestn5 wrote:
> Tejas Kokje wrote:
>
>> On Tue, 15 Nov 2005 23:29:41 +0000, aprestn5 wrote:
>>
>>> I'm getting very badly messed up video on X after installing Mandriva
>>> 2006 on my main PC. Symptoms are a large black rectangle that follows the
>>> pointer, offset pointer position, and really bad colour. It seems that
>>> 2006 is installing the wrong driver for my ATI Rage Fury video card.
>>> Examining /etc/X11/Xorg.conf shows that the installer selected the "ati"
>>> driver for that card rather than the "r128" driver used in the 2005LE
>>> install. Replacing "ati" with "r128" in Xorg.conf led to a refusal to
>>> start X with a message that the r128 driver was not found.
>>>
>>> Any idea where the r128 driver for Mandriva 2006 can be found?
>>
>> As an alternative solution, I will suggest you to use 16 bit display.
>
> Thanks for the suggestion. I'd already tried that, but although it did fix
> the screwed up colour, it didn't get rid of the other problems. At the
> moment I'm getting around it by using the slow vesa driver.
>
> What gets me is that the r128 driver worked fine in 2005LE. Why Mandriva saw
> fit to take it out and have Xorg config assign the ati driver to the Rage
> 128 cards, I don't know, since the ati driver is clearly incompatible with
> at least some Rage 128 cards. In the meantime I've submitted a bug report
> to Mandriva's bugzilla site.
>
> Al Preston
Maybe you can try the updated Xorg rpms from the following source:
http://seerofsouls.com/
It is being bandied about over at the Mandriva Club website although to be
honest it has been more with reference to the "nv" driver not working
pr properly for a lot of people with NVidia cards

Reply With Quote
aprestn5
Guest
Posts: n/a
 
Re: Mandriva 2006: bad video in Xorg
Posted: 11-19-2005, 05:34 AM
Gireesh K. Bhat wrote:
> On Fri, 18 Nov 2005 17:54:17 +0000, aprestn5 wrote:
>
>> Tejas Kokje wrote:
>>
>>> On Tue, 15 Nov 2005 23:29:41 +0000, aprestn5 wrote:
>>>
>>>> I'm getting very badly messed up video on X after installing Mandriva
>>>> 2006 on my main PC. Symptoms are a large black rectangle that follows
>>>> the pointer, offset pointer position, and really bad colour. It seems
>>>> that 2006 is installing the wrong driver for my ATI Rage Fury video
>>>> card. Examining /etc/X11/Xorg.conf shows that the installer selected
>>>> the "ati" driver for that card rather than the "r128" driver used in
>>>> the 2005LE install. Replacing "ati" with "r128" in Xorg.conf led to a
>>>> refusal to start X with a message that the r128 driver was not found.
>>>>
>>>> Any idea where the r128 driver for Mandriva 2006 can be found?
>>>
>>> As an alternative solution, I will suggest you to use 16 bit display.
> Maybe you can try the updated Xorg rpms from the following source:
> http://seerofsouls.com/
> It is being bandied about over at the Mandriva Club website although to be
> honest it has been more with reference to the "nv" driver not working
> pr properly for a lot of people with NVidia cards
I tried updating from there, but got a lock up when the install started.
I'm going to try installing the RPM's from the command line.....

Al Preston

Reply With Quote
aprestn5
Guest
Posts: n/a
 
Re: Mandriva 2006: bad video in Xorg
Posted: 11-19-2005, 11:25 PM
aprestn5 wrote:
> Gireesh K. Bhat wrote:
>
>> On Fri, 18 Nov 2005 17:54:17 +0000, aprestn5 wrote:
>>
>>> Tejas Kokje wrote:
>>>
>>>> On Tue, 15 Nov 2005 23:29:41 +0000, aprestn5 wrote:
>>>>
>>>>> I'm getting very badly messed up video on X after installing Mandriva
>>>>> 2006 on my main PC. Symptoms are a large black rectangle that follows
>>>>> the pointer, offset pointer position, and really bad colour. It seems
>>>>> that 2006 is installing the wrong driver for my ATI Rage Fury video
>>>>> card. Examining /etc/X11/Xorg.conf shows that the installer selected
>>>>> the "ati" driver for that card rather than the "r128" driver used in
>>>>> the 2005LE install. Replacing "ati" with "r128" in Xorg.conf led to a
>>>>> refusal to start X with a message that the r128 driver was not found.
>>>>>
>>>>> Any idea where the r128 driver for Mandriva 2006 can be found?
>>>>
>>>> As an alternative solution, I will suggest you to use 16 bit display.
>
>> Maybe you can try the updated Xorg rpms from the following source:
>> http://seerofsouls.com/
>> It is being bandied about over at the Mandriva Club website although to
>> be honest it has been more with reference to the "nv" driver not working
>> pr properly for a lot of people with NVidia cards
>
> I tried updating from there, but got a lock up when the install started.
> I'm going to try installing the RPM's from the command line.....
>
> Al Preston
I should have known better than to update Xorg while Xorg was running.....
Doing it from command line worked fine.

Alastair
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

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

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mandriva 2006 ISOs Wayne Mandriva Linux 11 11-14-2005 11:28 PM
Mandriva 2006 Hackphil Mandriva Linux 6 11-14-2005 02:35 AM
2006 Xorg problem with Radeon cards? Robert M. Riches Jr. Mandriva Linux 3 10-17-2005 08:39 PM
Anybody used Xen on Mandriva 2006? De Kameel Mandriva Linux 2 10-15-2005 03:09 AM
Mandriva 2006 ISO files ready for Mandriva Club members. Jim Townsend Mandriva Linux 0 10-06-2005 04:40 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90