Thread: Natty 11.04 Blank Screen Issues
i upgraded natty , terrified when got black/blank screen @ bootup. after countless hours scouring web on machine used
command found in few forums. sweet, worked needed on boot, added code bottom of /etc/rc.local file, above exit 0 line.code:setpci -s 00:02.0 f4.b=0
nice, laptop boots , can see monitor, life's good...... wait..... it's blank when comes suspend, #%&*!!!! more hours of research , no dice. give up, weeks go by, today it's driving me crazy , i'm realizing how time costs me shut down everytime change locations. spend hour today , came solution. run script runs setpci command on wakeup... easy... yes yes is.
so.... create bash script
and put in /etc/pm/conf.d , magic should come suspend champ.code:#!/bin/sh setpci -s 00:02.0 f4.b=0
luck....
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [SOLVED] Natty 11.04 Blank Screen Issues
Ubuntu
Comments
Post a Comment