| tosha  
 
 
 
 
 Group: Members
 Posts: 11
 Joined: Nov. 2005
 | 
|  | Posted: Nov. 20 2005,01:57 |  |  I made HD installation of DSL on IBM Thinkpad 390X 2626HNU
 (Mobile Pentium II / 400,128 SDRAM,6.4GB)
 
 Everything were going smooth, but computer was freezing at start of screensaver (my guess),  the same was on liveCD
 
 so I added
 
 xset s off       &
 #to disable the blank screensaver
 xset -dpms       &
 #to disable the monitor dpms feature, like suspending, etc.
 
 as it was sugested here:
 http://damnsmalllinux.org/cgi-bin....ensaver
 
 to .xinitrc and everything seems ok now.
 
 Maybe there are better ways to solve this problem?
 
 other things: it seems that gtk2-0705.dsl can not be installed(?)
 as a result (?)  gftp does not work...so I have to use comand line sftp.
 That what I get:
 
 dsl@box:~$ gftp
 gFTP Warning: Skipping line 215 in config file: entropy_source
 gFTP Warning: Skipping line 218 in config file: entropy_len
 gFTP Warning: Skipping line 221 in config file: verify_ssl_peer
 
 (gftp-gtk:732): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported
 
 (gftp-gtk:732): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported
 
 (gftp-gtk:732): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported
 
 (gftp-gtk:732): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported
 
 (gftp-gtk:732): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported
 
 (gftp-gtk:732): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory
 Segmentation fault
 dsl@box:~$
 |