[Bug 1586710] Re: light-locker-settings does not start

2016-07-13 Thread AstroPhysik
Hello,

the patch at #1559735 worked for me at Lubuntu 16.04 32 Bit
regards AP

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1586710

Title:
  light-locker-settings does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker-settings/+bug/1586710/+subscriptions

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


[Bug 1602639] Re: Light Locker preferences wount start

2016-07-13 Thread AstroPhysik
*** This bug is a duplicate of bug 1559735 ***
https://bugs.launchpad.net/bugs/1559735

** This bug has been marked a duplicate of bug 1559735
   light-locker-settings does not start

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1602639

Title:
  Light Locker preferences wount start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker-settings/+bug/1602639/+subscriptions

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


[Bug 1602639] Re: Light Locker preferences wount start

2016-07-13 Thread AstroPhysik
OK,
The Bug was reported at #1559735 by Tim Schaf. The patch worked for me (32 Bit 
Lubuntu 16.04)
But who (or how?) will put the make available for sudo apt-get update?

regards AP

** Also affects: light-locker-settings (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1602639

Title:
  Light Locker preferences wount start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker-settings/+bug/1602639/+subscriptions

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


[Bug 1559735] Re: light-locker-settings does not start

2016-07-13 Thread AstroPhysik
The patch at #3 worked for me today for Lubuntu 16.04 i386 32 Bit.
Who or how will put the patch available for sudo apt-get update?
regards AP

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1559735

Title:
  light-locker-settings does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker-settings/+bug/1559735/+subscriptions

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


[Bug 1602639] Re: Light Locker preferences wount start

2016-07-13 Thread AstroPhysik
** Tags added: ligth-locker

** Description changed:

  Hello,
  
  on a new Lubuntu 16.04 32 Bit with Kernel 4.4.0.28-generic 47
  at Start/Preferences/Light-Locker-settings
  woun't start after clicking on it.
  
  In a terminal trying to start /usr/bin/ligth-locker-settings
  
  a bunch of errors were appearing.
  
+ /usr/bin$ ./light-locker-settings
+ 
+ ** (light-locker-settings.py:6490): WARNING **: Error retrieving 
accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.a11y.Bus was not provided by any .service files
+ 
/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py:29:
 PyGIWarning: Gtk was imported without specifying a version first. Use 
gi.require_version('Gtk', '3.0') before import to ensure that the right version 
gets loaded.
+   from gi.repository import Gtk, GLib, Gio
+ Traceback (most recent call last):
+   File 
"/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py",
 line 697, in 
+ main = LightLockerSettings()
+   File 
"/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py",
 line 98, in __init__
+ self.init_settings()
+   File 
"/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py",
 line 454, in init_settings
+ if self.check_running_process("xfce4-power-manager"):
+   File 
"/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py",
 line 219, in check_running_process
+ for pid in psutil.get_pid_list():
+ AttributeError: 'module' object has no attribute 'get_pid_list'
+ 
+ 
  regards AP

** Description changed:

  Hello,
  
  on a new Lubuntu 16.04 32 Bit with Kernel 4.4.0.28-generic 47
  at Start/Preferences/Light-Locker-settings
  woun't start after clicking on it.
  
  In a terminal trying to start /usr/bin/ligth-locker-settings
  
  a bunch of errors were appearing.
- 
- /usr/bin$ ./light-locker-settings
+ /usr/bin$ ./light-locker-settings 
  
  ** (light-locker-settings.py:6490): WARNING **: Error retrieving 
accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.a11y.Bus was not provided by any .service files
  
/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py:29:
 PyGIWarning: Gtk was imported without specifying a version first. Use 
gi.require_version('Gtk', '3.0') before import to ensure that the right version 
gets loaded.
from gi.repository import Gtk, GLib, Gio
  Traceback (most recent call last):
File 
"/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py",
 line 697, in 
  main = LightLockerSettings()
File 
"/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py",
 line 98, in __init__
  self.init_settings()
File 
"/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py",
 line 454, in init_settings
  if self.check_running_process("xfce4-power-manager"):
File 
"/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py",
 line 219, in check_running_process
  for pid in psutil.get_pid_list():
  AttributeError: 'module' object has no attribute 'get_pid_list'
  
  
  regards AP

** Tags removed: ligth-locker
** Tags added: light-locker package

** Also affects: lubuntu-control-center (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1602639

Title:
  Light Locker preferences wount start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-control-center/+bug/1602639/+subscriptions

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


[Bug 1602639] [NEW] Light Locker preferences wount start

2016-07-13 Thread AstroPhysik
Public bug reported:

Hello,

on a new Lubuntu 16.04 32 Bit with Kernel 4.4.0.28-generic 47
at Start/Preferences/Light-Locker-settings
woun't start after clicking on it.

In a terminal trying to start /usr/bin/ligth-locker-settings

a bunch of errors were appearing.

regards AP

** Affects: lxsession (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1602639

Title:
  Light Locker preferences wount start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxsession/+bug/1602639/+subscriptions

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


[Bug 1575460] Re: Intel video driver not installed by default on Lubuntu 16.04 fresh install

2016-07-11 Thread AstroPhysik
The Lubuntu iso lubuntu-16.04-desktop-i386.iso  from the 24.06.2016 did
contain the bug, on a Acer Aspire 3610 laptop with an INTEL Mobile
915GM/GMS/910GML Express Graphics Controller.

CTRL + ALT + F1 did only last for one second an a tty1-console. Than it
was switching back to the message: /dev/sda1: clean, xxx/xxx files,
xxx/xxx blocks

After a sudo apt-get update and sudo apt-get upgrade, the tty1 console was not 
switching back any more. So i could install the mentoined: sudo apt-get install 
xserver-xorg-video-intel
After a rebbot Lubunte could start into the LXDE Login screen (-:

regards AP

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1575460

Title:
  Intel video driver not installed by default on Lubuntu 16.04 fresh
  install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1575460/+subscriptions

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


[Bug 1376618] [NEW] LightDM Error: (EE) no screens found, after Upgrade from 12.04 to 14.04 (ubuntu 64 Bit) no GUI available

2014-10-02 Thread AstroPhysik
Public bug reported:

Hello,

on 27.09.2014 i did a system upgrade from ubuntu 12.04 (64bit) to ubuntu 
14.04.1. LTS (GNU/Linux 3.13.0-36-generic x86_64)
(A test with the Live DVD 14.04 LTS before the dist-upgrade, was sucessfully.)
After reboot there was no GUI, only the console. After a login, doing nothing 
at this state, after some minutes a white screen appears. Seems to be the 
screensaver.
Trying tharting the GUI with startx there were following errors:

...
...
...
Initialializing...
Initialializing built in extension DRI2
Loading Extension GLX
(EE)
Fatal Server Error:
(EE) no screens found(EE)
(EE)
Please consult the X.Org Foundation Support
(EE) please check the log in file /var/log/Xorg.0.log
(EE)
(EE) Server terminated with error (1). Closing Log File
xinit: giving up
xinit: unable to connect to x server: Connectino refused
xinit: server error

lspci -nnk | grep VGA\|'Kern'\|3D\|Display -A2
says:

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] RV620/M82 [Mobility Radeon HD 3450/3470] [1002:95c4]
 Subsystem: Hewlett-Packard Company Device [103c:3600]
 Kernel driver in use: radeon

xrandr --prop
says:
cannot open Display

regards AstroPhysik

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1376618

Title:
  LightDM Error: (EE) no screens found, after Upgrade from 12.04 to
  14.04 (ubuntu 64 Bit) no GUI available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1376618/+subscriptions

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

[Bug 1376618] Re: LightDM Error: (EE) no screens found, after Upgrade from 12.04 to 14.04 (ubuntu 64 Bit) no GUI available

2014-10-02 Thread AstroPhysik
Here is the log file

** Attachment added: Xorg log file
   
https://bugs.launchpad.net/ubuntu/+bug/1376618/+attachment/4222173/+files/xorg_log_file

** Description changed:

  Hello,
  
  i did on 27.09.2014 a system upgrade from ubuntu 12.04 (64bit) to ubuntu 
14.04.1. LTS (GNU/Linux 3.13.0-36-generic x86_64)
  (A test with the Live DVD 14.04 LTS before the dist-upgrade, was sucessfully.)
- After reboot there was no GUI, only the console. After a login, doing nothing 
at this state, after some minutes a white screen appears. Seems to be the 
screensaver. 
+ After reboot there was no GUI, only the console. After a login, doing nothing 
at this state, after some minutes a white screen appears. Seems to be the 
screensaver.
  Trying tharting the GUI with startx there were following errors:
-   
+ 
  ...
  ...
  ...
  Initialializing...
  Initialializing built in extension DRI2
  Loading Extension GLX
  (EE)
  Fatal Server Error:
  (EE) no screens found(EE)
  (EE)
  Please consult the X.Org Foundation Support
  (EE) please check the log in file /var/log/Xorg.0.log
  (EE)
  (EE) Server terminated with error (1). Closing Log File
  xinit: giving up
  xinit: unable to connect to x server: Connectino refused
  xinit: server error
  
- 
- lspci -nnk | grep VGA\|'Kern'\|3D\|Display -A2 
+ lspci -nnk | grep VGA\|'Kern'\|3D\|Display -A2
  says:
  
  01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] RV620/M82 [Mobility Radeon HD 3450/3470] [1002:95c4]
-   Subsystem: Hewlett-Packard Company Device [103c:3600]
-   Kernel driver in use: radeon
+  Subsystem: Hewlett-Packard Company Device [103c:3600]
+  Kernel driver in use: radeon
  
- 
- xrandr --prop   
- says:   
+ xrandr --prop
+ says:
  cannot open Display
  
  The log file is attached.
  
  regards AstroPhysik
- 
- 
- Xorg Log File_cause of_ (EE) no screens found
- 
- Trying again in a couple of minutes might work.
- 
- (Error ID: OOPS-e6a2c66d050372023c9ea73b574ea962)
- 
-  Trying again in a couple of minutes might work.
- 
- (Error ID: OOPS-807fb83bf4208c422a75a19c3e0ed70d)

** Description changed:

  Hello,
  
  i did on 27.09.2014 a system upgrade from ubuntu 12.04 (64bit) to ubuntu 
14.04.1. LTS (GNU/Linux 3.13.0-36-generic x86_64)
  (A test with the Live DVD 14.04 LTS before the dist-upgrade, was sucessfully.)
  After reboot there was no GUI, only the console. After a login, doing nothing 
at this state, after some minutes a white screen appears. Seems to be the 
screensaver.
  Trying tharting the GUI with startx there were following errors:
  
  ...
  ...
  ...
  Initialializing...
  Initialializing built in extension DRI2
  Loading Extension GLX
  (EE)
  Fatal Server Error:
  (EE) no screens found(EE)
  (EE)
  Please consult the X.Org Foundation Support
  (EE) please check the log in file /var/log/Xorg.0.log
  (EE)
  (EE) Server terminated with error (1). Closing Log File
  xinit: giving up
  xinit: unable to connect to x server: Connectino refused
  xinit: server error
  
  lspci -nnk | grep VGA\|'Kern'\|3D\|Display -A2
  says:
  
  01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] RV620/M82 [Mobility Radeon HD 3450/3470] [1002:95c4]
   Subsystem: Hewlett-Packard Company Device [103c:3600]
   Kernel driver in use: radeon
  
  xrandr --prop
  says:
  cannot open Display
  
- The log file is attached.
  
  regards AstroPhysik

** Description changed:

  Hello,
  
- i did on 27.09.2014 a system upgrade from ubuntu 12.04 (64bit) to ubuntu 
14.04.1. LTS (GNU/Linux 3.13.0-36-generic x86_64)
+ on 27.09.2014 i did a system upgrade from ubuntu 12.04 (64bit) to ubuntu 
14.04.1. LTS (GNU/Linux 3.13.0-36-generic x86_64)
  (A test with the Live DVD 14.04 LTS before the dist-upgrade, was sucessfully.)
  After reboot there was no GUI, only the console. After a login, doing nothing 
at this state, after some minutes a white screen appears. Seems to be the 
screensaver.
  Trying tharting the GUI with startx there were following errors:
  
  ...
  ...
  ...
  Initialializing...
  Initialializing built in extension DRI2
  Loading Extension GLX
  (EE)
  Fatal Server Error:
  (EE) no screens found(EE)
  (EE)
  Please consult the X.Org Foundation Support
  (EE) please check the log in file /var/log/Xorg.0.log
  (EE)
  (EE) Server terminated with error (1). Closing Log File
  xinit: giving up
  xinit: unable to connect to x server: Connectino refused
  xinit: server error
  
  lspci -nnk | grep VGA\|'Kern'\|3D\|Display -A2
  says:
  
  01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] RV620/M82 [Mobility Radeon HD 3450/3470] [1002:95c4]
   Subsystem: Hewlett-Packard Company Device [103c:3600]
   Kernel driver in use: radeon
  
  xrandr --prop
  says:
  cannot open Display
  
- 
  regards AstroPhysik

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs

[Bug 681749] Re: Login Loop after upgrade to 10.04.1 LTS (had a fresh CD 10.04 inst. before)

2010-11-29 Thread AstroPhysik
Hi Fabio,

Here i have the Files..
This is my setup, after i removed gdm and installed wdm.(because in GDM i 
suddenly did not have the failsafe-login option anymore..)  In WDM, there is 
the gray-white debian login-screen, where i can select failsafe and boot into a 
white console, with up down-sliders and the console has a menue: file, 
terminal, edit, view, help 
??This indicates that the xserver is maybe working just a little??

The directory dist upgrade was empty. (Well maybe after a 10.04 CD
install and then installing all new synaptic updates to 10.04.1 LTS,
runs not under the term: dist upgrade ?? )


regards AP.

** Attachment added: contains the wanted log files
   
https://bugs.launchpad.net/ubuntu/+bug/681749/+attachment/1748708/+files/newlog.zip

-- 
Login Loop after upgrade to 10.04.1 LTS (had a fresh CD 10.04 inst. before)
https://bugs.launchpad.net/bugs/681749
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 681749] [NEW] Login Loop after upgrade to 10.04.1 LTS (had a fresh CD 10.04 inst. before)

2010-11-26 Thread AstroPhysik
Public bug reported:

Hello,

I had a perfectly working 10.04 LTS and updated it with synaptic to 10.04.1 LTS 
(around 1st Nov 2010..)
After a day i could not log in to the desktop and it looped again and again to 
the GDM login-screen..
Even a fresh CD install and afterwards doing all the synaptic updates (~350MB) 
leads to thesame login loop...
This can be reproduced every time...

At first i thought this all happens because of the error:
(EE)AIGLX error: dlopen of usr/lib/dri/nouveau_viex_dri.so could not be found 
or opened.
in german:
http://forum.ubuntuusers.de/topic/ee-aiglx-error-ubuntu-is-running-with-low-grap/

But after the fresh 10.04 CD installation, i found out, that the error
was already listed in Xorg.0.conf, but had no effect!

i tried:
sudo adduser, if there maybe is a problem with only one user to log into gdm
swichting back from nVidia -nouveau driver to VESA driver or the failsafe 
driver...nothing worked
even deinstalling gdm and using wdm has no effect. (i maybe can login but than 
there's a white screen which froze, instead of a black screen which occured at 
gdm..)
i had a new 2 TB Harddisk: df says  1%.., so i have enough free space. (some 
posts say that maybe could be a reason for failing to log in)

My techn specs:
Computer: AMD -64bit 3500+ an 1 GB ram, 2TB harddisk..

ubuntu 10.04.1 Kernel: 2.6.32-25-generic #45 ubuntu sat oct 16, 19:48:22 UTC 
2010 - i686)
lspci | grep VGA 
01:00.0 VGA compatible controller: nVidia Corporation NV17 [Geforce4 MX 460] 
(rev a3)

I guess it maybe has to to with one of:
http://packages.ubuntu.com/lucid-updates/
e.g. : xserver, gdm, ? 

If you need further info please tell me!

regards
Astrophysik

PS: see:http://ubuntuforums.org/showthread.php?t=1630552

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Login Loop after upgrade to 10.04.1 LTS (had a fresh CD 10.04 inst. before)
https://bugs.launchpad.net/bugs/681749
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 681749] Re: Login Loop after upgrade to 10.04.1 LTS (had a fresh CD 10.04 inst. before)

2010-11-26 Thread AstroPhysik
Here i have Xorg.0.log files:
1) After the clean new- installation from the CD, which works perfect.
2) After all upggrades from Synaptic
3) After the login Error

regards AP

** Attachment added: Xorg.0.log_3files.zip
   
https://bugs.launchpad.net/ubuntu/+bug/681749/+attachment/1745732/+files/Xorg.0.log_3files.zip

-- 
Login Loop after upgrade to 10.04.1 LTS (had a fresh CD 10.04 inst. before)
https://bugs.launchpad.net/bugs/681749
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 681749] Re: Login Loop after upgrade to 10.04.1 LTS (had a fresh CD 10.04 inst. before)

2010-11-26 Thread AstroPhysik
I guess it maybe has to to with one of:

http://packages.ubuntu.com/lucid-updates/

gdm (2.30.2.is.2.30.0-0ubuntu4)
GNOME Display Manager


http://packages.ubuntu.com/lucid-updates/x11/

xserver-common (2:1.7.6-2ubuntu7.4)
Gemeinsame Dateien, die von verschiedenen X-Servern verwendet werden
xserver-xephyr (2:1.7.6-2ubuntu7.4)
nested X server
xserver-xfbdev (2:1.7.6-2ubuntu7.4) [universe]
Linux framebuffer device tiny X server
xserver-xorg-core (2:1.7.6-2ubuntu7.4)
Xorg X server - core server
xserver-xorg-core-dbg (2:1.7.6-2ubuntu7.4)
Xorg - der X.Org-X-Server (Debugsymbole)
xserver-xorg-dev (2:1.7.6-2ubuntu7.4)
Xorg X server - development files

-- 
Login Loop after upgrade to 10.04.1 LTS (had a fresh CD 10.04 inst. before)
https://bugs.launchpad.net/bugs/681749
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 681749] Re: Login Loop after upgrade to 10.04.1 LTS (had a fresh CD 10.04 inst. before)

2010-11-26 Thread AstroPhysik
Maybe one of these has a side effect,. which leads to the login loop???
regards AP.

https://wiki.ubuntu.com/LucidLynx/ReleaseNotes/ChangeSummary/10.04.1

nvidia-graphics-drivers   580763
Fixed a problem that caused occasional red flashes in XVideo frames (LP: 
#580763).

nvidia-graphics-drivers   540171
Do not install empty directories (GL, CL, cuda) in /usr/share/include (LP: 
#540171).

nvidia-graphics-drivers   573557
Prevent X from crashing with kernel 2.6.32 when 2 or more nvidia cards are 
available (LP: #573557). 


xorg-server   569879
Add 201_dixFreePrivates.patch patch: Patch from upstream to fix double free in 
dixFreePrivates to prevent crash on logout in KDE (LP: #569879)

xorg-server   563100
Add 124_make_xinerama_use_signed_coordinates.patch: Patch from upstream to make 
sure that coordinates are signed in xinerama. This is necessary as coordinates 
can be negative when dealing with screens above or to the left of the main 
screen (LP: #563100).

xorg-server   539772
Add 123_exa_sys_ptr_nullpointer_check.patch: Patch from upstream to verify a 
pointer is not NULL before dereferencing it. Fixes X segfault in miCopyRegion 
which occurs while using firefox (e.g. typing into fields in AOL). Issue found 
by Jerry Lamos. (LP: #539772)

xorg-server   553647
Add 19-exa-handle-pixmap-create-destroy-in-lower-layers.diff: Patch from Debian 
to fix X segfault on mouse click in xfig, when pixmaps are created in the 
course of software fallbacks. (LP: #553647)

xorg-server   589811
debian/rules: Don't reference the package uploader for support; instead point 
users to the standard Ubuntu support page. (LP: #589811)

xorg-server  548891
debian/local/64-xorg-xkb.rules: Ignore XKBMODEL==SKIP and XKBVARIANT==U.S. 
English, which happen to get into /etc/default/console-setup in some cases 
like the VMWare automatic installer. (LP: #548891)

xorg-server   519049
Update 122_xext_fix_card32_overflow_in_xauth.patch to most recent version on 
patchwork tracker. This one actually fixes the crash with xauth generate (LP: 
#519049) 


gdm  603097
updated to the current git version to fix escaping issues in the language 
selector list due the previous change (lp: #603097)

gdm  403441
git change to fix a crasher (lp: #403441)

gdm  499690
git change to fix escaping issues leading to crashes (lp: #499690), or to 
having incorrect usernames displayed (lp: #585128)

gdm   585128
git change to fix escaping issues leading to crashes (lp: #499690), or to 
having incorrect usernames displayed (lp: #585128)

gdm   542345
debian/patches/30_don_t_save_failsafe_session.patch: (LP: #542345)

-- 
Login Loop after upgrade to 10.04.1 LTS (had a fresh CD 10.04 inst. before)
https://bugs.launchpad.net/bugs/681749
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 537721] Re: AIGLX: reverting to software rendering - AIGLX: Screen 0 is not DRI capable

2010-11-08 Thread AstroPhysik
Hi,

At the 2.Nov.2010 i did the common update at synaptic and it killed my xserver.
(EE)AIGLX error: dlopen of usr/lib/dri/nouveau_viuex_dri.so could not be found 
or opened.

Before that i suddenly could in GDM not log in any more, it had an 
endless-loop, and jumped always back, after clicking my user..
the next day i had the (EE)AIGLX error:   and the xserver died..  and i had in  

.xsession-errors:
.: 34: Can't open /home/user/.profile

I found out, that on an old 10 GB hardisk (which i had installed some
month ago), there was the AIGLX error too! but without the xserver
problem i have now.

regards Astrophysik

___
full story only in in german:
http://forum.ubuntuusers.de/topic/ee-aiglx-error-ubuntu-is-running-with-low-grap/

-- 
AIGLX: reverting to software rendering - AIGLX: Screen 0 is not DRI capable
https://bugs.launchpad.net/bugs/537721
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 537721] Re: AIGLX: reverting to software rendering - AIGLX: Screen 0 is not DRI capable

2010-11-08 Thread AstroPhysik

** Attachment added: Xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/537721/+attachment/1727235/+files/Xorg.0.log

-- 
AIGLX: reverting to software rendering - AIGLX: Screen 0 is not DRI capable
https://bugs.launchpad.net/bugs/537721
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 537721] Re: AIGLX: reverting to software rendering - AIGLX: Screen 0 is not DRI capable

2010-11-08 Thread AstroPhysik
After these packets i got the error on lucid  10.04.1 -32Bit  with the
kernels:

2.6.32.25-generic
2.6.32.24-generic
2.6.32.21-generic

vg. AP

** Attachment added: The packets i had installed that day
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/537721/+attachment/1727238/+files/dpkg_installed_at%202.11.logs

-- 
AIGLX: reverting to software rendering - AIGLX: Screen 0 is not DRI capable
https://bugs.launchpad.net/bugs/537721
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 448528] Re: When volume = 15% the speakers/headphones are mute

2010-07-21 Thread AstroPhysik
Hi,
i'm having trouble with this or a similar bug in ubuntu Jaunty 9.04 AMD-64Bit
The Volume is at 70% very silent, between 90 -100% Mixer range, i can 'adjust' 
the volume.. from a bit to maximum
(Ubuntu 8.04, 32-bit was no problem.)
Before i had no sound, but this helped.
https://help.ubuntu.com/community/SoundTroubleshooting#Having%20sound%20issues%20with%20HP%20dvx%20laptop
it turned the no problem sound in nonlinear sound adjustment problem (-;


in case developers need more info, just mail me.

Lautstärkeregler für das GNOME-Panel.
Verwendet GStreamer 0.10.
© 2004 Ronald Bultje
alsactl -v
alsactl version 1.0.18

uname -r
2.6.28-19-generic


greetz
Astrophyisk

long descritption in German:
http://forum.ubuntuusers.de/topic/mixer-lautstaerke-reagiert-nichtlinear-alsa-h/

-- 
When volume = 15% the speakers/headphones are mute
https://bugs.launchpad.net/bugs/448528
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