IRC chat logs for #ltsp on irc.libera.chat (webchat)


Channel log from 3 November 2010   (all times are UTC)

00:05mikky has joined #ltsp
00:07
<mikky>
hi, ltsp-build-client "ends abnormally" even thouh there were no errors mentioned, not even warnings
00:07
using latest ubuntu's ltsp-server package
00:08
<abeehc>
http://ltsp.pastebin.com the output maybe
00:10
<mikky>
su - workaround does not work
00:10
it fails just after "I: Extracting adduser..."
00:10gentgeen__ has quit IRC
00:10
<mikky>
there is no other useful output
00:10
not even with --debug
00:11gentgeen__ has joined #ltsp
00:12gary_ has joined #ltsp
00:12gary_ is now known as Guest85230
00:13
<abeehc>
i'm not sure what su workaround you are talkin about
00:13
<mikky>
"error: LTSP client installation ended abnormally." just after "I: Extracting..."
00:13
and thats it
00:13
<abeehc>
you are running the command as root?
00:13
<mikky>
ofcourse
00:14rudie has joined #ltsp
00:14
<abeehc>
that sucks
00:14
your host is all the way up-to-date i guess?
00:14
<rudie>
hello again alkisg
00:14
<mikky>
"su -" workaround is mentioned in some bugreport I googled. It's actually the only answer I found in fisrt two google pages on that particular error message
00:14
fresh install
00:15
<abeehc>
could you linke me to the su url?
00:15
we are talking 10.04.1 eh?
00:17
<mikky>
http://tinyurl.com/2unywqj
00:17
lucid, yes
00:17
it might not be ltsp's problem, but I have no idea where to look since there are no error messages
00:18
I guess something gets wrong when a package is to be extracted. but I did not find that particular code ltsp is using
00:20
<abeehc>
hm I didn't run into that recently
00:20
<mikky>
what method does ltsp use to get and extract packages?
00:20
<abeehc>
and i did a build-client on lucid last week
00:21
i think it uses apt i dunno
00:21
I would try and activate the root account on your server
00:21
and run the script that way
00:21
<mikky>
I run it as root logged in directly from getty
00:21
if that's what you have in mind
00:22
otherwise I don't follow :)
00:22
<abeehc>
more or less yeah i just wondered if you were getting root with sudo -s
00:22
<mikky>
I tried that as well, sudo, su, direct login..
00:23
<abeehc>
i'm just lookin around my lucid system sec
00:24rudie has quit IRC
00:24
<abeehc>
i'm not the most experienced person in here, but i suspect you've missed prime time as far as the pros go
00:25
/usr/share/ltsp/plugins/ltsp-build-client has some stuff
00:25
i think it uses your server's sources.list maybe
00:25
<mikky>
been there but you just gave me an idea :) sec
00:26
<abeehc>
cool gl
00:26RiXtEr has quit IRC
00:27
<abeehc>
the end result is that it never makes /opt/ltsp/i386, correct?
00:28
<mikky>
well, it's there, but almost empty
00:28
just debootstrap, etc and var
00:28
<abeehc>
hmm
00:28alkisg has joined #ltsp
00:28
<mikky>
a pre-install enviroment I guess
00:28
as in package manager configuration
00:29
all packages get downloaded to chroot but none gets extracted as the extraction fails for some reason
00:29
<abeehc>
yeah maybe apt is messing up; alkisg is one of the pros i think
00:29RiXtEr has joined #ltsp
00:29
<alkisg>
Good morning
00:29
<mikky>
mornin'
00:29
<abeehc>
so maybe restate your problem a bit he's smarter than me
00:30* alkisg can look at the irc logs in a few minutes...
00:30
<abeehc>
ty
00:31
<mikky>
in a nutshell - ltsp-build-client fails with "error: LTSP [something] ended abnormally" just after "I: Extracting adduser..."
00:31
<abeehc>
i guess you have to clear /opt/ltsp/arch before you try ltsp-build-client each time eh?
00:31
<mikky>
it's the first line sayin Extracting, which probably means that there is a problem with package extraction
00:32
<abeehc>
it has worked for me a number of times in that environment so it's lame but i wonder about the basics
00:32
running out of hd space? :|||\\\
00:32
<mikky>
nope, 9gigs
00:32Guest85230 has quit IRC
00:32
<mikky>
I purge /opt/ltsp prior each try
00:33
sorry - 8.3gigs :)
00:34
<abeehc>
maybe fiddle around in that dir, like chroot your self in there and see if apt complains with something intelligible
00:34
<mikky>
that's what I'm trying right now :)
00:37
<alkisg>
mikky: what server/chroot arch?
00:37
<mikky>
i386/i386
00:37
<alkisg>
Can you try this?
00:37
sudo -i
00:37
mkdir /tmp/lucid
00:37
cd /tmp
00:37
debootstrap lucid /tmp/lucid
00:38
<mikky>
wait a sec, I just might got it
00:39
ofcourse, stupid me
00:39RiXtEr has quit IRC
00:39
<mikky>
there was another problem prior to this
00:39
<alkisg>
What was it?
00:39RiXtEr has joined #ltsp
00:39
<mikky>
I installed the server from within running debian system
00:40
via debootstrap
00:40
and there was some weird bug with tar
00:40
complaining about descriptors or something, don't remember exactly now
00:40
<alkisg>
Sounds messy :)
00:40
<mikky>
it actually was a confirmed bug :)
00:41
there was a workaround, a simple wrapper for tar, adding the --touch option
00:41
<alkisg>
Ah, I think I read about that
00:42
<mikky>
but for some reason, ltsp's debootstrap (which imho should be the same) did not like the wrapper
00:42
<alkisg>
Didn't that bug get solved some weeks ago?
00:43
<mikky>
if it was, the fix wasn't included in lucid
00:43
s/wasnt/isnt
00:45
<alkisg>
I saw this one, which is fixed: https://bugs.launchpad.net/ubuntu/+source/tar/+bug/539814
00:46
<mikky>
I'm not sure if it was an ubuntu bug.. iirc the running debian's tar was used
00:47
and that was some unupdated etchy
00:47
anyway, thx for tips - lead me the right way :)
00:48
<alkisg>
Any kernel < 2.6.22 would fail, what I posted above was an upstream bug
00:48
<mikky>
check, 2.6.18
00:48
<alkisg>
I'm just worried if your server is ok or somehow broken :)
00:49
<mikky>
server should be fine
00:49
it's a testing machine anyway
00:49
<alkisg>
(because of the initial debian => lucid bootstrap)
00:50
<mikky>
I don't think that should cause any troubles
00:50
everything was installed in chroot and all files came from latest packages
00:50
I even installed ubuntu's latest debootstrap
00:52
it's quite improbable someone else would run into the same problem :)
00:53
but anyway, I may fill in a feature request for --debug option: adding bootstrap log
01:18dmarkey has quit IRC
01:18dmarkey has joined #ltsp
01:37loather-work has quit IRC
01:44loather-work has joined #ltsp
02:35otavio has quit IRC
02:36Uzzi has joined #ltsp
03:21gorkhaan has joined #ltsp
04:00sutula has quit IRC
04:00sutula has joined #ltsp
04:07alkisg has quit IRC
04:17loather-work has quit IRC
04:19alkisg has joined #ltsp
04:23gorkhaan has quit IRC
04:24bobby_C has joined #ltsp
04:35loather-work has joined #ltsp
04:44otavio has joined #ltsp
04:44otavio has joined #ltsp
05:00Uzzi has quit IRC
05:03bobby_C has quit IRC
05:05mikkel has joined #ltsp
05:07bobby_C has joined #ltsp
05:07alkisg has quit IRC
05:16sep has quit IRC
05:18sep has joined #ltsp
05:44loather-work has quit IRC
05:46loather-work has joined #ltsp
06:01Uzzi has joined #ltsp
06:18daya has quit IRC
06:36Da-Geek has quit IRC
06:39MorningSon has joined #ltsp
07:10ogra_ac has joined #ltsp
07:16alkisg_web has joined #ltsp
07:20alkisg_web has quit IRC
07:21mgariepy has joined #ltsp
07:22alkisg has joined #ltsp
07:24alkisg has quit IRC
07:30ogra_ac has quit IRC
07:32alkisg has joined #ltsp
07:37[GuS] has joined #ltsp
07:38Da-Geek has joined #ltsp
07:51Da-Geek has quit IRC
07:53ogra_ac has joined #ltsp
07:59ogra_ac has quit IRC
08:00ogra_ac has joined #ltsp
08:06Da-Geek has joined #ltsp
08:14Da-Geek has quit IRC
08:16alkisg has quit IRC
08:16Uzzi has quit IRC
08:20ogra_ac has quit IRC
08:21mistik1 has quit IRC
08:21mistik1 has joined #ltsp
08:30Uzzi has joined #ltsp
08:36
<sbalneav>
Morning all
08:59
<Hyperbyte>
Morning. :)
08:59
<muppis>
Evening.
09:00
<Hyperbyte>
Well, yeah... if you're going to be picky... afternoon here. :-)
09:01
<muppis>
Ok, it's afternoon here also.
09:01
<Hyperbyte>
It should be afternoon in Finland as well actually. =P
09:01
Yeah... :D
09:02
What temperature is it over there (day/night) ?
09:02
<muppis>
:D
09:03
0... +10 C for now, but forecast shows dropping below 0 at weekend.
09:04
<Hyperbyte>
Oh, that's not too bad
09:04
It's ~ 15 C here now, ~ 5 C during the night
09:06
<sbalneav>
!greeting
09:06
<ltspbot>
sbalneav: Error: "greeting" is not a valid command.
09:06
<sbalneav>
!status
09:06
<ltspbot>
sbalneav: I am connected to freenode as ltspbot.
09:06
<sbalneav>
Hmm, where's ltspbot?
09:08
ltspbot: status
09:08
<ltspbot>
sbalneav: I am connected to freenode as ltspbot.
09:08ltspbot` has joined #ltsp
09:08ltspbot` has joined #ltsp
09:09ltspbot has joined #ltsp
09:09
<sbalneav>
ltspbot: status
09:09
<ltspbot>
sbalneav: I am connected to freenode as ltspbot.
09:10
<Hyperbyte>
Wasn't it here already just now? :P
09:10
<sbalneav>
wierd, it says it's connected, but it's not actually responding
09:10
<Hyperbyte>
Ohh
09:10
Apart from in the public chat, you mean? :)
09:11Gadi has joined #ltsp
09:11
<Gadi>
anyone here happen to have a script to change the system-wide settings of openoffice to save in MSOffice format?
09:12MorningSon has quit IRC
09:12sbalneav has quit IRC
09:12AndyGraybeal has quit IRC
09:12elias_a has quit IRC
09:12rauz has quit IRC
09:22komunista has joined #ltsp
09:24mgariepy has quit IRC
09:24mgariepy has joined #ltsp
09:31RiXtEr has quit IRC
09:33MorningSon has joined #ltsp
09:33sbalneav has joined #ltsp
09:33AndyGraybeal has joined #ltsp
09:33elias_a has joined #ltsp
09:33rauz has joined #ltsp
09:35RiXtEr has joined #ltsp
09:51brendan0powers has left #ltsp
09:53ltspbot has joined #ltsp
09:53
<sbalneav>
ltspbot: status
09:53
<ltspbot>
sbalneav: I am connected to freenode as ltspbot.
09:53
<sbalneav>
!greeting
09:53
<ltspbot>
sbalneav: Error: "greeting" is not a valid command.
09:57Uzzi has quit IRC
10:01mikkel has quit IRC
10:10Uzzi has joined #ltsp
10:18
<sbalneav>
!seen ogra
10:18
<ltspbot>
sbalneav: ogra was last seen in #ltsp 5 weeks, 5 days, 5 hours, 49 minutes, and 18 seconds ago: <ogra> would make a good wishlist bug though :)
10:20
<_UsUrPeR_>
sbalneav: got a favor to ask of you
10:22
I am having problems getting our disklessworkstations.com term 1520 to work with dual monitors. It's an atom-based thin client, and when I boot with two monitors plugged in, the ldm comes up stretched across both monitors
10:22
however, when I attempt to log in, the connections appears to reset
10:22
here's the logs:
10:22
dmesg: http://pastebin.com/Njg7cBCK
10:23
ldm.log: http://pastebin.com/bvpRKqk5
10:23
messages: http://pastebin.com/jshDiYLB
10:23
syslog: http://pastebin.com/TQpQ78Y6
10:24
I am seeing in the messages log, that the client appears to the NBD connection when I attempt to log in.
10:24
however, that may be because the client disconnects/reconnects and gets back to the ldm screen
10:27staffencasa has joined #ltsp
10:33gary_ has joined #ltsp
10:39glj has joined #ltsp
10:44
<glj>
Is it possible to dual boot WinXP and Ubuntu thin client from the hard drive?
10:45loather-work has quit IRC
10:46
<Appiah>
as in , not pxeboot?
10:47
<glj>
Using etherboot
10:47
<Appiah>
can you put etherboot on disk? if so , then yes
10:49
<glj>
I have some computers that use etherboot on the hard drive but those computers don't have a WinXP partition.
10:49
<Appiah>
install grub? :)
10:50
maybe windows own parition stuff can handle it
10:51alkisg has joined #ltsp
10:52
<glj>
The method I used to get etherboot working on the non-winxp machines actually overwrites the partition table. I can't let that happen on the WinXP machines obviously.
10:52
<Gadi>
glj: http://etherboot.org/wiki/windowsntloader
10:52
that may help
10:52
<Appiah>
yaay
10:52
<glj>
I'll check that out. Thanks.
10:53litlebuda has joined #ltsp
10:53Uzzi has quit IRC
10:54
<alkisg>
glj: if you don't mind going through a greek UI (clicking next/next/next), we've forked debian win32 loader so that it uses gpxe for booting over the network
10:55
So you can just install that on an xp machine with just a few "next/next" clicks
11:01
<glj>
I am not very proficient with this, so I don't understand what alkisg is telling me to do.
11:01
<alkisg>
glj: I'm saying that instead of manually installing grub, we've made a windows setup.exe that installs grub and gpxe for you
11:02
The downside is that the installer user interface is in greek, so you'll have to "blindly" press the "next" buttons
11:02
The menu "Boot from network" is in English...
11:03
ltsp_loader_0.1.5.exe: http://users.sch.gr/alkisg/tosteki/index.php?action=dlattach;topic=2136.0;attach=1941
11:04
It's an automated method to do the same thing that is described on the http://etherboot.org/wiki/windowsntloader page. Works on 2000/XP/Vista etc
11:05
<glj>
So that will allow the user at boot to select whether to start winxp from the local drive or to start a thin client session from the server?
11:05
<alkisg>
Right
11:05
And it uses the windows boot loader for that
11:05
So it doesn't mess up your MBR etc
11:05
<glj>
Sounds good. I'll try it.
11:05
<alkisg>
Screenshot of the installer: http://users.sch.gr/alkisg/tosteki/index.php?action=dlattach;topic=2136.0;attach=1065;image
11:06
so just keep pressing the right button until it finishes, that's all...
11:07
<glj>
Good thing I've been studying Greek for the last year!
11:07
<alkisg>
:D
11:07
<glj>
Thanks!
11:08
<alkisg>
As soon as gpxe gets into Debian, we'll make a proper package for it, internationalized and all...
11:13Trixboxer has joined #ltsp
11:16
<sbalneav>
_UsUrPeR_: What's the favour?
11:25loather-work has joined #ltsp
11:45
<glj>
alkisg: The LTSP_Installer worked perfectly! That allows me to set up the school computer lab just the way I need it. Thank you very much!
11:46
<alkisg>
glj: you're welcome
11:47
glj: send an email to the fellow teacher that maintains it, I've asked him to add an english translation but he doesn't think anyone will use it, so that'll help him :)
11:49
<glj>
Where do I get his email address?
11:50
<alkisg>
I think it shows in the installer... have a look when you run it at another client
11:50
<glj>
OK
11:52glj has quit IRC
12:03mgariepy has quit IRC
12:22hawkI has joined #ltsp
12:28
<highvoltage>
sbalneav: I tried to register on the new wikisite, but the wiki says Access Denied when I complete the registration process
12:28
(I know it's not supposed to be done yet, I'm just nagging :p)
12:40Mobe has quit IRC
13:05komunista has quit IRC
13:06ogra_ac has joined #ltsp
13:23
<_UsUrPeR_>
sbalneav: ping?
13:34
<sbalneav>
_UsUrPeR_:
13:34
Pong
13:34
<_UsUrPeR_>
sbalneav: oh hello :)
13:34
<sbalneav>
highvoltage: Hmmm, can you try it now?
13:35
<_UsUrPeR_>
sbalneav: two questions. First, what's the link for the new wiki for LTSP?
13:35
<sbalneav>
highvoltage: I'm getting things set up now.
13:35
_UsUrPeR_: I'm still in the process of setting it up.
13:35
<_UsUrPeR_>
ahh
13:35
second, above I had asked if you could take a look at some logs.
13:36
would you like me to PM you what I had asked originally?
13:36
I am confounded
13:36
<sbalneav>
_UsUrPeR_: Set a line in /etc/hosts:
13:36
188.40.72.242 wiki.ltsp.org
13:36
<_UsUrPeR_>
ok
13:36
<sbalneav>
We haven't moved over the dns entries yet.
13:37
<_UsUrPeR_>
ahh, ok
13:37
<sbalneav>
The old data will be available (hopefully) under the "OldWiki" link on the side.
13:37
I've got what appears to be some of the data there.
13:37
I don't, however, have the uploaded files yet.
13:38
As for the logs, sure, IM me
13:39
<_UsUrPeR_>
sbalneav, ok, thanks
14:00
<highvoltage>
sbalneav: will do in a bit, running from one meeting to edubuntu weekly meeting now :)
14:04* Gadi shakes his fist at squashfs
14:05
<sbalneav>
Well, the wiki's beginning to take shape.
14:08
<Gadi>
ok, guys. anybody know a way to get mksquashfs to append files to an existing squashfs image such that it does NOT make alternate directories? there is a -no-duplicates, but it obviously does something different than what I want
14:08ogra_ac has quit IRC
14:11mgariepy has joined #ltsp
14:17GodFather has joined #ltsp
14:23litlebuda has quit IRC
14:27vagrantc has joined #ltsp
14:28[GuS] has quit IRC
14:40robehend1 has joined #ltsp
14:41robehend1 has joined #ltsp
14:49Mobe has joined #ltsp
15:05Gadi has left #ltsp
15:08Kicer86 has joined #ltsp
15:12GodFather has quit IRC
15:16
<vagrantc>
gadi, wherefor art thou gadi
15:18
<highvoltage>
the giggling gadi?
15:28ogra_ac has joined #ltsp
15:30mgariepy has quit IRC
15:36vagrantc has quit IRC
15:47Kicer86 has quit IRC
16:27komunista has joined #ltsp
16:30ogra_ac has quit IRC
16:36glj has joined #ltsp
16:37ogra_ac has joined #ltsp
16:41
<glj>
My ltsp thin clients run with much lower screen resolution than the graphics card and monitor are capable of. The file /var/lib/tftpboot/ltsp/i386/lts.conf has only one line XSERVER=vesa.
16:41
Where do I start to try to get better resolution than 640x480?
16:42
<staffencasa>
glj, X_MODE_0=1024x768 is the line you add i believe
16:43
<glj>
BTW, if I change the lts.conf file to say XSERVER=auto, the boot process never reaches the Ubuntu logon window.
16:43
staffencasa: I'll try that.
16:46ogra_ac has quit IRC
16:47chupacabra has joined #ltsp
16:47
<glj>
Unfortunately, that had no effect.
16:54
The LTSP thin client is a Dell Optiplex GX270 with an Intel 82865G integrated video adapter. Shouldn't an lts.conf with the line XSERVER=auto work?
16:57
The screen is displaying two signicant comments: "Kernel call returned: Broken pipe Reconnecting" and "Error: Ioctl/1.1a failed: Bad file descriptor"
17:03
<staffencasa>
glj, I'm not sure what that is. you might want to try XSERVER=i810
17:04
just to make sure that's not the issue. I don't see auto as one of the valid values
17:04
<Kyle__>
glj: YOu may also be able to specify fbdev as the X driver.
17:05
<glj>
Actually, I tried that earlier. It seems like anything other than XSERVER=vesa just stops the boot process dead in its tracks.
17:05
<alkisg>
glj: X_HORZSYNC=30-88 and X_VERTREFRESH=30-88
17:05
...but you need to find the correct values for your monitor, the above are for 1024x768@85Hz
17:05
<Kyle__>
glj: Humm. That's weird actually. FBDev is _very_ well supported, and vesa is more or less an older version of the same thing.
17:18
<glj>
After making the additions given above, my /var/lib/tftpboot/ltsp/i386/lts.conf file has four lines in it: line 1: "XSERVER=vesa", line 2: "X_MODE_0=1024x768"
17:19
<alkisg>
What about [Default] on top?
17:19
Also, prefer XRANDR_MODE_0 to X_MODE_0, because it gives the user the ability to lower the mode
17:19
<glj>
line 3: "HORZSYNC=30-88" line 4: "VERTREFRESH=30-88"
17:20
<alkisg>
And, what are you getting now? signal out of range?
17:20
<glj>
Oh, sorry, first line is [Default]
17:20
<alkisg>
Ah, those are wrong, you forgotten the X_ in front: X_HORZSYNC etc
17:21
<glj>
Oops!
17:21
<alkisg>
What monitor is that? Crt? Lcd?
17:21
<glj>
I had the X_ in the file
17:21
It's a CRT
17:22
<alkisg>
And, what are you seeing now when the client boots?
17:23
<glj>
The Ubuntu screen shows up, then disappears, then the Ubuntu logon screen appears. Then logging on gives a resolutio of 640x480.
17:23
<alkisg>
Try completely removing X_MODE_0
17:24
Also put your final lts.conf to pastebin for doublechecking...
17:24
!pastebot
17:24
<ltspbot>
alkisg: "pastebot" :: The LTSP pastebot is at http://ltsp.pastebin.com. Please paste all text longer than a line or two to the pastebot, as it helps to reduce traffic in the channel. Don't forget to paste the URL of the text here.
17:27vagrantc has joined #ltsp
17:32
<glj>
Sorry! The pastebot doesn't work for me. I must be doing something wrong but I don't know what.
17:33
<alkisg>
Try paste.ubuntu.com
17:33
Or copy/paste here, it's just 4 lines...
17:34
<glj>
line 1 is [Default]
17:34
line 2 is XSERVER=vesa
17:35
line 3 is X_HORZSYNC=30-88
17:35
line 4 is X_VERTREFRESH=30-88
17:35
<alkisg>
Did you reboot the client with that lts.conf? Are you still getting 640x480?
17:35
<glj>
And the result is 640x480 resolution after rebooting
17:36
<alkisg>
Open a terminal on the client, and run: xrandr
17:36
What do you get?
17:36
<glj>
minimum, current, and maximum are all 640x480
17:37
<alkisg>
OK, now run: ltsp-localapps xterm
17:37
An xterm will open. On that xterm, run: getltscfg -a
17:37
What do you see?
17:39
<glj>
It restates the lts.conf statements and then says export XSERVER, export X_HORZSYNC, and export X_VERTFRESH
17:39
<alkisg>
Nice. Next, try: lspci -nn -k | grep -A 2 VGA
17:41
(you can re-join the #ltsp channel from http://webchat.freenode.net/?channels=ltsp if you want to easily paste stuff from the client)
17:41
<glj>
00:02.0 VGA compatible controller [0300]: Intel Corporation 82865G Integrated Graphics Controller [8086:2572] (rev 02)
17:42
Kernel modules: intelfb
17:43
00:1d.0 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 [8086:24d2] (rev 02)
17:43
That's all
17:44
<alkisg>
OK. Now from the xterm: cat /var/log/Xorg.0.log, and then paste that to some pastebin, e.g. paste.ubuntu.com
17:45
Btw, you'd get the best performance (hardware acceleration etc) if you tried to make your card work instead of using vesa. E.g. for 82855 I had to use a newer kernel...
17:47
<glj>
That last command you had me run produced lines than I can read by scrolling through the whole thing.
17:48
Is there some particular part of it that you want to see?
17:48
<alkisg>
Lines starting with EE, lines that say why specific modes weren't selected etc
17:48
Can't you pastebin all of that?
17:51
<glj>
The first part won't be in the paste because its too long. I'll paste what I can get at.
17:52
<alkisg>
You can scp the file to your server if it makes it easier for you
17:53
<glj>
Well, I pasted what I could to paste.ubuntu.com under the name glj
17:54
<alkisg>
The link is needed for us to see it
17:54
<glj>
paste.ubuntu.com/525345
17:55
<alkisg>
Ati? (--) MACH64(0): ATI 3D Rage XL or XC graphics controller detected
17:55* alkisg is confused... ati or intel?
17:55
<glj>
intel
17:56
<alkisg>
Is that the Xorg from the xterm, or from gnome-terminal?
17:56
xterm = client, gnome-terminal=server...
17:57
<glj>
Oops! I think I accidentally got into the wrong window. Let me try that again.
17:58
<alkisg>
Anyway /me needs to leave in a couple of minutes, getting late here, hope someone else will continue with the helping...
17:59
Also remember to try deleting your whole lts.conf and putting "nomodeset" in pxelinux.cfg/default like I said above
17:59
<glj>
Thanks for your help.
18:00
Does nomodeset go on its own line?
18:00
<alkisg>
Right next to "quiet splash"
18:01
So, no
18:01
<glj>
to the left or right?
18:01
<alkisg>
It doesn't matter
18:02komunista has quit IRC
18:03
<alkisg>
After trying nomodeset, on 2 more reboots, try replacing nomodeset with "i915.modeset=0" or with "i915.modeset=1" - one of those 3 might work - but remember not to use your existing lts.conf with the vesa directive
18:04vagrantc has quit IRC
18:05
<glj>
Hey! The nomodeset gave me a resolution of 1024x768
18:05
<alkisg>
Nice, you probably also have hardware acceleration now
18:06Trixboxer has quit IRC
18:06
<alkisg>
Time to go, bb
18:06alkisg has quit IRC
18:07glj has quit IRC
18:10dberkholz has quit IRC
18:38Hyperbyte has quit IRC
18:41staffencasa has quit IRC
18:46vagrantc has joined #ltsp
18:55Faithful has joined #ltsp
19:12artista_frustrad has quit IRC
19:25artista_frustrad has joined #ltsp
19:36vagrantc has quit IRC
19:52leio has quit IRC
19:52leio has joined #ltsp
20:49dberkholz has joined #ltsp
21:13bobby_C has quit IRC
22:03MorningSon has quit IRC
22:27daya has joined #ltsp
22:52gentgeen__ has quit IRC
22:52gentgeen__ has joined #ltsp
23:55chupacabra has quit IRC