[Ubuntu-x-swat] [Bug 371296] Re: [R420] system freezes when starting openoffice writer

2009-08-02 Thread Wilbert Volkers
Thanks for the info! Now i was trying to get TV-out working with my ATI
X800 videocard, this was another bad idea. It also has a TV tuner which
i might try to get to work in an optimistic mood. So i decided to get me
an old Gforce 6200 (NVIDIA) for a few bucks. That fixes most problems.

-- 
[R420] system freezes when starting openoffice writer
https://bugs.launchpad.net/bugs/371296
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xserver-xorg-driver-ati.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 371296] Re: [R420] system freezes when starting openoffice writer

2009-07-11 Thread Wilbert Volkers
Thank you for the tips, these did not work for me unfortunately.
However, for now it seems to work when i add the following in xorg.conf
:

Section "Device" 
Option "AGPMode" "4"
...

I followed tips mentioned on this page:
   https://wiki.ubuntu.com/X/Quirks 

You can try values like 8 4 and 2, I have this problem when i use 8.
Lower values should result in lower performance but using glxgears i
dont see much difference.

Let us know if this works for you.

-- 
[R420] system freezes when starting openoffice writer
https://bugs.launchpad.net/bugs/371296
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 371296] Re: [R420] system freezes when starting openoffice writer

2009-07-03 Thread Wilbert Volkers
Is there a way to prevent openoffice using video hardware acceleration?

-- 
[R420] system freezes when starting openoffice writer
https://bugs.launchpad.net/bugs/371296
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 371296] Re: [R420] system freezes when starting openoffice writer

2009-05-23 Thread Wilbert Volkers
i added  Option "NoAccel" "true" to the Device section in xorg.conf and
use the attached script to toggle it when i need oowriter.

/etc/X11/Xorg.conf :
  ...
  Section "Device"
...
Option "NoAccel" "true"
...
  EndSection
  ...


** Attachment added: "xorg-toggle-noaccel.sh"
   http://launchpadlibrarian.net/27080180/xorg-toggle-noaccel.sh

-- 
[R420] system freezes when starting openoffice writer
https://bugs.launchpad.net/bugs/371296
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 371296] Re: system freezes when starting openoffice writer

2009-05-09 Thread Wilbert Volkers
** Description changed:

  Binary package hint: openoffice.org
  
  Linux wilbert-desktop 2.6.27-11-generic #1 SMP Wed Apr 1 20:57:48 UTC 2009 
i686 GNU/Linux
  openoffice.org 1:3.0.1-9ubuntu3(jaunty)
  
  After upgrading from ubuntu 8.10 to 9.4, starting openoffice writer will
  freeze the system, the mouse will still move but stutters. Music will
  keep playing but stutters. Nothing will work but a hard reset.
  
  The following item seems related but didn't help me:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/319700
  
- The system will also hang with:
+ The system will freeze with other actions in ooffice tools, for example:
openoffice calc -> Tools -> Options -> OpenOffice.org -> Java-> parameters
  
- i edited xorg.conf:
- Section "Device"
-   Driver "vesa" # changed from value "ati" to "vesa"
-   ...
+ Opening a fileof  RTF type will show the contents, doing anything will cause 
the freeze
+ Opening ODT will show an empty oowriter screen and freeze immediately
  
- After this change restarted x windows and open office writer worked
- perfectly. There are no related problems in any of the other tools i
- use, but all of the openoffice.org tools seem to freeze x windows at
- some point.
+ Editing section "Device" in xorg.conf prevents the freeze when using
+ Driver "vesa" in stead of "ati" or add Option "NoAccel" "true".
  
  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  Package: openoffice.org 1:3.0.1-9ubuntu3
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: openoffice.org
  Uname: Linux 2.6.27-11-generic i686

-- 
system freezes when starting openoffice writer
https://bugs.launchpad.net/bugs/371296
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 371296] Re: system freezes when starting openoffice writer

2009-05-08 Thread Wilbert Volkers
Hi thanks for the try. I tried compiz off previously - no difference,
xorg.conf is already there (2009-05-05), device section looks now like:

  Section "Device"
Identifier  "Configured Video Device"
Driver  "ati"
BusID   "PCI:1:0:0"
Option "NoAccel" "true"
  EndSection

oowriter works with this setting. We know a bit more now. I added lspci-
vvnn.log


** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/26477970/lspci-vvnn.log

-- 
system freezes when starting openoffice writer
https://bugs.launchpad.net/bugs/371296
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 371296] Re: system freezes when starting openoffice writer

2009-05-07 Thread Wilbert Volkers
Martin Olsson, i meant to say YES, you are right. It should be
parameters, i updated the description -  my mistake.

** Description changed:

  Binary package hint: openoffice.org
  
  Linux wilbert-desktop 2.6.27-11-generic #1 SMP Wed Apr 1 20:57:48 UTC 2009 
i686 GNU/Linux
  openoffice.org 1:3.0.1-9ubuntu3(jaunty)
  
- After upgrading from ubuntu 8.10 to 9.4, opening openoffice writer will
- freeze the system, Only the frame of writer will show, the mouse will
- still move but stutters. Music will keep playing but stutters. Nothing
- will work but a hard reset.
+ After upgrading from ubuntu 8.10 to 9.4, starting openoffice writer will
+ freeze the system, the mouse will still move but stutters. Music will
+ keep playing but stutters. Nothing will work but a hard reset.
  
  The following item seems related but didn't help me:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/319700
  
  The system will also hang with:
-   openoffice calc -> Tools -> Options -> OpenOffice.org -> Java-> properties
+   openoffice calc -> Tools -> Options -> OpenOffice.org -> Java-> parameters
+ 
+ i edited xorg.conf:
+ Section "Device"
+   Driver "vesa" # changed from value "ati" to "vesa"
+   ...
+ 
+ After this change restarted x windows and open office writer worked
+ perfectly. There are no related problems in any of the other tools i
+ use, but all of the openoffice.org tools seem to freeze x windows at
+ some point.
  
  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  Package: openoffice.org 1:3.0.1-9ubuntu3
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: openoffice.org
  Uname: Linux 2.6.27-11-generic i686

-- 
system freezes when starting openoffice writer
https://bugs.launchpad.net/bugs/371296
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp