Re: lug-bg: Slackware-Live -

2003-10-26 Thread Valentin Stoykov
On Friday 17 October 2003 21:30, George Danchev wrote:
 On Friday 17 October 2003 20:01, Valentin Stoykov wrote:
 --cut--

 cat /dev/ttyS0,   
.
   gpm-mouse-test .

  gpm  
 .   mdetectread-edid (Data
 Display Channel),hardware probing tool
 -   kudzu ( 200)  discover ( 100) ... 
 knoppix  kudzu   ,
.  
 ,   ;-)

 --cut--

  bash. perl (  ).
 ,   live-cd  8 
  CD-ROM 200MB ( 250 MB).-   
   ;-)

  knoppix 
 http://www.sysresccd.org/ 80 MB  ....  .
   .. knoppix - knoppix  knoppix-
 ;-)

 --cut--

  , 
Option Protocolauto
   ?

   . 
compaq (zip;-),  ps/2 
 ..   Option Protocol   
 auto   XFree86  ,   Option
 ProtocolPS/2 ... ,  Knoppix 3.1  3.3   
  Option ProtocolPS/2.   
ps/2  .

 3.2  Knoppix ps/2  ( ).

  PS/2 Option ProtocolPS/2?

   Knoppix-  :

Section InputDevice
Identifier  PS/2 Mouse
Driver  mouse
Option  Protocol PS/2
Option  Device /dev/psaux
Option  Emulate3Buttons true
Option  Emulate3Timeout 70
Option  SendCoreEvents  true
Option  ZAxisMapping  4 5
EndSection

Section InputDevice
Identifier  USB Mouse
Driver  mouse
Option  Device/dev/input/mice
Option  SendCoreEventstrue
Option  Protocol  IMPS/2
Option  ZAxisMapping  4 5
Option  Buttons   5
EndSection

:

Section InputDevice
Identifier  Serial Mouse With Wheel
Driver  mouse
Option  ZAxisMapping 4 5
Option Protocol  intellimouse
Option Device  /dev/mouse
EndSection

  .
   ? (.?)
 ,Option Protocol  auto
.
  http://koala.ilog.fr/colas/mouse-wheel-scroll/
 :

In your XF86Config file, you should then use one of these protocols:

  Section Pointer
  Protocol imps/2# for ps/2 wheel mouse
  Protocol intellimouse  # for serial wheel mouse
  Protocol MouseManPlusPS/2
  ... see the Xfree docs
  
,  Protocol MouseManPlusPS/2ps/2 
.

.

.
ddcxinfo-knoppix,
 Knoppix. ,  
 `XFree86 -configure`  .



, , 
  .XFree86 -configure,   
, ...-   
   XFree86  
  Section Device cut/paste  ,  
  -   , Section
  Device.- C/C++.

XFree86.  ;-)


rc.hwconfig
Description: application/shellscript


lug-bg: bash XF86Config

2003-10-20 Thread Valentin Stoykov
   XF86Config (/dev/mouse).
   -,  
.
   :

=====

s_flag=s5 # ...

if [ -r $XF86Config_new_location ]; then
 cat $XF86Config_new_location | while read LINE ; do


*   *   *   *
  s_flag,  
s5
*   *   *   *


#
echo  s_flag : $s_flag
# 

 done
else echo  $XF86Config_new_location
fi

#
echo  s_flag : $s_flag
#  s5.

=== /   ==

:

#!/bin/sh

echo   rc.hwconfig...
date

IDENT_MONITOR=Auto_Configured_Monitor
IDENT_CARD=Auto_Configured_Card
IDENT_SCREEN=Auto_Configured_Screen
XF86Config_location=/etc/X11/XF86Config
XF86Config_new_location=/root/XF86Config.new


rm -f $XF86Config_new_location #/root/XF86Config.new,   
.
ERR_MSG=`/usr/X11R6/bin/XFree86 -configure 21`
if [ ! $? = 0 ]; then
  echo XFree86:
  echo $ERR_MSG
#  exit
  echo   ...
fi

rm -f $XF86Config_location #XF86Config,  
 .

cat  $XF86Config_location  EOF
# 

# **
#  man  XF86Config(4/5)  ,  
#   .
# **


# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section Module

# This loads the DBE extension module.

Loaddbe   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  extmod
  Optionomit xfree86-dga   # don't initialise the DGA extension
EndSubSection

# This loads the font modules
#Loadtype1
Loadfreetype
#Loadspeedo

# This loads the GLX module
Load   glx

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

RgbPath /usr/X11R6/lib/X11/rgb

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#

FontPath   /usr/X11R6/lib/X11/fonts/bg/bolkhov/cp1251/misc
FontPath   /usr/X11R6/lib/X11/fonts/bg/bolkhov/cp1251/75dpi
FontPath   /usr/X11R6/lib/X11/fonts/bg/cronyx/cp1251/100dpi
FontPath   /usr/X11R6/lib/X11/fonts/bg/misc

FontPath   /usr/X11R6/lib/X11/fonts/misc/

# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

#ModulePath /usr/X11R6/lib/modules

EndSection

# **
# Server flags section.
# **

Section ServerFlags

Option AllowMouseOpenFail  true


# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#Option NoTrapSignals

# Uncomment this to disable the CrtlAltFn VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#Option DontVTSwitch

# Uncomment this to disable the CrtlAltBS server abort sequence
# This allows clients to receive this key event.

#Option DontZap

# Uncomment this to disable the CrtlAltKP_+/KP_- mode switching
# sequences.  This allows clients to receive these key events.

#Option DontZoom

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#Option DisableVidModeExtension

# Uncomment this to enable the use of a non-local xvidtune client.

#Option AllowNonLocalXvidtune

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#Option DisableModInDev

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#Option AllowNonLocalModInDev

# Set the basic blanking screen saver timeout.

#Option  blank time10# 10 minutes

# Set the DPMS timeouts.  These are set here because they 

Re: lug-bg: Slackware-Live -

2003-10-18 Thread Valentin Stoykov
On Friday 17 October 2003 21:05, Hristo Erinin wrote:
 ,

 On Fri, 17 Oct 2003 20:01:11 +0300

 Valentin Stoykov [EMAIL PROTECTED] wrote:
  On Friday 17 October 2003 17:30, Hristo Erinin wrote:
   Valentin Stoykov [EMAIL PROTECTED] wrote:
On Monday 13 October 2003 23:51, Valentin Stoykov wrote:
   

 ?
  
  gpmgpm-mouse-test. 
 ,   .  

   .
/dev/ttyS{0,1}  
, (cat /dev/ttyS0). 
  
  . :))
 
 cat /dev/ttyS0,   
.
   gpm-mouse-test .

ftp://ftp.schottelius.org/pub/linux/gpm/gpm-1.20.1.tar.gz -
gpm.debian  
  .

 mouse-test.
   gpm, 
 :-)



DDC?
 
DDC,,  
  :-) , 
  .
 
  XFree86 -configure   , :
  Section Monitor

 [cut]

  EndSection
 
   ddcxinfo-knoppix -monitor- :
 
  Section Monitor

 [cut]

  EndSection

   (   ) 
   .XFree86 
 .

  bash. perl (  ).
 ,   live-cd  8 
  CD-ROM 200MB ( 250 MB).-   
   ;-)
 
Section
  Device?  ?
 
Section Screen, 
 Device  (  Card0) 
,- 
Section Device
  Identifier  Card0 ( ,  ;-) ).

  bash :).

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



lug-bg: UTF-8

2003-10-17 Thread Valentin Stoykov
   :
 google.com  Mozilla   :
http://vstojkov.hit.bg/tmp/snapshot1.png
( )

Konqueror -  .

  View-Page Source ( Mozilla) html :
meta http-equiv=content-type content=text/html; charset=UTF-8

  View-View Document Source ( Konqueror)  :
meta http-equiv=content-type content=text/html; charset=windows-1251

 ,   unicode.

Mozilla -
 unicode  ?

   ?

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Slackware-Live -

2003-10-17 Thread Valentin Stoykov
On Friday 17 October 2003 15:44,   wrote:
  17 10 2003 11:40, Peter Georgiev :
 ,  :
 
  cat /proc/tty/driver/serial | grep baud:9600 | cut -f1 -d:
 
   0,1  
  .
 
 :
  1.   9600? ( -  
  4800)   hardwarist ?

   MSmouse (2-)= 1200 bps (  )
 (   )   Mouse Systems mouse (3 ) = 2400 bps
   ,
   ,MSMouse (2-),   
POWER-ONMouse Systems mouse (3
 ).


   ,   COM1 (ttyS0)   
.  
 POWER-ON.

[EMAIL PROTECTED]:/proc/tty/driver$ cat /proc/tty/driver/serial
serinfo:1.0 driver:5.05c revision:2001-07-08
0: uart:16550A port:3F8 irq:4 baud:1200 tx:8 rx:11684 fe:24 brk:25 RTS|DTR|DSR
1: uart:16550A port:2F8 irq:3 tx:0 rx:0
3: uart:16550A port:2E8 irq:3 tx:0 rx:0 CTS|DSR


 ,
  .,   
, COM1 (ttyS0)?


A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Slackware-Live -

2003-10-17 Thread Valentin Stoykov
On Friday 17 October 2003 17:30, Hristo Erinin wrote:
 ,

 On Fri, 17 Oct 2003 00:06:42 +0300

 Valentin Stoykov [EMAIL PROTECTED] wrote:
  On Monday 13 October 2003 23:51, Valentin Stoykov wrote:
 
   
  ?

gpmgpm-mouse-test.  
  ,   .  
  
 .
  /dev/ttyS{0,1}  
  , (cat /dev/ttyS0). 

. :))

   cat /dev/ttyS0,  
.
 gpm-mouse-test .


  
 
XF86Config  Slackware-live  
 , -.
 
  , Monitor
   ddcxinfo-knoppix (ddcxinfo-knoppix-0.6).   
 -monitor,:
 
  Section Monitor

 [cut]

  EndSection

  DDC?


  DDC,,   :-)  
   ,  .

 [cut]

  XFree86 -configure
  (  /root/XF86Config.new)  
  :

 ,   .   -
  DDC,   XFree86 -configure   
 ,   .   
  DDC,   
  .

XFree86 -configure   , :
Section Monitor
#DisplaySize  300   230 # mm
Identifier   Monitor0
VendorName   CPQ
ModelNameCOMPAQ V75
Option  DPMS
EndSection

 ddcxinfo-knoppix -monitor- :

Section Monitor
Identifier   Monitor0
VendorName  CPQ
ModelName   CPQ1332
HorizSync 30 - 69 # DDC-probed
VertRefresh 50 - 120 # DDC-probed
# These are the DDC-probed settings reported by your monitor.
# 1024x768, 85.0Hz; hfreq=68.68, vfreq=85.00
ModeLine 1024x768  94.50 1024 1072 1168 1376  768  769  772  808 +hsync 
+vsync
# 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
ModeLine 1024x768  78.75 1024 1040 1136 1312  768  769  772  800 +hsync 
+vsync
# 1024x768, 70.0Hz; hfreq=56.48, vfreq=70.07
ModeLine 1024x768  75.00 1024 1048 1184 1328  768  771  777  806 -hsync 
-vsync
# 800x600, 85.0Hz; hfreq=53.67, vfreq=85.06
ModeLine 800x600   56.25  800  832  896 1048  600  601  604  631 +hsync 
+vsync
# 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
ModeLine 800x600   49.50  800  816  896 1056  600  601  604  625 +hsync 
+vsync
# 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
ModeLine 800x600   40.00  800  840  968 1056  600  601  605  628 +hsync 
+vsync
# 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
ModeLine 640x480   31.50  640  656  720  840  480  481  484  500 -hsync 
-vsync
# 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
ModeLine 640x480   25.17  640  648  744  784  480  482  484  509 -hsync 
-vsync
# Extended modelines with GTF timings
# 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
ModeLine 640x480  43.16  640 680 744 848  480 481 484 509  -HSync +Vsync
# 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
ModeLine 768x576  34.96  768 792 872 976  576 577 580 597  -HSync +Vsync
# 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
ModeLine 768x576  42.93  768 800 880 992  576 577 580 601  -HSync +Vsync
# 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
ModeLine 768x576  45.51  768 808 888 1008  576 577 580 602  -HSync +Vsync
# 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
ModeLine 768x576  51.84  768 808 888 1008  576 577 580 605  -HSync +Vsync
# 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
ModeLine 768x576  62.57  768 816 896 1024  576 577 580 611  -HSync +Vsync
# 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
ModeLine 800x600  68.18  800 848 936 1072  600 601 604 636  -HSync +Vsync
# 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
ModeLine 1024x768  113.31  1024 1096 1208 1392  768 769 772 814  -HSync 
+Vsync
# 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
ModeLine 1152x864  81.62  1152 1216 1336 1520  864 865 868 895  -HSync 
+Vsync
# 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
ModeLine 1152x864  119.65  1152 1224 1352 1552  864 865 868 907  -HSync 
+Vsync
# 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
ModeLine 1152x864  143.47  1152 1232 1360 1568  864 865 868 915  -HSync 
+Vsync
# 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
ModeLine 1280x960  124.54  1280 1368 1504 1728  960 961 964 1001  -HSync 
+Vsync
# 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
ModeLine 1280x960  129.86  1280 1368 1504 1728  960 961 964 1002  -HSync 
+Vsync
# 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
ModeLine 1280x960  178.99  1280 1376 1520 1760  960 961 964 1017  -HSync 
+Vsync
# 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
ModeLine 1280x1024  190.96  1280 1376 1520 1760  1024 1025 1028 1085  
-HSync +Vsync
# 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
ModeLine 1400x1050  122.61  1400 1488 1640 1880

Re: lug-bg: CD Eject problem Slack 9.1

2003-10-17 Thread Valentin Stoykov
On Friday 17 October 2003 23:34, Vladimir Paskov wrote:
 Zdraveite grupa,
 imam problem s ejectvaneto na CD pod KDE 3.1 (Slack 9.1).Kogato kato
 normalen user se opitam da napravq eject na cd-to (klikvaiki s desniqt
 buton i izbiraiki eject) mi izliza slednoto suob6tenie:

 Eject /dev/cdrom failed!

 V /etc/fstab sum razre6il osven root i normali useri da imat dostup do cd
 ustroistvata (v smisul da mogat da gi montirat) kato sum dobavil user,ro.

 Blagodarq predvaritelno za otgovorite!!!

 S uvazenie:
 Vladimir Paskov

 P.S: Tova e edinstveniqt problem koito ostana nere6en, okolo CD
 ustroistvata mi.

  CD-ROMeject-, CD-RW 
.

  /etc/fstab:

/dev/hda6swap   swapdefaults 0  0
/dev/hda7/reiserfs  defaults 1  1
/dev/hda5/boot  reiserfs  defaults 1  2
/dev/hda8/home  reiserfs  defaults 1  2
/dev/hda10/mnt/livereiserfs  defaults 1  2
/dev/hda1/mnt/win_cvfat
iocharset=cp1251,codepage=866,umask=0  1  0
/dev/hda9/mnt/win_dvfat
iocharset=cp1251,codepage=866,umask=0  1  0
/dev/cdrom/mnt/cdromiso9660   noauto,user,ro  0  0
/dev/cdrw/mnt/cdrwiso9660   noauto,user,ro  0  0
/dev/fd0 /mnt/floppy   autonoauto,user   0  0
devpts  /dev/pts devpts   gid=5,mode=620  0  0
proc   /proc  procdefaults 0  0


  fstab.


A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Slackware-Live -

2003-10-16 Thread Valentin Stoykov
On Monday 13 October 2003 23:51, Valentin Stoykov wrote:
   : Slackware-Live 2.9.0.22.
  ,   /dev/ttyS0

   
   /etc/rc.d/rc.M

 # probe for USB mouse
 echo Probing for USB mouse...
 if [ -r /proc/bus/usb/devices -a `cat /proc/bus/usb/devices | grep -i
 mouse` !=  ]; then
ln -sf /dev/input/mice /dev/mouse
 else
ln -sf /dev/psaux /dev/mouse
 fi

- -  
 USB a /dev/mouse   /dev/input/mice 
  USB ,   PS/2
  / dev/mouse   /dev/psaux.

 * * *

  ,-
 http://www.slackware-live.org/phpBB2/viewtopic.php?t=97
Tomas Matejicek:-)

   - USB, 
 PS/2,  -   ,   
  COM1 - /dev/ttyS0.

   cat /proc/interrupts | grep -i PS/2 Mouse   
  -   PS/2 .

 -   :-)
 (   )

,  ...  
 COM1,   COM2?

() 
 ,, COM2  
   (   ,   COM1
 ?). 
   .

  ,   ,  , 
;-)

Tomas Matejicek, 
  COM1 ...  
   .

,  ... 
 , 




 ::

# probe for USB mouse
echo Probing for USB mouse...
if [ -r /proc/bus/usb/devices -a `cat /proc/bus/usb/devices | grep -i mouse` !=  
]; then
   ln -sf /dev/input/mice /dev/mouse
elif [ -r /proc/interrupts -a `cat /proc/interrupts | grep -i PS/2 Mouse` !=  ]; 
then
   ln -sf /dev/psaux /dev/mouse
else
   ln -sf /dev/ttyS0 /dev/mouse
fi


  ?



  XF86Config  Slackware-live  
, -.

, Monitor   
ddcxinfo-knoppix (ddcxinfo-knoppix-0.6).
  -monitor,:

Section Monitor
Identifier   Monitor0
VendorName  CPQ
ModelName   CPQ1332
HorizSync 30 - 69 # DDC-probed
VertRefresh 50 - 120 # DDC-probed
# These are the DDC-probed settings reported by your monitor.
# 1024x768, 85.0Hz; hfreq=68.68, vfreq=85.00
ModeLine 1024x768  94.50 1024 1072 1168 1376  768  769  772  808 +hsync 
+vsync
# 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
ModeLine 1024x768  78.75 1024 1040 1136 1312  768  769  772  800 +hsync 
+vsync
# 1024x768, 70.0Hz; hfreq=56.48, vfreq=70.07
ModeLine 1024x768  75.00 1024 1048 1184 1328  768  771  777  806 -hsync 
-vsync
# 800x600, 85.0Hz; hfreq=53.67, vfreq=85.06
ModeLine 800x600   56.25  800  832  896 1048  600  601  604  631 +hsync 
+vsync
# 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
ModeLine 800x600   49.50  800  816  896 1056  600  601  604  625 +hsync 
+vsync
# 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
ModeLine 800x600   40.00  800  840  968 1056  600  601  605  628 +hsync 
+vsync
# 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
ModeLine 640x480   31.50  640  656  720  840  480  481  484  500 -hsync 
-vsync
# 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
ModeLine 640x480   25.17  640  648  744  784  480  482  484  509 -hsync 
-vsync
# Extended modelines with GTF timings
# 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
ModeLine 640x480  43.16  640 680 744 848  480 481 484 509  -HSync +Vsync
# 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
ModeLine 768x576  34.96  768 792 872 976  576 577 580 597  -HSync +Vsync
# 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
ModeLine 768x576  42.93  768 800 880 992  576 577 580 601  -HSync +Vsync
# 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
ModeLine 768x576  45.51  768 808 888 1008  576 577 580 602  -HSync +Vsync
# 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
ModeLine 768x576  51.84  768 808 888 1008  576 577 580 605  -HSync +Vsync
# 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
ModeLine 768x576  62.57  768 816 896 1024  576 577 580 611  -HSync +Vsync
# 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
ModeLine 800x600  68.18  800 848 936 1072  600 601 604 636  -HSync +Vsync
# 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
ModeLine 1024x768  113.31  1024 1096 1208 1392  768 769 772 814  -HSync 
+Vsync
# 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
ModeLine 1152x864  81.62  1152 1216 1336 1520  864 865 868 895  -HSync +Vsync
# 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
ModeLine 1152x864  119.65  1152 1224 1352 1552  864 865 868 907  -HSync 
+Vsync
# 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
ModeLine 1152x864  143.47  1152 1232 1360 1568  864 865 868 915  -HSync 
+Vsync
# 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
ModeLine 1280x960  124.54  1280 1368 1504 1728  960 961 964 1001  -HSync 
+Vsync
# 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
ModeLine 1280x960  129.86  1280 1368 1504 1728  960 961 964 1002  -HSync 
+Vsync
# 1280x960 @ 100.00 Hz

lug-bg: Slackware-Live -

2003-10-13 Thread Valentin Stoykov
  : Slackware-Live 2.9.0.22.
 ,   /dev/ttyS0


 /etc/rc.d/rc.M

# probe for USB mouse
echo Probing for USB mouse...
if [ -r /proc/bus/usb/devices -a `cat /proc/bus/usb/devices | grep -i 
mouse` !=  ]; then
   ln -sf /dev/input/mice /dev/mouse
else
   ln -sf /dev/psaux /dev/mouse
fi

   - -   USB 
a /dev/mouse   /dev/input/mice   USB 
,   PS/2  /
dev/mouse   /dev/psaux.

* * *

 ,- 
http://www.slackware-live.org/phpBB2/viewtopic.php?t=97
   Tomas Matejicek:-)

  - USB,  
PS/2,  -   , 
COM1 - /dev/ttyS0.

  cat /proc/interrupts | grep -i PS/2 Mouse 
-   PS/2 .

-   :-) ( 
  )

   ,  ...   
COM1,   COM2?

   ()  
,, COM2   
  (   ,   COM1  
   ?).   
 .

 ,   ,  ,   
  ;-)

   Tomas Matejicek,  
 COM1 ...   
  .

   ,  ...  , 



A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Sound problem

2003-10-09 Thread Valentin Stoykov
On Thursday 09 October 2003 19:07, [EMAIL PROTECTED] wrote:
   Zdraweite.
  Do seganikoga ne sym se zanimawal sys zwuka pod linux. No sega se nalaga
 da pusna Red Hat za domashni izpolzwane i nemoga da se oprawq sys zwuka.

 $ play sound.wav
  sox: Can't open output file '/dev/dsp': No such device

 Idei?


,   ALSA.
 ,   alsaconfig / soundconfig.
   RedHat ?

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Re: Sound problem

2003-10-09 Thread Valentin Stoykov
On Thursday 09 October 2003 21:33, [EMAIL PROTECTED] wrote:
 Valentin Stoykov [EMAIL PROTECTED]:
 | On Thursday 09 October 2003 19:07, [EMAIL PROTECTED] wrote:
 |Zdraweite.
 |   Do seganikoga ne sym se zanimawal sys zwuka pod linux. No sega se
 |  nalaga da pusna Red Hat za domashni izpolzwane i nemoga da se oprawq
 |  sys zwuka.
 | 
 |  $ play sound.wav
 |   sox: Can't open output file '/dev/dsp': No such device
 | 
 |  Idei?
 |
 | ,   ALSA.
 |  ,   alsaconfig / soundconfig.
 |RedHat ?

 S v8
 i nqmam alsa...
 qwno shte traq da promenq towa.


soundconfig?
   kudzu,   ...

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: bg-linux i knoppix

2003-10-08 Thread Valentin Stoykov
On Wednesday 08 October 2003 15:40, raptor wrote:
 nqkoi da ima ideq moga li da instaliram bg-linux po nqkakaw nachin taka che
 knoppix-a kato bootwa da go polzwa taka che da mogat horata da si pishat na
 kirilica (de fakto kak se kazwa paketa pod debian)

 Mislq da konwertiram nqkolko mashini na knoppix ta dolu gore gledam :

  1. mrevowiq printer gledam che ima wizard pod KDE
  2. Sambata syshto (ima nqkawa lisa)
  3. ostawa kirilicata !?
  4. za poshtata ste polzwam Kmail

 Iskam da ostawq bootwaneto da e ot CD i wsichki konfiguracii ste gi zarevda
 ot HDD-to. (ne iskam da go prehwyrlqm Knoppix-a na hdd)
 tia.


 /   
 . (  HowTo - 
http://vstoykov.hit.bg/cyrillic/linux/bg_linux_howto_0_0_4.htm)

 :
http://vstojkov.hit.bg/data/knoppix_configs/configs.tbz
http://vstojkov.hit.bg/data/knoppix_configs/knoppix.sh
 Knoppix 3.2.
   /KNOPPIX  CD-.

 ,
 .
   KDE-().   
 .,   
 XF86Config.
  perl ,  fstab 
   FAT32  (  ).
 ,  configs.tbz 
().
  /home/knoppix/.fonts  /cdrom/
fonts,   True Type . (   
   )

  fonts.dir:

mkfontdir -e /usr/X11R6/lib/X11/fonts/encodings
ttmkfdir  fonts.dir
fc-cache

  /home/knoppix/.xftconfig   
:

#$XFree86$

dir /usr/X11R6/lib/X11/fonts/Type1
dir /usr/share/fonts/ttf/western
dir /usr/share/fonts/ttf/decoratives
dir ~/.fonts


 configs.tbz  
  .

- 
.   ,
.




A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



lug-bg: LANG=bg_BG.utf8 ...

2003-10-05 Thread Valentin Stoykov
Slackware 9.0...
  http://vstoykov.hit.bg/cyrillic/linux/bg_linux_howto_0_0_4.htm.  
  - 
konsole, 
   KDE, .

  Slackware 9.1,  
 KDE.  khelpcenter
 -   '  Unix' . 
 ,  utf8,,   cp-1251  
 .
Konqueror # -   .
   - !  
!


html
headtitle  UNIX /title/head
body bgcolor=#ffh1  UNIX /h1
table
trtda href=man:(1)1/a/tdtd /tdtd  
/td/tr
trtda href=man:(2)2/a/tdtd /tdtd  /
td/tr
trtda href=man:(3)3/a/tdtd /tdtd /td/tr
trtda href=man:(4)4/a/tdtd /tdtd /td/tr
trtda href=man:(5)5/a/tdtd /tdtd   /
td/tr
trtda href=man:(6)6/a/tdtd /tdtd /td/tr
trtda href=man:(7)7/a/tdtd /tdtd /td/tr
trtda href=man:(8)8/a/tdtd /tdtd  
/td/tr
trtda href=man:(9)9/a/tdtd /tdtd /td/tr
trtda href=man:(n)n/a/tdtd /tdtd /td/tr
/table
/body/html


  html   utf8,,   cp1251.

 ,  (utf8)
   .
  -   Konqueror -  -   
  utf8.  .  .  #. 
  man :-)

 khelpcenter.  khelpcenter.Unix.  
-   . .

***


   root,   /etc/profile.d/lang.sh   export 
LANG=bg_BG  export LANG=bg_BG.utf8.
  KDE,   bash,   .
  LANGbg_BG.utf8 -
  utf8.

  khelpcenter  .

  :

KDE. 
-, 
LANG.  KDE,  
   Konsole.  
   Konsole.
  mcedit (  konsole)  , 
.
  konsole  ( backspace) 
.

,   ,- AbiWord   
 ... 
  X.


http://clubs.dir.bg/
showthreaded.php?Cat=8Board=linuxNumber=1940302096page=0view=collapsedsb=5

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Slackware 9 386 - Kernel panic

2003-09-23 Thread Valentin Stoykov
On Sunday 21 September 2003 17:08, Georgi Chorbadzhiyski wrote:
 Valentin Stoykov wrote:
  On Sunday 21 September 2003 14:38, Georgi Chorbadzhiyski wrote:
  Valentin Stoykov wrote:
 Slackware 9 200MB ( !)
 ,  386
   ,:
  
  
   . . .
   Checking if this processor honours the WP bit even in supevisor
   mode No. Kernel panic: This kernel doesn't support CPU's with
   broken WP. Recompile it for a 386!
 
  Recompile it for a 386
   kernel-,   386.
 
   In idle task - not syncing
  
  
   kernel - lowmem.i 
 .
  
  WP ?
 
  Write Protect, , 
  root-
 
  ,:
   http://clubs.dir.bg/showthreaded.php?Cat=8Board=linuxNumber=19402124
  52 page=0view=collapsedsb=5
 
   ,   
 
 
  ?

  .

  (   -).
 - 
/usr/src/linux-2.4.20/arch/i386/boot/bzImage
 .
  ()?

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



lug-bg: Slackware 9 386 - Kernel panic

2003-09-21 Thread Valentin Stoykov
  Slackware 9 200MB ( !)
  ,  386 ,  
  :


. . .
Checking if this processor honours the WP bit even in supevisor mode No.
Kernel panic: This kernel doesn't support CPU's with broken WP. Recompile it 
for a 386!
In idle task - not syncing


kernel - lowmem.i  
  .

   WP ?

   ,:
http://clubs.dir.bg/showthreaded.php?Cat=8Board=linuxNumber=1940212452page=0view=collapsedsb=5

   ...

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Slackware 9 386 - Kernel panic

2003-09-21 Thread Valentin Stoykov
On Sunday 21 September 2003 14:38, Georgi Chorbadzhiyski wrote:
 Valentin Stoykov wrote:
Slackware 9 200MB ( !)
,  386 ,
 :
 
 
  . . .
  Checking if this processor honours the WP bit even in supevisor mode
  No. Kernel panic: This kernel doesn't support CPU's with broken WP.
  Recompile it for a 386!

 Recompile it for a 386
  kernel-,   386.

  In idle task - not syncing
 
 
  kernel - lowmem.i 
.
 
 WP ?

 Write Protect, , 
 root-

 ,:
  http://clubs.dir.bg/showthreaded.php?Cat=8Board=linuxNumber=1940212452;
 page=0view=collapsedsb=5

  ,   


?

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: mcedit bg-linux ?

2003-09-17 Thread Valentin Stoykov
On Wednesday 17 September 2003 16:41, raptor wrote:
 nqkoi polzwa li midnight commander editor i da move da pishe na kirilica
 ? Ako da, move li da kave kak
 Nqma problem, kirilicata se chete no ne moga da pisha na kirilica ?
 Rabotq pod gnome-terminal, predpolagam towa syshto ima nqkakwo znachenie

 tia

mcedit mc   
:

  Options - Display bits:

+-- Display bits --+
|  |
|  Input / display codepage:   |
|  Windows 1251   [ Select ]   |
|  |
|  [x] Full 8 bits input   |
|  |
| [ OK ] [ Cancel ]|
+--+

: Options - Save setup ;-) 

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html