LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 07-16-2013, 03:49 PM   #1
hopethishelps
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Rep: Reputation: Disabled
Strange LibreOffice problem on Debian with Xfce


The problem shows up when I try to resize the LibreOffice window from the top edge. It's tough to describe, so I've loaded a video of it onto youtube: http://www.youtube.com/watch?v=nN8b6iU72N0
The video just shows a LibreOffice window being resized. All the details of configuration, versions etc are visible in the LibrOffice document.
I'd appreciate any advice.
 
Old 07-16-2013, 08:19 PM   #2
ukiuki
Senior Member
 
Registered: May 2010
Location: Planet Earth
Distribution: Debian
Posts: 1,030

Rep: Reputation: 385Reputation: 385Reputation: 385Reputation: 385
Which version of Debian is that(7)? Is the libreOffice the only program behaving that way? Do you have the correct video drivers installed? All this info can help us to help you.

Regards
 
Old 07-17-2013, 03:47 AM   #3
gradinaruvasile
Member
 
Registered: Apr 2010
Location: Cluj, Romania
Distribution: Debian Testing
Posts: 731

Rep: Reputation: 158Reputation: 158
Quote:
Originally Posted by hopethishelps View Post
I'd appreciate any advice.
Dont resize from the upper left corner...?

On a serious note, this doesnt happen in Debian Jessy, libreoffice 4.0.3-3 xfce 4.10 with lightdm 1.6.0-3 on an A8-5500 with fglrx 13.6 drivers.

What graphics hardware and drivers do you use?
 
Old 07-18-2013, 06:00 AM   #4
hopethishelps
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ukiuki View Post
Which version of Debian is that(7)? Is the libreOffice the only program behaving that way? Do you have the correct video drivers installed? All this info can help us to help you.

Regards
64-bit Wheezy. LibreOffice is the only program behaving in that way. Video card is Radeon which gets detected as an RV370. At first, I just used the standard Debian repositories, so the firmware didn't get loaded (it's non-free) and the graphics accelerator was therefore disabled. In case it made a difference, I then tried loading the firmware (adding the non-free repository to my sources.list and installing firmware-linux-nonfree), so the R300_cp.bin firmware gets loaded and the GPU is enabled. But this did not change anything visible at all, except the messages in dmesg (below):

Code:
[    5.434286] USB Video Class driver (1.1.1)
[    5.478690] platform radeon_cp.0: firmware: agent loaded radeon/R300_cp.bin into memory
[    5.479055] [drm] radeon: ring at 0x00000000C8001000
[    5.479074] [drm] ring test succeeded in 1 usecs
[    5.479385] [drm] ib test succeeded in 0 usecs
[    5.479519] [drm] Radeon Display Connectors
[    5.479521] [drm] Connector 0:
[    5.479522] [drm]   DVI-I
[    5.479523] [drm]   HPD1
[    5.479524] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[    5.479525] [drm]   Encoders:
[    5.479526] [drm]     CRT1: INTERNAL_DAC1
[    5.479528] [drm]     DFP1: INTERNAL_TMDS1
[    5.479529] [drm] Connector 1:
[    5.479530] [drm]   S-video
[    5.479531] [drm]   Encoders:
[    5.479532] [drm]     TV1: INTERNAL_DAC2
[    5.548786] [drm] fb mappable at 0xE80C0000
[    5.548787] [drm] vram apper at 0xE8000000
[    5.548788] [drm] size 9216000
[    5.548789] [drm] fb depth is 24
[    5.548791] [drm]    pitch is 7680
[    5.548840] fbcon: radeondrmfb (fb0) is primary device
[    5.627738] Console: switching to colour frame buffer device 240x75
[    5.653286] fb0: radeondrmfb frame buffer device
[    5.653287] drm: registered panic notifier
[    5.653298] [drm] Initialized radeon 2.16.0 20080528 for 0000:20:00.0 on minor 0
 
Old 08-08-2013, 11:42 AM   #5
glitchstatic
LQ Newbie
 
Registered: Aug 2013
Posts: 3

Rep: Reputation: Disabled
im having the exact same issue with

ubuntu 12.04,
lightdm 1.2.3
xfce 4.8,
libreoffice 3.5.7.2

did you manage to resolve it?
 
1 members found this post helpful.
Old 08-18-2013, 08:39 AM   #6
hopethishelps
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by glitchstatic View Post
im having the exact same issue with

ubuntu 12.04,
lightdm 1.2.3
xfce 4.8,
libreoffice 3.5.7.2

did you manage to resolve it?
No, I still have the problem. Are you also using the 64-bit version of Ubuntu?
Which graphics card are you using? Somebody suggested that that could have something to do with it.
 
Old 08-18-2013, 09:07 AM   #7
glitchstatic
LQ Newbie
 
Registered: Aug 2013
Posts: 3

Rep: Reputation: Disabled
yes, 64 bit ubuntu...
graphics: Thames XT/GL [Radeon HD 7600M Series]
on a hp pavillion g6
 
1 members found this post helpful.
Old 09-07-2013, 10:21 AM   #8
hopethishelps
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
Solved!

I have solved this on my system by installing the package libreoffice-gtk. Note that libreoffice-gtk3 does not solve the problem (I tried that), it has to be libreoffice-gtk.

So this is a packaging bug in the Debian package. Libreoffice should mark libreoffice-gtk as a dependency, and it does not.
 
2 members found this post helpful.
Old 09-07-2013, 12:13 PM   #9
glitchstatic
LQ Newbie
 
Registered: Aug 2013
Posts: 3

Rep: Reputation: Disabled
thanks very much... i can confirm this works...
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Strange application window properties XFCE Debian sgosnell Linux - Desktop 4 10-24-2011 01:27 PM
Strange Problem in Xfce in latin chars Laodiceans Slackware 0 11-19-2010 07:25 AM
Strange problem when streaming on my Debian pc hashbangbinbash Linux - Newbie 1 01-22-2009 03:55 AM
Strange Synaptic problem in Debian Alvis Debian 1 10-07-2004 11:45 AM
Strange DNS problem (Debian) Torky Linux - Networking 6 06-22-2004 04:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 11:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration