From: walt <w41ter@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: Some problems while migrating to 64bit
Date: Mon, 13 Sep 2010 12:57:12 -0700 [thread overview]
Message-ID: <i6lvnc$f6t$1@dough.gmane.org> (raw)
In-Reply-To: <20100913184708.GA5542@solfire>
On 09/13/2010 11:47 AM, meino.cramer@gmx.de wrote:
> Hi,
>
> (I did a emerge -e world with the "world"-file from my 32bit
> system...)
>
> my 64bit-root is finally up and running and X is up also.
>
> Hurray! :)
>
> But there some strange problems...
>
> Sigh... :-{
Yes, indeed.
> 1.) The fonts of mrxvt are microscopic tiny...my home and .mrxvt
> remained the same. Are fonts not reported to "world" when emerged?
> What are the basic fonts I need before buying new glasses?
I have far more than I really use, but here is my list:
(**) FontPath set to:
/usr/share/fonts/corefonts/,
/usr/share/fonts/dejavu/,
/usr/share/fonts/baekmuk-fonts/,
/usr/share/fonts/freefonts/,
/usr/share/fonts/ttf-bitstream-vera/,
/usr/share/fonts/urw-fonts/,
/usr/share/fonts/arphicfonts/,
/usr/share/fonts/terminus/,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
The corefonts are the standard MS fonts used in Windows, which I actually use.
>
> 2.) Mouse does not work. Hald is up, fdi-rules are copied from my old
> system, /dev/input/mice is there, gpm (started for a test) sees
> the mouse, xf86-input-mouse is recompiled, dbus is running.
> What's wrong? X.org.log reports "no device defined for mouse"...
> my xorg.conf does not define such...but it is the same xorg.conf,
> which works under 32bit env.
xf86-input-evdev is the important driver these days, not keyboard and mouse.
(FWIW, I also have /dev/input/mouse0 in addition to 'mice')
Do you have that installed, and is X using it? hal discovers the input
hardware, but then evdev takes over after that. I have no Input Sections
in xorg.conf and evdev works perfectly without them:
(II) config/hal: Adding input device ImExPS/2 Logitech Explorer Mouse
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 2.4.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 7.0
(**) ImExPS/2 Logitech Explorer Mouse: always reports core events
(**) ImExPS/2 Logitech Explorer Mouse: Device: "/dev/input/event4"
(II) ImExPS/2 Logitech Explorer Mouse: Found 9 mouse buttons
(II) ImExPS/2 Logitech Explorer Mouse: Found scroll wheel(s)
(II) ImExPS/2 Logitech Explorer Mouse: Found relative axes
(II) ImExPS/2 Logitech Explorer Mouse: Found x and y relative axes
(II) ImExPS/2 Logitech Explorer Mouse: Configuring as mouse
(**) Option "EmulateWheel" "true"
(**) Option "EmulateWheelButton" "8"
(**) ImExPS/2 Logitech Explorer Mouse: YAxisMapping: buttons 4 and 5
(**) ImExPS/2 Logitech Explorer Mouse: EmulateWheelButton: 8, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "ImExPS/2 Logitech Explorer Mouse" (type: MOUSE)
(**) ImExPS/2 Logitech Explorer Mouse: (accel) keeping acceleration scheme 1
(**) ImExPS/2 Logitech Explorer Mouse: (accel) acceleration profile 0
(II) ImExPS/2 Logitech Explorer Mouse: initialized for relative axes.
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
>
> 3.) Keyboard behaves somehow strange. German Umlauts works, but "|"
> does not...it performs something like a crazy backspace or so.
> And a UNIX without a working pipe is not really making me happy...
>
> 4.) As someone already reports to the list: k3b does not find any
> burner, cdrom, dvd-drive. /dev/sr0 exist and is linked to dvd.
> I even can boot from dvd...
> Somehow I "feel" dbus is guilty but this is more a paranormal
> input ;) than anything related to system administration.
> This did work with an older version of dbus on my old system.
> But I cannot stay with this older version, since emerge claims
> to need it for other installs....
>
> As always I will be very happy for help. Thank you very much in
> advance!
>
> Best regards
> mcc
>
>
>
>
>
>
next prev parent reply other threads:[~2010-09-13 19:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-13 18:47 [gentoo-user] Some problems while migrating to 64bit meino.cramer
2010-09-13 19:42 ` Mark Knecht
2010-09-13 19:57 ` walt [this message]
2010-09-14 21:50 ` Jesús J. Guerrero Botella
2010-09-15 0:13 ` meino.cramer
2010-09-15 4:08 ` Bill Longman
2010-09-15 9:08 ` Jesús J. Guerrero Botella
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='i6lvnc$f6t$1@dough.gmane.org' \
--to=w41ter@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox