Re: Odp: [gentoo-user] Re: polish fonts xorg.conf

2011-06-16 Thread fajfusio
Dnia 15-06-2011 o godz. 21:59 Mick napisał(a):
 On Wednesday 15 Jun 2011 16:41:29 YoYo Siska wrote:
  On Wed, Jun 15, 2011 at 04:46:54PM +0200, fajfu...@wp.pl wrote:
   Dnia 14-06-2011 o godz. 21:51 walt napisał(a):
On 06/14/2011 09:02 AM, fajfu...@wp.pl wrote:
 Hello
 
 When I execute:
 setxkbmap pl
 
 I can type polish fonts in xterm and other X programs. But when I

generate xorg.conf file with Xorg -configure and add the following to
it I cannot type the polish fonts (I copied it to /etc/x11/xorg.conf)

 Section InputDevice
 
 Identifier  Keyboard0
 Driver  kbd
 Option XkbModel pc105
 Option XkbLayoutpl
 
 EndSection
 
 
 Xorg.0.log:
 [ 29007.715] (==) Using config file: /etc/X11/xorg.conf
 [ 29008.100] (II) XINPUT: Adding extended input device Power Button

(type: KEYBOARD)

 [ 29008.100] (**) Option xkb_rules evdev
 [ 29008.100] (**) Option xkb_model evdev
 [ 29008.100] (**) Option xkb_layout us

The only problem I can see at the moment is that the log file says that
your keyboard
is using the 'evdev' driver but your xorg.conf specifies the 'kbd'
driver.  Try changing
the Driver to evdev instead of 'kbd'.
   
   I have reconfigured xorg.conf as follows:
   Section InputDevice
   
   Identifier  Keyboard0
   Driver  evdev
   Option XkbModel pc105
   Option XkbLayoutpl
   
   EndSection
   
   or
   
   Section InputDevice
   
   Identifier  Keyboard0
   Driver  evdev
   Option XkbModel evdev
   Option XkbLayoutpl
   
   EndSection
   
   
   Unfortunatelly it didn't help.
   I attach the complete Xorg.0.log.
   Do you have another suggestions.
   Thank you for help
  
  [ 24703.710] (**) Keyboard0: always reports core events
  [ 24703.710] (EE) Keyboard0: No device specified.
  [ 24703.710] (II) UnloadModule: evdev
  [ 24703.710] (EE) PreInit returned NULL for Keyboard0
  
  you defined a (new) keyboard in the config, which doesn't actually point
  to a device (the old kbd driver didn't need a device, but it didn't work
  for other reasons...) so that X basically ignored that section
  and your real keyboard device did get added automatically later
  albeit without your settings...
  
  the most correct way with a newer xorg is to create a file in
  /etc/xorg.conf.d  where you put an entry, which would  *match*  your
  keyboard device (that gets automatically created) and add the options to
  it, basically something like:
  
  Section InputClass
  Identifier pl keyboard layout
  MatchIsKeyboard on
  Option XkbModel evdev
  Option XkbLayoutpl
  EndSection
  
  can't find gentoo specific doc / page for this stuff, but
  man xorg.conf (search for InputClass) and google for
  xorg.conf.d and/or InputClass should give you something usefull
  fex:
  http://fedoraproject.org/wiki/Input_device_configuration
  
  
  
  yoyo
 As yoyo says:
 
 Remove
 Section ServerLayout
 #   InputDeviceKeyboard0 CoreKeyboard
 
 because evdev does not need it and change your keyboard section as 
 suggested,
 or if it doesn't work you can also try this:
 =
 Section InputClass
Identifier  keyboard catchall
Driver  evdev
MatchIsKeyboard on
MatchDevicePath /dev/input/event*
Option XkbLayout pl
Option XkbOptions
 EndSection
 =
 
 --
 Regards,
 Mick

Thanks all of you for help.
The last 2 posts definitely solved the problem.







[gentoo-user] polish fonts xorg.conf

2011-06-14 Thread fajfusio
Hello

When I execute:
setxkbmap pl

I can type polish fonts in xterm and other X programs. But when I generate 
xorg.conf file with Xorg -configure and add the following to it I cannot type 
the polish fonts (I copied it to /etc/x11/xorg.conf)

Section InputDevice
Identifier  Keyboard0
Driver  kbd
Option XkbModel pc105
Option XkbLayoutpl
EndSection


Xorg.0.log:
[ 29007.715] (==) Using config file: /etc/X11/xorg.conf
[ 29008.100] (II) XINPUT: Adding extended input device Power Button (type: 
KEYBOARD)
[ 29008.100] (**) Option xkb_rules evdev
[ 29008.100] (**) Option xkb_model evdev
[ 29008.100] (**) Option xkb_layout us

Do you have any suggestions of what may be wrong.
thanks for help





Re: [gentoo-user] xserver does not work after upgrade

2011-06-14 Thread fajfusio
Dnia 27-05-2011 o godz. 17:27 Sebastian Beßler napisał(a):
 Am 27.05.2011 17:09, schrieb fajfu...@wp.pl:
 
  I found that hal has been unmerged during an upgrade. I installed it 
 again
  and launching it at startup.
 
 HAL was removed for a reason, it is not longer used by xserver.
 You have to use Udev for that now.

Thanks for your help.
There were 2 ways of solving that problem.
1. To use the most recent genkernel with default genkernel configuration - it 
has got proper drivers for my graphic interface enabled
2. To compile kernel drivers for my graphics interface as was stated after 
emerging xorg drivers (I didn't find it earlier - sorry)

again, thanks for your help





Re: [gentoo-user] can I remove /var/cache/

2010-12-09 Thread fajfusio
Dnia 7-12-2010 o godz. 16:45 Mick napisał(a):
 2010/12/7  fajfu...@wp.pl:
  Hi
 
  Can I remove /var/cache/ directory.
  My contens of it is as follows:
  cups  edb  eix  fontconfig  genkernel  hald  ldconfig  man
  revdep-rebuild  samba
 
  thanks for answer
 
 I wouldn't.
 
 Why do you want to remove it?

I would like to get more disk space.
Why you wouldn't remove it ?

thanks for answer





[gentoo-user] can I remove /var/cache/

2010-12-07 Thread fajfusio
Hi

Can I remove /var/cache/ directory.
My contens of it is as follows:
cups  edb  eix  fontconfig  genkernel  hald  ldconfig  man  
revdep-rebuild  samba

thanks for answer





[gentoo-user] genkernel, all modules

2010-11-12 Thread fajfusio
Hi

I found that genkernel does not build all available modules.
2 devices have not been detected by a kernel while they were detected 
with manually
configured kernel.
How can I force genkernel to build all available modules ?

thanks for help





Re: [gentoo-user] emerge depclean gcc

2010-10-22 Thread fajfusio
Thank you for help.
Everything went smoothly.

To be on a save side I would like to unemerge old version of gcc with
--depclean switch. How can I revert my previous --noreplace operation 
cleanly
besides emerge --unemerge =gcc-4.3.4.


Dnia 21-10-2010 o godz. 16:17 Paul Hartman napisał(a):
 2010/10/21  fajfu...@wp.pl:
  Hi
  I have upgraded my gentoo recently.
  New version of gcc-4.4.3-r2 has been emerged.
  Now I have 2 versions of gcc:
  gcc-4.3.4
  gcc-4.4.3-r2
 
  There are still many packages compiled with the old version of gcc and
  now I don't want to rebuild them all with a new version.
  emerge --depclean wants to unemerge my old version of gcc.
 
  May I just unmerge my old gcc ?
  Is it save ?
 
 use gcc-config to select the new gcc as your default compiler
 
 env-update
 
 source /etc/profile
 
 fix_libtool_files.sh 4.3.4
 
 emerge --oneshot libtool
 
 then unmerge the old version of gcc
 
 revdep-rebuild just to be safe
 
 I think that should be all that's needed. I don't think there's any
 reason to recompile world or anything like this.





[gentoo-user] emerge depclean gcc

2010-10-21 Thread fajfusio
Hi
I have upgraded my gentoo recently.
New version of gcc-4.4.3-r2 has been emerged.
Now I have 2 versions of gcc:
gcc-4.3.4
gcc-4.4.3-r2

There are still many packages compiled with the old version of gcc and
now I don't want to rebuild them all with a new version.
emerge --depclean wants to unemerge my old version of gcc.

May I just unmerge my old gcc ?
Is it save ?





[gentoo-user] lazy gcc switching

2010-07-21 Thread fajfusio

HiI've just switched to gcc 4.3.4 from 4.1.2 using gcc-config tool. I don't wantto rebuild any package now. As time goes on my packages will be compiled withnew version. I hope that after a few month there will be only a number ofpackages not compiled with a new gcc. Then I want to recompile them on demandincluding libtool if necessary.Do you think my plan have a chance to succeed.thanks for help





[gentoo-user] svn tools only

2010-07-20 Thread fajfusio

Hello
Is it possible to emerge svn tools only.
I mean I want to check out sources, commit modifications. I don't want to have the repository intalled on my machine.
If it is possible what package should I install ?
thanks for help





[gentoo-user] firefox java

2010-06-01 Thread fajfusio

Hello
After upgrade my "world" about 2 weeks ago I found that java does not work in firefox 3.6.3.
I got Sun JDK 1.6.0.15 installed on my system

Could someone give me some indications of how to solve this problem.

thanks for help





[gentoo-user] fluxbox startup

2010-05-25 Thread fajfusio

HelloAfter an upgrade about a week ago my fluxbox stopped beeing launched at the xdm startupafter I log on. Fluxbox starts with no problem using startx command.My /etc/rc.conf has the following entry:XSESSION="fluxbox"My /etc/conf.d/xdm has the following entry:DISPLAYMANAGER="gdm"My ~/.xinitrc has the following entry:exec startfluxboxAny suggestions what is wrong with my config are appreciated.Great thanks for help.





[gentoo-user] msfonts

2010-04-26 Thread fajfusio

Hello
I'm looking for the following fonts.Could you give me some indications of what packages contain the followingfonts.Thank you.

/usr/share/doc/msfonts/usr/share/doc/msfonts/hebrew.png/usr/share/doc/msfonts/index.html/usr/share/doc/msfonts/kdeconf.png/usr/share/doc/msfonts/konqconf.png/usr/share/doc/msfonts/mozconf.png/usr/share/doc/msfonts/msfonts-demo.kwd/usr/share/doc/msfonts/msfonts-demo.png/usr/share/doc/msfonts/msfonts-style-demo.kwd/usr/share/doc/msfonts/msfonts-style-demo.png/usr/share/doc/msfonts/orient.png/usr/share/doc/msfonts/thumb-hebrew.png/usr/share/doc/msfonts/thumb-msfonts-demo.png/usr/share/doc/msfonts/thumb-msfonts-style-demo.png/usr/share/doc/msfonts/thumb-orient.png/usr/share/fonts/msfonts/usr/share/fonts/msfonts/andalemo.ttf/usr/share/fonts/msfonts/arial.ttf/usr/share/fonts/msfonts/arialbd.ttf/usr/share/fonts/msfonts/arialbi.ttf/usr/share/fonts/msfonts/ariali.ttf/usr/share/fonts/msfonts/ariblk.ttf/usr/share/fonts/msfonts/comic.ttf/usr/share/fonts/msfonts/comicbd.ttf/usr/share/fonts/msfonts/cour.ttf/usr/share/fonts/msfonts/courbd.ttf/usr/share/fonts/msfonts/courbi.ttf/usr/share/fonts/msfonts/couri.ttf/usr/share/fonts/msfonts/georgia.ttf/usr/share/fonts/msfonts/georgiab.ttf/usr/share/fonts/msfonts/georgiai.ttf/usr/share/fonts/msfonts/georgiaz.ttf/usr/share/fonts/msfonts/impact.ttf/usr/share/fonts/msfonts/l_10646.ttf/usr/share/fonts/msfonts/lucon.ttf/usr/share/fonts/msfonts/micross.ttf/usr/share/fonts/msfonts/symbol.ttf/usr/share/fonts/msfonts/tahoma.ttf/usr/share/fonts/msfonts/tahomabd.ttf/usr/share/fonts/msfonts/times.ttf/usr/share/fonts/msfonts/timesbd.ttf/usr/share/fonts/msfonts/timesbi.ttf/usr/share/fonts/msfonts/timesi.ttf/usr/share/fonts/msfonts/trebuc.ttf/usr/share/fonts/msfonts/trebucbd.ttf/usr/share/fonts/msfonts/trebucbi.ttf/usr/share/fonts/msfonts/trebucit.ttf/usr/share/fonts/msfonts/verdana.ttf/usr/share/fonts/msfonts/verdanab.ttf/usr/share/fonts/msfonts/verdanai.ttf/usr/share/fonts/msfonts/verdanaz.ttf/usr/share/fonts/msfonts/webdings.ttf/usr/share/fonts/msfonts/wingding.ttf/usr/share/fonts/msfonts-style/usr/share/fonts/msfonts-style/ahronbd.ttf/usr/share/fonts/msfonts-style/gil_.ttf/usr/share/fonts/msfonts-style/gilb.ttf/usr/share/fonts/msfonts-style/gilbi___.ttf/usr/share/fonts/msfonts-style/gilc.ttf/usr/share/fonts/msfonts-style/gilcb___.ttf/usr/share/fonts/msfonts-style/gili.ttf/usr/share/fonts/msfonts-style/gilu.ttf/usr/share/fonts/msfonts-style/matha___.ttf/usr/share/fonts/msfonts-style/mathb___.ttf/usr/share/fonts/msfonts-style/mathc___.ttf/usr/share/fonts/msfonts-style/mtsorts_.ttf/usr/share/fonts/msfonts-style/nrkis.ttf/usr/share/fonts/msfonts-style/pala.ttf/usr/share/fonts/msfonts-style/palab.ttf/usr/share/fonts/msfonts-style/palabi.ttf/usr/share/fonts/msfonts-style/palai.ttf/usr/share/fonts/msfonts-style/upclb.ttf/usr/share/fonts/msfonts-style/upclbi.ttf/usr/share/fonts/msfonts-style/upcli.ttf/usr/share/fonts/msfonts-style/upcll.ttf





[gentoo-user] cedet-semantic vs semantic

2010-01-13 Thread fajfusio
HiI'm confused about semantic in gentoo.For me it looks like it is both a part of cedet package and a standalonesemantic package.I would like to have most recent "intelligent jump" and auto completionfeatures of cedet (for C++). I use emacs (not Xemacs). What package should Iinstall ?great thanks for helpBiałe szaleństwo trwa!Dokąd w tym roku? Sprawdź trasy, wyciągi, oferty: http://klik.wp.pl/?adr=http://corto.www.wp.pl/as/narty2009-10.html=943





[gentoo-user] firefox mouse gestures

2010-01-06 Thread fajfusio
HiHow can I install mouse gestures for firefox under gentoo.I cannot find any package that seems to be proper for that.great thanks for helpBiałe szaleństwo trwa!Dokąd w tym roku? Sprawdź trasy, wyciągi, oferty: http://klik.wp.pl/?adr=http://corto.www.wp.pl/as/narty2009-10.html=943





[gentoo-user] xconsole started appearing after update

2009-11-18 Thread fajfusio
HelloAfter world upgrade (3 weeks ago) I found that xconsole starts along with xdmstartup. It appears along with logging windows in xdm.I don't use neither kde nor gnome. I use fluxbox but I think that it does notmatter because xconsole appears before starting fluxbox."ps" shows me the following:xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFailI found in /etc/X11/xdm/Xsetup_0 the following (Note that 
it is commented out).### xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFailI have the following versions of the software:gentoo (3 weeks old world update)xorg-x11 7.4-r1xorg-server 1.6.3.901-r2fluxbox 1.0.0-r2How can I force xorg not to launch xconsole at startup.great thanks for helpGdzie planujesz spędzić sylwestra? Na plaży czy na nartach? - Turcja od 1669zł, Egipt od 1989zł, Włochy od 995zł, Austria od 1815zł. Sprawdź! - Kliknij:http://klik.wp.pl/?adr=http://wycieczki.wp.pl=915