Re: [gentoo-user] [Solved] Linux Kernel 3.2.0 & USB Mouse

2012-02-25 Thread Space Cakex
Finally it is working by enabling some HID_RAW parameter in the kernel 
config

L:


On 2012. február 22. 19:19:55, Michael Mol wrote:
> 2012/2/22 Space Cake :
>> Today I've tried to upgrade from 3.1.6 to 3.2.1. I did not change
>> anything else only the options mentioned below
>>
>>> Device Drivers
>>> -> HID Devices (HID_SUPPORT)
>>> -> Special HID drivers
>>> -> Logitech devices (HID_LOGITECH)
>>> -> Logitech Unifying receivers full support
>>
>> After that my mouse stopped working in X (yes, evdev emerged after the
>> kernel upgrade).
>>
>> I had the following errors in my log
>>
>> Feb 22 17:17:55 brutal kernel: logitech-djreceiver 0003:046D:C52B.0003:
>> claimed by neither input, hiddev nor hidraw
>> Feb 22 17:17:55 brutal kernel: logitech-djreceiver 0003:046D:C52B.0003:
>> logi_dj_probe:hid_hw_start returned error
>> Feb 22 17:26:20 brutal kernel: logitech-djreceiver 0003:046D:C52B.0007:
>> claimed by neither input, hiddev nor hidraw
>> Feb 22 17:26:20 brutal kernel: logitech-djreceiver 0003:046D:C52B.0007:
>> logi_dj_probe:hid_hw_start returned error
>>
>> Do you have any idea?
>
> Try disabling HID_LOGITECH, and rely on their base support for the HID
> input device spec.
>



smime.p7s
Description: S/MIME kriptográfiai aláírás


Re: [gentoo-user] Xorg / Intel VGA and multiple display

2009-11-19 Thread Space Cakex


I'm using xf86-video-intel -> 2.9.1 ; xorg-server  -> 1.6.5 and 
xorg-drivers -> 1.6

My hardware :
00:02.0 VGA compatible controller: Intel Corporation Mobile 
GM965/GL960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 0c)


I using 2.6.31-gentoo-r2 with KMS and Idon't have a xorg.conf file.

I set my two monitors using xrandr :
xrandr --output LVDS1 --mode 1280x800
xrandr --output VGA1 --mode 1280x1024 --above LVDS1

X works fine, but XFCE display setting don't, waiting for a fix 
already in the XFCE roadmap.


yes, something similar working fine for me, but what I'm really looking 
for is a solution to make it automatic :) so, when I put my laptop on 
the docking station this should change to dual mode, but when I remove 
it can switch back to standalone


at least I would like to make an xorg.conf to handle my two monitors 
better than currently where I have to configure resolutions and display 
placements each time I reboot my machine or changing from or to docking 
station


I know this is a nice dream, but I'm sure the future where this is true 
with linux is not so far :)


Laszlo



Re: [gentoo-user] configuring wlan0

2009-11-18 Thread Space Cakex

Michael P. Soulier wrote:

On 18/11/09 Alan McKinnon said:

  

Forget all about conf.d/net, and disable the init scripts for it.

Install and run wicd instead. 



I'll look into it, but the Gentoo Handbook still points at conf.d/net, so
should there not be an update if it has fallen out of favour? Should the bugs
in conf.d/net not be fixed?

Mike
  
for me the best solution is to use networkmanager, delete net scripts 
and everything plus install nm-applet, so I have a real user friendly 
look and feel :) my only issue now is vpnc (see my other mail)


Laszlo