I installed Bridge Linux Lite today and have some errors:
https://wiki.archlinux.org/index.php/Bumblebee according this article i installed the required packages (bumblebee, bbswitch,xf86-video-nouveau nouveau-dri, mesa, nvidia-utils-bumblebee).
index of rc.conf :
# /etc/rc.conf - Main Configuration for Arch Linux
#
# See 'man 5 rc.conf' for more details
#
# LOCALIZATION
# ------------
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Istanbul"
KEYMAP="tr_TR.UTF-8"
CONSOLEFONT=
CONSOLEMAP=
LOCALE="trq"
DAEMON_LOCALE="yes"
USECOLOR="yes"
# HARDWARE
# --------
MODULES=(bbswitch)
USEDMRAID="no"
USEBTRFS="no"
USELVM="no"
# NETWORKING
# ----------
HOSTNAME=arch
interface=eth0
address=
netmask=
broadcast=
gateway=
NETWORK_PERSIST="no"
# DAEMONS
# -------
#
DAEMONS=(dbus networkmanager syslog-ng @alsa @bumblebeed)
index of bumblebee.conf
Configuration file for Bumblebee. Values should **not** be put between quotes
## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=
## Client options. Will take effect on the next optirun executed.
[optirun]
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false
# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
# bbswitch - new in BB 3, recommended if available
# switcheroo - vga_switcheroo method
# none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia
Module=nvidia
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-bumblebee:/usr/lib32/nvidia-bumblebee
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-bumblebee/xorg/,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
## Section with nouveau driver specific options, only parsed if Driver=nouveau
[optirun]
VGLTransport=proxy
[bumblebeed]
KeepUnusedXServer=false
[driver-nouveau]
KernelDriver=nouveau
PMMethod=bbswitch
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
and the result of installed drivers:
[yfdogan@arch ~]$ pacman -Ss nvidia
extra/libcl 1.1-2
OpenCL library and ICD loader from NVIDIA
extra/libvdpau 0.4.1-2 [installed]
Nvidia VDPAU library
extra/nvidia 295.49-1
NVIDIA drivers for linux.
extra/nvidia-lts 295.49-1
NVIDIA drivers for linux-lts
extra/nvidia-utils 295.49-1
NVIDIA drivers utilities and libraries.
extra/opencl-nvidia 295.49-1
OpenCL implemention for NVIDIA
extra/xf86-video-nouveau 0.0.16_git20120210-1 [installed]
Open Source 3D acceleration driver for nVidia cards (experimental)
community/cuda-toolkit 4.2.9-1
NVIDIA's GPU programming toolkit
community/nvclock 0.8b4-3
A small utility which allows users to overclock NVIDIA based video cards.
community/nvdock 1.02-4
A tray icon for easy launching of the NVIDIA control panel
community/nvidia-cg-toolkit 3.1-1
NVIDIA Cg libraries
community/python2-pycuda 2011.2.2-1
Python wrapper for Nvidia CUDA
multilib/lib32-nvidia-utils 295.49-1
NVIDIA drivers utilities and libraries. (32-bit)
[yfdogan@arch ~]$
Fan is running nonstop and the temperature is at least 64 Celcius and more but no less than 64 Celcius.( With Bridge Linux X86-64 KDE desktop it was usually 52-58 Celcius and the fan doesnt run nonstop)
Any idea?
And this is the /var/log/boot file:
Mon May 7 21:40:12 2012: :: Adjusting system time and setting kernel timezone [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Starting UDev Daemon [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Triggering UDev uevents [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Waiting for UDev uevents to be processed [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Bringing up loopback interface [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Unlocking encrypted volumes: [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Checking Filesystems [BUSY] /sbin/fsck.xfs: XFS file system.
Mon May 7 21:40:12 2012: [DONE]
Mon May 7 21:40:12 2012: :: Remounting Root [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Mounting Local Filesystems [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Activating Swap [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Configuring Time Zone [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Removing Leftover Files [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Setting Hostname: arch [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Setting Consoles to legacy mode [BUSY] ^[%@ [DONE]
Mon May 7 21:40:12 2012: :: Loading Keyboard Map: tr_TR.UTF-8 [BUSY] [FAIL]
Mon May 7 21:40:12 2012: :: Saving dmesg Log [BUSY] [DONE]
Mon May 7 21:40:12 2012: INIT: Entering runlevel: 5
Mon May 7 21:40:12 2012: :: Starting D-BUS system messagebus [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Starting NetworkManager [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Starting Syslog-NG [BUSY] [DONE]
Mon May 7 21:40:12 2012: :: Starting alsa [BKGD]
Mon May 7 23:21:43 2012: :: Setting Consoles to legacy mode [BUSY] ^[%@ [DONE]
Mon May 7 23:21:43 2012: :: Loading Keyboard Map: tr_TR.UTF-8 [BUSY] [FAIL]
Mon May 7 23:21:43 2012: :: Adjusting system time and setting kernel timezone [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Starting UDev Daemon [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Triggering UDev uevents [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Loading User-specified Modules [BUSY] WARNING: Module bbswitch not found.
Mon May 7 23:21:43 2012: [FAIL]
Mon May 7 23:21:43 2012: :: Waiting for UDev uevents to be processed [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Bringing up loopback interface [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Unlocking encrypted volumes: [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Checking Filesystems [BUSY] /sbin/fsck.xfs: XFS file system.
Mon May 7 23:21:43 2012: [DONE]
Mon May 7 23:21:43 2012: :: Remounting Root [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Mounting Local Filesystems [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Activating Swap [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Configuring Time Zone [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Initializing Random Seed [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Removing Leftover Files [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Setting Hostname: arch [BUSY] [DONE]
Mon May 7 23:21:43 2012: :: Saving dmesg Log [BUSY] [DONE]
Mon May 7 23:21:43 2012: INIT: Entering runlevel: 5
Mon May 7 23:21:43 2012: :: Starting D-BUS system messagebus [BUSY] [DONE]
Mon May 7 23:21:44 2012: :: Starting NetworkManager [BUSY] [DONE]
Mon May 7 23:21:45 2012: :: Starting Syslog-NG [BUSY] [DONE]
Mon May 7 23:21:45 2012: :: Starting alsa [BKGD]
Mon May 7 23:21:45 2012: Found hardware: "HDA-Intel" "IDT 92HD87B1/3" "HDA:111d76d1,102804b0,00100205" "0x1028" "0x04b0"
Mon May 7 23:21:45 2012: Hardware is initialized using a generic method
Mon May 7 23:21:45 2012: Found hardware: "HDA-Intel" "Nvidia GPU 14 HDMI/DP" "HDA:10de0014,10de0101,00100100" "0x0000" "0x0000"
Mon May 7 23:21:45 2012: Hardware is initialized using a generic method
Mon May 7 23:21:45 2012: :: Starting Bumblebee [BUSY] FATAL: Module bbswitch not found.
Mon May 7 23:21:46 2012: [DONE]