Mailinglist Archive: radeonhd (622 mails)
| < Previous | Next > |
Re: [radeonhd] Here
- From: "Karel Podvolecky" <karel.podvolecky@xxxxxxxxx>
- Date: Tue, 9 Oct 2007 07:57:39 +0200
- Message-id: <39cf0ef60710082257w7fc7499g440a7a251ff63268@xxxxxxxxxxxxxx>
Hi Sabre,
when I tried 8.41.7 I had problems with uninstalling. I cannot get
accelerated apps to run (even openoffice didn't start). It was caused
by libGL.so.X files. I had to dele them all and after that install
older fglrx drivers.
I have never seen your message, so I don't have any ideas, sorry :(.
Maybe you try to disable SBA (Sideband Addressing) in xorg.conf (it is
one parameter in device section).
Does your dmesg show something went wrong?
Karel
On 10/8/07, Sabre Tooth <s4br3t00th@xxxxxxxxx> wrote:
> Hi Karel,
>
> The message is very brief - "Bus error" and that is what I get for any
> KDE-based application.
>
> Others, e.g. Gimp and Chromium, start fine even if Chromium is not accelerated.
>
> Yes, I tried 8.41.7 but didn't get it to work. I used an Ubuntu HowTo
> but it didn't work in the end.
>
>
> On 10/8/07, Karel Podvolecky <karel.podvolecky@xxxxxxxxx> wrote:
> > Hi Sabre,
> > try to run kde app from terminal and post here the output. And
> > another question: did you try fglrx 8.41.7 driver?
> >
> > k.
> >
> >
> > On 10/8/07, Sabre Tooth <s4br3t00th@xxxxxxxxx> wrote:
> > > False alarm? Well, sort of, I guess.
> > >
> > > I removed kdm, installed gdm and started in Gnome. Then it worked, but
> > > still no KDE-based apps work.
> > >
> > > I don't know how or if radeonhd could have ruined my KDE session
> > > however. A mystery.
> > >
> > >
> > > On 9/29/07, Sabre Tooth <s4br3t00th@xxxxxxxxx> wrote:
> > > > Hi, now not even the vesa drivers work and I cannot start X at all. X
> > > > and kdm tries to start, but the dies in a short flicker and I'm at the
> > > > console login prompt.
> > > >
> > > > The latest xorg.conf and Xorg.0.log can be found (for two weeks) at
> > > >
> > > > http://www.pastebin.ca/719578 and http://www.pastebin.ca/719588
> > > >
> > > > Thanks for any help!
> > > >
> > > > On 9/26/07, Luc Verhaegen <libv@xxxxxxxxx> wrote:
> > > > > On Fri, Sep 21, 2007 at 07:44:23AM +0200, Sabre Tooth wrote:
> > > > > > Here is the xorg.conf and then the Xorg.0.log
> > > > > >
> > > > > > ###########################################
> > > > > > Section "Files"
> > > > > > EndSection
> > > > > >
> > > > > > Section "InputDevice"
> > > > > > Identifier "Generic Keyboard"
> > > > > > Driver "kbd"
> > > > > > Option "CoreKeyboard"
> > > > > > Option "XkbRules" "xorg"
> > > > > > Option "XkbModel" "pc105"
> > > > > > Option "XkbLayout" "se"
> > > > > > EndSection
> > > > > >
> > > > > > Section "InputDevice"
> > > > > > Identifier "Configured Mouse"
> > > > > > Driver "mouse"
> > > > > > Option "CorePointer"
> > > > > > Option "Device" "/dev/input/mice"
> > > > > > Option "Protocol" "ImPS/2"
> > > > > > Option "Emulate3Buttons" "true"
> > > > > > EndSection
> > > > > >
> > > > > > Section "Device"
> > > > > > Identifier "ATI Technologies Inc ATI Default Card"
> > > > > > # Driver "vesa"
> > > > > > # Driver "fglrx"
> > > > > > Driver "radeonhd"
> > > > > > BusID "PCI:1:0:0"
> > > > > > EndSection
> > > > > >
> > > > > > Section "Module"
> > > > > > # Load "dbe"
> > > > > > Load "dri"
> > > > > > Load "glx"
> > > > > > EndSection
> > > > > >
> > > > > > Section "Monitor"
> > > > > > Identifier "DELL P991"
> > > > > > Option "DPMS"
> > > > > > EndSection
> > > > >
> > > > > Please remove this section completely. My code sees that a monitor is
> > > > > set up, but then sees just empty ranges, and my code then fills in those
> > > > > ranges with defaults, which means that you barely get 800x600 set up.
> > > > > >
> > > > > > Section "Screen"
> > > > > > Identifier "Default Screen"
> > > > > > Device "ATI Technologies Inc ATI Default Card"
> > > > > > Monitor "DELL P991"
> > > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > > > > strip this whole line as well
> > > > >
> > > > > > DefaultDepth 24
> > > > > > SubSection "Display"
> > > > > > Modes "1600x1200" "1280x1024" "1024x768" "800x600" "720x400" "640x480"
> > > > > > EndSubSection
> > > > > > EndSection
> > > > > >
> > > > > > Section "ServerLayout"
> > > > > > Identifier "Default Layout"
> > > > > > Screen "Default Screen"
> > > > > > InputDevice "Generic Keyboard"
> > > > > > InputDevice "Configured Mouse"
> > > > > > EndSection
> > > > > >
> > > > > > Section "Extensions"
> > > > > > Option "Composite" "Off"
> > > > > > EndSection
> > > > > >
> > > > > > Section "ServerFlags"
> > > > > > Option "AIGLX" "Off"
> > > > > > EndSection
> > > > > >
> > > > >
> > > > > Unless EDID is missing, or you don't have a special reason for doing so,
> > > > > please don't provide a Monitor section at all. This was the driver will
> > > > > set up a Monitor for each hooked up Connector from edid and it will not
> > > > > depend on a globally configured monitor (which, sadly, is all that can
> > > > > currently be configured through xorg.conf)
> > > > >
> > > > > This doesn't of course fix problems where the panel data is still
> > > > > missing... But even there, removing or at least commenting away
> > > > > configuration should not hurt matters.
> > > > >
> > > > > Luc Verhaegen.
> > > > > SUSE/Novell X Driver Developer.
> > > > > --
> > > > > To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
> > > > > For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
> > > > >
> > > > >
> > > >
> > > --
> > > To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
> > > For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
> > >
> > >
> >
>
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
when I tried 8.41.7 I had problems with uninstalling. I cannot get
accelerated apps to run (even openoffice didn't start). It was caused
by libGL.so.X files. I had to dele them all and after that install
older fglrx drivers.
I have never seen your message, so I don't have any ideas, sorry :(.
Maybe you try to disable SBA (Sideband Addressing) in xorg.conf (it is
one parameter in device section).
Does your dmesg show something went wrong?
Karel
On 10/8/07, Sabre Tooth <s4br3t00th@xxxxxxxxx> wrote:
> Hi Karel,
>
> The message is very brief - "Bus error" and that is what I get for any
> KDE-based application.
>
> Others, e.g. Gimp and Chromium, start fine even if Chromium is not accelerated.
>
> Yes, I tried 8.41.7 but didn't get it to work. I used an Ubuntu HowTo
> but it didn't work in the end.
>
>
> On 10/8/07, Karel Podvolecky <karel.podvolecky@xxxxxxxxx> wrote:
> > Hi Sabre,
> > try to run kde app from terminal and post here the output. And
> > another question: did you try fglrx 8.41.7 driver?
> >
> > k.
> >
> >
> > On 10/8/07, Sabre Tooth <s4br3t00th@xxxxxxxxx> wrote:
> > > False alarm? Well, sort of, I guess.
> > >
> > > I removed kdm, installed gdm and started in Gnome. Then it worked, but
> > > still no KDE-based apps work.
> > >
> > > I don't know how or if radeonhd could have ruined my KDE session
> > > however. A mystery.
> > >
> > >
> > > On 9/29/07, Sabre Tooth <s4br3t00th@xxxxxxxxx> wrote:
> > > > Hi, now not even the vesa drivers work and I cannot start X at all. X
> > > > and kdm tries to start, but the dies in a short flicker and I'm at the
> > > > console login prompt.
> > > >
> > > > The latest xorg.conf and Xorg.0.log can be found (for two weeks) at
> > > >
> > > > http://www.pastebin.ca/719578 and http://www.pastebin.ca/719588
> > > >
> > > > Thanks for any help!
> > > >
> > > > On 9/26/07, Luc Verhaegen <libv@xxxxxxxxx> wrote:
> > > > > On Fri, Sep 21, 2007 at 07:44:23AM +0200, Sabre Tooth wrote:
> > > > > > Here is the xorg.conf and then the Xorg.0.log
> > > > > >
> > > > > > ###########################################
> > > > > > Section "Files"
> > > > > > EndSection
> > > > > >
> > > > > > Section "InputDevice"
> > > > > > Identifier "Generic Keyboard"
> > > > > > Driver "kbd"
> > > > > > Option "CoreKeyboard"
> > > > > > Option "XkbRules" "xorg"
> > > > > > Option "XkbModel" "pc105"
> > > > > > Option "XkbLayout" "se"
> > > > > > EndSection
> > > > > >
> > > > > > Section "InputDevice"
> > > > > > Identifier "Configured Mouse"
> > > > > > Driver "mouse"
> > > > > > Option "CorePointer"
> > > > > > Option "Device" "/dev/input/mice"
> > > > > > Option "Protocol" "ImPS/2"
> > > > > > Option "Emulate3Buttons" "true"
> > > > > > EndSection
> > > > > >
> > > > > > Section "Device"
> > > > > > Identifier "ATI Technologies Inc ATI Default Card"
> > > > > > # Driver "vesa"
> > > > > > # Driver "fglrx"
> > > > > > Driver "radeonhd"
> > > > > > BusID "PCI:1:0:0"
> > > > > > EndSection
> > > > > >
> > > > > > Section "Module"
> > > > > > # Load "dbe"
> > > > > > Load "dri"
> > > > > > Load "glx"
> > > > > > EndSection
> > > > > >
> > > > > > Section "Monitor"
> > > > > > Identifier "DELL P991"
> > > > > > Option "DPMS"
> > > > > > EndSection
> > > > >
> > > > > Please remove this section completely. My code sees that a monitor is
> > > > > set up, but then sees just empty ranges, and my code then fills in those
> > > > > ranges with defaults, which means that you barely get 800x600 set up.
> > > > > >
> > > > > > Section "Screen"
> > > > > > Identifier "Default Screen"
> > > > > > Device "ATI Technologies Inc ATI Default Card"
> > > > > > Monitor "DELL P991"
> > > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > > > > strip this whole line as well
> > > > >
> > > > > > DefaultDepth 24
> > > > > > SubSection "Display"
> > > > > > Modes "1600x1200" "1280x1024" "1024x768" "800x600" "720x400" "640x480"
> > > > > > EndSubSection
> > > > > > EndSection
> > > > > >
> > > > > > Section "ServerLayout"
> > > > > > Identifier "Default Layout"
> > > > > > Screen "Default Screen"
> > > > > > InputDevice "Generic Keyboard"
> > > > > > InputDevice "Configured Mouse"
> > > > > > EndSection
> > > > > >
> > > > > > Section "Extensions"
> > > > > > Option "Composite" "Off"
> > > > > > EndSection
> > > > > >
> > > > > > Section "ServerFlags"
> > > > > > Option "AIGLX" "Off"
> > > > > > EndSection
> > > > > >
> > > > >
> > > > > Unless EDID is missing, or you don't have a special reason for doing so,
> > > > > please don't provide a Monitor section at all. This was the driver will
> > > > > set up a Monitor for each hooked up Connector from edid and it will not
> > > > > depend on a globally configured monitor (which, sadly, is all that can
> > > > > currently be configured through xorg.conf)
> > > > >
> > > > > This doesn't of course fix problems where the panel data is still
> > > > > missing... But even there, removing or at least commenting away
> > > > > configuration should not hurt matters.
> > > > >
> > > > > Luc Verhaegen.
> > > > > SUSE/Novell X Driver Developer.
> > > > > --
> > > > > To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
> > > > > For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
> > > > >
> > > > >
> > > >
> > > --
> > > To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
> > > For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
> > >
> > >
> >
>
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |