You are not logged in.
@alexandrite: sorry im starting feel that im annoying... i have default touchpad settings, i didnt change anything.. the config file for touchpad should be in xorg.conf right?
i've installed acpi-eepc-generic from AUR and did the change in config file but the key combination still doesnt work for me..
:wq
Offline
@alexandrite: sorry im starting feel that im annoying... i have default touchpad settings, i didnt change anything.. the config file for touchpad should be in xorg.conf right?
You can put your settings there if you like. You can find more information about configuring your touchpad at http://wiki.archlinux.org/index.php/Syn … org_method
Try explicitly enabling Two-Finger Scrolling (and maybe disabling ege scrolling). If that doesn't work, maybe there's some setting in Firefox that you have to enable in order to do mouse/touchpad scrolling. (That might especially be the case if you can scroll with other programs besides eclipse).
i've installed acpi-eepc-generic from AUR and did the change in config file but the key combination still doesnt work for me..
Actually, it's all coming back to me now. You've gotta tell udev to load the driver for the eeepc hotkeys and whatnot, then tell the kernel to use it:
1) Add "eeepc_laptop" to your MODULES line in rc.conf.
2) In grub's menu.lst, add "acpi_osi=Linux" to the end of the "kernel" line for your Arch Linux menu entry.
3) reboot.
Also, make sure the you set MODEL="1201N" somewhere near the last line of acpi-eeepc-generic.conf so it knows which set of hotkeys to listen for.
Offline
@alexandrite thank you for your patience the touchpad now works perfectly with scrolling!! i did the three steps you wrote but the wifi turning on/off still doesnt work.. ill try to google some more info about this... i dont want to bother you anymore...
thanks again
:wq
Offline
i have one more question... battery life... this is second time i charged it... and acpi says it will last 4 hours... is it same for others?
:wq
Offline
Battery life is Just 3.5 - 4 hrs about for me, yeah.
Offline
hi... has anyone wifi running with new kernel?? 32bit architecture...
:wq
Offline
@alexandrite thank you for your patience
the touchpad now works perfectly with scrolling!! i did the three steps you wrote but the wifi turning on/off still doesnt work.. ill try to google some more info about this... i dont want to bother you anymore...
thanks again
According to the author's wiki at http://wiki.github.com/nbigaouette/acpi … c/wireless this may be an issue with the BIOS in newer eee pc's
Offline
tlamer wrote:@alexandrite thank you for your patience
the touchpad now works perfectly with scrolling!! i did the three steps you wrote but the wifi turning on/off still doesnt work.. ill try to google some more info about this... i dont want to bother you anymore...
thanks again
According to the author's wiki at http://wiki.github.com/nbigaouette/acpi … c/wireless this may be an issue with the BIOS in newer eee pc's
Works okay for me. Actually tlamer: do you have acpid running (in addition to having acpi-eeepc-generic)? I do belive that is a requirement.
Offline
Hey fellow 1201n owners...
I was wondering how high the volume on your units can go. I can turn all of the volumes up in alsamixer to their maximum values, and the headphone volume still leaves something to be desired. It is OK for listening to in a quiet room, but is too quiet for any other environment. Compared to other devices, such as my MP3 player and Eee PC 701, the volume is just weak.
This issue is independent of the OS and the headphones I use, so I would guess that there is just a weak amplifier inside my 1201n. Is this the case for other people, too? It would be great if I could "trick" alsa into setting the volume to 125% or so...
Offline
I can get good volume from the headphone jack, but I've found the speakers do leave something to be desired.
I think Jack or Pulseaudio may have the extra amplification feature you're referring to.
Offline
Hi, any idea how to asicoate media keys (arrows + Fn) with mpd?
:wq
Offline
Tlamer, you could always resort to using xbindkeys. I use it to bind Super + Arrows to "mpc next" and "mpc prev".
Offline
@hbweb500 thanks... works great!
:wq
Offline
fellow 1201N users...
Is it just me or do we have a more stable system since the latest nvidia update?
My lil' machine used to freeze when downloading stuff and watching a movie at the same time :-(
Since I've installed nvidia-256.53-1 no more freezes.
Offline
Hi everybody,
any tips how to use external monitor (vga)?
:wq
Offline
You can use the nvidia-settings program. Last time I checked xrandr didn't work properly with nvidia cards.
Offline
I have a 1201n with arch installed, running compiz-standalone (with cairo-dock, conky, and mpd). I've configured the touchpad in /etc/X11/xorg.conf (my xorg.conf)
When I boot into X with the AC adapter plugged in, trying to use two-finger scrolling makes the cursor jump all over the screen. Doing 'synclient -m', I see that when i press two fingers, they are being understood as two separate touches on different parts of the trackpad, and it alternates between them very quickly, causing the cursor's behavior.
(I think it's what they're talking about in this ubuntu forum thread.)
But if I boot into X without the AC adapter plugged in, two-finger scroll works perfectly. Synclient -m shows just one really wide touch (what "emulate two-finger scroll" needs in order to work).
Has anyone else experienced this?
Last edited by capleton (2010-12-09 21:15:28)
Offline
Fellow arch and 1201N users,
two questions:
1) Do you use a customized kernel with
CONFIG_MATOM=y
and if so do you see any difference regarding speed?
2) What kernel-parameters do you use for the best results? mine so far:
pci=nocrs acpi_osi=Linux elevator=deadline hpet=force
the "nocrs" part got omited recently.
Offline
I don't use customized kernel... wondering if maybe I should
Offline
I'm using customized netbook kernel from aur (kernel-netbook). It performs very well in everyday usage, in comparison with stock kernel it boots faster, it's more responsive and speeds up app launch. It's customized with parameter CONFIG_MATOM=y. Therefore stock version of this kernel use KMS wich is not supported with proprietary nvidia drivers and it contains no fb device modules (i'm suggesting to change these settings in kernel options). It also does not contain wifi drivers for realtek. In order to install nvidia drivers on that kernel install nvidia-all package. About kernel-parameters... i'm using fastboot and quiet. Can you explain what those: pci=nocrs acpi_osi=Linux elevator=deadline hpet=force does?
Offline
@Vazz
pci=nocrs
does prevent a BIOS bug. I'd have much less crashes, system shutdown whatever with this option.
acpi_osi=Linux
Does enable the key-combos like Fn+F2 to turn on Wifi. In general, it tells the machine to use the linux acpi_osi.
About the last two options, frankly I have no idea. It was suggested in the fedora-wiki and I'd keep those two in place :-)
How do you deal with the temperature issu? In normal use the 1201N stays around 84-86 C, but when compiling stuff on it. It'll go up to 90 C and I'm forced to use that "fancontrol" thingie.
Offline
I've written script in order to control fan speed, so when I have to compile something i just set fan to 100%. It isn't for sure the most clever solution but I'm to lazy to do something more
Offline
Pass the script - dude...
Offline
Awww I cannot do it now, because I've left my 1201n at home, while now I'm in Krakow, where I'm studying. But i'll post it at thursday, when I'll come home.
Offline
easy - take your time...
Offline