=== Mythus [n=gnu@200.175.178.64.dialup.gvt.net.br] has joined #ubuntu-classroom === siegie [n=siegie@d5152245C.access.telenet.be] has joined #ubuntu-classroom === zarathus1ra [n=ich@pacific3.fi-p.unam.mx] has joined #ubuntu-classroom === zarathus1ra is now known as zarathustra === Timsen [n=none@port-212-202-5-194.dynamic.qsc.de] has joined #ubuntu-classroom === teprrr [i=tpr@stetson.frozenhat.fi] has joined #ubuntu-classroom === ys76 [i=ys76@linoa.etherkiller.de] has joined #ubuntu-classroom === Skymaker [n=sky@m6s02.vlinux.de] has joined #ubuntu-classroom === syntaxis [n=syntaxis@cpc1-lamb2-0-0-cust860.bmly.cable.ntl.com] has joined #ubuntu-classroom === jenda [n=jenda@195.47.80.185.adsl.nextra.cz] has joined #ubuntu-classroom === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-classroom === hifi [i=hifi@84.248.222.179] has joined #ubuntu-classroom === rejden [n=rejden@sativa.morph.sk] has joined #ubuntu-classroom === vvl [i=vvl@furious.wellfish.fi] has joined #ubuntu-classroom === stgraber [i=stgraber@server.lan.stgraber.org] has joined #ubuntu-classroom === lionel [n=lionel@ip-61.net-82-216-103.rev.numericable.fr] has joined #ubuntu-classroom === atoponce [n=aaron@c-24-2-85-66.hsd1.ut.comcast.net] has joined #ubuntu-classroom === rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-classroom === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-classroom === mekano4 [n=rafaelba@214.Red-81-47-254.staticIP.rima-tde.net] has joined #ubuntu-classroom === albert [n=albert@97.pool85-50-151.dynamic.orange.es] has joined #ubuntu-classroom === STiKi- [i=stiki@narkotyk.net] has joined #ubuntu-classroom === ckarini [n=dom@CPE-65-30-160-33.wi.res.rr.com] has joined #ubuntu-classroom [02:19] okay [02:20] hello [02:20] hey === DARKGuy [n=DARKGuy@201.208.215.208] has joined #ubuntu-classroom [02:20] ok were you able to download the tar.gz to your desktop? [02:20] yes [02:21] ok, open up a terminal [02:21] k [02:21] i did [02:21] cd ~/Desktop [02:21] you downloaded the binary right? [02:22] wait, should i change the directiory to the desktyop or the file? [02:22] I am assuming the tar.gz is on your desktop, so 'cd ~/Desktop' is to get you to the Desktop in the terminal [02:22] im there [02:23] tar xvzf Step where is you pressing the tab button to complete the full name of the tar.gz [02:23] waitwaitwait, you lost me on that one [02:24] ckarini: tab completion is a wonderful thing [02:24] i dont get what i do though [02:24] enter that in your terminal: [02:24] tar xvzf Step [02:25] ckarini: instead of hit the tab key [02:25] i hit the tab key, but nothing happened [02:25] ok, what does this say: ls *ania* [02:26] ls *ania* [02:26] why? [02:26] ckarini: in yoru terminal [02:26] I'll try to put commands in '' from now on [02:27] okay [02:27] i did that [02:27] ckarini: copy and paste the output here [02:27] did anything return, ckarini ? [02:27] aclocal.m4 configure Docs NEWS Utils [02:27] autoconf configure.ac Makefile.am README-FIRST.html [02:27] config.log Copying.txt Makefile.in src [02:27] ckarini: ok what does this command say: 'pwd' enter it without the quotes [02:28] k [02:28] /home/dom [02:28] thats what it did [02:28] ok, now do 'cd ~/Desktop' the capitalization of the D is important [02:29] okay, there [02:30] ok, what does 'pwd' say now? [02:30] /home/dom/desktop [02:30] ckarini: are you typing that or copying it? [02:31] typing [02:31] /home/dom/Desktop [02:31] thats copied [02:31] great [02:31] ckarini: in linux, letter case means different things [02:31] oh [02:31] /home/dom/desktop is NOT /home/dom/Desktop [02:31] okay [02:32] now try: 'tar xvzf Step' remember I just mean that you should press your TAB button instead of typing [02:32] k [02:32] okay [02:32] the name should magically complete [02:32] yeah [02:32] it did [02:32] then enter? [02:32] yep [02:33] dom@dom-desktop:~/Desktop$ tar xvzf StepMania-3.9-src [02:33] tar: StepMania-3.9-src: Cannot read: Is a directory [02:33] tar: At beginning of tape, quitting now [02:33] tar: Error is not recoverable: exiting now [02:33] gzip: stdin: unexpected end of file [02:33] tar: Child returned status 2 [02:33] tar: Error exit delayed from previous errors [02:33] dom@dom-desktop:~/Desktop$ dom@dom-desktop:~/Desktop$ tar xvzf StepMania-3.9-srcbash: dom@dom-desktop:~/Desktop$: No such file or directory [02:33] dom@dom-desktop:~/Desktop$ [02:33] it automagically untarred, it seems [02:33] that's ok, that is the wrong file. We need the binary [02:34] uh, i dont understand the moonspeak [02:34] this command will download it from the internet: 'wget http://prdownloads.sourceforge.net/stepmania/StepMania-3.9a-linux.tar.gz' [02:35] the step mania site offers binary and source. Source is the source code, which gets compiled into a binary that your computer can actually run [02:35] it 404'd me. [02:36] ok, visit http://www.stepmania.com/wiki/Downloads and download the linux binary to your desktop [02:36] jrib: that is a dynamic link you gave (mean ol' sourceforge) [02:37] okay it downloaded [02:37] ok is it called StepMania-3.9a-linux.tar.gz? [02:38] yep [02:38] tar xvzf StepMania-3.9a-linux.tar.gz feel free to use the TAB button to complete most of it like before [02:39] dom@dom-desktop:~/Desktop$ tar xvzf StepMania-3.9 [02:39] tar: StepMania-3.9: Cannot open: No such file or directory [02:39] tar: Error is not recoverable: exiting now [02:39] tar: Child returned status 2 [02:39] tar: Error exit delayed from previous errors [02:40] 'tar xvzf StepMania-3.9a-linux.tar.gz' you need to complete the end [02:40] okay, [02:40] ckarini: just type one letter more in the name and then hit [02:41] okay, it did all this stuff like [02:41] 1337 and stuff [02:41] i think in installed..... [02:41] 'cd StepMania-3.9' [02:41] i dont know though [02:42] okay [02:42] i did that [02:42] now: './stepmania' [02:42] and it will take over your screen... [02:43] StepMania 3.9 [02:43] Log starting 2006-12-05 20:39:22 [02:43] Loading window: gtk [02:43] OS: Linux ver 020615 [02:43] Crash backtrace component: x86 custom backtrace [02:43] Crash lookup component: dladdr [02:43] Crash demangle component: cxa_demangle [02:43] Runtime library: glibc 2.3.6 [02:43] Threads library: NPTL 2.3.6 [02:43] TLS is available [02:43] ALSA: Advanced Linux Sound Architecture Driver Version 1.0.10rc3 (Mon Nov 07 13:30:21 2005 UTC). [02:43] ALSA Driver: 0: ESS Allegro PCI [PCI] , device 0: Allegro [Allegro] , 2/2 subdevices avail [02:43] Couldn't load driver ALSA: Not enough substreams for hardware mixing, using software mixing [02:43] !pastebin | ckarini [02:43] ckarini: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #ubuntu channel topic) [02:43] ALSA: Software mixing at 44100hz [02:43] Sound driver: ALSA-sw [02:43] Video renderers: 'opengl' [02:43] SDL version: 1.2.9 [02:44] Got 24 bpp (8880), 16 depth, 0 stencil [02:44] Paletted textures disabled: GL_EXT_paletted_texture missing. [02:44] ckarini: close any program you have using sound [02:44] OGL Vendor: Mesa project: www.mesa3d.org [02:44] OGL Renderer: Mesa GLX Indirect [02:44] OGL Version: 1.2 (1.5 Mesa 6.4.1) [02:44] OGL Extensions: GL_ARB_depth_texture GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_border_clamp GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_ [02:44] blend_color GL_EXT_blend_func_separate GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_subte [02:44] xture GL_EXT_texture GL_EXT_texture3D GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_APPLE_packed_pixels GL_ATI_texture_env_combine3 GL_ATI_texture_mirror_once GL_ATIX_texture_env_combine3 GL_HP_occlusion_test GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert [02:44] GL_MESA_ycbcr_texture GL_NV_blend_square GL_NV_point_sprite GL_NV_texgen_reflection GL_NV_texture_rectangle GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SGIX_shadow_ambient GL_SUN_multi_draw_arrays [02:44] OGL Max texture size: 2048 [02:44] GLU Version: 1.3 [02:44] Display: :0.0 (screen 0) [02:44] Direct rendering: no [02:44] X server vendor: The X.Org Foundation [7.0.0.0] [02:44] whoa [02:44] Server GLX vendor: SGI [1.2] [02:44] Client GLX vendor: SGI [1.4] [02:44] Mixing 361.804511 ahead in 532 Mix() calls [02:44] Language: english [02:44] Current renderer: OpenGL [02:44] Theme: default [02:44] Error: There was an error while initializing your video card. [02:44] PLEASE DO NOT FILE THIS ERROR AS A BUG! [02:44] Video Driver: OpenGL [02:45] Initializing OpenGL... [02:45] Your system is reporting that direct rendering is not available. Please obtain an updated driver from your video card manufacturer. [02:45] okay [02:45] !pastebin [02:45] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #ubuntu channel topic) [02:45] i did [02:45] ckarini: does it work if you close all programs playing sound before entering that command? [02:46] nope [02:46] it did the same thing [02:47] k, lets read the README [02:47] ok [02:47] oh I just read the bottom of your error [02:47] yeah... [02:47] ckarini: what kind of video card do you have? [02:48] i dont know. [02:48] ckarini: 'lspci' put the output on http://paste.ubuntu-nl.org please === tonyyarusso [n=anthony@d235-240-148.home1.cgocable.net] has joined #ubuntu-classroom [02:49] wait, i put in lspci, [02:49] what did i just do? [02:49] did you get any return, ckarini ? [02:49] yeah [02:50] jrib: will probably have a question or want you to use a pastebin to display the results [02:50] great, now visit http://paste.ubuntu-nl.org . Then copy and paste the output into the box on the web form and submit. Give us the url when you are done [02:51] http://paste.ubuntu-nl.org/35505/ [02:53] what did that do? [02:54] I'm not familiar with intel video cards, let me search and see if I can find out [02:54] k [03:01] ckarini: you have an intel 82810 by the way === NumPy [n=billy@cpe-67-10-116-19.gt.res.rr.com] has joined #ubuntu-classroom [03:03] okay [03:03] so what can i do to get step mania working [03:04] well what we need to do is get direct rendering on your intel 82810 [03:04] how? [03:04] once you do that, step mania should be working [03:04] I don't know, like I said, i am searching [03:04] okay [03:06] 'glxinfo | grep rendering' [03:07] do i put the grep rendering part in? [03:08] yes, everything between the '' [03:08] okay [03:08] it was pretty straight forward with that one. [03:08] direct rendering: No [03:08] the | lets you send output from the first command as input to the second command. The 'grep' command searches for words === mekano4 [n=rafaelba@214.Red-81-47-254.staticIP.rima-tde.net] has left #ubuntu-classroom ["Abandonando"] [03:09] so now what do i do? [03:09] ckarini: try asking in #ubuntu how to enable direct rendering on your intel 82810 . If I come across it before you find out, I'll let you know. But stepmania should work after you get direict rendering enabled [03:10] okay [03:10] thanks alot [03:18] ckarini: 'apt-cache policy nvidia-glx libgl1-mesa-dri libgl1-mesa-dri' === Casanova [n=prash@unaffiliated/casanova] has joined #ubuntu-classroom [03:21] that may have worked, [03:21] it did somthing [03:21] so assume, it did work, what do i do now? [03:23] wait, what even was that? [03:23] that command just gathers information [03:23] oh. [03:23] please pastebin the output [03:23] okay [03:23] dom@dom-desktop:~/Desktop/StepMania-3.9$ apt-cache policy nvidia-glx libgl1-mesa-dri libgl1-mesa-dri [03:23] nvidia-glx: [03:23] Installed: (none) [03:23] Candidate: 1.0.8776+2.6.15.12-1 [03:23] Version table: [03:23] 1.0.8776+2.6.15.12-1 0 [03:23] 500 http://archive.ubuntu.com dapper-security/restricted Packages [03:23] 1.0.8762+2.6.15.11-1 0 [03:23] 500 http://archive.ubuntu.com dapper/restricted Packages [03:23] libgl1-mesa-dri: [03:23] Installed: 6.4.1-0ubuntu8 [03:23] Candidate: 6.4.1-0ubuntu8 [03:23] Version table: [03:23] *** 6.4.1-0ubuntu8 0 [03:24] 500 http://archive.ubuntu.com dapper/main Packages === jrib reminds ckarini of pastebin: http://paste.ubuntu-nl.org [03:24] 100 /var/lib/dpkg/status [03:24] libgl1-mesa-dri: [03:24] Installed: 6.4.1-0ubuntu8 [03:24] Candidate: 6.4.1-0ubuntu8 [03:24] Version table: [03:24] *** 6.4.1-0ubuntu8 0 [03:24] 500 http://archive.ubuntu.com dapper/main Packages [03:24] 100 /var/lib/dpkg/status [03:24] oops. [03:24] well, should i do it there again anyways? [03:24] nah [03:24] ok, 'gedit /etc/X11/xorg.conf' to pastebin please [03:24] ok [03:26] http://paste.ubuntu-nl.org/35508/ [03:27] hmmmm [03:28] ckarini: this channel is NOT a pastebin [03:28] ckarini: please visit paste.ubuntulinux.nl and paste your stuff THERE [03:29] it makes a big difference in how you are helped, as pastebins can be accessed easily tomorrow or next week [03:29] these channel logs are hard to parse after a day or so [03:30] okay [03:30] jrib: any ideas yet? [03:30] ckarini: well I don't reall know what to suggest. The only reference I found that I thought might be useful was http://ubuntuforums.org/showthread.php?t=232651 . But your configuration seems fine. I suggest you make a post on the forums or send an email to the ubuntu-users mailing list. Someone with an intel themselves may be able to help better [03:31] okay [03:31] ckarini: be sure to include your xorg.conf and the result of the 'glxinfo | grep direct' command. As well as your video card [03:32] okay [03:32] well, in short, whats the main problem === Cas_ [n=cas@58.251.122.111] has joined #ubuntu-classroom [03:32] the lack of direct rendering [03:33] and when direct rendering is enabled, i can install it? [03:34] stepmania is "installed" I guess. Running that "stepmania" file is trying to run stepmania [03:34] oh, [03:35] you should see a "stepmania" file inside the folder on your desktop. Once you get it working, you can just double click that. For now though, I recommend you try './stepmania' after 'cd ~/Desktop/StepMania-3.9'. That way you get useful error output [03:35] so, if direct rendering is on, the program will run? [03:35] well yes, I assume so [03:36] because i have the program icon and everything, but when i click on it, it loads, then just goes right back to the desktop [03:36] yeah, it's the lack of direct rendering that causes that [03:36] oh, so i have to try to find out how to enable direct rendering? [03:36] exactly [03:37] okay. [03:38] look at this http://www.linuxquestions.org/questions/showthread.php?t=277065 [03:38] ckarini: ubuntuforums.org and https://lists.ubuntu.com/mailman/listinfo/ubuntu-users are two possibilities for reaching more people than on irc [03:38] does that help? [03:38] ckarini: no, that is for nvidia [03:39] oh. [03:39] nvidia is a different kind of video card [03:40] what about [03:40] http://gentoo-wiki.com/HOWTO_Direct_rendering_on_Intel_Extreme_Graphics_(855GM)_chipsets [03:42] does that one help at all? [03:42] it mentions something but I would not rely on it without corroboration from a different source [03:43] "The VideoRam option is very critical. The chip..." but the person on ubuntuforums did not have that line [03:43] oh, well, should we try it yet, or not, [03:43] I think it would be better if you found someone that could tell you something that would work for sure [03:43] If we mess up, you will be without a gui [03:44] and thats not good. [03:45] hmmm [03:45] now wait, [03:45] look at this http://www.stepmania.com/wiki/Video_Card_Compatibility [03:45] I just checked the ubuntu person's xorg.conf and he has the videoram line as well [03:45] yes, I saw that [03:45] (you don't have the videoram line) [03:46] oh. [03:46] so whats the videoram line [03:46] so that's looking more and more like it be the problem [03:47] ckarini: type ctrl-f in your browser and enter "videoram" [03:47] ignore my message in #ubuntu, wrong window [03:48] do you know how much ram you have? [03:49] nope [03:49] 'free -m' [03:49] wait, what browser? [03:49] firefox for example [03:49] oh [03:49] on the gentoo wiki page or the forum post I linked to earlier [03:50] wait, doesnt ctrl-f find stuff? [03:50] yes [03:50] you asked what the videoram line was [03:51] then i just open firefox and type videoram? [03:51] in a search thing [03:51] do you have the gentoo wiki page opened that you linked me to? [03:51] no [03:52] ok, nevermind, it isn't important [03:52] okay. [03:52] ckarini: what does 'free -m' say? [03:53] total used free shared buffers cached [03:53] Mem: 312 308 3 0 4 80 [03:53] -/+ buffers/cache: 223 89 [03:53] Swap: 619 64 554 [03:53] dom@dom-desktop:~$ [03:53] ok you have 312mb ram [03:54] we should allocate some of that to the video card [03:55] ckarini: would you like to try? === macconline [n=macconli@190.37.36.185] has joined #ubuntu-classroom [04:27] yeah [04:27] sorry it took so long [04:27] wait, is it safe enough? [04:31] hey jrib, what do i do [04:32] well === JVH [n=jvh@CPE-69-76-213-211.kc.res.rr.com] has joined #ubuntu-classroom [04:32] I can explain what to do in case it doesn't work [04:32] okay [04:32] ok here is what we are basically going to do: [04:32] 1. backup xorg.conf [04:32] 2. edit xorg.conf and save changes [04:33] 3. restart X [04:33] X is the gui stuff [04:33] okay [04:33] now when you restart X, if we mess up, it may fail to start [04:33] so i put all that in the terminal? [04:33] no that's just my explanation, I will give you the commands after I explain what to do in case it doens't work [04:34] okay, so if it doesnt work, i can fix it, right? === Flik [n=Matt@d207-81-186-112.bchsia.telus.net] has joined #ubuntu-classroom [04:34] ok, ctrl-alt-f1 brings you to a tty (a terminal) and ctrl-alt-f7 brings you back to the current "gui" display you have. Try pressing ctrl-alt-f1 now to and then press ctrl-alt-f7 to get back [04:34] ckarini: yes [04:35] uh...... [04:35] yeah [04:35] ckarini: ok, you saw some login window, once you login there you would get to a terminal. Just like where you were entering commands before [04:35] okay [04:36] ok write this down on a piece of papaer, remember capitalization is important: [04:36] yeah [04:36] alright [04:36] ready [04:36] 'sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf' do not execute this now. This is for restoring the backup in case something goes wrong later [04:38] oaky [04:38] so if something went wrong, you would hit ctrl-alt-f1, login, and enter that command. Then you would restart X, with: 'sudo invoke-rc.d gdm restart' [04:39] okay [04:39] ok, that should get you back to your current configuration. Now lets edit your current one [04:39] hold on a minute [04:42] I don't want to interupt, but when time permits, I could use a little help. [04:42] JVH: what's the question? [04:43] I have installed Ubuntu server. I need to access routers and access point that use a web based config screens. [04:43] I can't find a browser anywhere in the system. [04:44] okay [04:44] so what am i doing [04:44] JVH: maybe http://shon.org/blog/?p=22 ? If you want, you can install X and have a gui with more choices. Also, links2 is a good command line web browser, better than lynx that you could try [04:45] ckarini: create the backup: 'sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup' [04:45] in the terminal? [04:45] ckarini: right [04:45] okay [04:46] okay, i did that [04:46] ckarini: 'gksudo gedit /etc/X11/xorg.conf' [04:46] I am brand new to Linux, I thought lynx was a test only browser? [04:47] JVH: you can browse the web with it if you want [04:47] okay, i did that [04:48] ok I will give it a try, thought maybe mozilla, netscape, firefox was hidden somewhere in there. [04:48] JVH: you can isntall them if you want. But you will need X to run them in [04:49] JVH: do you want a gui environment on the server? [04:49] okay, it gave me some text file [04:49] ckarini: ok please go to line 92, it should say: Identifier"Intel Corporation 82810E DC-133 CGC [Chipset Graphics Controller] " [04:49] Only if I need one. I am attempting to build an Asterisk PBX server. [04:50] JVH: k, my suggestion would be to try that suggestion about lynx on that blog. If that doesn't work, try installing links2 (sudo apt-get install links2) and using that [04:51] wait, i dont get it. [04:51] ckarini: right now you have http://paste.ubuntu-nl.org/35508/ in your editor correct? [04:52] yeah [04:52] ok, scroll down to the part that looks like (it starts on line 91): [04:52] What would be the command to install a gui? Like the desktop ubuntu has. Is that gnome? [04:52] 091. Section "Device" [04:52] 092. Identifier "Intel Corporation 82810E DC-133 CGC [Chipset Graphics Controller] " [04:52] 093. Driver "i810" [04:52] 094. BusID "PCI:0:1:0" [04:52] okay [04:53] wait, i dont think it looks like that [04:53] JVH: sudo apt-get install ubuntu-desktop will give you it all. xubuntu-desktop and kubutnu-desktop are other options using xfce and kde, respectively. You can also have lighter environments like fluxbox, openbox, etc [04:53] ckarini: that is what you pasted before [04:54] except where you see inverted I's, you should see tabs in your editor [04:54] and no line numbers [04:54] ok I will give it a try thanks jrib. [04:54] JVH: np [04:54] yeah === JVH [n=jvh@CPE-69-76-213-211.kc.res.rr.com] has left #ubuntu-classroom [] [04:54] ckarini: ok, you found it? [04:54] but i cant find that one part [04:55] be more specific [04:55] press ctrl-f and enter i810, you should be there after a few hits [04:55] oh wait, i round it [04:55] ok [04:55] found it [04:55] now what [04:56] now put a new line after 094. BusID"PCI:0:1:0" that says: [04:56] VideoRam 16384 [04:56] okay did it [04:56] that will give you 16 mb of video ram, I don't know if that is optimal for you or not, but you can explore later [04:57] 1024*16=16384 by the way [04:57] okay, so what do i do with that [04:57] ok save it and then please pastebin what it looks like now [04:58] http://paste.ubuntu-nl.org/35516/ [04:59] ckarini: ok, indent the line that you added so it matches with the others, just press TAB at the beginning of the line [04:59] I don't think it matters but just in case [04:59] okay [05:00] save it again? [05:00] yes [05:00] k, now what [05:00] now we part and hopefully you will be back soon [05:00] save anything you are working on [05:00] wait, what? [05:01] so, your going, or, what [05:01] I am about to give you the command to restart X [05:01] oh [05:01] that will close all your programs [05:01] oh [05:02] ok, you know what to do in case it fails? Worst case scenario, put in a live cd and visit #ubuntu again === jrib thinks [05:02] yeah [05:02] ctrl-alt-backspace will restart X [05:02] okay [05:02] so when do i do that [05:02] now [05:03] then what do i do after that [05:03] join me here again, or just try stepmania and see if it works [05:03] okay, === ckarini [n=dom@CPE-65-30-160-33.wi.res.rr.com] has joined #ubuntu-classroom [05:07] 'glxinfo | grep direct' [05:07] okay so it didnt work [05:07] still no direct rendering [05:08] check your /etc/X11/xorg.conf and make sure the changes are there [05:09] permission denied [05:09] 'gedit /etc/X11/xorg.conf' is the command. gedit is a text editor and /etc/X11/xorg.conf is a text file [05:10] yeah, it had the video thing on it [05:10] idk then [05:10] oh [05:10] try the forums and mailing list [05:11] okay [05:11] or #ubuntu again [05:11] thanks for all your help [05:11] maybe someone new knows [05:11] ckarini: n, hope you get it [05:11] n = no problem [05:11] thanks [05:11] alright [05:11] ill see ya later [05:11] bye [05:11] maybe [05:11] see ya === tonyyserver [n=anthony@d235-240-148.home1.cgocable.net] has joined #ubuntu-classroom === |Crusher| [n=You@124-254-106-68-dsl.ispone.net.au] has joined #ubuntu-classroom === unix_infidel [n=blue@unaffiliated/unixinfidel/x-8383745] has joined #ubuntu-classroom [05:43] hey guys, wondering if the systems administration class went down on the 2nd or 3rd. [05:43] I didnt see a lectururer posted at that time on the website, nor has a transcript been posted, so i was just curious. [05:44] unix_infidel: I'm not aware of one, but I'm not sure [05:45] tonyyarusso: i was referring to the post on the wiki. [05:45] https://wiki.ubuntu.com/Classroom [05:45] unix_infidel: I know what you meant - I didn't hear one happen. [05:45] Personally, I think skipping 101 and going straight to Advanced Administration would be more beneficial :) [05:45] tonyyarusso: thanks, I'll be looking for updates. [05:46] Btw, nice lecture on gpg 101 a while back. [05:46] unix_infidel: Thanks. (I finally _did_ get those transcripts up...) [05:46] :p === unix_infidel [n=blue@unaffiliated/unixinfidel/x-8383745] has left #ubuntu-classroom ["Leaving"] === hybrid_ [n=x@72.169.30.254] has joined #ubuntu-classroom === tonyyserver [n=anthony@d235-240-148.home1.cgocable.net] has joined #ubuntu-classroom === schiele [n=robert@p54ABF1B2.dip.t-dialin.net] has joined #ubuntu-classroom === Flannel [n=flannel@cpe-76-176-13-158.san.res.rr.com] has left #ubuntu-classroom [] === hedix [i=usr1611@c1.edrana.lt] has joined #ubuntu-classroom === cyphase [n=cyphase@c-67-180-20-241.hsd1.ca.comcast.net] has joined #ubuntu-classroom === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom === thebigearl [n=koptein@dslc-082-082-089-155.pools.arcor-ip.net] has joined #ubuntu-classroom === MarkoKoo [n=MarkoKaa@a80-186-146-185.elisa-laajakaista.fi] has joined #ubuntu-classroom === Quattro^ [n=frederic@servpsy.ugent.be] has joined #ubuntu-classroom === dou213_ [n=x@85.180.231.224] has joined #ubuntu-classroom === Chris7mas [n=floydian@89.39.4.39] has joined #ubuntu-classroom === LoudMouthMan [n=nik@82-68-164-22.dsl.in-addr.zen.co.uk] has joined #ubuntu-classroom === emonkey [n=emonkey@adsl-84-227-14-55.adslplus.ch] has joined #ubuntu-classroom === silwol [n=silwol@193.170.135.113] has joined #ubuntu-classroom === Blue-Omega [n=Blue@about/cooking/nakedchef/omelette/Blue-Omega] has joined #ubuntu-classroom === bw_hb [i=root@134.76.166.207] has joined #ubuntu-classroom === Quattro^ [n=frederic@servpsy.ugent.be] has left #ubuntu-classroom ["Ik] === EDVINAS_ [i=usr1644@c1.edrana.lt] has joined #ubuntu-classroom === apuar [n=apuar@218.111.31.75] has joined #ubuntu-classroom === kybuz [n=kybuz@cc953562-a.zwoll1.ov.home.nl] has joined #ubuntu-classroom === kuyky [n=kuyky@84.90.85.147] has joined #ubuntu-classroom === Chris7mas [n=floydian@89.39.4.39] has joined #ubuntu-classroom === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-classroom === hedix [i=usr1689@c1.edrana.lt] has joined #ubuntu-classroom === xinchuan [n=xinchuan@bb219-75-24-161.singnet.com.sg] has joined #ubuntu-classroom === xerxas [n=R67894@AGrenoble-257-1-23-16.w86-194.abo.wanadoo.fr] has joined #ubuntu-classroom === hedix [i=usr1702@c1.edrana.lt] has joined #ubuntu-classroom === leks [n=ale@80-218-96-27.dclient.hispeed.ch] has joined #ubuntu-classroom === DerXero [n=patrick@dslb-082-083-147-138.pools.arcor-ip.net] has joined #ubuntu-classroom === Starting logfile irclogs/ubuntu-classroom.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-classroom === Topic for #ubuntu-classroom: Ubuntu Open Week has now finished - thanks , everyone! | Transcripts and logs are at: https://wiki.ubuntu.com/ClassroomTranscripts and http://www.tonyyarusso.is-a-geek.com/irclogs/openweek/ - actually down atm for hardware troubleshooting (bloody clock..) === Topic (#ubuntu-classroom): set by tonyyarusso at Mon Dec 4 01:29:49 2006 === albert [n=albert@97.pool85-50-151.dynamic.orange.es] has left #ubuntu-classroom ["Abandonando"] === ypsila [n=opera@p54AA3311.dip0.t-ipconnect.de] has joined #ubuntu-classroom === ypsila [n=opera@p54AA3311.dip0.t-ipconnect.de] has left #ubuntu-classroom [] === jrib [n=jasonr@unaffiliated/jrib] has joined #ubuntu-classroom === pradeep [n=pradeep@59.92.80.55] has joined #ubuntu-classroom === fernando__ [n=fernando@189.0.151.127] has joined #ubuntu-classroom === mihakriket [n=mihakrik@68-235-112-223.kntnny.adelphia.net] has joined #ubuntu-classroom === mihakriket [n=mihakrik@68-235-112-223.kntnny.adelphia.net] has left #ubuntu-classroom [] === Czubek [n=Damian@abpm215.neoplus.adsl.tpnet.pl] has joined #ubuntu-classroom === xerxas_ [n=R67894@AGrenoble-257-1-85-108.w86-219.abo.wanadoo.fr] has joined #ubuntu-classroom === stefg [n=chatzill@dslb-088-072-247-062.pools.arcor-ip.net] has joined #ubuntu-classroom === stefg [n=chatzill@dslb-088-072-247-062.pools.arcor-ip.net] has left #ubuntu-classroom [] === Patskumaster [n=juho@bb-89-166-15-225.dsl.phnet.fi] has joined #ubuntu-classroom === thebigearl [n=koptein@dslc-082-082-089-155.pools.arcor-ip.net] has joined #ubuntu-classroom === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-classroom === elesouef [n=elesouef@calvix/staff/elesouef] has joined #ubuntu-classroom === PriceChild [n=pricechi@unix0.york.ac.uk] has joined #ubuntu-classroom === STiKi- [i=stiki@narkotyk.net] has joined #ubuntu-classroom === cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-classroom === rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-classroom === Casanova [n=prash@unaffiliated/casanova] has joined #ubuntu-classroom === Blue-Omega [n=Blue@about/cooking/nakedchef/omelette/Blue-Omega] has joined #ubuntu-classroom === leks [n=ale@212.117.110.130] has joined #ubuntu-classroom === apokryphos [n=apokryph@87-194-86-227.bethere.co.uk] has joined #ubuntu-classroom === emonkey [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #ubuntu-classroom === michl [i=michl@nat/suse/x-59584de1c2ee7e9f] has joined #ubuntu-classroom === nico [i=cereal@AStrasbourg-252-1-100-20.w86-213.abo.wanadoo.fr] has joined #ubuntu-classroom === nico [i=cereal@AStrasbourg-252-1-100-20.w86-213.abo.wanadoo.fr] has left #ubuntu-classroom ["Quitte"] === leks_ [n=ale@212.117.110.130] has joined #ubuntu-classroom === gabone [n=gabone@84.232.197.188] has joined #ubuntu-classroom === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-classroom === neversfelde [n=neversfe@p5494143A.dip0.t-ipconnect.de] has joined #ubuntu-classroom === neversfelde [n=neversfe@p5494143A.dip0.t-ipconnect.de] has left #ubuntu-classroom ["Konversation] === mekano4 [n=rafaelba@214.Red-81-47-254.staticIP.rima-tde.net] has joined #ubuntu-classroom === fernando__ [n=fernando@189.0.133.125] has joined #ubuntu-classroom === michl [i=michl@nat/suse/x-59584de1c2ee7e9f] has left #ubuntu-classroom ["Kopete] === ompaul [n=ompaul@gnewsense/friend/ompaul] has joined #ubuntu-classroom === kuyky [n=kuyky@84.90.85.147] has joined #ubuntu-classroom === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu-classroom === manuleviking [n=Tux@ANice-151-1-103-8.w86-206.abo.wanadoo.fr] has joined #ubuntu-classroom === mekano4 [n=rafaelba@214.Red-81-47-254.staticIP.rima-tde.net] has joined #ubuntu-classroom === manuleviking [n=Tux@ANice-151-1-103-8.w86-206.abo.wanadoo.fr] has left #ubuntu-classroom ["Konversation] === siegie [n=siegie@d5152245C.access.telenet.be] has joined #ubuntu-classroom === siegie [n=siegie@d5152245C.access.telenet.be] has left #ubuntu-classroom ["Weggaan] === dieterd [n=dieterd@p3E9E6482.dip.t-dialin.net] has joined #ubuntu-classroom === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-classroom === fernando__ [n=fernando@189.0.150.66] has joined #ubuntu-classroom === leks [n=ale@80-218-96-27.dclient.hispeed.ch] has joined #ubuntu-classroom === mekano4 [n=rafaelba@214.Red-81-47-254.staticIP.rima-tde.net] has joined #ubuntu-classroom === mekano4 [n=rafaelba@214.Red-81-47-254.staticIP.rima-tde.net] has left #ubuntu-classroom ["Abandonando"] === N7C [n=slack@81.18.53.75] has joined #ubuntu-classroom === N7C [n=slack@81.18.53.75] has left #ubuntu-classroom ["..::] === darich [n=trickyki@host86-140-24-111.range86-140.btcentralplus.com] has joined #ubuntu-classroom === dsas [n=dean@host-84-9-178-162.bulldogdsl.com] has joined #ubuntu-classroom === christel [i=christel@freenode/staff/gentoo.christel] has joined #ubuntu-classroom === cyphase [n=cyphase@c-67-180-20-241.hsd1.ca.comcast.net] has joined #ubuntu-classroom === DerXero [n=patrick@dslb-082-083-142-223.pools.arcor-ip.net] has joined #ubuntu-classroom === hybrid [n=x@72.169.30.254] has joined #ubuntu-classroom === N7C [n=slack@81.18.53.177] has joined #ubuntu-classroom === N7C [n=slack@81.18.53.177] has left #ubuntu-classroom ["..::] === leks [n=ale@80-218-96-27.dclient.hispeed.ch] has joined #ubuntu-classroom === hybrid [n=x@easyubuntu/supporter/hybrid] has joined #ubuntu-classroom === leks_ [n=ale@80-218-96-27.dclient.hispeed.ch] has joined #ubuntu-classroom === leks_ [n=ale@80-218-96-27.dclient.hispeed.ch] has joined #ubuntu-classroom === hybrid [n=x@72.169.30.254] has joined #ubuntu-classroom