some good info on acpi_call, its a tool to disable the discrete/nvidia card within linux on multi-GPU setups. I am using it and it 'seems' like it truly is disabling the discrete/nvidia video card, as the battery drain is seeming alot slower! anyone else running this, and actually tested voltage to see if the nvidia card is truly being disabled??
I updated the Arch linux Alienware M11x wiki page with acpi_call information, etc.
I am not 100% if u have to have vga_switcheroo loaded or not, someone want to clarify that part?
-
figured I'd see if anyone over here has an answer to this question :: fbcondecor (background image @ console) + NVIDIA proprietary drivers
-
So, couple of things - got sound to work in BackTrack using the Realtek drivers for 32bit (64 failed to build @ converting to 32), and also got ethernet and wireless to work.
One problem, the Broadcom 4353 wireless adapater we have does not allow monitor mode or packet injection for the time being, so I will have to buy an adapter for wireless security training and practice.
And for as to why I want the nVidia drivers in Linux, I want to impress people when my little netbook is blowing up the screen with Compiz =) There's a couple R1 youtube videos on these forums and I really want to do it -
backtrack has a new kernel out which should fix some of the hardware issues. You can find info on hwo to do it here: BackTrack ISO Kernel 2.6.34 Upgrade
Has anyone been able to change the brightness when the laptop is using intel/switchable? -
here's the gist
- When booting into arch linux using NVIDIA/discrete video card just change brightness using the FUNCTION+F4 = brightness up, and FUNCTION+F5 = brightness down - also 'nvidia-settings' should allow brightness settings changes too.
- When booting into arch linux using INTEL/onboard video card to change brightness, it involves passing a command thru 'setpci', the following script adapted from Samsung_N150-Backlight archwiki article does just fine.
- create a file @ /sbin/backlight
- sudo chown root:video /sbin/backlight
- sudo chmod 750 /sbin/backlight
- make sure to add the username allowed to change the backlight settings to the video group in /etc/group
- create an alias in your shell startup, and turn the brightness up or down via command, in turn you could tie this to a button combination in your xwindow manager settings.
- .bashrc
Code:alias brup='/sbin/backlight up' alias brdown='/sbin/backlight down' alias brget='/sbin/backlight get'
- .tcshrc
Code:alias brup '/sbin/backlight up' alias brdown '/sbin/backlight down' alias brget '/sbin/backlight get'
Code:#!/bin/bash # increase/decrease/set/get the backlight brightness (range 0-255) by 16 # #get current brightness in hex and convert to decimal var1=`setpci -s 00:02.0 F4.B` var1d=$((0x$var1)) case "$1" in up) #calculate new brightness var2=`echo "ibase=10; obase=16; a=($var1d+16);if (a<255) print a else print 255" | bc` echo "$0: increasing brightness from 0x$var1 to 0x$var2" setpci -s 00:02.0 F4.B=$var2 ;; down) #calculate new brightness var2=`echo "ibase=10; obase=16; a=($var1d-16);if (a>15) print a else print 15" | bc` echo "$0: decreasing brightness from 0x$var1 to 0x$var2" setpci -s 00:02.0 F4.B=$var2 ;; set) #n.b. this does allow "set 0" i.e. backlight off echo "$0: setting brightness to 0x$2" setpci -s 00:02.0 F4.B=$2 ;; get) echo "$0: current brightness is 0x$var1" ;; toggle) if [ $var1d -eq 0 ] ; then echo "toggling up" setpci -s 00:02.0 F4.B=FF else echo "toggling down" setpci -s 00:02.0 F4.B=0 fi ;; *) echo "usage: $0 {up|down|set <val>|get|toggle}" ;; esac exit 0
-
Hi,
I wonder if any of you also has a lack of the Bluetooth Adaptor in their Linux Distro. I just noticed today, that Opensuse 11.3 with the 'Desktop' Kernel variant, doesn't identify the built-in Bluetooth Adaptor.
Does anyone have any idea on how I could get this running?
Thanks and kind regards,
Adrixan
EDIT: OK, I deserve an award for stupidity (or maybe Microsoft does?): Anyway, here's the solution to the missing bluetooth module:
If you 'soft' disabled the adapter in Windows (by right klicking on the Bluetooth icon and klicking disable), it WILL NOT be found by Linux. So should you stumble across the same problem in a dual boot setup, give that a shot. -
can any one send me the codec dump of the M11xR2? i can't re-partitions to install ubuntu right now >"<
Code:cat /proc/asound/card0/codec#1 > ~/Desktop/codec_dump.txt
Thanks in advance! -
-
-
up plz
someone have tried Fedora 1x? -
And the acpi, what I have read up about is a power management protocol. But I'm no pc expert. :/ So if anyone can clarify what the acpi actually is it would be appreciated. -
Code:echo '\_SB.PCI0.P0P2.PEGP._OFF' > /proc/acpi/call
one other thing, I updated Archlinux M11x page with details on this proceedure... feel free to edit the article if u have more info too =) -
Hey guys, first of all this is my first post at your forum and this forum is really great!
I wanted to ask about the graphic drivers, is there a way to install the nvidia driver over ubuntu 10.04? been trying that and couldnt get it to work because of the optimus.
Just like in windows it doesnt recognizes it as an nvidia.
is there a way to fix it and use only the nvidia driver?
Thanks alot -
That is how it does seamless switching.
A fedora user made a hac ro allow swichng with the m11x r2. -
fyi, I have the m11x R1 stock wireless adapter = 14e4:4353 "Broadcom Corporation Device 4353 (rev 01)" working using the newer brcm80211 linux kernel module, with arch linux + compat-wireless-patched AUR package (choosing to build 'all' compat-wireless drivers)
- alternatively, one could just use the build the brcm80211 modules all by themselves from compat-wireless manually using ' scripts/driver-select brcm80211' --or-- easier, just install compat-wireless-brcm80211 AUR package if running arch linux =)
- I think anything should be better then the original broadcom STA driver. so far connectivity with this driver (brcm80211) has been identical to the closed-source STA driver, so I am happy with it. I've yet to get monitor mode (nor injection) working yet, but you bet I'll keep trying...
(also updated the Alienware M11x archlinux wiki page with relevant info if anyone is interested) -
Ok, I'm not sure if this was addressed here or not, this thread is pretty long. When I enable my "NVIDIA accelerated graphics driver (current version)" and reboot, it takes me into ttl, says that there is a fatal error, and that no screens were found. I had to log in into graphics failsafe mode and turn off the driver to get to my desktop. Any way to fix it? And is it even the driver? BTW, I'm running 10.10 Ubuntu.
-
Hi everyone,
first of all, great thread for getting linux running on the m11x
I'm pretty satisfied with my current Ubuntu 10.10 settings and would like to share some additional stuff which hasn't been written in here.
Some people experience cursorjumping if 2 or more fingers are placed on the touchpad. This can be easily fixed with:
Code:xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Jumpy Cursor Threshold" 32 110
Put the script below into /etc/pm/sleep.d/ with the name 98_gpu. That's all
Code:#!/bin/sh case "$1" in hibernate|suspend) ;; thaw|resume) /opt/gpu_down.sh ;; *) exit $NA ;; esac
The same thing can be done with the AlienFXlite as it doesn't work properly after suspend/hibernate.
Have fun! -
hate to resurrect a really old thread.. but
does anyone know how i can get 3 finger swipes left/right to navigate back/forward.. ?
I'm running Ubuntu 10.10 :x been dying for this.. -
-
hold on to yr hats boy's n girls (lol), bumblebee is confirmed working with the Alienware M11x R1 in linux! (archlinux x86_64 here, using kernel v3.0.3) no joke / finally!. what this means is that one can boot into linux using BIOS setting of "switchable" and truly be able to switch between onboard intel and discrete nvidia.
here is console output to prove it - screenshots too ::
Code:fnord0@spaceface[09/08/2011 2:16am]{~} >>> glxgears Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. 289 frames in 5.0 seconds = 57.754 FPS 299 frames in 5.0 seconds = 59.761 FPS 290 frames in 5.0 seconds = 57.962 FPS 288 frames in 5.0 seconds = 57.560 FPS 286 frames in 5.0 seconds = 57.162 FPS ^C
Code:fnord0@spaceface[09/08/2011 2:17am]{~} >>> optirun glxgears 5011 frames in 5.0 seconds = 1002.065 FPS 5252 frames in 5.0 seconds = 1050.325 FPS 5123 frames in 5.0 seconds = 1024.467 FPS 5213 frames in 5.0 seconds = 1042.478 FPS 4966 frames in 5.0 seconds = 993.112 FPS 4470 frames in 5.0 seconds = 893.953 FPS ^C
Code:fnord0@spaceface[09/08/2011 2:19am]{~} >>> uname -a Linux spaceface 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64 Genuine Intel(R) CPU U7300 @ 1.30GHz GenuineIntel GNU/Linux fnord0@spaceface[09/08/2011 2:22am]{~} >>> pacman -Qi linux Name : linux Version : 3.0.3-1 URL : http://www.kernel.org/ Licenses : GPL2 Groups : base Provides : kernel26 Depends On : coreutils linux-firmware module-init-tools>=3.16 mkinitcpio>=0.7 Optional Deps : crda: to set the correct wireless channels of your country Required By : None Conflicts With : kernel26 Replaces : kernel26 Installed Size : 55872.00 K Packager : Tobias Powalowski <[email protected]> Architecture : x86_64 Build Date : Wed Aug 17 12:59:37 2011 Install Date : Sat Aug 27 04:59:24 2011 Install Reason : Explicitly installed Install Script : Yes Description : The Linux Kernel and modules
- only change I implemented was in the file " /etc/bumblebee/bumblebee.conf", I changed the line that says " DRIVER='nouveau'" TO => " DRIVER='nvidia'".
screenshots here =>and
-fnord0
Linux on the M11x
Discussion in 'Alienware M11x' started by soleblaze, Mar 2, 2010.