speaker
stringlengths
1
16
start
int64
0
1.44k
end
int64
0
1.44k
text
stringlengths
0
498
dialogue_id
stringclasses
179 values
turn_id
int64
0
2.6k
original_split
stringclasses
6 values
daverGS
1,122
1,122
but I'd ideally like to have the 1060 for when I'm booting windows
2017-05-09
1,206
train
snjdfj
1,123
1,123
daverGS: depending on wether or not you have a muxer your external monitor will be connected to one of the two GPU's
2017-05-09
1,207
train
snjdfj
1,123
1,123
if you have a muxer you get into the fun world of who gets to control the port.
2017-05-09
1,208
train
tgm4883
1,123
1,123
daverGS: can you still use vgaswitcheroo to disable the nvidia card in Linux?
2017-05-09
1,209
train
daverGS
1,124
1,124
tgm4883: I haven't tried! so far I've only tried various Prime/bumblebee configs
2017-05-09
1,210
train
snjdfj
1,124
1,124
I'm just going to be lazy and use PiVPN
2017-05-09
1,211
train
tgm4883
1,124
1,124
daverGS: IIRC I believe I did that previously to conserve power. If you're just looking at using the intel card in linux might be worth looking at
2017-05-09
1,212
train
snjdfj
1,125
1,125
daverGS: Nvidia support under linux can be very finicy
2017-05-09
1,213
train
snjdfj
1,125
1,125
Intel iGPU support is amazing though
2017-05-09
1,214
train
snjdfj
1,125
1,125
I also suggest you get powertop
2017-05-09
1,215
train
daverGS
1,126
1,126
I think my ideal scenario is Intel-only in Linux, but full graphics switching still working in windows
2017-05-09
1,216
train
snjdfj
1,126
1,126
that's possible
2017-05-09
1,217
train
daverGS
1,126
1,126
I've been testing with powertop to check if the nvidia GPU is powered down in Intel mode
2017-05-09
1,218
train
daverGS
1,126
1,126
I want to get the most out of this 94WHr battery
2017-05-09
1,219
train
snjdfj
1,126
1,126
daverGS: https://askubuntu.com/questions/172609/how-to-disable-discrete-gpu-using-nvidia-drivers#184436
2017-05-09
1,220
train
snjdfj
1,127
1,127
I can't really help you since my laptop is iGPU only, but hopefully that helps
2017-05-09
1,221
train
daverGS
1,127
1,127
I'll take a look, thanks!
2017-05-09
1,222
train
snjdfj
1,127
1,127
Your GPU will be disabled in Linux but when you boot Windows the Nvidia GPU will be online with the igPU
2017-05-09
1,223
train
A1Recon
1,127
1,127
Just in case someone wants to look at the screenshots... Here they are http://imgur.com/a/8EzNO. Should there be something about the UEFI option? Where should i install the bootloader?
2017-05-09
1,224
train
daverGS
1,127
1,127
as a fun fact, when I'm in Intel-only mode, lspci freezes my entire machine :/
2017-05-09
1,225
train
ycyclist
1,127
1,127
Still trying to find something on my disappearing mouse.
2017-05-09
1,226
train
A1Recon
1,127
1,127
Ping/Mention me, if anyone wants to help.
2017-05-09
1,227
train
snjdfj
1,128
1,128
A1Recon: 1. Those aren't screenshots, 2. use gummiboot
2017-05-09
1,228
train
ycyclist
1,128
1,128
Funny how searching for X windows these days yields you Windows.
2017-05-09
1,229
train
daverGS
1,128
1,128
pretty sure that's just related to the total mess that is the switchable graphics setup
2017-05-09
1,230
train
snjdfj
1,128
1,128
ycyclist: wayland is the future.
2017-05-09
1,231
train
snjdfj
1,129
1,129
It's fun watching a Xeon churn out certs
2017-05-09
1,232
train
b_p
1,129
1,129
does anybody know how linux kernel checks the address validity? I mean, how can a page-fault be differentiated from a seg-fault?
2017-05-09
1,233
train
snjdfj
1,129
1,129
b_p: not Ubuntu related but
2017-05-09
1,234
train
snjdfj
1,129
1,129
http://wiki.osdev.org/Page_fault
2017-05-09
1,235
train
snjdfj
1,130
1,130
http://wiki.osdev.org/Calling_Global_Constructors
2017-05-09
1,236
train
snjdfj
1,130
1,130
A PageFault IIRC is an actual interupt
2017-05-09
1,237
train
b_p
1,130
1,130
thanks a lot snjdfj, can you suggest me a more appropriated channel?
2017-05-09
1,238
train
snjdfj
1,130
1,130
SegFault is something handled by your compiler / C lib
2017-05-09
1,239
train
snjdfj
1,130
1,130
b_p: #osdev, #linux
2017-05-09
1,240
train
ducasse
1,131
1,131
A1Recon: if sda2 is your efi partition (looks like it), that is where the bootloader goes. do you get anything from 'ls /sys/firmware/efi' in a terminal?
2017-05-09
1,241
train
tomreyn
1,131
1,131
A1Recon: from these screenshots its not clear what your goal is
2017-05-09
1,242
train
daverGS
1,133
1,133
snjdfj: do you think that simply disabling nvidia in the grub cmdline would work?
2017-05-09
1,243
train
daverGS
1,133
1,133
for disabling the nvidia gpu
2017-05-09
1,244
train
A1Recon
1,133
1,133
tomreyn, want to reinstall Ubuntu 16.04 on my PC which was dual-booted with Win10/Ubuntu16.04. UEFI is enabled. I am using a LiveUSB and I am currently in the menu where "i have to select the partition where Ubuntu has to be installed". And I have to select the location for bootloader. I have a few screenshots, can someone check if everything is correct? < I posted this a few moments ago
2017-05-09
1,245
train
b_p
1,133
1,133
thanks, i have thought that there was something like an hardware check even for the SegFault
2017-05-09
1,246
train
snjdfj
1,133
1,133
daverGS: I couldn't tell you
2017-05-09
1,247
train
nacc
1,133
1,133
b_p: no, you are confusing two 'fault' terms
2017-05-09
1,248
train
ducasse
1,133
1,133
A1Recon: do you get anything from 'ls /sys/firmware/efi' in a terminal?
2017-05-09
1,249
train
snjdfj
1,133
1,133
Last time I touched Nvidia and Linux it was a mess.
2017-05-09
1,250
train
nacc
1,133
1,133
b_p: completely unrelated to each other
2017-05-09
1,251
train
snjdfj
1,133
1,133
I'm now AMD
2017-05-09
1,252
train
daverGS
1,134
1,134
such is my life :)
2017-05-09
1,253
train
snjdfj
1,134
1,134
I'm also using Windows 7 right now.
2017-05-09
1,254
train
snjdfj
1,134
1,134
:>
2017-05-09
1,255
train
A1Recon
1,134
1,134
ducasse, no such file or directory
2017-05-09
1,256
train
<system>
1,134
1,134
=== tanuki_ is now known as tanuki
2017-05-09
1,257
train
tomreyn
1,135
1,135
A1Recon: i read it. but it's not clear whether you intend to keep the dual-boot configuration (you say it "was" dual-boot) or whether you mean to replace windows and its partitions. and whether you'd be okay with repartitioning etc.
2017-05-09
1,258
train
ducasse
1,136
1,136
A1Recon: then you are not booted in uefi mode, which windows is very likely installed in.
2017-05-09
1,259
train
<system>
1,136
1,136
=== wlp1s1 is now known as RangeError
2017-05-09
1,260
train
<system>
1,136
1,136
=== RangeError is now known as iczero
2017-05-09
1,261
train
b_p
1,137
1,137
nacc: so the SegFault is totally a software-check, only the kernel checks it? and if it isn't blocked and the related 'phisical content' doesn't exists? what happens?
2017-05-09
1,262
train
<system>
1,137
1,137
=== iczero is now known as `j
2017-05-09
1,263
train
A1Recon
1,137
1,137
tomreyn, i intend to keep the dual-boot config but install over the ubuntu currently installed in /dev/sda5
2017-05-09
1,264
train
Sparrow__
1,137
1,137
!find anbox
2017-05-09
1,265
train
ubottu
1,137
1,137
Found: W:, W:, W:, W:, W:, W:, W:, W:, W:, W: (and 108 others) http://packages.ubuntu.com/search?keywords=anbox&searchon=names&suite=zesty&section=all
2017-05-09
1,266
train
<system>
1,137
1,137
=== `j is now known as wlp1s1
2017-05-09
1,267
train
ducasse
1,137
1,137
Sparrow__: that does not search snaps
2017-05-09
1,268
train
Sparrow__
1,139
1,139
What are snaps?
2017-05-09
1,269
train
daverGS
1,139
1,139
alright time to go back to square one, purging all nvidia drivers!
2017-05-09
1,270
train
ducasse
1,139
1,139
!snappy | Sparrow__
2017-05-09
1,271
train
A1Recon
1,139
1,139
ducasse, did you see the boot menu pic? in that Jetflash is the name of my LiveUSB. But for some reason it shows 2. One UEFi and the other non-UEFI. I chose the non-UEFI one to boot from. Should I have chosen the UEFI one? The LiveUSB was made on Win10 using etcher.io
2017-05-09
1,272
train
ubottu
1,139
1,139
Sparrow__: Ubuntu Core is a rendition of Ubuntu with transactional updates using "snappy". For discussion and support, please visit #snappy and see http://www.ubuntu.com/snappy/
2017-05-09
1,273
train
ducasse
1,139
1,139
A1Recon: you should have chosen the uefi one, yes
2017-05-09
1,274
train
ducasse
1,140
1,140
Sparrow__: in short, packaging format. 'anbox' is in a snap.
2017-05-09
1,275
train
Sparrow__
1,140
1,140
tx
2017-05-09
1,276
train
ducasse
1,141
1,141
Sparrow__: try 'snap find anbox' in a shell
2017-05-09
1,277
train
A1Recon
1,141
1,141
okay ducasse
2017-05-09
1,278
train
<system>
1,141
1,141
=== jamie_2 is now known as jamie_1
2017-05-09
1,279
train
ducasse
1,141
1,141
A1Recon: then you choose sda2 for the bootloader
2017-05-09
1,280
train
A1Recon
1,141
1,141
ducasse i also have a boot info summary file... if you want to take a look at it.
2017-05-09
1,281
train
A1Recon
1,142
1,142
So UEFI Jetflash and then sda2 for bootloader. got it
2017-05-09
1,282
train
A1Recon
1,142
1,142
ducasse do you want me to paste the bis file somewhere?
2017-05-09
1,283
train
ducasse
1,143
1,143
A1Recon: which windows version is on this machine?
2017-05-09
1,284
train
daverGS
1,143
1,143
oh man that's crazy
2017-05-09
1,285
train
A1Recon
1,143
1,143
Windows 10. ducasse
2017-05-09
1,286
train
daverGS
1,144
1,144
I can't even run `ls` on /etc/X11 without freezing my computer
2017-05-09
1,287
train
A1Recon
1,144
1,144
on /dev/sda4 i think
2017-05-09
1,288
train
ducasse
1,144
1,144
A1Recon: ok, then i don't need to see that file. just boot in uefi mode, put the bootloader on sda2 and you should be fine :)
2017-05-09
1,289
train
tmerr
1,144
1,144
Hello! I am looking at the ifupdown source package on Ubuntu 12.04 and see a shell script in the debian directory, named ifupdown.upstart.if-up. Where would this be installed?
2017-05-09
1,290
train
A1Recon
1,145
1,145
ducasse Thanks bru! :) :)
2017-05-09
1,291
train
ducasse
1,145
1,145
A1Recon: np :)
2017-05-09
1,292
train
nacc
1,145
1,145
tmerr: you know 12.04 is eol, right?
2017-05-09
1,293
train
tmerr
1,146
1,146
yes i'm aware :)
2017-05-09
1,294
train
tmerr
1,146
1,146
but if anyone knows off the top of their head it would be a huge help
2017-05-09
1,295
train
eelstrebor
1,148
1,148
i'm unable to set the regulatory domain - from what i've found iw reg set US is suppose to set the regulatory domain but iwm reg get still shows the country as 00
2017-05-09
1,296
train
ioria
1,149
1,149
tmerr, should be in the ifupdown pkg, but it's not there
2017-05-09
1,297
train
eelstrebor
1,149
1,149
i even tried setting the COUNTRY environment variable to US in /etc/environment but it still doesn't change the domain
2017-05-09
1,298
train
<system>
1,149
1,149
=== nocturnally is now known as Carl_Sagan_
2017-05-09
1,299
train
ducasse
1,150
1,150
eelstrebor: set it in /etc/default/crda
2017-05-09
1,300
train
ducasse
1,150
1,150
eelstrebor: (use the country code)
2017-05-09
1,301
train
Seveas
1,151
1,151
tmerr: that file goes into /etc/network/if-up.d
2017-05-09
1,302
train
Seveas
1,151
1,151
now be a good citizen and upgrade the obsolete box :-)
2017-05-09
1,303
train
user605
1,151
1,151
Long story short, my secondary drive (ext4) is mounted, but I can't see any of the data on it. Gparted looked like this... http://imgur.com/a/Zhys7 Any idea why I can't see the data?
2017-05-09
1,304
train
eelstrebor
1,152
1,152
ducasse, i tried that also
2017-05-09
1,305
train