[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-04-20 Thread garferi
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

Today I tried it again. New installation with the latest .ISO from
Ubuntu Hardy Daily Build webpage, I just installed the driver with
restricted modules manager and again was black screen after reboot. It
seems the fglrx driver is bad. I will attach the required files, just
please write down where are these files. Thanks!

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-04-17 Thread garferi
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

I can confirm this problem, but I hve ATi X1950 PRO. I installed the 
xorg-driver-fglrx with restricted drivers manager and after the reboot I get 
black screen, total freeze.
After I removed the package in recovery mode, it worked again.

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-04-17 Thread Saïvann Carignan
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

garferi : Can you reproduce this problem with a clean Hardy beta/RC
installation?

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-03-05 Thread Nemes Ioan Sorin
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

by far, dcherryholmes - is not a FGLRX problem.

is a Compiz Problem. Paths are wrong. So take a look in /usr/bin/compiz
( sudo gedit /usr/lib/compiz )

at first block, You will see :

COMPIZ_BIN_PATH=/usr/local/bin/ # For window decorators and compiz
PLUGIN_PATH=/usr/local/lib/compiz/ 
GLXINFO=/usr/bin/glxinfo
KWIN=/usr/bin/kwin
METACITY=/usr/bin/metacity
COMPIZ_NAME=compiz # Final name for compiz (compiz.real) 

The correct Block must be contain the correct paths ( without word
'local' and in the last row, compiz is compiz.real):

COMPIZ_BIN_PATH=/usr/bin/ # For window decorators and compiz
PLUGIN_PATH=/usr/lib/compiz/ 
GLXINFO=/usr/bin/glxinfo
KWIN=/usr/bin/kwin
METACITY=/usr/bin/metacity
COMPIZ_NAME=compiz.real # Final name for compiz (compiz.real) 

Down there ( somewhere around line 58 ), you must have this block :

# Driver whitelist
WHITELIST=nvidia intel ati radeon i810 fglrx

# blacklist based on the pci ids 
# See http://wiki.compiz-fusion.org/Hardware/Blacklist for details
#T=   1002:5954 1002:5854 1002:5955 # ati rs480
#T=$T 1002:4153 # ATI Rv350
#T=$T 1002:3152 1002:3150 1002:5462 1002:5653  # ati X300 X600,X600 X700
T=
BLACKLIST_PCIIDS=$T
unset T

COMPIZ_OPTIONS=--ignore-desktop-hints --replace
COMPIZ_PLUGINS=
ENV=

If your block is not the same, change with mine.

Now it should work.

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-03-05 Thread dcherryholmes
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

On Wed, Mar 5, 2008 at 3:41 PM, Nemes Ioan Sorin [EMAIL PROTECTED] wrote:
 *** This bug is a duplicate of bug 194963 ***
 https://bugs.launchpad.net/bugs/194963

  by far, dcherryholmes - is not a FGLRX problem.

Thanks for the info, but my problem cleared up with the jockey update
yesterday.

-- 
David Cherryholmes

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-03-04 Thread Timo Aaltonen
Try adding DefaultDepth 24 to the Screen-section.

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-03-04 Thread dcherryholmes
On Tue, Mar 4, 2008 at 8:16 AM, Timo Aaltonen [EMAIL PROTECTED] wrote:
 Try adding DefaultDepth 24 to the Screen-section.

I added that, and now I've got proper resolution.  But fglrxinfo still
says it's using the mesa driver, and core dumps after giving its
output.  Compiz-real crashes, and the 3D effects are grindingly slow
(as I guess you would expect w/ the mesa driver).  Any thoughts?

-- 
David Cherryholmes

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-03-04 Thread Timo Aaltonen
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

dcherryholmes: no, open a new bug and attach your xorg.conf and
Xorg.0.log.

This one is actually fixed already, since the driver manager writes the
DefaultDepth now, but a fix has not been uploaded yet. You just need to
run 'dpkg-reconfigure xserver-xorg' and reenable the driver once it is
in the archive. For now it's probably enough to just add the option, and
remove the section that disables Composite.

** This bug has been marked a duplicate of bug 194963
   fglrx needs to use 24bit mode, and supports composite now

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-03-04 Thread mattikoo
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

[EMAIL PROTECTED]:~$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X700
OpenGL version string: 2.1.7281 Release

Hello :) My mattik-account doesn't work and I started X with root-mode.
I enabled fglrx and I added new user matti, that I can log in as normal
user. Fglrx works :) Thank you!! I like to ask is the error fixed with
Ati Xpress 1150 too? Thank you ubuntu friends :)

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-03-04 Thread dcherryholmes
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

On Tue, Mar 4, 2008 at 8:57 AM, Timo Aaltonen [EMAIL PROTECTED]
wrote:

  dcherryholmes: no, open a new bug and attach your xorg.conf and
  Xorg.0.log.

OK, I will do that next.

  This one is actually fixed already, since the driver manager writes the
  DefaultDepth now, but a fix has not been uploaded yet. You just need to
  run 'dpkg-reconfigure xserver-xorg' and reenable the driver once it is
  in the archive.

dpkg-reconfigure xserver-xorg doesn't give me the option of selecting
a driver anymore.  I had noticed this previously, and assumed it was
part of the new X.  Are you saying I should be getting a step to
select a driver?

  For now it's probably enough to just add the option, and
  remove the section that disables Composite.

I'm sorry, but I don't understand.  I attached my xorg.conf to this
email, so you can see that there is very little in it.

-- 
David Cherryholmes

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-03-04 Thread cyberdork33
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

dpkg-reconfigure -phigh xserver-xorg will automatically pick a driver.
This will create a GOOD base xorg.conf. Then you can use the Driver
Manager to enable the ATI driver. Doing this will modify the xorg.conf.
See the bug report that this is a duplicate of for information on
changes that need to be made to that 'new' xorg.conf to make sure things
work.

The white screen is a different problem though. I am getting that on a
iMac though (ATI X1600), so please share where you file that bug.

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-03-04 Thread Timo Aaltonen
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

Actually, it's the xserver which picks the driver automatically, the
default xorg.conf does not contain any driver in it, but the driver
manager adds it when you enable the restricted driver.

dcherryholmes: so, you need to use the driver manager on your session,
or write the driver to the xorg.conf. Either way should work. Jockey
(the driver manager) will get a command-line interface soon, and then
the restricted driver can easily be enabled from a terminal.

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-03-04 Thread mattikoo
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

Logout works right in Kubuntu. Logout in Gnome showed only background
image. Logout in KDE4 gave black screen and window's upper bar was gray.
But I can now use fglrx and It's really good :)

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-03-04 Thread Sander Jonkers
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

(@Timo:)

It's my experience that 'sudo dpkg-reconfigure xserver-xorg' does not
work for fglrx. I use 'sudo jockey-gtk' instead to (de)activate the
fglrx driver. You need to reboot after changes changes to the driver; a
X-server restart is not enough.

Bug #194963 (specifically https://bugs.launchpad.net/ubuntu/+source
/linux-restricted-modules-2.6.24/+bug/194963/comments/21 ) contains the
patched fglrx.py. There are two patches in it: make X work with fglrx on
Ubuntu 8.04, and don't disable Compiz.

That patched fglrx.py shoud appear via the updates. If you can't wait,
download the patches fglrx.py from the mentioned URL.

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-03-04 Thread dcherryholmes
*** This bug is a duplicate of bug 194963 ***
https://bugs.launchpad.net/bugs/194963

On Tue, Mar 4, 2008 at 9:44 AM, Timo Aaltonen [EMAIL PROTECTED]
wrote:

  dcherryholmes: so, you need to use the driver manager on your session,
  or write the driver to the xorg.conf. Either way should work. Jockey
  (the driver manager) will get a command-line interface soon, and then
  the restricted driver can easily be enabled from a terminal.

So far I've got this, which is progress:

fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X300
OpenGL version string: 2.1.7281 Release

But when I go to enable desktop effects it says the Compiz Extension
is not available.

-- 
David Cherryholmes

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-02-28 Thread mattikoo
Screen errors was solved in #ubuntu. I disabled compiz-real and errors
ended. Only fglrx-driver doesn't work.

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-02-28 Thread joreldraw
Ok here is the result:

01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV530
[Radeon X1600] [1002:71c2]

I check thath the white screen is only fx fail. White screen is screen
blind. Cursors change when i move it, i can make selection and move
windows, but completly blinded.

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-02-28 Thread Saïvann Carignan
joreldraw : Thanks for these informations. You speak here about two
different issue. In launchpad, this is always better to speak about one
bug per bug report. I suggest that you search for a similar bug which
speaks of your white screen and that you subscribe to it, or that you
create a new bug report for that issue if you don't find one already
posted. Thanks again!

** Description changed:

  My Display driver is ATI MOBILITY RADEON X700 and my Laptop was Asustek
  M6VA. I installed Hardy Alpha 4 and all goes good until I enabled fglrx
  -driver and I rebooted. In the first I got black screen and after
  recovery booting I got white screen. I don't find way to replace ati
  -driver.
  
  Also reproduced on : ATI mobility radeon X300
+ 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV530 [Radeon 
X1600] [1002:71c2]
  
  Note : May describe the same issue as bug 188409

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-02-27 Thread joreldraw
Same problem on Gigabyte Ati x1600pro 256

white screen whith the free driver when i activate desktop fx.

If i cheek the private driver when restart i don have screen.

When i return on recovery mode, Ati private are disable.

Ati CAtalyst dont run too.

And other include problem when i recover my screen i can't see it on
screen resolution

** Attachment added: Pantallazo.png
   http://launchpadlibrarian.net/12266830/Pantallazo.png

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188725] Re: [hardy + fglrx]Ati mobility radeon gives a black screen

2008-02-27 Thread Saïvann Carignan
joreldraw : Can you type this on a terminal without the quotes lspci
-nn | grep VGA and copy the resulting graphic card in the description
of the bug? Thanks for your contribution.

-- 
[hardy + fglrx]Ati mobility radeon gives a black screen
https://bugs.launchpad.net/bugs/188725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs