[Bug 420564] Re: importing snippets does not work unless .gnome2/gedit/snippets is already existing

2009-11-23 Thread Olivier Dony (OpenERP)
Confirmed on Ubuntu 9.04 with gedit 2.26.1, similar traceback below,
same workaround:

Traceback (most recent call last):
  File "/usr/lib/gedit-2/plugins/snippets/Manager.py", line 803, in 
on_import_response
self.import_snippets(f)
  File "/usr/lib/gedit-2/plugins/snippets/Manager.py", line 782, in 
import_snippets
error = importer.run()
  File "/usr/lib/gedit-2/plugins/snippets/Importer.py", line 97, in run
return v()
  File "/usr/lib/gedit-2/plugins/snippets/Importer.py", line 73, in import_targz
self.import_archive('tar -x --gzip -f')
  File "/usr/lib/gedit-2/plugins/snippets/Importer.py", line 61, in 
import_archive
if self.import_file(f):
  File "/usr/lib/gedit-2/plugins/snippets/Importer.py", line 38, in import_file
shutil.copy(filename, dest)
  File "/usr/lib/python2.6/shutil.py", line 88, in copy
copyfile(src, dst)
  File "/usr/lib/python2.6/shutil.py", line 53, in copyfile
fdst = open(dst, 'wb')
IOError: [Errno 2] Aucun fichier ou dossier de ce type: 
'/home/olivier/.gnome2/gedit/snippets/python.xml'

-- 
importing snippets does not work unless .gnome2/gedit/snippets is already 
existing
https://bugs.launchpad.net/bugs/420564
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 196058] Re: Thunderbird starts in a full-screen mode and cannot be restored

2013-09-10 Thread Olivier Dony (OpenERP)
Very nice analysis of this bug here too:
https://bitbucket.org/mathematicalcoffee/maximus-gnome-shell-
extension/issue/6/thunderbird-appears-maximised-undecorated

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

Title:
  Thunderbird starts in a full-screen mode and cannot be restored

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

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


[Bug 487442] Re: Missing support for RTL languages in RML-based reports

2010-12-17 Thread Olivier Dony (OpenERP)
The patch of reportlab's lib based on fribidi is too unclean to be
applied at this stage for v6.0, but the good news is that the other part
of the patch with the font substitution in OpenERP (coming from
base_report_unicode) has been applied on trunk and will be built-in in
v6.

For the rest I will mark this item as wishlist and we will schedule it
for v6.1, as this will require a more careful implementation and
extensive testing...

Fortunately people that need it in the mean time can now refer to this
bug to find the workaround to implement it in their system. I also
updated the wiki page mentioned in the blog post, to link to the current
bug:
http://openobject.com/wiki/index.php/Developers:Developper's_Book/Reports/ReportsUnicode

Thanks!

** Changed in: openobject-server
   Importance: Medium => Wishlist

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

Title:
  Missing support for RTL languages in RML-based reports

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


[Bug 1231305] Re: Unable to adjust screen brightness with Intel Haswell-ULT Integrated Graphics Controller [8086:0a26]

2013-11-14 Thread Olivier Dony (OpenERP)
For the record, adding acpi_osi=\"!Windows 2012\" to grub command-line
fixes the same problem on my HP ProBook 430 G1 with similar but slightly
different VGA chipset (Intel Corporation Haswell-ULT Integrated Graphics
Controller [8086:0a16]). Haven't tried the deb provided by Anthony in
comment #31, but I don't suppose they would work, as the fix in
blacklist.c seems to be vendor/product specific.

Could this be a more generic Haswell issue?

Attaching dmidecode and lspcpi on my HP 430 G1 system.

** Attachment added: "dmidecode.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1231305/+attachment/3909206/+files/dmidecode.log

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

Title:
  Unable to adjust screen brightness with Intel Haswell-ULT Integrated
  Graphics Controller [8086:0a26]

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

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


[Bug 1231305] Re: Unable to adjust screen brightness with Intel Haswell-ULT Integrated Graphics Controller [8086:0a26]

2013-11-14 Thread Olivier Dony (OpenERP)
** Attachment added: "lspci.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1231305/+attachment/3909207/+files/lspci.log

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

Title:
  Unable to adjust screen brightness with Intel Haswell-ULT Integrated
  Graphics Controller [8086:0a26]

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

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


[Bug 975478] Re: Server does not use any supported authentication method

2012-12-17 Thread Olivier Dony (OpenERP)
FWIW, it seems that Cyrus SASL used by pidgin's libpurple is simply failing 
with error -1 SASL_FAIL, which is a generic failure.
Starting pidgin in debug mode (pidgin -d) doesn't reveal anything.

This thread on the pidgin support list caught my attention:
http://pidgin.10357.n7.nabble.com/XMPP-Server-does-not-use-any-
supported-authentication-method-td78689.html

One of the things that are suggested it to check /etc/hostname and
/etc/hosts, and to make sure that the hostname is actually present in
/etc/hosts on the 127.0.0.1 line. I checked and indeed it was not the
case, for some obscure reason. Adding it certainly fixed the issue in
pidgin.

If that does not work for you, the thread also gives pointers to start
debugging libsasl and find out where it's failing exactly.

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

Title:
  Server does not use any supported authentication method

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

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


[Bug 487442] Re: Missing support for RTL languages in RML-based reports

2012-06-21 Thread Olivier Dony (OpenERP)
** Changed in: openobject-server
Milestone: 6.0-rc2 => None

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

Title:
  Missing support for RTL languages in RML-based reports

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/487442/+subscriptions

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



[Bug 511347] Re: set up script copies files to site-packages folder even under Python 2.6

2012-02-07 Thread Olivier Dony (OpenERP)
The setup.py script has been fixed a while ago for 6.1, should be fixed
now.

** Changed in: openobject-server
 Assignee: Stephane Wirtel (OpenERP) (stephane-openerp) => (unassigned)

** Changed in: openobject-server
   Status: Confirmed => Fix Released

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

Title:
  set up script copies files to site-packages folder even under Python
  2.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/511347/+subscriptions

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


[Bug 731902] Re: maximum recursion depth exceeded while calling a Python object

2011-07-14 Thread Olivier Dony (OpenERP)
(Closing this bug for cleanup)

** Changed in: openobject-server
   Status: New => Invalid

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

Title:
  maximum recursion depth exceeded while calling a Python object

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/731902/+subscriptions

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


[Bug 673868] Re: Short-cuts (low pane) are not translated as with menu

2010-11-22 Thread Olivier Dony (OpenERP)
Hello Phong,

This is in fact not a bug, the shortcut label is copied from the name of
the menu when you create the shortcut, it is not meant to be dynamically
translated. The user should switch to the desired language before
creating the shortcuts - this should not be a major annoyance.

Thank you for reporting this, we may consider introducing this change in
a future release.

** Changed in: openobject-server
   Importance: Low => Undecided

** Changed in: openobject-server
   Status: Confirmed => Invalid

** Changed in: openobject-server
 Assignee: OpenERP's Framework R&D (openerp-dev-framework) => (unassigned)

-- 
Short-cuts (low pane) are not translated as with menu
https://bugs.launchpad.net/bugs/673868
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 487442] Re: RTL's Support

2010-11-23 Thread Olivier Dony (OpenERP)
Thanks a lot for the mirror link, bondok!

** Changed in: openobject-server
   Importance: Undecided => Medium

** Changed in: openobject-server
   Status: Incomplete => Confirmed

** Changed in: openobject-server
Milestone: None => 6.0-rc2

** Changed in: openobject-server
 Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

** Summary changed:

- RTL's Support
+ Missing support for RTL languages in RML-based reports

-- 
Missing support for RTL languages in RML-based reports
https://bugs.launchpad.net/bugs/487442
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 511347] Re: set up script copies files to site-packages folder even under Python 2.6

2010-12-16 Thread Olivier Dony (OpenERP)
** Changed in: openobject-server
   Importance: Undecided => Medium

** Changed in: openobject-server
   Status: New => Confirmed

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

Title:
  set up script copies files to site-packages folder even under Python 2.6

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


[Bug 773734] Re: [Natty] spurious eDP1 display detected as permanently connected, on i915

2011-05-03 Thread Olivier Dony (OpenERP)
Bryce,  thanks for the feedback.
In case it helps, I am attaching the result of "dmesg | grep drm" after booting 
the same machine with drm.debug=0x04.

Any hints as to what I can try to narrow down the problem or solve it
would be very much appreciated, I'm in the dark ;-)

** Attachment added: "dmesg|grep drm (with drm.debug=0x04)"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/773734/+attachment/2108625/+files/dmesg_drm_debug.log

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

Title:
  [Natty] spurious eDP1 display detected as permanently connected, on
  i915

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


[Bug 773734] Re: [Natty] spurious eDP1 display detected as permanently connected, on i915

2011-05-03 Thread Olivier Dony (OpenERP)
I tried to boot some other kernels, and got mixed results:

- 2.6.39-997-generic_amd64 [latest one from drm-intel-next from kernel-ppa]
  -> black screen on boot, fan spinning up and lots of disk activity, but 
doesn't seem to boot

- 2.6.36-020636-generic_amd64 [an older one from 10.10, from the kernel-ppa]
  -> initally black screen, flickers, shows log messages for a second, then 
black forever (but actually boots, can hear login prompt sound)

- 2.6.35-28-generic_amd64 (2.6.35-28.50) [a previous one found on my system]
 -> boots fine, and eDP1 is gone from xrandr (yay!), but unstable, no network, 
various errors in syslog (e.g CPU power or thermal limit exceeded, etc.)

So, I'm back to 2.6.38-8-generic, but it seems more and more unstable wrt intel 
drm. I often get video freezes when plugging in VGA or changing modes with 
xrandr, with this in syslog: "BUG: unable to handle kernel NULL pointer 
dereference".
In case it helps, I'm attaching an extract from syslog with a few of these, 
including trace, but I suppose this might be a different bug?

** Attachment added: "freeze trace syslog extract"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/773734/+attachment/2109104/+files/intel_drm_freeze_trace.log

** Summary changed:

- [Natty] spurious eDP1 display detected as permanently connected, on i915
+ [Natty] [i915] spurious eDP1 display detected as permanently connected (HP 
ProBook 5320m)

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

Title:
  [Natty] [i915] spurious eDP1 display detected as permanently connected
  (HP ProBook 5320m)

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


[Bug 773734] Re: [Natty] [i915] spurious eDP1 display detected as permanently connected (HP ProBook 5320m)

2011-05-12 Thread Olivier Dony (OpenERP)
Replying to myself again... I found one way to get "usable" dual screen
in Natty:

1.- Boot normally without disabling eDP1 (i.e. forget about comment #8)
2.- Login using the Gnome Classic interface (yes apparently Unity is causing 
some problems here)
3.- Manually disable the eDP1 output, e.g. with xrandr, and only enable the 
LVDS and VGA output. This line works for me:
$ xrandr --output eDP1 --off --output --LVDS1 --mode 1366x768 --output VGA1 
--mode 1680x1050 --primary
4.- Yay, both screens work at the same time at their max resolutions!

This indicates that there is probably more than one bug at play here,
and the fact that Unity and Gnome-shell have different results could be
related to bug 661450, or more specifically to bug 726892, which is a
duplicate of it.

Hope this will help those looking for a solution...

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

Title:
  [Natty] [i915] spurious eDP1 display detected as permanently connected
  (HP ProBook 5320m)

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


[Bug 773734] Re: [Natty] [i915] spurious eDP1 display detected as permanently connected (HP ProBook 5320m)

2011-05-16 Thread Olivier Dony (OpenERP)
@lightweight: thanks a lot for your detailed feedback, I installed the
same 2.6.39-rc4 kernel version you mentioned, and this annoying eDP1
output is gone too! Great! As a bonus it almost makes unity usable
again.

Looking at the changelog of the 2.6.39 rc kernels, it looks like this bug 
report is fixed upstream by https://bugzilla.kernel.org/show_bug.cgi?id=24822 
which was merged in 2.6.39-rc1 (commit 
48898b038b69ef4801f0e059026c8f6920684677, see 
http://www.kernel.org/pub/linux/kernel/v2.6/testing/ChangeLog-2.6.39-rc1)
Therefore any working 2.6.39-rc1 kernel or later should fix the problem. Great!

I'm marking the bug as Fix Committed, not sure if it can be Fix Released
yet?

** Bug watch added: Linux Kernel Bug Tracker #24822
   http://bugzilla.kernel.org/show_bug.cgi?id=24822

** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  [Natty] [i915] spurious eDP1 display detected as permanently connected
  (HP ProBook 5320m)

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


Re: [Bug 773734] Re: [Natty] [i915] spurious eDP1 display detected as permanently connected (HP ProBook 5320m)

2011-05-17 Thread Olivier Dony (OpenERP)
On 05/16/2011 10:53 PM, zonky wrote:
> Hi, installing the 2.6.39-rc4 kernel did fix the video issue, but i got
> some weird screen problems with an additonal montior, which may be
> unrelated to this bug.

I don't have more weird screen problems here, but I'm still using Ubuntu
Classic, rather than Unity. My guess would be that these are unrelated
indeed.

Also noteworthy: I'm experiencing less screen issues when waking from
suspend too, with 2.6.39-rc4. It used to lead to permanent black screen
in about 90% of the cases before.


> Also, i found that the wireless no longer worked (might now need the STA
> driver?), neither did inbuilt 3G?

The wireless appears to be working fine here, using the wl driver. I'm
attaching the output of "lspci", "lshw -class network", and an extract
from "dmesg" so you can compare the hardware specs and results.

BTW, it turns out that the issue was fixed as of 2.6.39-rc1, so you
could try any of the 2.6.39 kernels after rc1, in case you get different
results with the wifi. You could even try the oneiric builds, which
contain the latest rc7 kernel.


** Attachment added: "net_hw_2.6.39_rc4.log"
   
https://bugs.launchpad.net/bugs/773734/+attachment/2131968/+files/net_hw_2.6.39_rc4.log

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

Title:
  [Natty] [i915] spurious eDP1 display detected as permanently connected
  (HP ProBook 5320m)

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


[Bug 773734] [NEW] [Natty] spurious eDP1 display detected as permanently connected, on i915

2011-04-29 Thread Olivier Dony (OpenERP)
Public bug reported:

Binary package hint: xorg

After today's upgrade to Natty, my HP ProBook 5320m gets a second builtin 
screen detected as always  connected, which causes some issues and makes real 
dual-screen setup impossible. It seems to be related to the DisplayPort, as 
xrandr shows it as eDP1 (the gnome display planel shows it as "Unknown").
Yesterday when I was still on Maverick with 2.6.35-28-generic, it was 
apparently detecting this differently, and not causing any issue.

To summarize the content of the full system logs attached, previously on 10.10, 
when the laptop was not connected to any external display, xrandr detected the 
following displays:
- LVDS1, connected
- VGA1, disconnected
- HDMI1, disconnected
- DP1, disconnected
- DP2, disconnected
After plugging in the VGA port to an external LCD, it would simply show VGA1 as 
connected as well.

Now on 11.04, when laptop is not connected to anything, xrandr shows:
- LVDS1, connected
- eDP1, connected
- VGA1, disconnected
- HDMI1, disconnected
- DP1, disconnected

As you can see in the logs, eDP1 is detected with the same capabilities as the 
builtin LCD (LVDS1).
Here are some of the consequences I have seen so far:
- I can't turn eDP1 off, as it also switches off the main laptop display 
(supposed to be LVDS1)
- By default eDP1 is virtually positioned on the side of LVDS1, extending the 
screen estate, except that all things put there can't be seen anywhere. The 
only workaround I could find is to enable "mirrorring" of the 2 displays.
- Because both LVDS1 and eDP1 must be enabled all the time, I can't connect to 
any external display via the VGA port, because (AFAICS) both CRTC slots of the 
video card are used. External displays work only if eDP1 is turned off, but 
that disables the laptop's display...

Any help or workaround would be appreciated, and I am ready to try
anything that might be useful for further debugging.

Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xorg 1:7.6+4ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
CompositorRunning: compiz
DRM.card0.DP.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.HDMI.A.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1366x768
 edid-base64: 
AP///wAGrywRAAESAQOAHRB4CvnVlVVUkychUFQBAQEBAQEBAQEBAQEBAQEBEhtWWlAAGTAwIDYAJaQQAAAYEhtWSlEA/DAwIDYAJaQQAAAg/gBBVU8KICAgICAgICAg/gBCMTMzWFcwMSBWMSAKALg=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.eDP.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1366x768
 edid-base64:
Date: Sat Apr 30 01:37:56 2011
DistUpgraded: Log time: 2011-04-29 14:02:21.492501
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 5.100.82.38+bdcom, 2.6.38-8-generic, x86_64: installed 
 bcmwl, 5.100.82.38+bdcom, 2.6.35-28-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:149b]
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
MachineType: Hewlett-Packard HP ProBook 5320m
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=13cd156c-950d-43c5-9ecf-33e8f3ae57d6 ro quiet splash vt.handoff=7
Renderer: Unknown
SourcePackage: xorg
UpgradeStatus: Upgraded to natty on 2011-04-29 (0 days ago)
dmi.bios.date: 06/25/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68AFU Ver. F.02
dmi.board.name: 149B
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 82.10
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68AFUVer.F.02:bd06/25/2010:svnHewlett-Packard:pnHPProBook5320m:pvr:rvnHewlett-Packard:rn149B:rvrKBCVersion82.10:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ProBook 5320m
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
version.xserver-xorg-video-nouveau: xserver-xor

[Bug 773734] Re: [Natty] spurious eDP1 display detected as permanently connected, on i915

2011-04-29 Thread Olivier Dony (OpenERP)
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/773734

Title:
  [Natty] spurious eDP1 display detected as permanently connected, on
  i915

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


[Bug 773734] Re: [Natty] [i915] spurious eDP1 display detected as permanently connected (HP ProBook 5320m)

2011-05-12 Thread Olivier Dony (OpenERP)
FWIW:  Stephane helped me find out that you can forcefully disconnect the eDP1 
output via a kernel boot parameter. We added video=eDP-1:d as a kernel boot 
param (manually during bootup, or directly by adding it in /boot/grub/grub.cfg).
In my case it doesn't seem to help much: eDP1 output appears indeed 
"disconnected" in xrandr, but unsurprisingly LVDS1 does not want to turn on 
anymore (as they seem to be linked somehow). And as a bonus side effect, the 
VGA1 output does not work properly in 1680x1050 anymore, instead it has a 
bottom left area of 1024x768 that works, and the other 3 quarters of the screen 
are black or show graphical glitches... not usable.

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

Title:
  [Natty] [i915] spurious eDP1 display detected as permanently connected
  (HP ProBook 5320m)

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


[Bug 487442] Re: RTL's Support

2010-11-08 Thread Olivier Dony (OpenERP)
We have had other reports of issues with RTL and different patches suggested.
I propose to aggregate them all on this bug, unless someone knows of another 
better summary.

Note: the above link times out at the moment, can anyone provide links
to other suggested patches or mirrors?

Thanks

** Changed in: openobject-server
   Status: New => Incomplete

-- 
RTL's Support
https://bugs.launchpad.net/bugs/487442
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