| Author |
Message |
rfpa
|
|
|
Post subject: Black screen appears randomly
Posted: May 22, 2008 - 09:45 PM
|
|
Joined: May 21, 2008
Posts: 25
Status: Offline
|
|
A black screen appeared after I worked with the console and synaptic and again when I had my external disk open, Gaim and iceweasel open.
The starts gets black with a fuzzy bar and colours on the upper side of the monitor and then it gets completely black.
I tried ctrl+alt+backspace and nothing happens.
This is a very serious thing. I had to shutdown my laptop twice.
Has anyone gone through this? |
|
|
| |
|
|
|
 |
alan
|
|
Post subject: RE: Black screen appears randomly
Posted: May 22, 2008 - 11:34 PM
|
|
Developer

Joined: Jan 25, 2005
Posts: 341
Location: Glendale, California
Status: Offline
|
|
It's a known problem of new intel drivers: http://bugs.parsix.org/bugzilla/show_bug.cgi?id=126
Parsix is not the only distro affected. I recently updated intel drivers to 2.3.1, it's more stable than older 2.2.x based ones but still I face crashes sometimes. I'm still working to find a workaround. |
|
|
| |
|
|
|
 |
rfpa
|
|
Post subject:
Posted: May 23, 2008 - 12:25 AM
|
|
Joined: May 21, 2008
Posts: 25
Status: Offline
|
|
Ok, thank you. This can be very inconvenient.
Thank you very much. |
|
|
| |
|
|
|
 |
alan
|
|
Post subject:
Posted: May 23, 2008 - 02:12 AM
|
|
Developer

Joined: Jan 25, 2005
Posts: 341
Location: Glendale, California
Status: Offline
|
|
Please edit X.Org config file:
Code:
vim /etc/X11/xorg.conf
in the "Device" section, Add the following line:
Code:
Option "DRI" "false"
And comment out the following lines:
Code:
#Option "RenderAccel" "1"
#Option "XAANoOffscreenPixmaps" "true"
#Option "AddARGBGLXVisuals" "true"
This disables 3D capabilities but makes X more stable. Please test and report me the result. Thanks. |
|
|
| |
|
|
|
 |
rfpa
|
|
Post subject:
Posted: May 23, 2008 - 09:43 AM
|
|
Joined: May 21, 2008
Posts: 25
Status: Offline
|
|
This is the output (only copied the device section):
This options were already #
Quote:
Section "Device"
#Option "RenderAccel" "1"
#Option "XAANoOffscreenPixmaps" "true"
#Option "AddARGBGLXVisuals" "true"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option "sw_cursor"
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
Identifier "Card0"
# The following line is auto-generated by PARSIX mkxf86config
Driver "intel"
VendorName "All"
BoardName "All"
#BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
The bold text was the only reference that I found of DRI... |
|
|
| |
|
|
|
 |
alan
|
|
Post subject:
Posted: May 23, 2008 - 05:15 PM
|
|
Developer

Joined: Jan 25, 2005
Posts: 341
Location: Glendale, California
Status: Offline
|
|
In Viola-TEST-2, those three lines are commented out, but not in TEST-1, I mentioned to be sure. In my case, adding
Code:
Option "DRI" "false" "
made things worst! X crashes on video playback too! |
|
|
| |
|
|
|
 |
rfpa
|
|
Post subject:
Posted: May 23, 2008 - 08:33 PM
|
|
Joined: May 21, 2008
Posts: 25
Status: Offline
|
|
| I had just another crash. All I did was start Firestarter. This is very very inconvenient. :/ |
|
|
| |
|
|
|
 |
rfpa
|
|
Post subject:
Posted: May 23, 2008 - 09:05 PM
|
|
Joined: May 21, 2008
Posts: 25
Status: Offline
|
|
And another crash.  |
|
|
| |
|
|
|
 |
alan
|
|
Post subject:
Posted: May 24, 2008 - 02:18 AM
|
|
Developer

Joined: Jan 25, 2005
Posts: 341
Location: Glendale, California
Status: Offline
|
|
It's also possible to revert back to i810 driver instead of intel driver. Its mature and stable enough.
Update: Please switch back to XXA, instead of EXA new acceleration method to see if it helps. Add the following line to /etc/X11/xorg.conf device section:
Code:
Option "AccelMethod" "XAA"
|
|
|
| |
|
|
|
 |
rfpa
|
|
Post subject:
Posted: May 24, 2008 - 09:39 AM
|
|
Joined: May 21, 2008
Posts: 25
Status: Offline
|
|
I installed the xserver-xorg-video-i810 and kept the xserver-xorg-video-intel. Well, I had too, because synaptic forced me to.
I also added this line
Quote:
Option "AccelMethod" "XAA"
As a newbie I can't be much of a help but I would suggest that a stable version should be used instead of a problematic one.
Thanks for the help.  |
|
|
| |
|
|
|
 |
alan
|
|
Post subject: Black screen appears randomly (Updated Driver)
Posted: May 26, 2008 - 03:44 AM
|
|
Developer

Joined: Jan 25, 2005
Posts: 341
Location: Glendale, California
Status: Offline
|
|
rfpa,
Would you please all changes you have been made to the configuration file and use the updated xserver-xorg-video-intel driver made available yesterday? Please help me to test its stability status. Thanks. |
|
|
| |
|
|
|
 |
rfpa
|
|
Post subject:
Posted: May 26, 2008 - 04:17 AM
|
|
Joined: May 21, 2008
Posts: 25
Status: Offline
|
|
| alan, I just added this option
Quote:
Option "AccelMethod" "XAA"
and installed the i810 driver. I checked the Linux Mint Gnome installed drivers and they have both (i810 and xorg driver intel).
Nothing happened ever since. |
|
|
| |
|
|
|
 |
alan
|
|
Post subject:
Posted: May 26, 2008 - 06:24 AM
|
|
Developer

Joined: Jan 25, 2005
Posts: 341
Location: Glendale, California
Status: Offline
|
|
| i810 driver package is dummy. xserver-xorg-video-intel package contains both i810 and intel drivers. You config is OK. Keep that XAA option and use intel instead of i810 in the /etc/X11/xorg.conf file device section. Thank you. |
|
|
| |
|
|
|
 |
|
|