Bug#652591: noflushd: Crash with linux-image-2.6.32-5-686 (version 2.6.32-38)

2012-07-10 Thread cabal
Hi,

I'm afraid the problem persists: with noflushd 2.8-1 and
linux-image-2.6.32-5-686 (version 2.6.32-45) my box freezes (I have to
physically reset it).


-- 
Ciao,
Andrea
---
E-mail: caballinux(at)gmail.com
GTALK,SKYPE: caballinux 

On Sun, 2012-07-01 at 19:38 +0200, Daniel Kobras wrote:

> Hi!
> 
> Am 27.06.2012 um 18:25 schrieb Mehdi Dogguy:
> 
> > Any news here?
> > 
> > The packages's popcon is quite low and the project looks like dead
> > (last upstream release in 2010, nothing more recent than 2 years in
> > its CVS repository). If this is not fixed in time, we might drop the
> > package from Wheezy.
> 
> Reading back through the bug report once more, it seems I've initially 
> overlooked the kernel version: 2.6.32 contained a bug (#594923) when running 
> noflushd that was only half-fixed in 2.6.32-38, which might have changed the 
> error pattern and lead to an eventual crash of the system. It is supposed to 
> be completely fixed starting with 2.6.32-42, as well as in 3.2. Andrea, can 
> you please check whether you still experience crashes with either of these 
> kernel version?
> 
> Thanks,
> 
> Daniel.


Bug#652591: noflushd: Crash with linux-image-2.6.32-5-686 (version 2.6.32-38)

2011-12-19 Thread cabal
Hi,

the machine boots up normally, disks are spinned down correctly (and
even correctly re-activated).

After few hours the box freezes. With linux-image-2.6.26-2-686 the box
stays OK for days (months).

By now I deactiveted noflushd.

How can I obtain infos about the moment of crash? I know no way.

I know it's difficult...

-- 
Ciao,
Andrea
---
E-mail: caballinux(at)gmail.com
ICQ: 307943276
GTALK,SKYPE: caballinux 

On Mon, 2011-12-19 at 00:40 +0100, Daniel Kobras wrote:

> Hi Andrea!
> 
> Am 19.12.2011 um 00:31 schrieb Andrea Cavaglieri:
> 
> > if I use noflushd (version 2.8-1) with linux-image-2.6.32-5-686 (version 
> > 2.6.32-38) my box freeze (I have to physically reset it).
> > 
> > Everything is good if I use linux-image-2.6.26-2-686 (version 
> > 2.6.26-26lenny2).
> 
> Can you correlate the freeze to some event, eg. noflushd trying to spin down 
> a disk? Could it be during spin up? Or does the machine crash right upon boot?
> 
> Regards,
> 
> Daniel.


Bug#455735: xserver-xorg-core: Touchpad not working anymore

2007-12-22 Thread cabal

Brice Goglin wrote:
Did you get your touchpad to work again after upgrading to latest 
xserver-xorg-core and drivers from unstable? Does it work if you try 
without any xorg.conf at all?


Hi Brice,


even after upgrading xserver-xorg-core the touchpad doesn't work, but 
without any xorg.conf it works. So, now, I must understand where the 
problem is in my configuration.


I'll take you up-to-date.

Ciao,
Andrea




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#455735: xserver-xorg-core: Touchpad not working anymore

2007-12-24 Thread cabal

[EMAIL PROTECTED] wrote:
even after upgrading xserver-xorg-core the touchpad doesn't work, but 
without any xorg.conf it works. So, now, I must understand where the 
problem is in my configuration.


I'll take you up-to-date.


Hi,

with no xorg.conf the touchpad and the ext mouse work contemporarily but 
the module synaptics isn't loaded, so I can't configure my touchpad.


I could make my touchpad work and module synaptics loaded only if I set
it as CorePointer (see xorg.conf.touch) but in this case the external
mouse doesn't work (I think the problem is about the line in Xorg.log
saying "(**) Mouse1: doesn't report core events").

I'm not able to write a xorg.conf that loads Synaptics, makes touchpad
and ext mouse work contemporarily.

Anyway, going back to xserver-xorg-core 2:1.3.0.0.dfsg-12 (also with the 
 packages version I wrote in my first bugreport) solves

everything. Now I'm using 2:1.4.1~git20071212-2.

Thanks and ciao,
Andrea




Section "dri"
Mode 0666
EndSection

Section "Module"
Load"dbe"   # Double buffer extension
Load"freetype"
Load"glx"   # libglx.a
Load"dri"   # libdri.a
Load"i2c"
Load"bitmap"
Load"ddc"
Load"extmod"
Load"int10"
Load"vbe"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
EndSection

Section "InputDevice"

Identifier  "Keyboard1"
Driver  "kbd"
Option "XkbRules"   "xorg"
Option "XkbModel"   "pc105"
Option "XkbLayout"  "it"
EndSection

Section "InputDevice"
Identifier  "Mouse1"
Driver "mouse"
Option "Protocol"   "ImPS/2"
Option "ZAxisMapping"   "4 5"
Option "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
  Driver"synaptics"
  Identifier"Touchpad"
  Option"SendCoreEvents""true"
  Option"Device""/dev/psaux"
  Option"Protocol"  "auto-dev"
  Option"LeftEdge"  "120"
  Option"RightEdge" "830"
  Option"TopEdge"   "120"
  Option"BottomEdge""650"
  Option"FingerLow" "14"
  Option"FingerHigh""15"
#  Option"MaxTapTime""100"
  Option"MaxTapTime""0"
  Option"MaxTapMove""110"
  Option"EmulateMidButtonTime"  "75"
  Option"VertScrollDelta"   "20"
  Option"HorizScrollDelta"  "20"
  Option"MinSpeed"  "0.3"
  Option"MaxSpeed"  "0.75"
  Option"AccelFactor"   "0.015"
  Option"EdgeMotionMinSpeed""200"
  Option"EdgeMotionMaxSpeed""200"
  Option"UpDownScrolling"   "1"
  Option"CircularScrolling" "1"
  Option"CircScrollDelta"   "0.1"
  Option"CircScrollTrigger" "2"
EndSection

Section "Monitor"
Identifier  "Monitor0"
Option "DPMS"
EndSection

Section "Device"
Identifier   "ATI Technologies, Inc. Radeon Mobility X600 (M24)"
Driver   "fglrx"
 ### generic DRI settings ###
# === disable PnP Monitor  ===
#Option  "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel"   "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr"   "off" # disable DRI mtrr mapper, driver 
has its own code for mtrr
 ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup"   "(null)"
Option "DesktopSetup"   "0x"
#Option "MonitorLayout"  "AUTO, AUTO"
#Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2"  "unspecified"
Option "ScreenOverlap"  "0" 
Option "GammaCorrectionI"   "0x06419064"
Option "GammaCorrectionII"  "0x06419064"
# === OpenGL specific profiles/settings ===
Option "Capabilities"   "0x"
#Option "CapabilitiesEx" "0x"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay"   "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#   will be disabled automatically
Option "OpenGLOverlay"  "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable"   "1"
# === Misc Options ===
   #Option "UseFastTLS" "2"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
#Option "UseInternalAGPGART" "yes"
Option "UseInternalA

Bug#455735: xserver-xorg-core: Touchpad not working anymore

2007-12-29 Thread cabal

Mattia Dongili wrote:

Section "InputDevice"
  Driver"synaptics"
  Identifier"Touchpad"
  Option"SendCoreEvents"  "true"

remove the above line and play with the CorePointer and SendCoreEvents
in the ServerLayout section instead.

[...]


what if you set the Touchpad as CorePointer and Mouse1 as
SendCoreEvents? (or viceversa fwiw)


Hi Mattia,

I'm a chicken: following your suggestions, everything works now.

Sorry for the useless opening of the bug.


Ciao e grazie,
Andrea




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#374026: xserver-xorg-input-kbd: Keyboard doesn't work yet...

2008-01-03 Thread cabal

Hi,

I confirm that, when I enter in fullscreen mode with a VM, the keyboard 
doesn't work well anymore, but with the command


setxkbmap -rules xorg -layout "it"

everything works perfectly again.

Ciao,
Andrea




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#443129: Re(4): Bug#443129: incompatible xorg 7.3 (modules 1.4.0)

2007-10-05 Thread cabal

Evgeni wrote:
> Did you request autobuilding as in

Romain wrote:
> Yes I did.

Hi all,

what's wrong with version 8.40.4-2 for i386? Why hasnt'it built for i386 
yet?


Thanks
--
Ciao,
Andrea



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#443129: Re(6): Bug#443129: incompatible xorg 7.3 (modules 1.4.0)

2007-10-05 Thread cabal

cabal wrote:

what's wrong with version 8.40.4-2 for i386? Why hasnt'it built for i386
yet?


Encolpe wrote:

I think the solution is in new drivers available in experimental:
- xserver-xorg-video-avivo
- xserver-xorg-video-radeonhd


Hi Encolpe,

thanks for the info about the solution, but... what's the problem that 
blocks the build for i386?


Ciao,
Andrea




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]