[00:01] anarkhos: you're talking about kernel recompilation. [00:01] hmm [00:02] anarkhos: assuming it's not already configured [00:02] grep CONFIG_PM_DEBUG /boot/config-`uname -r` [00:02] im reading this https://01.org/linuxgraphics/documentation/how-debug-suspend-resume-issues-0 [00:02] b. Suspend/resume by skipping BIOS: [00:02] step 1 [00:02] i get CONFIG_PM_DEBUG=y [00:02] so that's what you want [00:02] hmm [00:03] grep CONFIG_PM_DEBUG /boot/config-`uname -r` <--- that will give me information? [00:03] yp [00:04] what is the sign enveloping uname -r? [00:04] not ". not ' [00:04] ` [00:04] look for ~ [00:04] there i reckon [00:04] no [00:04] you said ` [00:05] they're on the same key [00:05] shift` = ~ [00:05] config-`uname -r` [00:05] `command` is the same as $(command) [00:05] it means "insert the result of command here" [00:06] so if i did this: [00:06] echo `echo hello` [00:06] it would respond: [00:06] hello [00:06] that's a stupid example admittedly XD [00:06] hmm [00:06] why look for ~? [00:06] because shift` = ~ [00:07] if you can't find ` you could probably find ~ [00:07] i find both [00:07] in any case it looks like you found it [00:07] ill try: grep CONFIG_PM_DEBUG /boot/config-`uname -r` [00:07] yep [00:07] ok [00:07] grep is search utility [00:08] uname prints system information, with -r giving you the kernel release [00:08] ok, same output here [00:08] CONFIG_PM_DEBUG=y [00:08] so all good then [00:08] in /boot are files that start with config- and end with the kernel release [00:08] yeah [00:09] so it's kind of like saying "look for CONFIG_PM_DEBUG in the config file for my current kernel, which lives in /boot" [00:09] you need a command line 101 class :) [00:09] yeah well, im (re-)learning, slowly but steadily [00:09] but ive never been extremely good [00:10] ok on to step two [00:10] http://linuxcommand.org/ [00:10] it helps to actually learn it rather than just typing in commands [00:12] "echo core/processors/devices > /sys/power/pm_test" gives "write error: invalid argument" [00:13] you need to do that as root [00:13] well [00:13] i changed the permissions of /sys/power/pm_test [00:13] * wxl facepalms [00:13] like i said, you need to learn the command line :) [00:14] just preceding the command with "sudo" doesn't suffice [00:14] no reason to facepalm. either i change the permissions/enable the root account, or i just don't try this task at all [00:14] you can also do echo core/processors/devices | sudo tee /sys/power/pm_test [00:15] you could sudo su and just become root [00:15] ok... [00:15] like i said, you need to learn the command line :D [00:15] sudo -i [00:15] i thought about sudo su actually [00:15] yeah i read about that Unit193 [00:16] ill reverse the permissions change and activate the root account [00:17] there' [00:18] same error when run as root too. ill try wxl's modified command [00:19] ok, one step further [00:19] the echo worked, but still: [00:20] "tee: /sys/power/pm_test: invalid argument" [00:21] works for me [00:21] * wxl shrugs [00:22] what's tee? [00:22] !tee [00:22] :) [00:22] !info tee [00:22] Package tee does not exist in trusty [00:22] aww [00:22] !search tee [00:22] Found: kde-#ubuntu-fi, oneiric, 11.04, appreciate, slangasek*, bunnies*, 11.10, volunteers, maverick, natty and 1 more, see http://ubottu.com/factoids.cgi?search=tee [00:22] no no no [00:23] http://manpages.ubuntu.com/manpages/trusty/en/man2/tee.2.html [00:23] ooh we should create a !man factoid Unit193 [00:23] wxl: I have an alias. [00:23] Unit193: make a factoid now. [00:24] !man [00:24] The "man" command brings up the Linux manual pages for the command you're interested in. Try "man intro" at the command line, or see https://help.ubuntu.com/community/UsingTheTerminal | Manpages online: http://manpages.ubuntu.com/ [00:24] !man man [00:24] boooooo [00:25] "In computing, tee is a command in command-line interpreters (shells) using standard streams which reads standard input and writes it to both standard output and one or more files, effectively duplicating its input" [00:25] read: echo [00:25] right [00:38] might it be that the guide is referring to a command that is slightly different on lubuntu? [00:42] hmm, im in run-level 2 [00:42] the guide suggests level 3 if there's no difference between suspendbehaviour in the graphics environment or text mode [00:43] but still the same invalid argument error [01:58] hmm [02:00] are there other drivers than "gma500_gfx" i could try for the intel gma500 card? [02:20] anarkhos: i like to test with the vesa driver to isolate the driver [02:21] yes [02:21] yes? [02:21] well... [02:21] so, you have tried the vesa driver? [02:21] no, im not sure how to do it [02:21] http://ubuntuforums.org/showthread.php?t=1270209 [02:22] ah this one [02:22] i just put the xorg.conf im place and test.. i dont bother with addressing the geometry, unless, this is a machine where using the vesa driver is an option [02:22] i read a lot about it, but i dont recall... i dont think i actually tested it [02:23] anarkhos: its the "fail safe" driver.. its nice to, as i say, remove the driver from the equation. otherwise, you can use it to determine what else *is* the issue [02:24] yes, if the problem persists with the vesa driver, gma 500 is cleared of responsibility [02:25] ill try it right now, let me turn on the netbook again [02:26] well the gma is anyways, since it never promised, offically, to work with linux [02:26] but, it could be the problematic issue you are encountering [02:27] yeah [02:27] for me, on older hardware, doenst bother me to use a vesa driver [02:28] i mean, the only other viable option is windows xp.. and its not an option [02:33] of course, there is no xorg.conf in /etc/X11 [02:33] anarkhos: correct [02:33] ill just copy xorg.conf to that location [02:33] anarkhos: thats why i say, put the one in linked in place [02:34] with the content from the page you gave [02:34] right [02:37] there [02:37] reboot then [02:38] normally i boot into run-level 2 [02:39] is that an issue? [02:40] looking at lsmod, it seems like gma500 is loaded now too [02:40] anarkhos: i run "lspci -v" [02:41] "kernel driver in use: gma500" [02:41] anarkhos: ok.. then, you didnt get it right [02:41] hmm [02:41] anarkhos: hmmm indeed [02:41] xorg.conf is in /etc/X11 [02:42] with the content copied from the linked page [02:42] its not a fix. its a troubleshooting step [02:43] !nomodeset [02:43] A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [02:43] i suppose simply putting xorg.conf in there doesn't stop the gma500 driver from being loaded [02:43] anarkhos: yes.. it specifies the graphics to use the vesa driver [02:43] ive tried nomodeset before [02:43] no difference [02:43] wait [02:43] blacklist [02:44] i could try to blacklist gma500* [02:44] anarkhos: i would just be sure you know how to undo that from a live CD or the recovery kernel, since its not necessary [02:45] not necessary... [02:45] but the gma500 driver loaded now too [02:45] even with the xorg.conf file [02:45] sure. so, try it. im saying, now how to revert, since im saying thats not the issue, and that could blacklist the only module that is working [02:46] hmm [02:46] then i will not try this right now [02:46] anarkhos: it didnt load "too".. i think it only did what it always did, due to misconfiguration [02:46] i followed the instructions [02:46] i dont think you have properly implemented the vesa driver. but, its not a fix.. so i would just move on [02:47] then the instructions maybe aren't valid for my lubuntu environment [02:47] anarkhos: nope. they are. thats what works for me [02:47] anarkhos: regardless, try the blacklist if you like. and just move on [02:47] so what have i forgotten? i created a xorg.conf file, copied the content from the linked page, placed it in /etc/X11 and rebooted [02:47] this is not something you need to get hung up on. it will be trying *many* things that gets you where you need to be, if possible [02:48] yeah [02:48] anarkhos: sudo nano /etc/X11/xorg.conf [02:48] should open the file.. [02:48] it does [02:48] ok [02:49] with contents corresponding to the linked page [02:49] not sure what to say, friend, besides, delete it and move on [02:49] ok [03:04] im trying it [03:05] and that was probably a mistake [03:06] trying what? blacklist? [03:06] yes [03:06] yeah, i said it was a bad idea.. and to make sure you know how to revert [03:14] i think i fixed it [03:14] trying to reboot [03:15] yes. back to normal [03:15] so then i still don't know how to switch between graphics drivers [03:21] thanks for the assistance holstein. see you [05:32] I read somewhere that the admin permissions (group) has been phased out, what is the new group used to give a normal user permissions to allow them to mount devices, open network manager, etc.? [05:59] Ascavasaion: adm [06:01] wxl: thyank you... I am already a member of adm :( [06:06] Ascavasaion: if it helps i'm a member of adm cdrom sudo audio dip plugdev lpadmin sambashare libvirtd [06:06] the latter two are likely of little value to you [06:10] wxl: I am already a member of those :( [06:11] Ascavasaion: are you in sudoers? [06:14] Going to reboot. [08:38] can anyone help me? I've restored my bios to factory default, it's saying I have "windows boot manager" and it doesn't show grub, just boots to windows. I click my hdd from f11 sata and it boots to lubuntu? what have I done wrong? [08:40] switchtehbeat: check bios-option from what harddisk to boot - maybe you had it in previous version set to second hd and after reset it uses the default first [08:41] I only have 1 hdd but 2 partitions [08:43] what does a live cd mean? [08:43] switchtehbeat: then check other bios-options - there is one setting the boot activity from something other what you select in the f11-boot-device-selection [08:44] testdr, what does a live cd mean? [08:45] switchtehbeat: i dont answer "funny" questions - you did read the download-info about the ubuntu-live-version? [08:45] ??? no [08:45] plus it's lubuntu not ubuntu [08:45] :/ [08:45] heh [08:45] switchtehbeat: from where did you get the iso-image and burnt it? [08:51] and gone - why they do not read: https://help.ubuntu.com/community/Lubuntu/GetLubuntu and the link there to: http://en.wikipedia.org/wiki/Live_CD [09:01] I got this link from the ##hardware channel: they say it will solve my encryption problem, but will these command lines work with the new, 14.04 versions of ubuntu? http://www.debuntu.org/how-to-play-dvd-under-ubuntu/ [09:49] SamwiseGamgee: are you using lubuntu [09:50] yes [09:50] SamwiseGamgee: really, you where using xubuntu an hour ago [09:50] yes, I posted sth about an hour ago [09:51] right so are you using xubuntu or lubuntu [09:51] I am not using xubuntu [09:51] SamwiseGamgee: can you please show me the output of the command "sudo dpkg -l lubuntu-desktop" [09:52] sorry "sudo dpkg -l | grep lubuntu-desktop" [09:53] I am not using lubuntu [09:53] SamwiseGamgee: ok so stop telling lies [09:53] @mark #lubuntu SamwiseGamgee once again telling lies that he is using lubuntu to get support in the wrong channel [09:53] I am using xubuntu 14.04 [09:53] The operation succeeded. [09:53] SamwiseGamgee: you've been warned 3 times about telling lies [09:53] SamwiseGamgee: this is not the channel to get support [09:53] SamwiseGamgee: why do you persist in telling lies [09:54] you'll end up getting banned in this channel too [09:55] I never told anyone I use lubuntu, I have been using xubuntu 14.04 for months now [09:55] 10:49 < ikonia> SamwiseGamgee: are you using lubuntu [09:55] 10:50 < SamwiseGamgee> yes [09:56] SamwiseGamgee: you just told me less than 4 minutes ago in a channel you where using lubuntu [09:56] SamwiseGamgee: so again - stop telling lies [09:56] which channel? [09:57] @mark #lubuntu SamwiseGamgee continuing to tell lies [09:57] The operation succeeded. [09:57] SamwiseGamgee: this one, [09:57] SamwiseGamgee: you just said it in this channel less than 4 minutes ago [09:57] 10:51 < SamwiseGamgee> I am not using xubuntu [09:57] I can now only assume you are trolling this channel [09:57] as you are clearly unable to be truthful or you are trying to misslead people on purpose [09:57] I am using xubuntu 14.04, and I never ever installed lubuntu, I am certain of this [09:58] SamwiseGamgee: I know [09:58] SamwiseGamgee: I asked you if you where using lubuntu and you said "yes" [09:58] SamwiseGamgee: you then said "I am not using xubuntu" [09:58] now you are saying the total opposite after I caught you telling lies again [10:17] I sorted it, my bios was booting from "legacy" instead of ufi/uefi, no idea what that means but grub is there now for windows and lubuntu :) [10:18] does the lubuntu install detect/configure a efi boot setup ? [10:20] sorry the lubuntu installer [10:20] no idea [10:23] sorry [10:37] switchtehbeat: cause you logged out, this posting again: why they do not read: https://help.ubuntu.com/community/Lubuntu/GetLubuntu and the link there to: http://en.wikipedia.org/wiki/Live_CD === gatis__ is now known as Gatis [15:20] i want to have google chrome running in wine [15:21] STHGOM: sure.. get the windows .exe version and run it in wine.. though, i suggest the native linux version that google provides [15:21] there is literally no reason to use the windows version.. [15:22] im trying to run roblox on lubuntu [15:23] STHGOM: ask them for a native linux version [15:23] ohh [15:23] ok [15:23] ty [15:23] hahaha [15:23] otherwise, you install "wine", and what i do is just run "wine /path/to/*.exe" and try the windows software [15:24] !wine [15:24] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [15:24] STHGOM: there will be no avenue of support for it, since, they release for an operating system you are not using, and wine cant support the code they make [15:25] not sure why you are laughing.. i really feel the "best" way for you to get support and performance is for them to support the operating system you are using.. if you have not asked, i wouldnt assume it to me completely futile.. [15:26] i felt stupid so i laughed [15:26] STHGOM: oh.. nah, you shouldnt feel stupid.. [15:27] i thought you were laughing about the idea of them releasing a linux version.. which can actually be laughable. but, more and more companies and developers are coming around to supporting linux [15:27] so who do i ask? [15:27] just on #roblox? [15:27] holstein: ive found some other ways (xforcevesa boot code) of using the vesa driver, and also "fbdev". then there's the possibility of using recovery mode to explore the xorg.conf file that is created. what do you think about this? [15:28] STHGOM: well, i wouldnt expect to casually email "support@roblox" and get a *tar.bin right back.. but, i would look for a contact, and just let them know your intentions, and that you would like linux support [15:28] STHGOM: otherwise, im not sure what the deal is with it [15:28] i go to http://www.roblox.com/ and it loads [15:29] STHGOM: why are you not using it in the native chrome on linux? [15:29] i am [15:29] i tried to install the windows roblox with wine [15:29] STHGOM: it looks like a website, and not an application that requires windows in anyway [15:29] STHGOM: what windows roblox? is it not a website? [15:29] the program [15:30] STHGOM: ok.. you can try it in wine.. [15:30] https://appdb.winehq.org/objectManager.php?sClass=application&iId=9392 for example [15:31] anarkhos: you shouldnt need the xorg.conf [15:31] anarkhos: i would literally boot using the vesa driver, and test whatever you are trying to test.. if the driver has no effect on whatever that is, then, you can assume rather safely the driver is not the issue [15:33] holstein: yeah i booted into recovery mode, root shell now and there is no xorg.conf [15:34] anarkhos: sure.. there shouldnt be one [15:34] !xorgconf [15:34] The /etc/X11/xorg.conf file is deprecated, but sometimes may still be needed to pass values to specific drivers. See `man xorg.conf` for file structure and syntax. | Generic xorg.conf generation: http://ubottu.com/y/xorgconf | ATI proprietary driver specific: http://ubottu.com/y/atiamd | Nvidia proprietary driver specific: http://ubottu.com/y/nvidia [15:34] anarkhos: there is never one anymore.. its deprecated.. you put one in place it you want one.. but, the other kernel modes you are finding are allowing you to test with the vesa driver [15:35] yes. the current problem is to make the gma500 not load and simultaneously make vesa or fbdev successfully load. maybe the problem yesterday was that i created a xorg.conf [15:35] i would literally spend about 20 minutes testing the vesa driver, then move on.. this is *not* a fix. its not something to add extra issues onto your plate about [15:36] holstein: if you want you could in the meantime have a look at tzsch.webs.com/dmesg.txt for a closer look at the errors related to the power button and ACPI [15:36] however, ive tried many possible solutions relating to that - all without any success [15:37] anarkhos: how did the power button respond in xubuntu live? [15:37] same... no reaction whatsoever. and it's lubuntu, not xubuntu [15:37] anarkhos: i tell you, you literally could be the *only* person with that particular hardware profile using lubuntu [15:38] hmm [15:38] anarkhos: *xubuntu*. how did xubuntu react live? did you try it? [15:38] no [15:38] anarkhos: im asking becuase different services are loaded by default.. did you actualy try xubuntu? or main ubuntu? [15:38] anarkhos: i like to do that as also as an easy troubleshooting step [15:39] no, i wanted to try lubuntu because i read a review of small distros that could fit acer netbooks and lubuntu did very well there [15:39] anarkhos: as im saying, you wont likely read much helpful, since you can literally be the *only* person with that particular hardare running lubuntu.. you could have hardware rev's different from anyone else runnig it [15:40] anarkhos: sure.. and you *should* try lubuntu.. and use it.. but, you can learn from trying the other live CD's helpful informationg.. like, "is the power button going to do what im tryhing to do in linux" [15:40] anarkhos: if it works in xubuntu, then you can look and see what is supporting that funcitonality and add it to lubuntu [15:40] anarkhos: could be a simple change in something that is designed to be "light" in lxde-lubuntu that you need [15:42] ok, ill have a look at xubuntu, i hope there's enough space on the usb [15:43] anarkhos: xubuntu and lubuntu *are* ubuntu.. so, anything that is happening in xubuntu or main ubuntu is possible in lubuntu [15:43] ok [15:43] *if* the hardware switches work there, you can learn how to support them.. [15:43] right [15:44] anarkhos: with *any* hardware like that, you can have a specific model#.. but, the company promised windows support.. so, if (and this is quite likely) they change the chips, they dont have to say they changed the chips.. they just have to do what they promised, which is, release a windows driver for the hardware [15:44] so, you can be the *only* person with that *exact* hardware running lubuntu [15:44] yes [15:45] i think it will be a very proactive approach that helps you find a "fix".. especially since nothing is broken [15:45] you don't incidentally... no, nevermind that'd drain bandwidth [15:46] getting in the larger ubuntu community for a bit doesnt hurt either, becuase its larger.. and since its all ubuntu, anything from there is relevant in lubuntu [15:47] how big is the xubuntu iso? [15:47] anarkhos: AFAIK, its larger than a CD [15:47] o [15:47] anarkhos: again, friend.. this is not a fix.. so, dont get too caught up in it [15:48] anarkhos: i would again, literally take a 20 minute period of my life, and try xubuntu live on the hardware.. if i hit too many barriers, i move on.. its not a fix [15:48] well it's not too much hassle. i do these experiments often [15:49] 953mb is the capacity of the USB stick on which lubuntu is at the moment [15:49] the other USB i think has lower capacity [15:50] 503 mb the other usb [15:50] how about... xubuntu in virtualbox on the netbook with the hardware in question? [15:51] also, what is the correct way of using xforcevesa? just "xforcevesa" or "xforcevesa=xforcevesa"? [15:52] ive seen both suggested [15:52] i imagine something like just "xforcevesa" or maybe "xforcevesa nomodeset" [15:55] " The Xubuntu 13.04 image size is approximately 800 MB." - that will just about work on one of the USBs [15:57] anarkhos: VM wont pass what you are testing through [15:57] hmm, regardless of vbox settings? [15:57] anarkhos: im not sure the "correct" way, friend.. i just use the link i gave, and make my own xorg.conf [15:57] anarkhos: correct.. VM will *not* work for your tests.. [15:57] ok [15:58] making my own xorg.conf did not work. if i blacklist gma500, the boot process stops. if i don't blacklist gma500, the latter is loaded and xorg.conf ostensibly ignored [15:59] anarkhos: ok [15:59] anarkhos: what exactly is the issue? the power button isnt doing what? [15:59] i have never used the power button in lubuntu.. it just doenst work, and i dont bother using it [16:00] not causing a resume after suspend [16:00] have a look at the dmesg errors: http://tzsch.webs.com/dmesg.txt [16:00] the power button itself works [16:00] if i press it, i get some alternatives: reboot, shutdown, suspend etc. [16:00] ok [16:00] it's only resume that fails [16:01] everything else related to power seems fine [16:01] i dont read the dmesg and learn anything [16:01] i test with live CD's and other kernels.. and remove variables.. what works, and why? and how.. what doenst, and how do i add what worked to it.. etc [16:01] im not a "read the code and interpret" kind of guy [16:02] you can try the main #ubuntu channel with that dmesg [16:02] or, any mailing list for support.. though, i would still check a xubuntu live CD and see if it works "out of the box".. [16:03] yeah [16:15] holstein: are you able to find pm-quirks in the repositores? [16:20] from the debian wiki: "A very notable change is that HAL is phased out. If you still have the hal package installed, you should remove it or it will interference with pm-utils during suspend" [16:20] there is a folder called /usr/shared/hal in lubuntu [16:23] http://www.roblox.com/Forum/ShowPost.aspx?PostID=93716485#144230022 [16:23] wonder if that'll do it [16:24] !info pm-quirks [16:24] Package pm-quirks does not exist in trusty [16:24] anarkhos: i would just test for all of that with live CD's.. [16:28] yeah [16:28] goddamn... even with "xforcevesa" and "nomodeset" as kernel boot options, lspci -v returns "kernel driver in use: gma500" [16:29] !langague [16:29] !language [16:29] The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [16:29] ok [16:29] anarkhos: please, stop worrying about the vesa driver.. i really dont think its related [16:30] allright, ill focus more on xubuntu, but first ill take a break i think [16:30] thanks for the assistance [16:52] anarkhos: I was thinking that by running a windows version of chrome through wine i would get past this: http://www.roblox.com/install/unsupported.aspx [19:21] is apparmor enabled by default? [19:25] junka: it is for some apps... run sudo aa-status and see which are in enforce mode [19:28] what does it mean that an app is in enforce mode [19:28] or confine [19:28] defined rather [19:29] junka: what is the overall goal? [19:35] holstein, restrict every program [19:39] junka: you might consider just reading up on security.. hardening, etc.. https://wiki.debian.org/Hardening for example [19:41] holstein, is there a reason apparmor-profiles is not installed? [19:49] For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.17 For God sent not his Son into the world to condemn the world; but that the world through him might be saved.18 He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God. [19:51] hello , is there any way to start synergy before login (synergy-channel says they had no answer) - works normal on commandline, but if I try to start before login with a init.d-script it is segfaulting [19:52] Gatis: please observe the /topic, and use the offtopic channels for chat. thanks [19:52] holstein, i did not understand anything from that link :3 [19:52] talsamon: sure.. though, i havent tried it firsthand since before 12.04 [19:52] junka: sure.. its not trivial what you are asking to do.. [19:53] holstein, do you remember which runlevel i should start it [19:53] holstein, defaults ? [19:53] talsamon: i just added a start command [19:54] holstein, i read this https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/AppArmorProfiles and it says that its installed by default, but its not installed on my system [19:55] junka: lubuntu is using lxde.. the "l" is for light.. they may choose not to ship things that main ubuntu ships with [19:55] junka: if you want to use it, feel free and install it, and confirm that it is runniing [19:55] https://help.ubuntu.com/community/AppArmor [19:56] ok holstein thanks [19:56] !Info apparmor-profiles [19:57] !info apparmor-profiles [19:57] apparmor-profiles (source: apparmor): Profiles for AppArmor Security policies. In component main, is extra. Version 2.8.95~2430-0ubuntu5 (trusty), package size 32 kB, installed size 282 kB [22:46] holstein: im about to try ubuntu 12 now. gonna format the usb and add ubuntu to it [23:12] ubuntu seems more problematic than lubuntu. when i move the cursor, it is as if im drawing. also, the screen is messed up [23:13] maybe i can access the command-line and explore it from there [23:17] holstein: there's news: on the live usb with normal ubuntu, the computer wakes up after suspend, but the screen is black. also, as mentioned already, the screen is a total mess in general. X is unmanagable, but the command-line is fine