Stranica: 2/5.
Re: smrzava mi se opensuse 12.3
Postano: 12 tra 2013, 20:35
Postao/la croatianchemist
sumski je napisao/la:spool ?
Nego, jesi probal sa 3.7? I reci kak točno bumblebee ne radi
nisam probao sa 3.7 još. budem ako treba.
sa 3.8.2 je radio ok dok nisam lupio "zypper ve", pa je on maknuo 3.7.
2x sam preinstalirao sve po ovim uputama:
http://smithfarm-thebrain.blogspot.cz/2 ... lebee.html
Ovo dobijem kada lupim u terminal "optirun firefox" dobijem ovo:
Kod: Označi sve
[ 260.832949] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 260.833040] [ERROR]Could not connect to bumblebee daemon - is it running?
u "spool" ima ovo:
atjobs atspool clientmqueue cron cups locks lpd mail plymouth postfix rsyslog uucp
a pod mail ovo:
Re: smrzava mi se opensuse 12.3
Postano: 12 tra 2013, 20:54
Postao/la PunkBastard
Ako je to "linux" unutar mail direktorija isto direktorij, otvori ga, trebalo bi biti mailova od sistema, zna biti korisnih informacija kada se neka greška dogodi.
Re: smrzava mi se opensuse 12.3
Postano: 12 tra 2013, 21:00
Postao/la croatianchemist
miroslav@linux-u84q:~> cd /var/spool/mail/
miroslav@linux-u84q:/var/spool/mail> ls
linux
miroslav@linux-u84q:/var/spool/mail> cd linux
bash: cd: linux: Not a directory
Re: smrzava mi se opensuse 12.3
Postano: 12 tra 2013, 21:06
Postao/la sumski
croatianchemist je napisao/la:sumski je napisao/la:spool ?
Nego, jesi probal sa 3.7? I reci kak točno bumblebee ne radi
nisam probao sa 3.7 još. budem ako treba.
sa 3.8.2 je radio ok dok nisam lupio "zypper ve", pa je on maknuo 3.7.
2x sam preinstalirao sve po ovim uputama:
http://smithfarm-thebrain.blogspot.cz/2 ... lebee.html
Ovo dobijem kada lupim u terminal "optirun firefox" dobijem ovo:
Kod: Označi sve
[ 260.832949] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 260.833040] [ERROR]Could not connect to bumblebee daemon - is it running?
Pogledaj detalje sa
Kod: Označi sve
# journalctl -b _SYSTEMD_UNIT=bumblebee.service
Re: smrzava mi se opensuse 12.3
Postano: 12 tra 2013, 21:24
Postao/la PunkBastard
Za ovo u "mail" direktoriju, probaj sa nanom (nano linux ili nano /var/spool/mail/linux) ili nekim drugim text editorom otvoriti.
Re: smrzava mi se opensuse 12.3
Postano: 12 tra 2013, 21:59
Postao/la croatianchemist
Kod: Označi sve
journalctl -b _SYSTEMD_UNIT=bumblebee.service
je prazan, ništa nema nutra.
i "/var/spool/mail/linux" je prazana datoteka.
koliko vidim prema ovome:
Kod: Označi sve
optirun -vv firefox
[ 204.763845] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 204.764298] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 204.764307] [DEBUG]Socket closed.
[ 204.764317] [ERROR]Could not connect to bumblebee daemon - is it running?
stvar je u "/etc/bumblebee/bumblebee.conf" datoteci.
U njoj piše ovo:
Kod: Označi sve
# 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]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# 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, use at your own risk
# 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
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib64/nvidia
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib64/nvidia/xorg/
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
A " /var/run/bumblebee.socket" ne postoji u /var/run.
Re: smrzava mi se opensuse 12.3
Postano: 12 tra 2013, 22:09
Postao/la sumski
croatianchemist je napisao/la:Kod: Označi sve
journalctl -b _SYSTEMD_UNIT=bumblebee.service
je prazan, ništa nema nutra.
Probaj ovo, ko root:
i
Re: smrzava mi se opensuse 12.3
Postano: 12 tra 2013, 22:28
Postao/la PunkBastard
Re: smrzava mi se opensuse 12.3
Postano: 13 tra 2013, 08:11
Postao/la croatianchemist
Kod: Označi sve
optirun -vv firefox
[ 1160.666869] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 1160.667660] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 1160.667681] [DEBUG]Socket closed.
[ 1160.667706] [ERROR]Could not connect to bumblebee daemon - is it running?
journalctl -b -u bumblebee.service
journalctl -b -u bumblebee.socket
su prazne datoteke, ništa nema
Re: smrzava mi se opensuse 12.3
Postano: 13 tra 2013, 09:44
Postao/la PunkBastard
sudo optirun, probaj sa sudo
edit: pogledaj
vamo i
vamo
Jest za ubuntu ali problem je isti.