New hibernate shows strange behaviour

2005-02-23 Thread Andreas Tille
Hello,
yesterday I tried to upgrade my Kernel from 2.6.9 to 2.9.10 as well as
hibernate and ipw2100-source.  I had certain trouble with the kernel
which I do not want to discuss in this thread (I just haf fsck errors
which need manual intervention for one partition and later for another
partition - so just remove this beast and have another look AFTER the
upcomming conference events!).
The strange thing is that with my old setup but the new hibernate from
unstable (1.05-1), the SwSusp2 (software-suspend-2.1.5-for-2.6.9) did
not worked as before.
I have:
$ grep -v "^#" /etc/hibernate/hibernate.conf | grep -v "^ *$"
UseSwsusp2 yes
Reboot no
EnableEscape yes
DefaultConsoleLevel 1
SuspendDevice swap:/dev/hda2   ### this setting has no effect
   ### I have introduced it after observing
   ### the described problem, but it makes
   ### no difference
Verbosity 0
LogFile /var/log/hibernate.log
LogVerbosity 1
Distribution debian
SaveClock yes
ChangeGrubMenu yes
GrubMenuFile /boot/grub/menu.lst
AlternateGrubMenuFile /boot/grub/menu-suspended.lst
LockXScreenSaver yes
UnloadBlacklistedModules yes
LoadModules auto
And my /boot/grub/menu-suspended.lst file has the only difference to the
"normal" menu.list that it has a smaller timeout and one entry on top
which says:
title   Resume from Suspend on Disk
root(hd0,0)
kernel  /vmlinuz root=/dev/hda1 ro vga=791 resume=/dev/hda2
savedefault
boot
This worked perfectly as intended until the upgrade of hibernate.  If I now
select the "Resume" entry I get:
---
  Booting  'Resume from Suspend on Disk'
root  (hd0,0)
 Filesystem Type is ext2fs, partition type 0x83
kernel /vmlinuz root=/dev/hda1 ro vga=791 resume=/dev/hda2
Error 15: File not found
Press any key to continue...
---
If I afterwards select the "normal" Kernel entry (below the "Resume"
entry) the box is in fact RESUMED instead of a normal Boot as I expected.
Any hint what might went wrong here?
Kind regards
 Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: New hibernate shows strange behaviour

2005-02-23 Thread Otavio Salvador
|| On Wed, 23 Feb 2005 17:34:23 +0100 (CET)
|| Andreas Tille <[EMAIL PROTECTED]> wrote: 

at> ---
at>   Booting  'Resume from Suspend on Disk'

at> root  (hd0,0)
at>  Filesystem Type is ext2fs, partition type 0x83
at> kernel /vmlinuz root=/dev/hda1 ro vga=791 resume=/dev/hda2
  ^^
 wasn't resume2=?


-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
"Microsoft gives you Windows ... Linux gives
 you the whole house."


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



Re: How can I use multi-display on laptop

2005-02-23 Thread singer
Those days I went to the IBM support center and told them the problems I have.
They told me my laptop had hardware problem and changed a mainboard for me.

Today I got my laptop and still could not use dual moniter.
If i press Fn + F7, I got two result:
1: the lcd is on, external crt is off
2: the external crt is on, lcd is off

They told me it work fine under WindowsXP, but I don't have XP on my harddisk.

I still can't use a dual-Xwindow.
Now I can use i855crt to active the external crt, but is just a clone of the 
LCD.

I wan to use extended desktop on the external crt.

Here is my XF86Config-4, it doesn't work (only the lcd can get a xwindow, the 
crt has no signal).
I want to know where is wrong.
Thank you.

Section "ServerFlags"
Option  "Xinerama"  "true"
EndSection

Section "Device"
Identifier  "video0"
Driver  "i810"
BusID   "PCI:0:2:0"
Screen  0
EndSection

Section "Device"
Identifier  "video1"
Driver  "i810"
BusID   "PCI:0:2:1"
Screen  1
EndSection

Section "Monitor"
Identifier  "monitor0"
HorizSync   28-49
VertRefresh 43-72
Option  "DPMS"
EndSection

Section "Monitor"
Identifier  "monitor1"
HorizSync   28-49
VertRefresh 43-72
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "screen1"
Device  "video1"
Monitor "monitor1"
DefaultDepth24  
SubSection "Display"
Depth   1
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier  "screen0"
Device  "video0"
Monitor "monitor0"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "multi"
Screen  "screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
Screen  "screen1" RightOf "screen0"
EndSection

Section "DRI"
Mode0666
EndSection





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



Re: windows disappearing t40p / Ati Mobility 9000 / dual screen

2005-02-23 Thread singer
May I see your XF86Config-4
those days I have problems in setting dual screen
thank you



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



Re: New hibernate shows strange behaviour

2005-02-23 Thread Andreas Tille
On Wed, 23 Feb 2005, Otavio Salvador wrote:
|| On Wed, 23 Feb 2005 17:34:23 +0100 (CET)
|| Andreas Tille <[EMAIL PROTECTED]> wrote:
at> ---
at>   Booting  'Resume from Suspend on Disk'
at> root  (hd0,0)
at>  Filesystem Type is ext2fs, partition type 0x83
at> kernel /vmlinuz root=/dev/hda1 ro vga=791 resume=/dev/hda2
 ^^
wasn't resume2=?
This does not change anything.
Thanks for the hint anyway
Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


How to enable the windows key on a dell laptop?

2005-02-23 Thread Angelina Carlton
Hi

I have a Dell inspiron 8200 and would like enable the windows key at
the bottom left of the kb, inbetween fn and alt.

I installed xkeymap but it does not have maps for dell laptop kb's.
The closest was "PC 104 wide delete, short enter" which isnt quite
right but it does have a windows key, when i tap the key in xkeymap 
it lights up yellow as key "73" so i save that keymap to 
~/.xmodmap.hostname 

I dont know though if gdm reads that when i log into xfce4, but the
key still wont work. 

any suggestions?

-- 
Angelina Carlton


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