[Bug 236953] Re: gedit crashes browsing sftp mount on open/save file

2008-09-06 Thread Manuel Teira
Attaching the env command output

** Attachment added: env command output
   http://launchpadlibrarian.net/17343837/env.log

-- 
gedit crashes browsing sftp mount on open/save file
https://bugs.launchpad.net/bugs/236953
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 236953] Re: gedit crashes browsing sftp mount on open/save file

2008-09-05 Thread Manuel Teira
Same problem here, while browsing a ssh share in my local network, happening in 
gedit and revelation password manager, mostly when I click on the path toolbar 
of the file chooser to return to a previous path. Getting the same output:
 
** (revelation:14775): WARNING **: Operation not supported by backend
python: ../../src/xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - 
(dpy-request)) = 0)' failed.
Aborted


I've tested it on:
Asus EEE running Ubuntu 8.04, updated and using the Intel driver, with 
clearlooks theme.
Desktop Core 2 Duo running Ubuntu 8.04, updated and using the proprietary 
nvidia driver, with ubuntu default theme (brand new user to make the test). 

Both using the default ubuntu theme.


Very annonying bug and easy to reproduce. Just clicking on the history toolbar 
I'm able to crash it consistently.

-- 
gedit crashes browsing sftp mount on open/save file
https://bugs.launchpad.net/bugs/236953
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 236953] Re: gedit crashes browsing sftp mount on open/save file

2008-09-05 Thread Manuel Teira
Well, actually that was the error I got from Revelation. From gedit, it
was exactly the one reported previously in this bug:

gedit: ../../src/xcb_lock.c:33: _XCBUnlockDisplay: Assertion
`xcb_get_request_sent(dpy-xcb-connection) == dpy-request' failed.

-- 
gedit crashes browsing sftp mount on open/save file
https://bugs.launchpad.net/bugs/236953
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 146859] Re: No dri for virtual screen greater than 2048x2048

2008-03-10 Thread Manuel Teira

El lun, 10-03-2008 a las 09:58 +, Jarno Suni escribió:
 Manuel Teira, have you tried making a virtual desktop where the screens
 are one above other? Then you need only Virtual 1280 1792.  
Yes, that works for me, but I'm not able to get used to that (since my
screens are stacked vertically and not horizontally).

 I tried it
 like that, but glxinfo tells me direct rendering: No (If you want to
 find out why, try setting LIBGL_DEBUG=verbose). How do you make such a
 setting? 
For example, on a command line, type:
$ LIBGL_DEBUG=verbose glxinfo

 Which log told you Cannot support DRI with frame buffer width
  2048?
I guess it was in /var/log/Xorg.0.log


-- 
No dri for virtual screen greater than 2048x2048
https://bugs.launchpad.net/bugs/146859
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 180031] Re: hibernate/resume not working on Toshiba L20-101

2008-01-05 Thread Manuel Teira
I've seen that this bug has been linked to the gdm package. Is that
right? I supposed it should be related with kernel-source or something
like that. How gdm comes into the picture?

-- 
hibernate/resume not working on Toshiba L20-101
https://bugs.launchpad.net/bugs/180031
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 180031] Re: hibernate/resume not working on Toshiba L20-101

2008-01-03 Thread Manuel Teira
Some extra information about the system (running gutsy gibbon):

[EMAIL PROTECTED]:~$ uname -a
Linux sombra 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 i686 
GNU/Linux

[EMAIL PROTECTED]:~$ cat /etc/default/acpi-support

# Comment the next line to disable ACPI suspend to RAM
ACPI_SLEEP=true

# Comment the next line to disable suspend to disk
ACPI_HIBERNATE=true

# Change the following to standby to use ACPI S1 sleep, rather than S3.
# This will save less power, but may work on more machines
ACPI_SLEEP_MODE=mem

# Add modules to this list to have them removed before suspend and reloaded
# on resume. An example would be MODULES=em8300 yenta_socket
#
# Note that network cards and USB controllers will automatically be unloaded 
# unless they're listed in MODULES_WHITELIST
MODULES=

# Add modules to this list to leave them in the kernel over suspend/resume
MODULES_WHITELIST=

# Should we save and restore state using the VESA BIOS Extensions?
SAVE_VBE_STATE=false

# The file that we use to save the vbestate
VBESTATE=/var/lib/acpi-support/vbestate

# Should we attempt to warm-boot the video hardware on resume?
POST_VIDEO=false

# Save and restore video state?
SAVE_VIDEO_PCI_STATE=false

# Should we switch the screen off with DPMS on suspend?
USE_DPMS=true

# Use Radeontool to switch the screen off? Seems to be needed on some machines
# RADEON_LIGHT=true

# Uncomment the next line to switch away from X and back again after resume.
# This is needed for some hardware, but should be unnecessary on most.
# DOUBLE_CONSOLE_SWITCH=true

# Set the following to platform if you want to use ACPI to shut down
# your machine on hibernation
HIBERNATE_MODE=shutdown
# Comment this out to disable screen locking on resume
LOCK_SCREEN=true

# Uncomment this line to have DMA disabled before suspend and reenabled
# afterwards
# DISABLE_DMA=true

# Uncomment this line to attempt to reset the drive on resume. This seems
# to be needed for some Sonys
# RESET_DRIVE=true

# Add services to this list to stop them before suspend and restart them in 
# the resume process.
STOP_SERVICES=

# Restart Infra Red services on resume - off by default as it crashes some
# machines
RESTART_IRDA=false

# Switch to laptop-mode on battery power - off by default as it causes odd
# hangs on some machines
ENABLE_LAPTOP_MODE=false

# Spindown time on battery
SPINDOWN_TIME=12

-- 
hibernate/resume not working on Toshiba L20-101
https://bugs.launchpad.net/bugs/180031
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146859] Re: No dri for virtual screen greater than 2048x2048

2008-01-03 Thread Manuel Teira
So, the problem is the X architecture combined with that hardware
limitation, since I'm able to have Quartz Extreme working on OSX in this
machine, working with two monitors at the same time exceeding the 2048
resolution limit? Sadly to hear that this is not going to be fixed.

-- 
No dri for virtual screen greater than 2048x2048
https://bugs.launchpad.net/bugs/146859
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 180031] hibernate/resume not working on Toshiba L20-101

2008-01-03 Thread Manuel Teira
Public bug reported:

. Suspend cycle doesn't work properly in my Toshiba L20-101:
   - Suspend stage seems to work properly. Depressing the power button pops up 
the menu with the different options, I choose suspend, and after a short while, 
two of the keyboard lights flashed and the system goes down, with the power 
light flashing slowly. The system seems to be suspended.
   - When I try to restart it, just pressing any key, some disk activity seems 
to take place a short while, but nothing more happens. After a minute or so, I 
press again the power button and the system powers down immediately. 
   - Randomly the system is able to wake up from suspend (perhaps 1 in 20 
attempts), without touching anything in the configuration, and with the same 
test schema: cold reboot, logging in to gnome, press power button, suspend.

- Hibernate doesn't work at all.
  - Pressing the power button and choosing the hibernate option produces two 
different effects:
   1.-Some HD activity, the screensaver appears, and after some seconds, the 
screen gets locked, without hibernating.
   2.-In very rare occasions, the system seems to hibernate correctly, a lot of 
disk activity finishing with the system powering off. Unfortunately , it locks 
trying to resume, with what seems to be some graphic problem, with the x 
subsystem restarting. 


- Also, I tried with the package uswsusp, without luck. s2disk and s2both 
produces the same effect: the system switching to a text vt, with no more than 
a blinking cursor forever. The only log in the kern.log after restarting is:

Jan  3 09:25:56 localhost kernel: [  965.148000] swsusp: Basic memory bitmaps cr
eated

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
hibernate/resume not working on Toshiba L20-101
https://bugs.launchpad.net/bugs/180031
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 180031] Re: hibernate/resume not working on Toshiba L20-101

2008-01-03 Thread Manuel Teira

** Attachment added: lspci -v output
   http://launchpadlibrarian.net/11130173/lspci.txt

-- 
hibernate/resume not working on Toshiba L20-101
https://bugs.launchpad.net/bugs/180031
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141201] Re: Pidgin IRC Color/Bold Codes Broken

2007-09-29 Thread Manuel Teira
Same problem here. I've tried to enable/disable the Conversation
Colours plugin (perhaps that's not the exact name in english, as I'm
running an spanish localized system) without any improvement. I'm
getting lines like:

(09:58:27) CIA-3: #x3;03koen#xf; #x3;07org.oe.dev#xf; *
r#x2;cffa4cb4...#xf; #x3;10#xf;/ (17 files in 5 dirs)#x2;:#xf;
packages/gnome: sync with poky, while maintaining OE tweaks like avahi
and gnutls

-- 
Pidgin IRC Color/Bold Codes Broken
https://bugs.launchpad.net/bugs/141201
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146859] No dri for virtual screen greater than 2048x2048

2007-09-29 Thread Manuel Teira
Public bug reported:

Scenario:

Toshiba L20 laptop, with builtin 1024x768 builtin LCD, Intel i915 graphics card.
External monitor of 1280x1024 resolution

Using the default configuration (after dpkg-reconfigure -phigh xserver-
xorg):

[EMAIL PROTECTED]:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 1024 x 1024
VGA disconnected (normal left inverted right)
LVDS connected 1024x768+0+0 (normal left inverted right) 304mm x 228mm
   1024x768   60.0*+
   800x60060.3  
   640x48059.9  
TV disconnected (normal left inverted right)

With this default configuration, the maximum width (1024) is not enough
for a multimonitor mode using my two monitors (1024 + 1280), so, I
changed my Display Screen subsection to:

SubSection Display
Modes   1024x768
   Virtual 2304 1024
EndSubSection

After this, I'm able to setup a multimonitor mode using randr, but DRI
is no longer available. I'm getting this log:

(EE) intel(0): Cannot support DRI with frame buffer width  2048.

So, no compiz, no google-earth, no fancy screensavers,...

I've found this thread where it seems that the coordinate registers for the 3D 
engine are only 11 bits: 
http://lists.freedesktop.org/archives/xorg/2007-June/025501.html

BTW, I tested a hacked OSX version on this box some time ago, and it was
able to operate Quartz Extreme with both screens at the same time
without problems. Probably the screen/display design could be the
problem? I find it frustrating, as with a relatively new graphics card
I'm not able to use two monitors (with a not that high resolution) and
hardware accelerated display at the same time.

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
No dri for virtual screen greater than 2048x2048
https://bugs.launchpad.net/bugs/146859
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144694] xorg with intel driver SIGSEGV, subsequent bulletproof X fails

2007-09-25 Thread Manuel Teira
Public bug reported:

Binary package hint: xserver-xorg-video-intel

1.-Generate a new xorg.conf using: dpkg-reconfigure -phigh xserver-xorg. It 
uses the driver 'intel'
2.-Restart the system. On the restart, the xserver SIGSEGVs, after that, the 
bulletproof X server is not able to start.

As a workaround, I have reverted intel to i810, it seems to work fine.

This is happening under Gutsy Gibon (updated today) on a Toshiba L20
computer.

*lspci:
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express 
Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express 
Graphics Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI 
Express Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI 
Express Port 2 (rev 04)
00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI 
Express Port 3 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #2 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) AC'97 Audio Controller (rev 04)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 
Modem Controller (rev 04)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge 
(rev 04)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 
04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus 
Controller (rev 04)
06:01.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller
06:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network 
Connection (rev 05)

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
xorg with intel driver SIGSEGV, subsequent bulletproof X fails
https://bugs.launchpad.net/bugs/144694
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144694] Re: xorg with intel driver SIGSEGV, subsequent bulletproof X fails

2007-09-25 Thread Manuel Teira

** Attachment added: SIGSEGV on xserver start with intel driver
   http://launchpadlibrarian.net/9499293/Xorg.0.intel.gz

-- 
xorg with intel driver SIGSEGV, subsequent bulletproof X fails
https://bugs.launchpad.net/bugs/144694
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144694] Re: xorg with intel driver SIGSEGV, subsequent bulletproof X fails

2007-09-25 Thread Manuel Teira

** Attachment added: Bulletproof X failure after the intel crash
   http://launchpadlibrarian.net/9499321/Xorg.0.bulletproof.gz

-- 
xorg with intel driver SIGSEGV, subsequent bulletproof X fails
https://bugs.launchpad.net/bugs/144694
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 41570] Re: ipw2200 card is not working

2006-08-28 Thread Manuel Teira
Well, perhaps this could help to some people having the same problem:
The thing is that the problem seems to be the channel. I don't know why, but 
since dapper, channel 12 couldn't be used anymore by the driver (the same 
happened to me under windows XP, where I cannot select channel 12, and that 
gaves me the idea). I selected a different channel in my AP, and inmediatly , I 
got link.

-- 
ipw2200 card is not working
https://launchpad.net/bugs/41570

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


[Bug 23816] Re: [i915] GL screensavers only drawn on top 1/3 of screen

2006-08-15 Thread Manuel Teira


-- 
[i915] GL screensavers only drawn on top 1/3 of screen
https://launchpad.net/bugs/23816

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


[Bug 23816] Re: [i915] GL screensavers only drawn on top 1/3 of screen

2006-08-15 Thread Manuel Teira
Same problem happens on a:
Toshiba Satellite L20 
under Ubuntu 6.06.1 LTS

The problem also appears using:
glxgears -fullscreen.

Only a top fraction of the red gear is visible, and rendering is bad.
Google Earth also renders bad and works pretty slowly.

Card is a Intel 915GM configured as default by the Dapper installer. I'm
attaching xorg.conf and the log.

-- 
[i915] GL screensavers only drawn on top 1/3 of screen
https://launchpad.net/bugs/23816

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