You are not logged in.

#1 2008-02-23 01:59:50

iblicf
Member
Registered: 2007-11-17
Posts: 13

[solved]virtual console(tty1~tty6) 'BLACK SCREEN' ...

virtual console(tty1~tty6) 'BLACK SCREEN' ...
but can login by typing blind ( use `who` can see ^^ ) , don't know what's wrong .

#/etc/inittab
# -8 options fixes umlauts problem on login
c1:2345:respawn:/sbin/agetty -8 38400 vc/1 linux
c2:2345:respawn:/sbin/agetty -8 38400 vc/2 linux
c3:2345:respawn:/sbin/agetty -8 38400 vc/3 linux
c4:2345:respawn:/sbin/agetty -8 38400 vc/4 linux
c5:2345:respawn:/sbin/agetty -8 38400 vc/5 linux
c6:2345:respawn:/sbin/agetty -8 38400 vc/6 linux

=========================================
#xorg.conf
Section "Device"
Identifier "Intel Corporation 82945G/GZ Integrated Graphics Controller"
Boardname "Intel 945"
Busid "PCI:0:2:0"
Driver "intel"
Screen 0
Vendorname "Intel"
Option "XAANoOffscreenPixmaps" "true"
EndSectionso

Last edited by iblicf (2008-02-23 04:17:45)

Offline

#2 2008-02-23 04:17:21

iblicf
Member
Registered: 2007-11-17
Posts: 13

Re: [solved]virtual console(tty1~tty6) 'BLACK SCREEN' ...

solved !  open framebuffer
=========================
#arch Linux
title Arch Linux
root (hd0,2)
kernel /boot/vmlinuz26 root=/dev/sda3 ro vga=791
initrd /boot/kernel26.img

Offline

Board footer

Powered by FluxBB