[Bug 447892] Re: [i855GM] Freeze shortly after X startup on Intel i855

2010-01-07 Thread Sergi Sales
Hi all, 
I've an Acer TravelMate 380.
I had experienced the bug in karmic until the final release and solved with the 
"nomodeset" parameter in grub, but the intel driver in xorg.
Now, I'm in lucid lynx with kernel 2.6.32-9-generic and I'm experiencing the 
bug again and solving with the "nomodeset" parameter and the vesa driver in 
xorg.conf

00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)
Subsystem: Acer Incorporated [ALI] Device 0037
Kernel modules: i915

I'm not a developer and I don't have experience in kernel debugging, but
If I can do anything let me know.. :)

Sergi

-- 
[i855GM] Freeze shortly after X startup on Intel i855
https://bugs.launchpad.net/bugs/447892
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


Re: [Bug 444420] Re: USB logitech bluetooth doesn't work

2010-06-09 Thread Sergi Sales
Hi Martin,
I think I can't try it tonight at home..

On Wed, Jun 9, 2010 at 9:37 AM, Martin Pitt  wrote:
> This fix in udev caused a regression, see bug 550288. Can you please
> test changing line 14 in /lib/udev/rules.d/70-hid2hci.rules to
>
> KERNEL=="hiddev*|hidraw*", ATTRS{idVendor}=="046d",
> ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \
>
> I. e. replace the first part KERNEL=="hiddev*" with
> KERNEL=="hiddev*|hidraw*". Does it still work for you?
>
> ** Also affects: udev (Ubuntu Lucid)
>   Importance: Undecided
>       Status: New
>
> ** Also affects: udev (Ubuntu Maverick)
>   Importance: Undecided
>     Assignee: Martin Pitt (pitti)
>       Status: Fix Released
>
> ** Changed in: udev (Ubuntu Lucid)
>       Status: New => Fix Released
>
> --
> USB logitech bluetooth doesn't work
> https://bugs.launchpad.net/bugs/20
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] [NEW] USB logitech bluetooth doesn't work

2009-10-06 Thread Sergi Sales
Public bug reported:

Binary package hint: udev

The USB is a HID device that needs to run the hid2hci to activate the bluetooth 
functionality.
~$ lsusb
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 018: ID 046d:c709 Logitech, Inc. BT Mini-Receiver (HCI mode)
Bus 004 Device 017: ID 046d:c70c Logitech, Inc. BT Mini-Receiver (HID proxy 
mode)
Bus 004 Device 016: ID 046d:c70b Logitech, Inc. BT Mini-Receiver (HID proxy 
mode)
Bus 004 Device 015: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy 
mode)

~$ lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

~$ apt-cache policy udev
udev:
  Instal·lat: 147~-5
  Candidat: 147~-5
  Taula de versió:
 *** 147~-5 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

The problem is that the rule for Logitech devices in the file
/lib/udev/rules.d/70-hid2hci.rules doesn't work.

I've had to make a very small change: hidraw to hiddev

# Logitech devices (hidraw)
KERNEL=="hiddraw*", ATTRS{idVendor}=="046d", 
ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \
RUN+="hid2hci --method=logitech-hid --devpath=%p"

to

# Logitech devices (hidraw)
KERNEL=="hiddev*", ATTRS{idVendor}=="046d", 
ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \
RUN+="hid2hci --method=logitech-hid --devpath=%p"

lsrg

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


** Tags: logitech udev

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] apport-collect data

2009-10-13 Thread Sergi Sales
Architecture: i386
CustomUdevRuleFiles: 10-vboxdrv.rules
DistroRelease: Ubuntu 9.10
MachineType: Dell Inc. OptiPlex GX620
Package: udev 147~-5 [modified: lib/udev/rules.d/70-hid2hci.rules]
PackageArchitecture: i386
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-13-generic 
root=UUID=183bd543-735b-4e87-9be6-3ff35ff805ff ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 LANG=ca_ES.UTF-8
 LANGUAGE=ca_ES.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
Uname: Linux 2.6.31-13-generic i686
UserGroups: Domain Users adm admin disk
dmi.bios.date: 11/30/2006
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A11
dmi.board.name: 0FH884
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd11/30/2006:svnDellInc.:pnOptiPlexGX620:pvr:rvnDellInc.:rn0FH884:rvr:cvnDellInc.:ct3:cvr:
dmi.product.name: OptiPlex GX620
dmi.sys.vendor: Dell Inc.

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] BootDmesg.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/33592875/BootDmesg.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] CurrentDmesg.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/33592876/CurrentDmesg.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] Dependencies.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33592877/Dependencies.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] Lspci.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/33592878/Lspci.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] Lsusb.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/33592879/Lsusb.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] ProcInterrupts.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/33592884/ProcInterrupts.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] ProcCpuinfo.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/33592880/ProcCpuinfo.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] ProcModules.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/33592885/ProcModules.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] apport-collect data

2009-10-13 Thread Sergi Sales
Architecture: i386
CustomUdevRuleFiles: 10-vboxdrv.rules
DistroRelease: Ubuntu 9.10
MachineType: Dell Inc. OptiPlex GX620
Package: udev 147~-5 [modified: lib/udev/rules.d/70-hid2hci.rules]
PackageArchitecture: i386
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-13-generic 
root=UUID=183bd543-735b-4e87-9be6-3ff35ff805ff ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 LANG=ca_ES.UTF-8
 LANGUAGE=ca_ES.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
Uname: Linux 2.6.31-13-generic i686
UserGroups: Domain Users adm admin disk
dmi.bios.date: 11/30/2006
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A11
dmi.board.name: 0FH884
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd11/30/2006:svnDellInc.:pnOptiPlexGX620:pvr:rvnDellInc.:rn0FH884:rvr:cvnDellInc.:ct3:cvr:
dmi.product.name: OptiPlex GX620
dmi.sys.vendor: Dell Inc.

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] UdevLog.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/33592893/UdevLog.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] UdevDb.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/33592889/UdevDb.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] XsessionErrors.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33592899/XsessionErrors.txt

** Changed in: udev (Ubuntu)
   Status: Incomplete => New

** Tags added: apport-collected

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] BootDmesg.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/33592918/BootDmesg.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] CurrentDmesg.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/33592921/CurrentDmesg.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] Lsusb.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/33592928/Lsusb.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] Dependencies.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33592922/Dependencies.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] Lspci.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/33592923/Lspci.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] XsessionErrors.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33592948/XsessionErrors.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] ProcCpuinfo.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/33592930/ProcCpuinfo.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] ProcInterrupts.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/33592932/ProcInterrupts.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] ProcModules.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/33592933/ProcModules.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] UdevDb.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/33592935/UdevDb.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] UdevLog.txt

2009-10-13 Thread Sergi Sales

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/33592947/UdevLog.txt

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 444420] Re: USB logitech bluetooth doesn't work

2009-10-13 Thread Sergi Sales
hi all,
the first apport-collect was before plug in the logitech Bluetooth.

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/20
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 368394] Re: netbook launcher mouse focus is off

2009-11-15 Thread Sergi Sales
Hi,
with a  VIA Technologies, Inc. VT8623 [Apollo CLE266] integrated CastleRock 
graphics (rev 03) 
I've the same problem..

-- 
netbook launcher mouse focus is off
https://bugs.launchpad.net/bugs/368394
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 1081009] Re: [arrandale] GPU lockup IPEHR: 0x02000022

2013-02-05 Thread Sergi Sales
Sorry to bother but it seems, for the lack of comments, that the bug has been 
solved, but not in my case.. 
I'm experiencing it every day
- Raring updated to 5/2/13 on  DELL LATITUDE E4200 
- kernel 3.8.0-4 on x64
- xserver-xorg-video-intel  2:2.20.19-0

for the comment #156 it is supposed to be solved in the current raring kernel, 
but it's not.. 
I'm the only one ??

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

Title:
  [arrandale] GPU lockup  IPEHR: 0x0222

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1081009/+subscriptions

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


[Bug 980766] Re: Remmina fullscreen jumps between workspaces

2012-11-15 Thread Sergi Sales
I have this problem as well.
I've discovered that remmina always move the full screen to the monitor which 
has more wide resolution configured.

Please solve this..

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

Title:
  Remmina fullscreen jumps between workspaces

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

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


[Bug 447892] Re: [i855gm] Freeze shortly after X startup on Intel i855

2010-07-12 Thread Sergi Sales
Hi all, 
in my Acer Travelmate 380 with a "VGA compatible controller: Intel Corporation 
82852/855GM Integrated Graphics Device (rev 02)" the gdm process didn't even 
start.. 
Ubuntu 10.04 and the "vesa" driver is the only workaround that worked for me..

-- 
[i855gm] Freeze shortly after X startup on Intel i855
https://bugs.launchpad.net/bugs/447892
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