| View previous topic :: View next topic |
| Author |
Message |
gustaf4711
Joined: Wed Mar 23, 2011 1:54 pm Posts: 3 Location: Drammen Norway
|
Posted: Wed Mar 23, 2011 2:11 pm Post subject: LXFDVD143. Video goes berzerk (viking state qualifier) |
|
|
The debian was installed onto a SCSI disc in a 2004 Dell desktop.
Installation messages displayed properly in a simple VGA-style.
All terminated normally.
Upon restart, debian starts to inform of its progress in quite a small but still readable font.
Then some process starts and the display goes into an incompatible mode represented by broad flickering and well separated lines of varying colours.
Does anyone have a hint? The motherboard features an embedded Intel 82845 graphics driver. Intel.com hints that all Linux distros should have the proper Intel-driver included ... |
|
| Back to top |
|
 |
PCNetSpec LXF regular

Joined: Sun Feb 21, 2010 3:50 pm Posts: 623 Location: Cornwall UK
|
|
| Back to top |
|
 |
gustaf4711
Joined: Wed Mar 23, 2011 1:54 pm Posts: 3 Location: Drammen Norway
|
|
| Back to top |
|
 |
PCNetSpec LXF regular

Joined: Sun Feb 21, 2010 3:50 pm Posts: 623 Location: Cornwall UK
|
Posted: Thu Mar 24, 2011 5:56 pm Post subject: |
|
|
OK, you need to edit a line at the GRUB menu screen at bootup, instructions here for GRUB2 (Ubuntu):
https://help.ubuntu.com/community/Grub2#Editing%20Menus%20During%20Boot
and add a space after quiet splash then the i915 modeset=0 (or nomodeset)
so the end reads:
quiet splash i915 modeset=0
It should be *similar* in Debian and/or GRUB legacy. (though it might be the Esc key rather than Shift)
remember, this will NOT survive a reboot, so you will have to add it permanently to GRUB after booting and update-grub
Which version of Debian ? .. or GRUB ?
[EDIT]
Or you could use a working LiveCD (or Recovery Mode root prompt) to navigate (on you hard drive) to:
/etc/modprobe.d/i915-kms.conf
and change its contents from:
options i915 modeset=1
to:
options i915 modeset=0
Save the file, and reboot.
as explained here:
http://wiki.debian.org/KernelModesetting _________________ WARNING: You are logged into reality as 'root'... logging in as 'insane' is the only safe option.
Linux in the UK
The Linux Community Forum |
|
| Back to top |
|
 |
gustaf4711
Joined: Wed Mar 23, 2011 1:54 pm Posts: 3 Location: Drammen Norway
|
Posted: Wed Mar 30, 2011 4:43 am Post subject: |
|
|
Thanks PCNetSpec! Your advice solved my problem.
To break out of Debian 6 while it booted I used ctrl+alt +F2. I then edited the /etc/modprobe.d into
options i915 modeset=0
and the graphics output became acceptable. |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|