LXPanel problem after LXDE Re-Login

Compiz, KDE, Gnome, Fluxbox, etc...

Moderator: Moderators

LXPanel problem after LXDE Re-Login

Postby elvis » Sun Sep 23, 2012 17:55

When I enter for the 1st time in LXDE, my LXPanel is ok and looks like the following pic:
Image

But if I logout and then I re-login in LXDE, LXPanel has a very bad aspect:
Image

A simple lxpanelctl restart is a good fix for the problem, but I'd like an automatic solution.
I've tried to add the previous command to the /etc/lxdm/PostLogin script, but without success.

Suggestions?
Sabayon Linux LXDE 64 bit @ Lenovo ThinkPad Edge E130
elvis
Simple Hen
 
Posts: 68
Joined: Sun Aug 26, 2012 22:34
Location: Italy

Re: LXPanel problem after LXDE Re-Login

Postby wolfden » Tue Sep 25, 2012 7:19

what does the .xsession-errors log file say?
User avatar
wolfden
Sharecropper
 
Posts: 8822
Joined: Sat Jan 14, 2006 0:55
Location: Midwest USA

Re: LXPanel problem after LXDE Re-Login

Postby elvis » Tue Sep 25, 2012 13:29

wolfden wrote:what does the .xsession-errors log file say?

~/.xession-errors :
Code: Select all
...
lxpanel : X error: BadMatch (invalid parameter attributes)
** Message: applet now removed from the notification area
lxpanel : X error: BadGC (invalid GC parameter)
lxpanel : X error: BadGC (invalid GC parameter)
lxpanel : X error: BadGC (invalid GC parameter)
lxpanel : X error: BadGC (invalid GC parameter)
** Message: applet now embedded in the notification area
/usr/lib/python2.7/site-packages/blueman/plugins/AppletPlugin.py:25: GtkWarning: Impossibile trovare il motore del tema in module_path: «murrine»,
  ictheme = gtk.icon_theme_get_default()
lxpanel : X error: BadGC (invalid GC parameter)
lxpanel : X error: BadGC (invalid GC parameter)
lxpanel : X error: BadGC (invalid GC parameter)
lxpanel : X error: BadGC (invalid GC parameter)
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/blueman/plugins/AppletPlugin.py", line 105, in _load
    self.on_load(applet)
  File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/PulseAudio.py", line 116, in on_load
    raise Exception("PulseAudio too old, required 0.9.15 or higher")
Exception: PulseAudio too old, required 0.9.15 or higher
lxpanel : X error: BadGC (invalid GC parameter)
lxpanel : X error: BadGC (invalid GC parameter)
...
Sabayon Linux LXDE 64 bit @ Lenovo ThinkPad Edge E130
elvis
Simple Hen
 
Posts: 68
Joined: Sun Aug 26, 2012 22:34
Location: Italy

Re: LXPanel problem after LXDE Re-Login

Postby wolfden » Wed Sep 26, 2012 9:57

hmmmmm

which video card do you have? what video drivers are you using? maybe try reinstalling them?
User avatar
wolfden
Sharecropper
 
Posts: 8822
Joined: Sat Jan 14, 2006 0:55
Location: Midwest USA

Re: LXPanel problem after LXDE Re-Login

Postby elvis » Wed Sep 26, 2012 17:37

wolfden wrote:hmmmmm

which video card do you have? what video drivers are you using? maybe try reinstalling them?

I have a netbook with an integrated Intel GMA 3150. I have the default Intel drivers.
In particular:

Code: Select all
sabayon-netbook elvis # hwinfo --gfxcard
09: PCI 02.0: 0300 VGA compatible controller (VGA)             
  [Created at pci.319]
  Unique ID: _Znp.vDnZE5FJbA5
  SysFS ID: /devices/pci0000:00/0000:00:02.0
  SysFS BusID: 0000:00:02.0
  Hardware Class: graphics card
  Model: "Intel Pineview Integrated Graphics Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa011 "Pineview Integrated Graphics Controller"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x0349
  Revision: 0x02
  Driver: "i915"
  Driver Modules: "drm"
  Memory Range: 0x58180000-0x581fffff (rw,non-prefetchable)
  I/O Ports: 0x60c0-0x60c7 (rw)
  Memory Range: 0x40000000-0x4fffffff (ro,non-prefetchable)
  Memory Range: 0x58000000-0x580fffff (rw,non-prefetchable)
  IRQ: 42 (164 events)
  I/O Ports: 0x3c0-0x3df (rw)
  Module Alias: "pci:v00008086d0000A011sv00001025sd00000349bc03sc00i00"
  Config Status: cfg=new, avail=yes, need=no, active=unknown

10: PCI 02.1: 0380 Display controller
  [Created at pci.319]
  Unique ID: ruGf.Qg8C8xXzsnA
  SysFS ID: /devices/pci0000:00/0000:00:02.1
  SysFS BusID: 0000:00:02.1
  Hardware Class: graphics card
  Model: "Intel Pineview Integrated Graphics Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa012 "Pineview Integrated Graphics Controller"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x0349
  Revision: 0x02
  Memory Range: 0x58100000-0x5817ffff (rw,non-prefetchable)
  Module Alias: "pci:v00008086d0000A012sv00001025sd00000349bc03sc80i00"
  Config Status: cfg=new, avail=yes, need=no, active=unknown

Primary display adapter: #9


I have not experience with installing/reinstalling Intel drivers, because I have always found them already installed in all my previous distros. How to reinstall them in the safest way?
Sabayon Linux LXDE 64 bit @ Lenovo ThinkPad Edge E130
elvis
Simple Hen
 
Posts: 68
Joined: Sun Aug 26, 2012 22:34
Location: Italy

Re: LXPanel problem after LXDE Re-Login

Postby wolfden » Fri Sep 28, 2012 5:35

should be package:
x11-drivers/xf86-video-intel
User avatar
wolfden
Sharecropper
 
Posts: 8822
Joined: Sat Jan 14, 2006 0:55
Location: Midwest USA

Re: LXPanel problem after LXDE Re-Login

Postby elvis » Sat Sep 29, 2012 22:39

Yes, I have this one whitin the installed packages.

Basically I have to do the following steps?

-> # equo remove x11-drivers/xf86-video-intel
-> # equo install --ask x11-drivers/xf86-video-intel
-> reboot system

An alternative could be trying to reinstall LXPanel instead of video drivers?
Sabayon Linux LXDE 64 bit @ Lenovo ThinkPad Edge E130
elvis
Simple Hen
 
Posts: 68
Joined: Sun Aug 26, 2012 22:34
Location: Italy

Re: LXPanel problem after LXDE Re-Login

Postby wolfden » Sun Sep 30, 2012 6:16

no need to remove
User avatar
wolfden
Sharecropper
 
Posts: 8822
Joined: Sat Jan 14, 2006 0:55
Location: Midwest USA

Re: LXPanel problem after LXDE Re-Login

Postby elvis » Sun Sep 30, 2012 18:24

Unfortunately problem persists after reinstalling drivers too.

Should I try to reinstall LXPanel itself?
Sabayon Linux LXDE 64 bit @ Lenovo ThinkPad Edge E130
elvis
Simple Hen
 
Posts: 68
Joined: Sun Aug 26, 2012 22:34
Location: Italy

Re: LXPanel problem after LXDE Re-Login

Postby wolfden » Mon Oct 01, 2012 7:21

Can't hurt

X error: BadGC << usually points to video driver tho
User avatar
wolfden
Sharecropper
 
Posts: 8822
Joined: Sat Jan 14, 2006 0:55
Location: Midwest USA

Next

Return to 3D Desktops and Window Managers

Who is online

Users browsing this forum: No registered users and 0 guests