[Bug 623193] [NEW] system wide proxy settings break wget and related functionality

2010-08-24 Thread Robert Rochford
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

Not sure what packages are involved, but considering quite a few items
use wget internally (flash plugin, i think) this could be high priority

System - Preferences - Network Proxy

Manual Proxy, same for all protocols

proxy.mydomain.com:3128

Ignored Hosts

localhost
127.0.0.0/8
*.local

This sets the following environment variables:
$ env | grep -i proxy
NO_PROXY=localhost,127.0.0.0/8,*.local,
http_proxy=http://proxy.mydomain.com.au:3128
ftp_proxy=ftp://proxy.mydomain.com.au:3128/
all_proxy=socks://proxy.mydomain.com.au:3128/
ALL_PROXY=socks://proxy.mydomain.com.au:3128/
https_proxy=https://proxy.mydomain.com.au:3128/
no_proxy=localhost,127.0.0.0/8,*.local,

With these settings wget fails to download:

$ wget http://apache.mirror.aussiehq.net.au/ant/binaries/apache-
ant-1.8.1-bin.zip

This just hangs (we are behind a proxy)

Changing any/all proxy options in /etc/wgetrc DOES NOT FIX THIS.

I've traced the problem to the spurious , at the end of environment
variable no_proxy

i.e. the following works (remove the trailing ',')

$ export no_proxy=localhost,127.0.0.0/8,*.local
$ wget 
http://apache.mirror.aussiehq.net.au/ant/binaries/apache-ant-1.8.1-bin.zip

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: proxy wget

** Description changed:

  $ lsb_release -rd
  Description:  Ubuntu 10.04.1 LTS
  Release:  10.04
  
  Not sure what packages are involved, but considering quite a few items
  use wget internally (flash plugin, i think) this could be high priority
  
  System - Preferences - Network Proxy
  
  Manual Proxy, same for all protocols
  
  proxy.mydomain.com:3128
  
  Ignored Hosts
  
  localhost
  127.0.0.0/8
  *.local
  
  This sets the following environment variables:
  $ env | grep -i proxy
  NO_PROXY=localhost,127.0.0.0/8,*.local,
- http_proxy=http://proxy.contecint.com.au:3128
- ftp_proxy=ftp://proxy.contecint.com.au:3128/
- all_proxy=socks://proxy.contecint.com.au:3128/
- ALL_PROXY=socks://proxy.contecint.com.au:3128/
- https_proxy=https://proxy.contecint.com.au:3128/
+ http_proxy=http://proxy.mydomain.com.au:3128
+ ftp_proxy=ftp://proxy.mydomain.com.au:3128/
+ all_proxy=socks://proxy.mydomain.com.au:3128/
+ ALL_PROXY=socks://proxy.mydomain.com.au:3128/
+ https_proxy=https://proxy.mydomain.com.au:3128/
  no_proxy=localhost,127.0.0.0/8,*.local,
  
  With these settings wget fails to download:
  
  $ wget http://apache.mirror.aussiehq.net.au/ant/binaries/apache-
  ant-1.8.1-bin.zip
  
  This just hangs (we are behind a proxy)
  
  Changing any/all proxy options in /etc/wgetrc DOES NOT FIX THIS.
  
  I've traced the problem to the spurious , at the end of environment
  variable no_proxy
  
  i.e. the following works (remove the trailing ',')
  
  $ export no_proxy=localhost,127.0.0.0/8,*.local
  $ wget 
http://apache.mirror.aussiehq.net.au/ant/binaries/apache-ant-1.8.1-bin.zip

-- 
system wide proxy settings break wget and related functionality
https://bugs.launchpad.net/bugs/623193
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 623193] Re: system wide proxy settings break wget and related functionality

2010-08-24 Thread Robert Rochford
*** This bug is a duplicate of bug 534225 ***
https://bugs.launchpad.net/bugs/534225

Found duplicate id #534225.

** This bug has been marked a duplicate of bug 534225
   [lucid] setup_http_proxy_env constructs no_proxy incorrectly

-- 
system wide proxy settings break wget and related functionality
https://bugs.launchpad.net/bugs/623193
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 80925] Re: dri image corruption i810 driver in fullscreen

2007-03-25 Thread robert rochford
see attached


** Attachment added: lspci -vvnn
   http://librarian.launchpad.net/6935129/lspci-vvnn

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-03-25 Thread robert rochford
again, but as root

** Attachment added: sudo lspci -vvnn
   http://librarian.launchpad.net/6935131/lspci-vvnn-sudo

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-03-22 Thread robert rochford
I've confirmed this to be a problem with Feisty. It has NOT been fixed
there.

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-03-20 Thread robert rochford
I've also verified this is a problem with Fedora Core 3 (a colleague's
computer also shows the same problem).

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-03-18 Thread robert rochford
Ah, yes! Live CD's! Why didn't I think of that? ... OK, I've downloaded
the live distro cd.

The computer in question is my work computer so I'll have to do it when
I get the chance - hopefully in the next few days.

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-03-14 Thread robert rochford
I don't have Feisty available to test.

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-01-24 Thread robert rochford
** Changed in: xorg (Ubuntu)
Sourcepackagename: xorg = xserver-xorg-video-i810

** Description changed:

  Binary package hint: xserver-xorg-driver-i810
  
  When using fullscreen and glx (?) and dri (?) i get some strange image
  corruption.
  
  It seems that some sort of zbuffer clipping is not working
  
  See attached images below :
  
  http://librarian.launchpad.net/5808462/fullscreen-dri-2.png
  http://librarian.launchpad.net/5808464/fullscreen-without-dri-2.png
  
- See how there is overlap from flippers that are behind, or the shadows
- of the chess pieces fall below the board.
+ See how there is overlap from flippers that are behind, or the chess
+ pieces in the background overwrite those in the foreground.
  
  Running at 1280x1024.
  
  I have turned off/on DRI via
  
  /etc/X11/xorg.conf
  
  Section Device
Identifier  Intel Corporation 82915G/GV/910GL Express Chipset 
Family Graphics Controller
Driver  i810
BusID   PCI:0:2:0
VideoRam32768
Option DRI   false
  EndSection
  
  OR
  
  Section Device
Identifier  Intel Corporation 82915G/GV/910GL Express Chipset 
Family Graphics Controller
Driver  i810
BusID   PCI:0:2:0
VideoRam32768
Option DRI   true
  EndSection
  
  
  with DRI turned OFF
  
  $ glxinfo
  name of display: :0.0
  display: :0  screen: 0
  direct rendering: No
  server glx vendor string: SGI
  server glx version string: 1.2
  server glx extensions:
  GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
  GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, 
  GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, 
  GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
  client glx vendor string: SGI
  client glx version string: 1.4
  client glx extensions:
  GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
  GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
  GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
  GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, 
  GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
  GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
  GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
  GLX version: 1.2
  GLX extensions:
  GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
  GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
  GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, 
  GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
  OpenGL vendor string: Mesa project: www.mesa3d.org
  OpenGL renderer string: Mesa GLX Indirect
  OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
  OpenGL extensions:
  GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture, 
  GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow, 
  GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp, 
  GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
  GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
  GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
  GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
  GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, 
  GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, 
  GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, 
  GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord, 
  GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays, 
GL_EXT_packed_pixels, 
  GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal, 
  GL_EXT_secondary_color, GL_EXT_separate_specular_color, 
  GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
  GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, 
  GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
  GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object, 
  GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels, 
  GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, 
  GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat, 
  GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, 
  GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection, 
  GL_NV_texture_rectangle, GL_SGIS_generate_mipmap, 
  GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
  GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow, 
  GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
  glu version: 1.3
  glu extensions:
  GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
  
 visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
   id 

[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-01-21 Thread robert rochford

** Attachment added: fullscreen (1) with dri
   http://librarian.launchpad.net/5808461/fullscreen-dri.png

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-01-21 Thread robert rochford

** Attachment added: fullscreen (2) with dri
   http://librarian.launchpad.net/5808462/fullscreen-dri-2.png

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] dri image corruption i810 driver in fullscreen

2007-01-21 Thread robert rochford
Public bug reported:

Binary package hint: xserver-xorg-driver-i810

When using fullscreen and glx (?) and dri (?) i get some strange image
corruption.

See attached images.

I have turned off/on DRI via

/etc/X11/xorg.conf

Section Device
Identifier  Intel Corporation 82915G/GV/910GL Express Chipset 
Family Graphics Controller
Driver  i810
BusID   PCI:0:2:0
VideoRam32768
Option DRI   false
EndSection

OR

Section Device
Identifier  Intel Corporation 82915G/GV/910GL Express Chipset 
Family Graphics Controller
Driver  i810
BusID   PCI:0:2:0
VideoRam32768
Option DRI   true
EndSection

with DRI turned off (will need to restart X to get with dri turned on)

$ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, 
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, 
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, 
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, 
GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture, 
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow, 
GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp, 
GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, 
GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, 
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, 
GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord, 
GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, 
GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal, 
GL_EXT_secondary_color, GL_EXT_separate_specular_color, 
GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, 
GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object, 
GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels, 
GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, 
GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat, 
GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, 
GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection, 
GL_NV_texture_rectangle, GL_SGIS_generate_mipmap, 
GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow, 
GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
--
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x42 32 tc  0 32  0 r  

[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-01-21 Thread robert rochford

** Attachment added: fullscreen (1) without dri
   http://librarian.launchpad.net/5808463/fullscreen-without-dri.png

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-01-21 Thread robert rochford

** Attachment added: fullscreen (2) without dri
   http://librarian.launchpad.net/5808464/fullscreen-without-dri-2.png

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-01-21 Thread robert rochford

** Attachment added: not fullscreen (1) with dri
   http://librarian.launchpad.net/5808465/not-fullscreen-dri.png

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-01-21 Thread robert rochford

** Attachment added: not fullscreen (2) with dri
   http://librarian.launchpad.net/5808466/not-fullscreen-dri-2.png

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-01-21 Thread robert rochford

** Attachment added: not fullscreen (1) without dri
   http://librarian.launchpad.net/5808467/not-fullscreen-without-dri.png

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-01-21 Thread robert rochford

** Attachment added: not fullscreen (2) without dri
   http://librarian.launchpad.net/5808468/not-fullscreen-without-dri-2.png

-- 
dri image corruption i810 driver in fullscreen 
https://launchpad.net/bugs/80925

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


[Bug 80925] Re: dri image corruption i810 driver in fullscreen

2007-01-21 Thread robert rochford
** Description changed:

  Binary package hint: xserver-xorg-driver-i810
  
  When using fullscreen and glx (?) and dri (?) i get some strange image
  corruption.
  
- See attached images.
+ It seems that some sort of zbuffer clipping is not working
+ 
+ See attached images below :
+ 
+ http://librarian.launchpad.net/5808462/fullscreen-dri-2.png
+ http://librarian.launchpad.net/5808464/fullscreen-without-dri-2.png
+ 
+ See how there is overlap from flippers that are behind, or the shadows
+ of the chess pieces fall below the board.
+ 
+ Running at 1280x1024.
  
  I have turned off/on DRI via
  
  /etc/X11/xorg.conf
  
  Section Device
Identifier  Intel Corporation 82915G/GV/910GL Express Chipset 
Family Graphics Controller
Driver  i810
BusID   PCI:0:2:0
VideoRam32768
Option DRI   false
  EndSection
  
  OR
  
  Section Device
Identifier  Intel Corporation 82915G/GV/910GL Express Chipset 
Family Graphics Controller
Driver  i810
BusID   PCI:0:2:0
VideoRam32768
Option DRI   true
  EndSection
  
- with DRI turned off (will need to restart X to get with dri turned on)
+ 
+ with DRI turned OFF
  
  $ glxinfo
  name of display: :0.0
  display: :0  screen: 0
  direct rendering: No
  server glx vendor string: SGI
  server glx version string: 1.2
  server glx extensions:
  GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
  GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, 
  GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, 
  GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
  client glx vendor string: SGI
  client glx version string: 1.4
  client glx extensions:
  GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
  GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
  GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
  GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, 
  GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
  GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
  GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
  GLX version: 1.2
  GLX extensions:
  GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
  GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
  GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, 
  GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
  OpenGL vendor string: Mesa project: www.mesa3d.org
  OpenGL renderer string: Mesa GLX Indirect
  OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
  OpenGL extensions:
  GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture, 
  GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow, 
  GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp, 
  GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
  GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
  GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
  GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
  GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, 
  GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, 
  GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, 
  GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord, 
  GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays, 
GL_EXT_packed_pixels, 
  GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal, 
  GL_EXT_secondary_color, GL_EXT_separate_specular_color, 
  GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
  GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, 
  GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
  GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object, 
  GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels, 
  GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, 
  GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat, 
  GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, 
  GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection, 
  GL_NV_texture_rectangle, GL_SGIS_generate_mipmap, 
  GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
  GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow, 
  GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
  glu version: 1.3
  glu extensions:
  GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
  
 visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
   id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
  

[Bug 75567] crash

2006-12-12 Thread robert rochford
Public bug reported:

Crashed when scrolling with mouse wheel.

Completely random and I don't know if that's the real reason

** Affects: rdesktop (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
crash
https://launchpad.net/bugs/75567

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


[Bug 74619] dapper exceptions do not work, seems regression from hoary

2006-12-06 Thread robert rochford
Public bug reported:

Binary package hint: g++-2.95

On dapper, compiling and running the following code produces a core
dump.

If I then copy  libstdc++-3-libc6.2-2-2.10.0.so from my hoary
distribution, I get the correct output.

#include iostream

int main()
{
try
{
throw int(1);
}
catch (...)
{
std::cerr  caught it!  std::endl;
}
}

Dapper

$ ./a.out
Aborted (core dumped)

I copied across the library libstdc++-libc6.2-2.so.3 from my Hoary 5.04
machine and ran the above program

$ LD_PRELOAD=./libstdc++-3-libc6.2-2-2.10.0.so ./a.out
caught it!

I've marked it a security risk because I don't know what programs will
call abort rather than handle exceptions correctly.

** Affects: gcc-2.95 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Visibility changed to: Public

** This bug is no longer flagged as a security issue

-- 
dapper exceptions do not work, seems regression from hoary
https://launchpad.net/bugs/74619

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


[Bug 74619] Re: g++-2.95 exceptions in dapper do not work, seems regression from hoary

2006-12-06 Thread robert rochford
** Summary changed:

- dapper exceptions do not work, seems regression from hoary
+ g++-2.95 exceptions in dapper do not work, seems regression from hoary

-- 
g++-2.95 exceptions in dapper do not work, seems regression from hoary
https://launchpad.net/bugs/74619

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


[Bug 74619] Re: g++-2.95 exceptions in dapper do not work, seems regression from hoary

2006-12-06 Thread robert rochford
** Changed in: gcc-2.95 (Ubuntu Edgy)
   Status: Unconfirmed = Confirmed

** Changed in: gcc-2.95 (Ubuntu Edgy)
   Status: Confirmed = Unconfirmed

** Changed in: gcc-2.95 (Ubuntu Dapper)
   Status: Unconfirmed = Confirmed

-- 
g++-2.95 exceptions in dapper do not work, seems regression from hoary
https://launchpad.net/bugs/74619

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


[Bug 74619] Re: g++-2.95 exceptions in dapper do not work, seems regression from hoary

2006-12-06 Thread robert rochford
** Bug watch added: Debian Bug tracker #396209
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=396209

** Also affects: gcc-2.95 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=396209
   Importance: Unknown
   Status: Unknown

-- 
g++-2.95 exceptions in dapper do not work, seems regression from hoary
https://launchpad.net/bugs/74619

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