00:00
kivutar has quit [Quit: Ex-Chat]
00:11
pwhalen has joined #linux-sunxi
00:11
pwhalen has quit [Changing host]
00:11
pwhalen has joined #linux-sunxi
00:22
kuldeepdhaka has joined #linux-sunxi
00:23
techn_ has quit [Ping timeout: 252 seconds]
00:33
Net147 has joined #linux-sunxi
00:41
geecko has quit [Quit: bye bye]
01:01
Seppoz has quit [Remote host closed the connection]
01:01
Seppoz has joined #linux-sunxi
01:09
<
Net147 >
is there a guide to setting up HDMI + LCD Xinerama for A20?
01:11
<
libv >
Net147: which A20?
01:12
<
Net147 >
libv: Olimex A20-OLinuXino-MICRO
01:12
<
libv >
Net147: is this board exposing LCD1 pins?
01:12
<
libv >
or only LCD0?
01:13
<
Net147 >
libv: there is LCD_CON connector. I have LCD connected to it.
01:13
<
libv >
probably LCD0
01:13
wingrime has quit [Ping timeout: 252 seconds]
01:14
<
Net147 >
libv: I can enable LCD or HDMI using change_display_a20.sh script included in the image. but there is no option to configure dual display.
01:14
<
libv >
Net147: in such a case, you need to have the exact same timing on both lcd and hdmi
01:14
<
libv >
and the exact same image.
01:14
<
libv >
chances of your hdmi monitor accepting the lcd panel timing are close to 0
01:14
wingrime has joined #linux-sunxi
01:15
<
libv >
Net147: please watch my sunday talk at fosdem, i will extensively whine... err... talk about this
01:15
<
Net147 >
libv: well I need 1280x800p60 on HDMI and 480x272 for the 4.3" LCD
01:16
<
Net147 >
libv: I need to hack the driver to get the 1280x800 resolution I think
01:16
<
libv >
Net147: either you attach the 4.3 lcd to the lcd1 pins, or you're never going to make that work
01:16
<
Net147 >
libv: you have a link to the event?
01:17
<
Net147 >
libv: thanks
01:17
<
Net147 >
libv: unfortunately I am not near FOSDEM
01:18
<
libv >
there should be a livestream
01:18
wingrime1 has joined #linux-sunxi
01:19
<
Net147 >
would this KMS driver support HDMI EDID properly with non-standard resolutions?
01:21
wingrime has quit [Ping timeout: 252 seconds]
01:33
wingrime1 has quit [Ping timeout: 260 seconds]
01:43
<
Net147 >
does anyone know if the VGA output clashes with the LCD output for the Olimex A20-OLinuXino-MICRO?
01:43
jinzo has quit [Quit: Leaving]
02:09
physis has joined #linux-sunxi
02:12
<
physis >
I'm trying to cross-compile mplayer to enable vdpau output in my arm cubieboard2 but I have a lot of compile errors. Anyone has a makefile for mplayer with vdpau enabled?
02:16
<
Turl >
physis: what distro?
02:17
<
physis >
Turl: Ubuntu
02:17
<
Turl >
physis: 1) apt-get install mplayer2 2) ... 3) PROFIT!
02:17
<
physis >
(and lubuntu for cubie)
02:19
<
physis >
Turl: let me try mplayer2... I installed mplayer package...
02:22
<
physis >
Turl: worked like a charm :) Thank you. No image yet, but sunxi vdpau seems loaded :)
02:23
bsdfox has quit [Read error: Operation timed out]
02:24
<
Turl >
physis: make sure you got permissions to access both /dev/disp and /dev/cedar_dev
02:24
<
physis >
Turl: Checked. Owned for my user with 666 in both devices.
02:29
<
physis >
Turl: mplayer -vo vdpau -vc ffmpeg12vdpau,ffh264vdpau "The Simpsons Movie - 1080p Trailer.mp4"
02:29
<
physis >
Turl: 1080p h264 is supported, isn't?
02:29
<
Turl >
yeah it should
02:30
bsdfox has joined #linux-sunxi
02:30
<
Turl >
physis: what does the log say? what happens on your screen
02:32
<
physis >
audio is ok, no video (black screen)
02:33
<
Turl >
physis: are you doing this on X?
02:33
<
Turl >
so you get the mplayer window
02:33
<
Turl >
but it's black?
02:33
<
Turl >
try minimizing it and opening again
02:34
<
physis >
let me try
02:35
<
physis >
same black screen. I tryed -fs and no changes (black screen on fs) :)
02:35
<
Turl >
what display driver are you using for x? fbturbo?
02:35
<
physis >
I'm not sure.
02:36
<
physis >
let me try to find.
02:36
<
Turl >
if you didn't do anything special, it must be fbdev
02:37
<
Turl >
I literally just installed vdpau-sunxi a couple of hours back and it worked for me
02:37
<
Turl >
other than the stuff we checked, that's the main difference I can think of
02:37
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
02:38
<
Turl >
physis: as you're using ubuntu, you can add the apt repo and install the fbturbo package
02:39
<
physis >
i do not do anything special... I will to try another video for test.
02:40
<
physis >
Turl: is fbturbo a better choice for now?
02:40
wingrime has joined #linux-sunxi
02:40
<
Turl >
fbturbo is going to be faster
02:40
<
Turl >
hey wingrime
02:41
<
physis >
ok, I will test it too.
02:55
egbert has quit [Disconnected by services]
02:55
egbert has joined #linux-sunxi
03:01
<
physis >
Turl: fasters X with fbturbo, but same black screen. Let me ask you: the right libcedarv to be used is from cedarx-libs/libcedarv ?
03:02
<
physis >
And all code from cedarx-lib and libvdpau should be compiled with arm-linux-gnueabihf-* build tools?
03:04
<
Turl >
physis: you don't need any blobs
03:05
<
Turl >
libvdpau-sunxi is a fully standalone, reverse engineered piece of sw
03:05
<
DonkeyHotei >
implementing both cedarx and cedarv?
03:05
<
Turl >
you should just clone the repo and make, make install
03:06
<
Turl >
DonkeyHotei: cedarx is cedarv(ideo)+cedara(udio)
03:06
<
DonkeyHotei >
all of cedarx, then?
03:06
<
Turl >
DonkeyHotei: but no, just video for now. It's experimental as well.
03:06
<
Turl >
and doesn't support all the formats
03:06
<
Turl >
neither encoding (yet)
03:07
<
DonkeyHotei >
maybe there can be some frontend to the aw blobs in the meantime?
03:07
<
Turl >
DonkeyHotei: there's patched vlc and xbmc to use the blobs if that's your preference
03:08
<
DonkeyHotei >
i mean something more generic like a vdpau lib or gstreamer
03:09
<
physis >
Turl: thank you for your hep today. going to bed now. See u!
03:09
physis has quit [Quit: shutdown -h now]
03:48
lioka has quit [Ping timeout: 276 seconds]
03:48
lioka has joined #linux-sunxi
03:49
bsdfox has quit [Ping timeout: 260 seconds]
03:54
bsdfox has joined #linux-sunxi
04:16
TheSeven has quit [Disconnected by services]
04:17
[7] has joined #linux-sunxi
04:18
moofree has quit [Ping timeout: 245 seconds]
04:24
JohnDoe_71Rus has joined #linux-sunxi
04:43
<
Net147 >
I have booted with linux-sunxi kernel on A20-OLinuXino but there is no eth0 interface. the chipset is Realtek RTL8201CP. any ideas?
04:44
<
Net147 >
I guess I need CONFIG_REALTEK_PHY=y
05:05
<
wens >
no need, the generic phy driver should work
05:05
<
wens >
no eth0 means nic driver isn't working
05:10
<
Net147 >
any suggestions for troubleshooting it?
05:13
<
Net147 >
wens: what's the kernel config option for the generic phy driver?
05:28
<
brain_ >
wow libvdpau really helped out with my mplayer issues! CPU usage went down a whole lot. time to get some sleep now.
05:32
Black_Horseman has quit [Remote host closed the connection]
05:40
<
Net147 >
looks like I need CONFIG_SUNXI_EMAC=y
06:20
gzamboni has quit [Remote host closed the connection]
06:22
gzamboni has joined #linux-sunxi
06:49
orly_owl has joined #linux-sunxi
07:06
gzamboni has quit [Remote host closed the connection]
07:43
diego_r has joined #linux-sunxi
08:00
brain_ has quit [Ping timeout: 245 seconds]
08:05
arete74 has quit [Ping timeout: 264 seconds]
08:06
rellla has joined #linux-sunxi
08:06
kuldeepdhaka has quit [Ping timeout: 240 seconds]
08:06
arete74 has joined #linux-sunxi
08:10
bbrezillon has joined #linux-sunxi
08:14
brain_ has joined #linux-sunxi
08:21
_massi_ has joined #linux-sunxi
08:22
rZr has quit [Read error: Connection reset by peer]
08:24
rZr has joined #linux-sunxi
08:27
rZr has quit [Excess Flood]
08:27
rZr has joined #linux-sunxi
08:30
brain_ has quit [Ping timeout: 245 seconds]
08:39
HeHoPMaJIeH has joined #linux-sunxi
08:40
hehopmajieh_ has joined #linux-sunxi
08:41
hehopmajieh_ has quit [Client Quit]
08:44
brain_ has joined #linux-sunxi
08:51
FR^2 has joined #linux-sunxi
09:06
brain_ has quit [Ping timeout: 252 seconds]
09:25
geecko has joined #linux-sunxi
09:27
brain_ has joined #linux-sunxi
09:42
arky has joined #linux-sunxi
09:45
lioka has quit [Changing host]
09:45
lioka has joined #linux-sunxi
09:47
notmart has joined #linux-sunxi
09:55
popolon has joined #linux-sunxi
09:55
popolon has joined #linux-sunxi
10:00
SK has joined #linux-sunxi
10:00
rz2k has joined #linux-sunxi
10:04
SK has quit [Client Quit]
10:09
tomboy64 has quit [Quit: Uhh ... gotta go.]
10:10
SK has joined #linux-sunxi
10:17
SK has quit [Quit: Konversation terminated!]
10:42
jinzo has joined #linux-sunxi
10:43
arky has quit [Ping timeout: 240 seconds]
10:46
arky has joined #linux-sunxi
10:49
arky has quit [Client Quit]
10:49
arky has joined #linux-sunxi
10:51
arky has quit [Client Quit]
10:52
arky has joined #linux-sunxi
11:02
rellla2 has joined #linux-sunxi
11:03
rellla has quit [Ping timeout: 264 seconds]
11:09
HeHoPMaJIeH has quit [Remote host closed the connection]
11:09
penghb has quit [Remote host closed the connection]
11:17
paulk-collins has joined #linux-sunxi
11:35
cubear has joined #linux-sunxi
11:36
rz2k has quit [Ping timeout: 252 seconds]
11:41
Black_Horseman has joined #linux-sunxi
11:46
wingrime1 has joined #linux-sunxi
11:46
wingrime has quit [Read error: Connection reset by peer]
11:49
wingrime has joined #linux-sunxi
11:51
rz2k has joined #linux-sunxi
11:52
wingrime1 has quit [Ping timeout: 245 seconds]
11:55
jelly has quit [Remote host closed the connection]
11:56
arky has quit [Ping timeout: 252 seconds]
12:00
wingrime has quit [Ping timeout: 248 seconds]
12:03
wingrime has joined #linux-sunxi
12:07
pacopad has joined #linux-sunxi
12:21
AreaScout has joined #linux-sunxi
12:32
paulk-collins has quit [Ping timeout: 252 seconds]
13:01
Black_Horseman has quit [Remote host closed the connection]
13:12
wingrime1 has joined #linux-sunxi
13:13
lkcl has quit [Remote host closed the connection]
13:15
wingrime has quit [Ping timeout: 272 seconds]
13:16
arky has joined #linux-sunxi
13:25
eebrah|baba_yao has joined #linux-sunxi
13:26
eebrah|baba_yao is now known as eebrah
13:29
arky has quit [Quit: Leaving]
13:29
arky has joined #linux-sunxi
13:37
wingrime has joined #linux-sunxi
13:37
nikrou has joined #linux-sunxi
13:38
wingrime1 has quit [Ping timeout: 245 seconds]
13:40
<
Turl >
:) thanks nikrou
13:41
<
nikrou >
Hi Turl; you are everywhere, on every channel ! :-)
13:42
<
Turl >
nikrou: people tend to say that when one idles on ~30 channels :p
13:43
<
nikrou >
I understand, you are a bot !
13:44
<
Turl >
haha, nah :p
13:44
<
nikrou >
I need a captcha !
13:45
<
Turl >
I never got captcha'd on IRC, but whatever :p
13:46
<
nikrou >
I successfully build cm 10.2 for my device but I cannot make it starts properly
13:47
<
nikrou >
my device goes offile as said by adb ! :-(
13:47
kuldeepdhaka has joined #linux-sunxi
13:47
lkcl has joined #linux-sunxi
13:48
<
Turl >
nikrou: does it boot?
13:48
<
nikrou >
yes but it freeze
13:48
<
nikrou >
the screen is split in two : one part black the other green
13:48
<
nikrou >
It's really beautifull
13:49
<
nikrou >
But i'd prefer a "normal" screen
13:52
kuldeepdhaka has quit [Max SendQ exceeded]
13:54
kuldeepdhaka has joined #linux-sunxi
13:58
tomboy64 has joined #linux-sunxi
14:00
wingrime1 has joined #linux-sunxi
14:03
wingrime has quit [Ping timeout: 264 seconds]
14:06
wingrime has joined #linux-sunxi
14:16
cubear has quit [Quit: Leaving]
14:16
wingrime2 has joined #linux-sunxi
14:17
<
diego_r >
sorry. This is not my vim window
14:17
wingrime1 has quit [Ping timeout: 245 seconds]
14:36
vpelletier has joined #linux-sunxi
14:36
<
brain_ >
I gotta figure out how to get battery stats somehow, and sound and then my installation is nearly complete. i am doubtful sound will ever work tho. don't see any option in the kernel config.
14:47
e-ndy has quit [Ping timeout: 272 seconds]
14:51
kuldeepdhaka has quit [Ping timeout: 252 seconds]
15:01
kuldeepdhaka has joined #linux-sunxi
15:01
arky has quit [Ping timeout: 260 seconds]
15:02
wingrime1 has joined #linux-sunxi
15:04
kuldeepdhaka has quit [Excess Flood]
15:04
<
Turl >
brain_: sound should work fine
15:05
wingrime2 has quit [Ping timeout: 252 seconds]
15:05
<
Turl >
brain_: and yeah, I'd like battery stats integration as well. IIRC, someone had written some app to do it and posted it on the list or somewhere, if you try it out let me know how it works
15:06
notmart has quit [Read error: Operation timed out]
15:08
kuldeepdhaka has joined #linux-sunxi
15:14
arky has joined #linux-sunxi
15:18
<
brain_ >
I don't get sound output but I can hear the sound initialize(the speaker clicks when booting the kernel) but for some reason I get no output. I am wondering if it could be a routing issue or a simple setting.
15:19
<
brain_ >
Also, I moved from lxde to gnome for the on screen keyboards and MAN what a difference! I thought I would use all the memory but im still left with 680mb left which is fine imo.
15:19
wingrime2 has joined #linux-sunxi
15:20
<
brain_ >
got the acceleration working, mplayer is great now, power management works perfectly. my main concern is sound, battery stats i can deal with for now.
15:21
bbrezillon has quit [Quit: Ex-Chat]
15:22
wingrime1 has quit [Ping timeout: 252 seconds]
15:22
e-ndy has joined #linux-sunxi
15:23
printallthething has joined #linux-sunxi
15:25
e-ndy has quit [Excess Flood]
15:26
e-ndy has joined #linux-sunxi
15:27
<
brain_ >
oh wow just noticed battery stats do work sort of. the indicator for gnome says charging (0%) while plugged in but once unplugged it gives me the correct percentage.
15:28
<
brain_ >
my sound output is showing up as "dummy output:" on the volume control
15:29
<
Turl >
brain_: GNOME3? cool, I should give it a spin
15:30
<
brain_ >
yes gnome 3.
15:30
<
Turl >
brain_: can you paste dmesg and kernel config?
15:30
<
Turl >
also check if you get anything on alsamixer
15:30
<
brain_ >
yes give me a few.
15:31
<
Turl >
brain_: it works on my sun4i, so barring any hw failure it should be ok if everything needed is enabled
15:44
<
Turl >
brain_: fex?
15:44
<
brain_ >
I am guessing I need to find a better config file but I used this as my base since i was having trouble booting a standard a10 3.4 kernel but I might be able to correct that now. I just figured sound was no enabled for 3.4 yet only..but i see its enabled for HDMI,.
15:44
<
Turl >
kernel wise it looks good, probably just missing fex config
15:45
<
brain_ >
Fex config is from my android installation, it should be different? I will have to pull it out and convert hang on.
15:46
sehraf has joined #linux-sunxi
15:48
rellla has joined #linux-sunxi
15:51
<
Turl >
brain_: fex looks fine too..
15:51
<
Turl >
[ 2.581960] sunxi-codec: probe of sunxi-codec failed with error -16 hmm
15:53
notmart has joined #linux-sunxi
15:53
<
nikrou >
Cannot find a way to make cm10.2 boot
15:53
<
nikrou >
I used my stock kernel
15:53
<
brain_ >
Yea i'm lost but im sure ill get it going one way or another. thanks for looking the files over Turl.
15:54
<
brain_ >
were is the boot process failing?
16:02
arky has quit [Ping timeout: 252 seconds]
16:06
wingrime1 has joined #linux-sunxi
16:08
wingrime2 has quit [Ping timeout: 245 seconds]
16:10
<
Turl >
brain_: how did you install it btw? apt-getting ubuntu-gnome-desktop?
16:11
<
nikrou >
Anyway to debug my boot without serial console ?
16:11
<
brain_ >
apt-get install gnome-core
16:12
<
brain_ >
i had to remove the display manager after the installation to eliminate the need to login.
16:13
<
brain_ >
nikrou: are you able to adb into the device when its failing?
16:13
<
nikrou >
no. adb see my device offline
16:14
<
nikrou >
as you said ...
16:15
focus has quit [Quit: Ex-Chat]
16:16
focus has joined #linux-sunxi
16:19
wingrime2 has joined #linux-sunxi
16:22
wingrime1 has quit [Ping timeout: 252 seconds]
16:25
FR^2 has quit [Quit: Connection reset by peer]
16:32
wingrime1 has joined #linux-sunxi
16:33
wingrime2 has quit [Ping timeout: 245 seconds]
16:35
<
ccaione >
oliv3r: soooo, slides? ;)
16:35
sspiff has quit [Quit: Konversation terminated!]
16:45
wingrime2 has joined #linux-sunxi
16:46
wingrime1 has quit [Ping timeout: 252 seconds]
16:59
wingrime1 has joined #linux-sunxi
17:01
wingrime2 has quit [Ping timeout: 245 seconds]
17:01
focus has quit [Remote host closed the connection]
17:02
techn_ has joined #linux-sunxi
17:04
eebrah has quit [Read error: Connection reset by peer]
17:07
Faisal has joined #linux-sunxi
17:11
vpelletier has quit [Quit: leaving]
17:12
wingrime2 has joined #linux-sunxi
17:15
wingrime1 has quit [Ping timeout: 265 seconds]
17:18
pacopad has quit [Quit: pacopad]
17:27
vpelletier has joined #linux-sunxi
17:33
popolon has quit [Quit: Quitte]
17:33
wingrime1 has joined #linux-sunxi
17:33
wingrime1 has quit [Client Quit]
17:34
wingrime1 has joined #linux-sunxi
17:36
wingrime2 has quit [Ping timeout: 248 seconds]
17:42
rellla has quit [Ping timeout: 260 seconds]
17:46
froese has joined #linux-sunxi
17:54
pwhalen has quit [Ping timeout: 272 seconds]
17:55
_massi_ has quit [Remote host closed the connection]
17:59
pwhalen has joined #linux-sunxi
18:00
kuldeepdhaka has quit [Ping timeout: 264 seconds]
18:01
kuldeepdhaka has joined #linux-sunxi
18:23
kivutar has joined #linux-sunxi
18:25
diego_r has quit [Quit: Konversation terminated!]
18:27
vpelletier has quit [Quit: leaving]
18:28
vpelletier has joined #linux-sunxi
18:32
FDCX has quit [Remote host closed the connection]
18:33
FDCX has joined #linux-sunxi
18:33
FDCX has quit [Read error: Connection reset by peer]
18:33
FDCX has joined #linux-sunxi
18:39
netlynx has joined #linux-sunxi
18:39
netlynx has joined #linux-sunxi
18:39
netlynx has quit [Changing host]
18:44
wingrime has quit [Ping timeout: 252 seconds]
18:44
wingrime has joined #linux-sunxi
18:47
wingrime1 has quit [Ping timeout: 245 seconds]
18:48
rah has quit [Ping timeout: 272 seconds]
18:49
wingrime has quit [Ping timeout: 272 seconds]
18:50
rah has joined #linux-sunxi
19:11
bbrezillon has joined #linux-sunxi
19:19
jemk has joined #linux-sunxi
19:31
Night-Shade has joined #linux-sunxi
19:38
kuldeepdhaka_ has joined #linux-sunxi
19:41
notmart has quit [Quit: notmart terminated!]
19:41
kuldeepdhaka has quit [Ping timeout: 264 seconds]
19:42
<
Turl >
libv: the repo we have is just for ubuntu right? no debian love? :(
19:43
deasy has joined #linux-sunxi
19:45
zoidberg_ has joined #linux-sunxi
19:45
<
zoidberg_ >
hi there
19:46
<
zoidberg_ >
does someone know something about the mali driver?
19:46
<
zoidberg_ >
i have some problems
19:47
<
bsdfox >
ask your question
19:48
kuldeepdhaka_ is now known as kuldeepdhaka
19:48
<
zoidberg_ >
i followed the howto from your wiki, but i get an "error: eglinitialise failed! sunxi"
19:49
<
zoidberg_ >
and nothing more, i have an olinuxino a13 board, with the olimex 7" display
19:49
<
zoidberg_ >
and debian wheezy from the olimex website
19:57
<
jemk >
just in time for fosdem, libvdpau-sunxi can now decode (some) mpeg4 videos (experimentally!)
20:01
<
zoidberg_ >
i want to have 3d acceleration
20:15
rellla has joined #linux-sunxi
20:18
<
Turl >
zoidberg_: what gives you that error? have you checked the mali modules are loaded? permissions? what x driver are you using? have you read the wiki page techn_ linked to?
20:19
kuldeepdhaka is now known as kuldeepdhaka_
20:19
<
Turl >
jemk: btw, any idea why I need to chmod 666 cedar & disp?
20:19
<
Turl >
jemk: if I use root:video 660 (and I'm in the video group) it doesn't seem to work
20:19
<
Turl >
it stutters badly
20:20
kuldeepdhaka_ is now known as kuldeepdhaka
20:20
<
jemk >
Turl: huh, that sounds strange
20:26
<
jemk >
Turl: i can't reproduce that, and i can't really believe it too, if linux isn't broken it shouldn't care how you get the rights
20:27
<
jemk >
maybe there is something else accessing disp or cedar that's not in the video group, but what should that be
20:28
<
Turl >
jemk: after I get a successful run, if I chmod it back 660 it seems to work ok
20:28
<
Turl >
maybe some clock setting requires some other permission or something?
20:29
<
jemk >
the only other thing accessing dips is fbturbo, which runs as root
20:29
<
jemk >
cedar shouldn't be accessed elsewhere
20:29
<
Turl >
yeah, fbturbo works fine
20:29
<
Turl >
maybe some buffer sharing gone wrong?
20:31
<
jemk >
buffer sharing is simply passing physical address, what should go wrong there?
20:33
<
Turl >
I'm blindly guessing here, it's all very odd
20:33
<
Turl >
I'll play more with it and see what I find
20:52
tomboy64 has quit [Ping timeout: 240 seconds]
20:55
nove has joined #linux-sunxi
21:07
rellla has quit [Ping timeout: 260 seconds]
21:12
nikrou has left #linux-sunxi [#linux-sunxi]
21:15
rellla has joined #linux-sunxi
21:20
penghb has joined #linux-sunxi
21:20
Black_Horseman has joined #linux-sunxi
21:20
Black_Horseman has quit [Changing host]
21:20
Black_Horseman has joined #linux-sunxi
21:34
t3st3r has quit [Remote host closed the connection]
21:41
jemk has quit [Ping timeout: 260 seconds]
21:56
zoidberg_ has quit [Quit: leaving]
22:02
netlynx has quit [Ping timeout: 260 seconds]
22:29
<
Turl >
brain_: what distro were you using btw?
22:29
kuldeepdhaka has quit [Ping timeout: 240 seconds]
22:30
<
Turl >
brain_: on linaro the gnome onscreen kbrd is broken
22:30
<
Turl >
and debian and arch give me the sad gnome shell face and it doesn't even want to start :/
22:32
kuldeepdhaka has joined #linux-sunxi
22:34
jinzo has quit [Quit: Leaving]
22:34
kuldeepdhaka has quit [Max SendQ exceeded]
22:38
kuldeepdhaka has joined #linux-sunxi
22:46
pwhalen has quit [Ping timeout: 252 seconds]
22:49
nove has quit [Quit: nove]
23:16
tinti has joined #linux-sunxi
23:16
tinti has quit [Changing host]
23:16
tinti has joined #linux-sunxi
23:36
vpelletier has quit [Ping timeout: 248 seconds]
23:55
AreaScout has quit []