/srv/irclogs.ubuntu.com/2009/08/19/#ubuntu-x.txt

MsMacohello folks. ive been trying to help this tommy_ fellow get his screen to do its native 1024x768. we went through xrandr --newmode and --addmode and now it shows in his screen config gui (yay) but it fails when he tries to do xrandr --output default --mode 1024x768_6002:04
MsMacoive hit the limits of my xrandr knowledge, so...can anyone help?02:04
tommy_please :-)02:05
MsMacoi *thought* those were all the necessary steps...but maybe not... and if so, i suppose the answer is just "file a bug"02:05
tommy_everybody's sleeping it appears02:05
MsMacoits not an ordinarily busy channel... but i dont *think* everyone here's british02:06
tommy_neither am I lol02:06
MsMacomany ubuntu devs are british or otherwise european so finding them at this time of night can be hard02:07
tommy_ah gotcha02:07
MsMacoif youre in the US, there tend to be more people around noon-ish or late morning02:07
tommy_I mean using it now I'm almost somewhat not even noticing the frames02:08
tommy_but it's still annoying02:08
tommy_well I just rand xrandr by itself again02:09
tommy_and even though I told it to run at 1024x768 in the gui, it still says 800x600 in xrandr02:09
tommy_Screen 0: minimum 640 x 480, current 800 x 600, maximum 1024 x 76802:09
tommy_so it's an option now atleast, I just can't get it to set to the max02:09
MsMacoright it still says that cuz switching to 1024x768 failed02:10
MsMacoxrandr -s 1024x76802:11
MsMacomaybe?02:11
MsMacothats an old way to do it, but worth a shot02:11
tommy_failed02:11
tommy_see if I can get any luck out of the other channel02:12
tommy_hello anyone around?02:18
tommy_hello anyone here?03:42
MsMacotommy_: i asked a friend that does some X stuff and he said that error sounds like the driver's refusing to accept the mode03:44
MsMacoi still dont know why he doesnt join this channel03:44
tommy_well upon restart03:44
tommy_the 1024x768 option dissapeared from the gui03:44
tommy_and xrandr03:44
tommy_windows has no problem doing it03:45
tommy_so I know its possible03:45
MsMacoits not the hardware. its likely the driver being stupid03:45
MsMacowhich graphics chip do you have anyway?03:45
tommy_I don't think it knows what kind of display it is so it's just using generic settings03:46
tommy_not too sure to be honest03:46
MsMacolspci03:46
MsMaco!pastebin03:46
ubottupastebin is a service to post multiple-lined texts so you don't flood the channel. Ubuntu pastebin is at  http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from  command line | Make sure you give us the URL for your paste - see also the channel topic03:46
tommy_hm?03:46
MsMacopastebin the output of "lspci"03:47
tommy_!pastebin 00:00.0 Host bridge: Intel Corporation 82440MX Host Bridge (rev 01)03:47
tommy_00:00.1 Multimedia audio controller: Intel Corporation 82440MX AC'97 Audio Controller03:47
tommy_00:00.2 Modem: Intel Corporation 82440MX AC'97 Modem Controller03:47
tommy_00:02.0 VGA compatible controller: Silicon Motion, Inc. SM712 LynxEM+ (rev a0)03:47
tommy_00:03.0 CardBus bridge: O2 Micro, Inc. OZ6812 CardBus Controller (rev 05)03:47
ubottuError: I am only a bot, please don't think I'm intelligent :)03:47
tommy_00:06.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01)03:47
tommy_00:07.0 ISA bridge: Intel Corporation 82440MX ISA Bridge (rev 01)03:47
tommy_00:07.1 IDE interface: Intel Corporation 82440MX EIDE Controller03:47
tommy_00:07.2 USB Controller: Intel Corporation 82440MX USB Universal Host Controller03:47
tommy_00:07.3 Bridge: Intel Corporation 82440MX Power Management Controller03:47
tommy_did that work?03:47
MsMacoyou didnt actually read the output of the pastebin factoid, huh?03:47
MsMacoanyway....03:47
tommy_lol03:47
MsMacosilicon motion03:48
tommy_hows pastebin work 03:48
MsMacoUbuntu pastebin is at  http://paste.ubuntu.com03:49
MsMacoyou paste stuff in the text box and hit submit. it gives you a link03:49
MsMacoyou give us the link, and then we dont get 15 lines of stuff in the channel03:49
tommy_got it03:49
tommy_does that help any?03:52
MsMacoim asking a friend03:53
bgamariHonestly, I doubt I'll be very much03:54
bgamarihelp03:54
MsMacoyou've a better chance of figuring out if the modeline's slightly wrong than i do03:54
bgamariit sounds as if you just need to throw a debugger on the xserver and figure out why the driver is failing03:54
bgamariYou've checked the Xorg log, right?03:55
MsMacono03:55
MsMacodidnt think about that03:55
MsMacotommy_: this is ben.03:55
tommy_be prepared to walk me through this lol03:55
MsMacohe works on intel graphics, but i figured he might have some idea how X works in general...or at least a better idea than i do03:55
tommy_yeah I'm at a complete loss03:56
bgamarifirst look in /var/log/Xorg.log03:56
MsMacobgamari: would a tail -f while doing the xrandr stuff we did before make sense?03:56
bgamarisure03:57
MsMacotommy_: two terminals. in one "tail -f /var/log/Xorg.log"03:57
MsMacoin the other...do you still have the xrandr commands we did before?03:57
tommy_unfortunately not03:57
MsMacook03:58
tommy_xrandr doesn't even have 1024x768 as an option anymore03:58
tommy_after a restart it reset to default03:58
MsMacoxrandr --addmode "1024x768" "63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync" 03:58
MsMacothat was the mode we used03:58
MsMacodoh03:58
MsMacothat's newmode03:58
MsMacothen after that it was: xrandr --addmode default 1024x76803:59
tommy_that tail comand did nothing03:59
MsMacoitll show the end and follow it as the file changes03:59
tommy_just gave me a > prompt03:59
MsMacoso if theres a new error added to it, itll show it03:59
MsMacohrm03:59
MsMacoand then "xrandr --mode default 1024x768" was the last part...where the error happened...04:00
MsMacowiat.04:00
MsMacoit should be Xorg.0.log04:00
MsMaconot Xorg.log04:00
tommy_I've got xorg.r.log04:00
tommy_yeah04:00
bgamariUnfortunately I've got to run in 5 or so04:00
MsMacobgamari: bedtime?04:01
bgamariNaw, need to go meet my girlfriend04:01
tommy_cannot find output 1024x76804:02
MsMacooutput was default04:02
MsMacobgamari: ah ok04:03
tommy_ok what did we do to get it to work before04:04
tommy_I got the tail working04:04
MsMacodid the name change from default to something else?04:04
MsMacopastebin plain old "xrandr"'s output04:04
tommy_it's still called default04:05
MsMacomaybe if you put "" around the 1024x768?04:05
tommy_it was04:06
tommy_ok...04:07
tommy_ xrandr --addmode "1024x768" "63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync"04:07
tommy_?04:07
tommy_cannot find output04:08
tommy_what did we do last time04:09
MsMacooh no no i said above "oops that shouldve been newmode"04:09
tommy_oooh gotcha04:09
tommy_hold o04:09
tommy_nothin04:10
tommy_it gave me the the whole xrandr command menu04:10
tommy_hold on less quotes04:10
MsMacohola andresmujica04:12
andresmujicahola msmaco04:12
andresmujicamaco as in mackenzie?04:12
MsMacoaye04:12
tommy_this isn't working04:13
andresmujicaoui. hi, what's up?04:13
tommy_it just keeps giving me the proper syntax formatting thing for xrandr04:13
MsMacotrying to make his screen to 1024x76804:13
tommy_it's not recognizing how it's formatted04:13
MsMaco*do04:13
MsMacoare you copying and pasting my quotes?04:14
tommy_yes only I changed it to newmode04:14
MsMacoi think i have stupid curly quotes in my irc client...that could break things04:14
MsMacoor do they show as normal straight quotes when you look in your terminal?04:14
tommy_they're normal04:14
tommy_type it one more time :-)04:14
tommy_cause whatever you told me to do last time worked04:15
MsMacowell last time we named it 1024x768_6004:15
MsMacoi dont think the name should make a difference but *shrug*04:15
tommy_I'm lost04:16
MsMacomaybe xrandr --newmode "1024x768_60" "63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync"04:16
MsMacosince thats what we did before the reboot04:16
tommy_it's not accepting your formatting04:17
tommy_for one reason or another04:17
tommy_should there be two spaces in those two spots?04:18
MsMacoits a copy and paste from my terminal...same as i pasted to you before04:18
tommy_well what the shit04:19
tommy_I don't get it04:19
MsMaco_xrandr --newmode "1024x768_60.00" 04:21
MsMacoer without the _04:21
MsMacoand then "63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync" the same04:21
MsMacoif the formatting of the name matters, i will be peeved04:21
MsMacoandresmujica: do you know how to work this xrandr thing?04:22
andresmujicatommy_ you can try http://xtiming.sourceforge.net/cgi-bin/xtiming.pl  and this http://www.arachnoid.com/modelines/   those can help you generate a working modeline.  However, i would try renaming the xorg.conf file so it gets autogenerated by the system itself.    i don't really use xrandr... the applet works good enough for me.. :)04:22
MsMacoandresmujica: its a new install and it only detected 640x480 and 800x600 by default04:23
andresmujicaohh.. 04:23
andresmujicasis video card.04:23
MsMacoso we're trying to add 1024x768 so the applet can do it04:23
MsMacoyes, sis04:23
tommy_it's not accepting it still04:23
MsMacofrom what i recall *shudder*04:23
tommy_here I'm sending this entire thing to pastebin04:27
tommy_did you see it04:28
MsMacoyou have to give me the link04:29
tommy_o04:29
tommy_http://paste.ubuntu.com/255515/04:29
MsMacook try without quotse then04:30
tommy_around anything?04:30
MsMacoyeah04:30
andresmujicayeap without the quotes04:31
tommy_bash: syntax error near unexpected token `;'04:32
MsMacowhys there a ; in it?04:32
MsMacooh because you bumped it04:33
andresmujicaxrandr --newmode 1024x768_60.0 63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync04:33
MsMacoi can see it in the pastebin04:33
tommy_http://paste.ubuntu.com/255520/04:34
MsMacooh it has got it in there04:34
MsMacook04:34
MsMacoxrandr --addmode default 1024x768_60.004:34
tommy_http://paste.ubuntu.com/255521/04:36
MsMacoyay its associated with the output device now04:36
MsMacoso were at the point before where itd show in the applet04:37
MsMaconow lets see if Xorg.0.log says anything when you do this:04:37
MsMacoxrandr --output default --mode 1024x768_60.004:37
tommy_I tried switching it through the gui04:37
tommy_screen blinked04:38
tommy_xrandr: Configure crtc 0 failed04:38
tommy_nothing changed in the log04:38
MsMaco:(04:39
tommy_I'm so confused04:39
tommy_it's like it tried and then said "F*CK YOU"04:39
MsMacommm yeah04:40
MsMacoby the way.... even without the "u" not really supposed to say that04:40
tommy_ok sorry04:40
tommy_just getting frustrated04:40
MsMacowell... getting around it with fsck is not too uncommon since thats an actual command...04:40
MsMacoanyway04:40
tommy_lol04:41
MsMacoben's hypothesis was that the driver is screwing up04:41
andresmujicatry generating the correct modeline with http://xtiming.sourceforge.net/cgi-bin/xtiming.pl  you'll need your monitor specs thou.  probably a freq thingie04:41
MsMacoyeah the modeline we tried was a generic 1024x768 one04:41
MsMacomaybe your screen is not-so-generic04:41
tommy_thats what xp says it is04:41
MsMacono i mean in terms of those other numbers04:42
MsMaco1024 1072 1176 1328  768 771 775 798 <- these ones04:42
tommy_oooh04:42
MsMacoand that 63.50 number04:42
tommy_so now how would I figure this out?04:42
MsMacodo what andres said04:42
tommy_k04:43
andresmujicabehind you monitor you'll find a plate with some specs on it, or at least the monitor model, so you can check in google about the right specs for your monitor so it can be used by the xtiming.pl 04:43
MsMacolaptop04:43
MsMacolshw?04:43
andresmujicaholly gosh.. i thought it was a CRT model... 04:43
MsMaco*grumble* screws should be far more difficult to lose. then i wouldnt have half-put-together furniture04:44
tommy_Modeline "1024x768@0" 0.00 1024 1056 1056 1088 768 787 787 80704:45
tommy_thats what it spit out at me04:45
andresmujicahmm 0.00 ?04:46
MsMacoyeah thats what i was staring at04:46
tommy_yeah found that odd too04:46
tommy_should I try it on my other comp with xp?04:46
tommy_they're identical machines04:46
MsMacowell we're obviously on the same page04:46
tommy_but that ones actually running at 102404:47
tommy_maybe that'll give me the right hrz04:47
tommy_khz*04:47
andresmujicatake into account that the modeline potentially can cause DAMAGE to your computer.04:48
MsMacoif its wrong04:48
tommy_well we got it wrong once and it didn't blow up04:48
tommy_lol04:48
tommy_I've got like 8 of these anyway04:48
andresmujicaso i'll recommend you to find the right specs for your laptop, so you can test with confidence..04:49
tommy_it I fry one it won't be that big of a deal04:49
andresmujicahehehe04:49
tommy_would it be documented anywhere?04:49
andresmujicai don't know if you can find that info in windows.  04:49
andresmujicaYeap if it' s a laptop it should be available at the specs from the vendor04:50
tommy_lemme see if I can find it04:50
tommy_or see if you can find it before me04:51
tommy_lol04:51
tommy_13.3 XGA(1024x768) TFT LCD04:55
tommy_is all I'm able to find04:55
MsMacolshw maybe tell you the exact lcd model?04:57
tommy_whats that04:57
tommy_a command?04:57
tommy_http://paste.ubuntu.com/255531/04:59
andresmujicawhich one is the laptop?  05:00
tommy_hm?05:01
andresmujicamodel/vendor 05:02
tommy_IBM ThinkPad iSeries 1300 7WU05:02
tommy_1300 1171-7WU05:03
tommy_found it05:07
andresmujicaoh well.. time to go.  didn't find anything valuable in google.. :(  i'll keep trying different modelines (anyway it should be autodetected, so it must be a bug somewhere around..)05:07
andresmujicawhat did u found?05:07
tommy_http://www.broadbandreports.com/forum/remark,1482983705:07
andresmujicayeap, but it's with a trident card..05:08
andresmujicabut its worth a try.05:08
andresmujicagood luck!!05:08
tommy_oh05:08
tommy_hm05:08
tommy_well I'll poke around05:08
tommy_so I'd just do those commands again05:08
tommy_only with new values?05:08
andresmujicawhy don't you try with some livecd's, maybe one of them gives the right config... (jaunty, hardy, karmic4) 05:09
andresmujicaso we can chase down the bug.05:09
tommy_actually05:10
tommy_I had DSL loaded on here05:10
tommy_and it worked fine05:10
tommy_say I stuck in the liveCD for that, how would I find the value, just do xrandr ?05:10
andresmujicag'night.. see ya msmaco.. ahh Damn Small, try using that xorg.conf  get it from there!!! you've got the solution! 05:10
tommy_just view the file?05:11
MsMacosave it to a flash drive05:11
MsMacoand copy it over05:11
MsMaco /etc/X11/xorg.conf05:11
tommy_ok great05:11
tommy_lemme go find the cd and boot it in a twin machine05:11
tommy_I"ll be back in 205:12
tommy_ok dsl is booting from cd05:15
tommy_ok now I'm lost05:18
tommy_still here ms?05:31
tommy_anyone here?05:33
tommy_hellllo?06:02
tommy_andreas06:19
tommy_or duke06:20
tommy_or anyone06:20
Duke`?06:20
tommy_I need help06:21
tommy_I've got a laptop, and can't get the resolution high enough to fill the entire viewing area06:21
tommy_I've got 1" frames on all sides06:21
Duke`which resolution?06:22
tommy_the highest I'm able to go is 800x60006:22
tommy_I need it at 1024x76806:22
tommy_I was able to get this far with it ... http://paste.ubuntu.com/255557/06:23
Duke`what is screen size?06:23
tommy_13.3 06:23
tommy_check out that paste bin and see if you can help me at all06:23
tommy_I'm very new to linux I dunno much06:23
Duke`I'm not good at modelines, so I can't tell you if it's correct06:24
Duke`are you sure your laptop can to 1024?06:24
Duke`*can do06:24
tommy_I loaded a live CD of DamnSmallLinux and it loaded fine at 1024x768 full screened, but I dunno where I can find the settings at06:24
tommy_yes positive06:24
MsMacohe used a script to get a modeline, but it gave 0.00 clock rate...which...er...06:24
tommy_I've got an identicle machine next to me06:24
tommy_it's running at 1024 06:24
MsMacoDSL shouldve had the xorg.conf in /etc/X11/xorg.conf06:24
MsMacoif you copy it from DSL to Ubuntu it should work06:24
tommy_that file doesn't exist06:24
Duke`you can write at xorg@lists.freedesktop.org describing your problem06:25
MsMacoDSL uses XFree86, doesnt it?06:25
MsMacoinstead of X11?06:25
tommy_I dunno it's got an X11 dir06:25
Duke`MsMaco: maybe an older driver06:25
tommy_just no xorg.conf06:25
Duke`so not so old...06:26
tommy_someone told me to create one with some code06:26
tommy_but being a live cd there's no file writing capability06:26
tommy_theres no way to get the values from it without that file?06:27
Duke`try looking in /var/log/Xorg.0.log06:28
tommy_I may have just found something06:29
tommy_http://www.perimeterless.org/?p=10606:29
tjaaltoneww, siliconmotion06:30
MsMacohaha06:30
MsMacothat looks kinda like andres's reaction too06:30
tjaaltonlogfile would still be helpful06:31
tommy_hahaha06:31
tommy_it doesn't kick anything to the log06:31
tjaaltonXorg.0.log?06:31
tommy_never changed06:31
tjaaltonsorry, don't believe you ;)06:31
tommy_lol06:31
MsMacotjaalton: had him tail -f it while he set it up with xrandr06:32
MsMacoon ubuntu, i mean06:32
tjaaltonxrandr doesn't matter06:32
tjaaltonthe driver doesn't support randr-1.2 anyway06:32
MsMacowell we were doing --addmode and --newmode stuff06:32
tjaaltonI'm interested in why it fails to set the native mode, and that's in the logfile06:32
tommy_I'll paste bin it hold on06:33
MsMacotjaalton: fails to set? it doesnt offer the native mode at all....06:33
MsMacoor do you mean after we added the mode?06:34
tommy_hsync out of range06:34
tommy_for 1024x76806:34
tjaaltonMsMaco: it should start with that mode, no?06:34
tjaaltontommy_: right, full log please06:34
tommy_http://paste.ubuntu.com/255560/06:35
MsMacotjaalton: im not sure what order X tries to do things, i just know its not detecting the native range as even being something the screen can do06:35
tommy_thats not the full log06:35
tommy_everything silicone motion related tho06:35
MsMacotjaalton: so we were playing with xrandr trying to convince X that yes, the screen really can do that06:35
tommy_and then some06:35
tjaaltonMsMaco: but you can't tell the server what the monitor can do, other than via xorg.conf06:36
tjaaltonjust force the monitor values to xorg.conf and it should be fine06:37
tjaaltonit's still a bug though06:37
tjaaltonDSL probably forced the range06:37
tommy_like it said to do in that link I sent?06:37
tjaaltonwould be nice to know though06:37
tjaaltontommy_: yes06:37
tommy_ok I'm gonna give it a shot06:37
tommy_I'll be back 06:37
tommy_hm06:39
tommy_there's absolutely nothing in my monitor section06:40
tjaaltonso create one06:40
tommy_should i just add the parts in bold like it said to or add all those values06:40
tommy_stupid question06:41
tommy_don't answer that06:41
tommy_lol06:41
tjaaltonput everything from that blog to an empty file, and replace your current conffile with it06:41
tjaaltonwell, not everything..06:42
tommy_it won't let me save06:42
tjaaltonsurely you must be root06:42
tjaaltonsudo -i/-s06:42
tommy_how do I save in nano06:45
tjaaltonctrl-x06:45
tjaaltonto exit06:45
tommy_saves on exit?06:45
tjaaltonit'll ask..06:45
tommy_heard 06:45
tommy_thanks06:45
tommy_ok restart06:46
tommy_wish me luck06:46
tommyPERFECT06:51
=== tommy is now known as Guest35750
Guest35750thanks everyone06:51
tjaaltongood06:51
Guest35750why am I guest now?06:52
Guest35750lol06:52
tommy_there06:52
tommy_but yes thank you very very very much06:53
MsMacoyay!06:53
tommy_god that was a headache lol06:53
MsMacotjaalton: thank you for making up for my failure06:53
tommy_mainly from staring at such a tiny screen trying to read06:54
tjaaltonMsMaco: np06:55
tommy_thanks both of you06:56
tommy_life savers!06:56
tommy_I can finally goto bed now06:56
tommy_lol06:56
bryceheya tjaalton07:44
tjaaltonhey bryce07:50
brycetjaalton, have you gotten any info on when mesa 7.6 is likely to come?  or any rc's?07:59
brycetjaalton, I'm wondering pretty strongly if it'd make sense to pull in a git snapshot for now maybe08:00
tjaaltonbryce: no idea, haven't seen any talk about that08:01
tjaaltonI think there's going to be 7.5.1 before any 7.6rc08:04
bryceI heard a rumor it might not be until mid/late september for 7.6 at the earliest08:06
bryceso maybe getting too late for karmic08:06
tjaaltonmight be08:10
Nghttp://blogs.gnome.org/hughsie/2009/08/17/gnome-power-manager-and-blanking-removal-of-bodges/10:46
NgI can't remember if I pasted that yet or not. it's been on my todo list to do so and wasn't removed ;)10:46
bryceNg, christ that sounds complicated11:12
Ngbryce: I came away with a headache, and the nugget of fact that there are patches that make it all play nicely ;)11:12
brycewell, in theory ;-)11:13
bryceurf reading the comments again the old saw comes up that "xorg needs more developers"11:15
brycexorg has plenty of developers, it's just that they're implementing features instead of attending to their bug reports11:16
bryce(well, in general; -intel often does good, as do other pockets here and there)11:17
jcristauplenty of developers, really?11:17
brycejcristau, yeah, most of the bugs/bugfixes we see are outcomes of regressions caused by feature development, moreso than say just new hardware or longstanding regressions11:17
brycejcristau, it's the same situation I see in inkscape11:18
brycejust piling on more developers doesn't make bugs go away, rather it means you get a higher rate of feature work, which means you get *more* bugs11:19
bryceof course, if the new features actually work, that's nice, once the bugs get worked out ;-)11:19
bryceanyway, it irritates me when I see "distros need to be providing more developers to help xorg".  It's more QA that's needed.11:21
jcristauyes.  qa isn't just done by machines though ;)11:22
brycethat's not entirely always true.  ;-)11:25
bryceanyway, it's well past time for bed.  nite.11:25
jcristaubye11:26
diverse_izzuei have a problem with dual screen on karmic. if use use two screens such that the primary screen doesn't change (that is external screen right of internal), everything works fine. If i place the external screen left of the internal one so that it becomes the primary screen, i have some trouble.13:03
diverse_izzuea) i cannot place the gnome panel on the other screen13:03
diverse_izzueb) the primary screen doesn't adjust its size to the dimension of the external monitor, so if i maximize windows they become too large.13:03
=== MsMaco is now known as maco
=== maco is now known as seele_says_i_hav
=== seele_says_i_hav is now known as maco
bryceNg, stuck that second patch into xserver, thanks for mentioning it to me18:40
Ngwin18:41
NgI will now claim full credit for karmic being awesome ;)18:41
NgI mean, thanks!18:41
tjaaltonI'd be happy if the screensaver worked18:45
tjaaltonmaybe this will help18:45
brycetjaalton, how's it not working?18:45
tjaaltonbryce: it doesn't kick in18:46
tjaaltonthe screen just stays on forever18:46
bryceI've seen that on my laptop, but it's very intermittent18:46
brycesometimes it works, sometimes not18:46
tjaaltonmaybe it works until I suspend the first time18:46
tjaaltonhappens both on my laptop and desktop18:46
bryceI get the same on my desktop come to think of it... sometimes the screen blanks on its own, sometimes it stays on forever18:47
bryceheisensaver18:47
tjaaltonyeah18:48
Q-FUNKhowdy!20:02
Q-FUNKcan anybody sync -geode from debian?20:02
Q-FUNKminor fix cherry-picked from git20:03
Q-FUNKor well, the patch is small but the benefit significant:  restores usability on GX2 hardware20:03
Q-FUNKit simply disables the buggy EXA support in the GX driver, which makes it fall back on XAA.20:12
tjaaltonuse requestsync20:16
Q-FUNKdoesn't work20:26
Q-FUNKchange logs appear to be out of sync on the server20:26
tjaaltonwell, no-one here can sync it20:29
Q-FUNKok20:34

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!