Bug#568555: xserver-xorg: DPMS "off" doesn't stick

2011-08-18 Thread Michel Dänzer
On Don, 2011-08-18 at 08:37 +0200, Stephen Kitt wrote: 
> 
> I'm experiencing the same symptoms as the original submitter. I've
> tried watching all the input devices (using evtest) while executing
> "xset dpms force off", but the display always comes back without there
> being any input event registered.

Are you running it like

sleep 1; xset dpms force off

? Otherwise, one common issue is that xset runs when the enter key goes
down, and then the key up event immediately disables DPMS again.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1313654841.21860.109.camel@thor.local



Bug#637958: X.org crash leaves GPU in an inconsistent state and renders system unbootable

2011-08-18 Thread Martin
On Tue, 2011-08-16 at 02:04 +0200, Cyril Brulebois wrote:
> Martin  (16/08/2011):
> > *. Updating to the latest kernel from backports
> > 
> > 2.6.39+35.1~bpo60+1
> > 
> > However this doesn't solve the problem.
> > 
> > I'm all out of ideas, all suggestions most welcome.
> 
> Wait a bit for the buildds to kick in for the X stack backports, and let
> me a few days to make sure the instructions at [1] are also correct for
> i386 (I did prepare those on amd64). Then try that and cross fingers.
> 
>  1. http://x.debian.net/reference/squeeze-backports.html

The instructions work but the packages will not install due to a
dependency problem.  If I understand correctly what's happening is:

*. Part of the xorg core breaks *-video-6

*. *-video-all depends on (amounst others) the geode, nv and i740
drivers.

*. goade, nv and i740 do not have backports drivers and (again, if I
understand correctly) do not have packages waiting to be built on the
buildds.  The squeeze versions depend on *-video-6 thus meaning that
there are unsatisfied dependencies.

I think adding geode, nv and i740 to squeeze-backports will solve this
problem.

Cheers,
 - Martin





-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1313665479.9304.143.ca...@white.sevalidation.com



Bug#637958: X.org crash leaves GPU in an inconsistent state and renders system unbootable

2011-08-18 Thread Cyril Brulebois
Martin  (18/08/2011):
> The instructions work but the packages will not install due to a
> dependency problem.  If I understand correctly what's happening is:
> 
> *. Part of the xorg core breaks *-video-6

Because src:xorg has not reached squeeze-backports yet. Uploaded a few
hours ago (src:xorg needed to reached testing before it could be
backported, hence the delay compared to mesa, xorg-server, and drivers).

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#637958: X.org crash leaves GPU in an inconsistent state and renders system unbootable

2011-08-18 Thread Martin
On Thu, 2011-08-18 at 13:10 +0200, Cyril Brulebois wrote:
> Martin  (18/08/2011):
> > The instructions work but the packages will not install due to a
> > dependency problem.  If I understand correctly what's happening is:
> > 
> > *. Part of the xorg core breaks *-video-6
> 
> Because src:xorg has not reached squeeze-backports yet. Uploaded a few
> hours ago (src:xorg needed to reached testing before it could be
> backported, hence the delay compared to mesa, xorg-server, and drivers).

OK, my apologies.  Tonight I'll check the buildds and try again.  Thanks
for your help.

Cheers,
 - Martin





-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1313666152.9304.156.ca...@white.sevalidation.com



Bug#637958: X.org crash leaves GPU in an inconsistent state and renders system unbootable

2011-08-18 Thread Michel Dänzer
On Don, 2011-08-18 at 12:17 +0100, Martin wrote: 
> On Wed, 2011-08-17 at 10:50 +0200, Michel Dänzer wrote:
> > On Die, 2011-08-16 at 22:24 +0100, Martin wrote: 
> > > On Tue, 2011-08-16 at 09:27 +0200, Michel Dänzer wrote:
> > > > > *. Installing linux-firmware-nonfree, this gives the same problem but
> > > > > when setting:
> > > > > 
> > > > > options radeon modeset=0
> > > > > 
> > > > > in /etc/modprobe.d/radeon-kms.conf, DRI and 3D acceleration work.
> > > > > However neither change resolves the problem.
> > > > 
> > > > Please provide dmesg and Xorg.0.log with linux-firmware-nonfree
> > > > installed and modeset=1.
> > > 
> > > >From the machine with linux-firmware-nonfree installed I've attached
> > > dmesg and Xorg.0.log with modeset=0 (3D acceleration works) and
> > > modeset=1 (3D acceleration does not work).
> > 
> > With modeset=1, you need to make sure the radeon kernel module is loaded
> > before the X server starts.
> 
> How long should this take?

I don't think it's a matter of time but of udev not loading the kernel
module for some reason.


> Also, restarting kdm gives a stream of errors and a corrupt screen
> until it is disabled.

This could be due to the X driver in UMS mode messing with the hardware
state behind the kernel KMS driver's back. I've pushed a change to
xf86-video-ati upstream Git which should make it bail instead in this
case. In the meantime, please try loading the kernel module manually
before starting X, and if that makes things work better, finding out why
udev doesn't load it.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1313681408.21860.133.camel@thor.local



Bug#568555: xserver-xorg: DPMS "off" doesn't stick

2011-08-18 Thread Stephen Kitt
Hi Michel,

On Thu, Aug 18, 2011 at 10:07:21AM +0200, Michel Dänzer wrote:
> On Don, 2011-08-18 at 08:37 +0200, Stephen Kitt wrote: 
> > I'm experiencing the same symptoms as the original submitter. I've
> > tried watching all the input devices (using evtest) while executing
> > "xset dpms force off", but the display always comes back without there
> > being any input event registered.
> 
> Are you running it like
> 
> sleep 1; xset dpms force off
> 
> ? Otherwise, one common issue is that xset runs when the enter key goes
> down, and then the key up event immediately disables DPMS again.

I am indeed, at least in effect:
for dev in /dev/input/event*; do (sudo xterm -e "evtest $dev" &); done; read; 
sleep 2; xset dpms force off

Regards,

Stephen



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110818181722.gb27...@sk2.org



Bug#558318: How I worked around emulation of scrolling and a middle button for a Logitech Marble mouse

2011-08-18 Thread Kingsley G. Morse Jr.
Upgrading X broke my mouse.

It's a Logitech Marble.

It stopped:

a.) Pasting the X selection when I pressed
both of it's big buttons simultaneously.

No pasting is a big inconvenience.

b.) Emulating a scroll wheel.


Here's how I worked around the problem:

1.) I created a directory for X configuration files

$ mkdir /etc/X11/xorg.conf.d

2.) I used the configuration at


http://www.thecodehouse.com/2011/02/27/my-logitech-marble-mouse-ubuntu-10-10/

for a file named

/etc/X11/xorg.conf.d/50-marblemouse.conf

3.) The following command revealed what my
computer thought my mouse was named

$ (cat /var/log/Xorg.0.log; lshal;  udevadm info --export-db) | egrep 
-i mouse | less

It was

"ImExPS/2 Logitech Explorer Mouse"

4.) In /etc/X11/xorg.conf.d/50-marblemouse.conf, I
changed the value assigned to "MatchProduct" from

"Logitech USB Trackball"

to

"ImExPS/2 Logitech Explorer Mouse"

5.) I restarted X by simultaneously pressing
ctl-alt-backspace.

6.) I tested an emulated middle button by double
clicking on some text, and pasting it by quickly
holding and releasing the Logitech Marble's small
left hand button.

7.) I tested an emulated scroll wheel by running
an web browser, visit a long and wide web page, or
resizing its window to be short and narrow, and
try to scroll by holding the mouse's small left
hand button down while rolling the marble 

a.) up and down, and then 

b.) left and right.


Humble suggestion:

Maybe this bug could be avoided in the future if
the package includes the above configuration.

Or, maybe it could at least be documented.

Thanks,
Kingsley



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110818183508.ga1...@loaner.com



Curso de Auditoria de Sistemas

2011-08-18 Thread Claudia Rodriguez
-
AUDITOR DE SISTEMAS DE INFORMACION CERTIFICADO - ASIC

Ver: www.cosimti.com

OBJETIVO:
Formar especialistas en AUDITORIA DE SISTEMAS DE INFORMACION, en su
versión 3-2011 (última Gestión 2011), 
alineados a técnicas  y metodologías internacionales, cuyo
reconocimiento le permitirá alcanzar opcionalmente 
prestigiosos programas (CISA, CISM de ISACA), con mejores
posibilidades en su aprobación. 
-

MODALIDAD: PRESENCIAL (SOLO SANTA CRUZ) (virtual: resto del País) 

MODULOS:

1.  GESTION DE RIESGOS 

2.  DERECHO INFORMATICO Y DELITOS INFORMATICOS

3.  AUDITORIA AL GOBIERNO TI 

4.  AUDITORIA A DESARROLLO Y APLICACIONES DE TI 

5.  AUDITORIA A LA INFRAESTRUCTURA DE REDES Y TELECOMUNICACIONES 

6.  AUDITORIAS  ESPECIALES 

7.  AUDITORIA A GESTION DE LA SEGURIDAD FISICA EN SI

8.  AUDITORIA AL SISTEMA DE GESTION DE SEGURIDAD EN TI. BASADO EN LA
ISO 27001-2 – SGSI 

9.  PROCESO DE AUDITORIA DE SISTEMAS DE INFORMACION

10. CONTROL INTERNO EN TI

11. TALLER AUDISIS 100% PRACTICO, CON TECNICA COBISO MATTA Y USO DE
CAATTs.
-

FACILITADORES: PROFESIONALES ACADEMICOS, CON CERTIFICACIONES
INTERNACIONALES Y NACIONALES: CPA, CISA, CISM, FCA, CEH, CISO, ASIC,
CISSP, CNA, CCNP, etc.

-

OBJETIVO Y CONTENIDO MINIMO (referencial) DE CADA MODULO:

Ver: www.cosimti.com

HORARIOS: martes y miércoles de hrs. 19.00 a hrs. 21.30 (Curso dura
Aprox. 10 semanas)

FECHA DE INICIO: 27 DE SEPTIEMBRE 2011

¡54 HORAS DE CLASES PRESENCIALES Y 50 HORAS AULA 
VIRTUAL!!! 
-
INVERSION: $US. 450.- 
-
 - Opciones de pago:
- Al contado: (por pronta inscripción)
- Hasta el 31.08.2011 10% de descuento.
- En cuotas: (sin descuento)
- En 2 pagos: (50% al la inscripción y saldo para el 4to. Modulo)

El pago COMPRENDE: Nota Fiscal, Material impreso y digital, Maletín
Asic con: Libro Guía de Auditoria de SI,  
Pack de Videos, Banco de Pruebas on line, refrigerios, examen final de
certificación ASIC.
-
PLAZAS LIMITADAS
-
INCRIPCIONES: c/ Siriono No.250 (Av. Roca Coronado 3er anillo externo
– villa Mercedes – Frente a Expo Cruz ) – TELF: (3)3201395 - 72678789

www.cosimti.com, www.soyasic.com 
SANTA CRUZ - BOLIVIA


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/2da88c699d452bc83d637110cd25e...@tipsbolivia.com



Bug#558318: How I worked around emulation of scrolling and a middle button for a Logitech Marble mouse

2011-08-18 Thread Cyril Brulebois
Kingsley G. Morse Jr.  (18/08/2011):
> Humble suggestion:
> 
> Maybe this bug could be avoided in the future if
> the package includes the above configuration.
> 
> Or, maybe it could at least be documented.

0. You go read http://x.debian.net/howto/configure-input.html which is
also shipped in the xserver-xorg package (starting with wheezy).

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#638349: xserver-xorg-video-nouveau: Fails with nVidia Corporation G72 [GeForce 7300 SE/7200 GS] (rev a1)

2011-08-18 Thread Kingsley G. Morse Jr.
Package: xserver-xorg-video-nouveau
Version: 2.4.26-1
Severity: normal


Thanks for trying to provide an open source driver
for nVidia graphics cards.

I tested nouveau with a G72 [GeForce 7300 SE/7200
GS] (rev a1).

I 

installed the package,

changed /etc/X11/xorg.conf's driver to "nouveau", and

restarted X.

Unfortunately, it got nowhere.

I do not recall seeing anything noteworthy in
/var/log/xorg.log.

nVidia's proprietary driver seems to work OK.

Thanks,
Kingsley

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110818191020.15807.98421.report...@debian1.loaner.com



Bug#638349: xserver-xorg-video-nouveau: Fails with nVidia Corporation G72 [GeForce 7300 SE/7200 GS] (rev a1)

2011-08-18 Thread Cyril Brulebois
Hi,

Kingsley G. Morse Jr.  (18/08/2011):
> Package: xserver-xorg-video-nouveau
> Version: 2.4.26-1
> Severity: normal

surely that's libdrm's version?

> changed /etc/X11/xorg.conf's driver to "nouveau", and
> restarted X.

From which value?

> Unfortunately, it got nowhere.
> 
> I do not recall seeing anything noteworthy in
> /var/log/xorg.log.
> 
> nVidia's proprietary driver seems to work OK.

You need to remove all nvidia bits and reboot. Once that done, if that
doesn't help, run the X bug script to gather stuff about your system,
and attach it. See:
  http://x.debian.net/howto/report-bugs.html

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#638349: xserver-xorg-video-nouveau: Fails with nVidia Corporation G72 [GeForce 7300 SE/7200 GS] (rev a1)

2011-08-18 Thread Julien Cristau
On Thu, Aug 18, 2011 at 12:10:20 -0700, Kingsley G. Morse Jr. wrote:

> Package: xserver-xorg-video-nouveau
> Version: 2.4.26-1
> Severity: normal
> 
> 
> Thanks for trying to provide an open source driver
> for nVidia graphics cards.
> 
Thanks for your useless bug report.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110818193007.gt2...@radis.liafa.jussieu.fr



Bug#638349: xserver-xorg-video-nouveau: Fails with nVidia Corporation G72 [GeForce 7300 SE/7200 GS] (rev a1)

2011-08-18 Thread Kingsley G. Morse Jr.
On 08/18/11 21:18, Cyril Brulebois wrote:
> Hi,
> 
> Kingsley G. Morse Jr.  (18/08/2011):
> > Package: xserver-xorg-video-nouveau
> > Version: 2.4.26-1
> > Severity: normal
> 
> surely that's libdrm's version?

Oops!

Thanks.

I should have written

1:0.0.16+git20110411+8378443-1+b1

> > changed /etc/X11/xorg.conf's driver to "nouveau", and
> > restarted X.
> 
> From which value?

"vesa"

"nv" used to work too.

> > Unfortunately, it got nowhere.
> > 
> > I do not recall seeing anything noteworthy in
> > /var/log/xorg.log.
> > 
> > nVidia's proprietary driver seems to work OK.
> 
> You need to remove all nvidia bits and reboot. 

Maybe I'll try again later.


> Once that done, if that doesn't help, run the X
> bug script to gather stuff about your system,
> and attach it. See:
> http://x.debian.net/howto/report-bugs.html
> 
> Mraw, 
> KiBi.

Cheese^H^Hrs,
Kingsley



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110818194122.ga27...@loaner.com



Processed: closing 638349

2011-08-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # 0 info, try again
> close 638349
Bug#638349: xserver-xorg-video-nouveau: Fails with nVidia Corporation G72 
[GeForce 7300 SE/7200 GS] (rev a1)
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to "Kingsley G. Morse Jr." 


> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638349: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638349
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.131370112427893.transcr...@bugs.debian.org