linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Blank Screen in 2.6.0
@ 2003-12-28 18:14 dan
  2003-12-28 19:40 ` Gabor MICSKO
  2003-12-29  6:22 ` Paul Misner
  0 siblings, 2 replies; 24+ messages in thread
From: dan @ 2003-12-28 18:14 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 2755 bytes --]

Ok. After being without power for the past few days due to record 
snowfall, I'm alive again. So I made the changes people had recomended on 
the list. Upgraded to the lastest module-init-tools, and disabled the 
frame buffer support in the kernel. So the only graphic option enabled is 
text mode selection. But when I boot I still get a blank screen!

My lilo.conf contains a line: vga=773, which works beautifully under 
RedHat's stock 2.4.20-8. I get a nice screen with approximately 132x48 
display. Under 2.4.20 I am not loading any frame buffer that I'm aware of. 
It's not listed in my moduiles:

ip_conntrack_ftp        5232   1 (autoclean)
ip_nat_ftp              4048   0 (unused)
parport_pc             18756   1 (autoclean)
lp                      8868   0 (autoclean)
parport                36480   1 (autoclean) [parport_pc lp]
autofs                 12948   0 (autoclean) (unused)
nls_iso8859-1           3484   2 (autoclean)
ncpfs                  43256   1 (autoclean)
8139too                17896   1
mii                     3944   0 [8139too]
e100                   59652   1
ipx                    22020   6 (autoclean)
ipt_MASQUERADE          2168   1 (autoclean)
iptable_nat            21208   2 (autoclean) [ip_nat_ftp ipt_MASQUERADE]
ipt_REJECT              3896   1 (autoclean)
ipt_LOG                 4120   1 (autoclean)
ipt_limit               1528   2 (autoclean)
ipt_state               1048   1 (autoclean)
ip_conntrack           26528   3 (autoclean) [ip_conntrack_ftp ip_nat_ftp 
ipt_MASQUERADE iptable_nat ipt_state]
ipt_multiport           1144   3 (autoclean)
iptable_filter          2380   1 (autoclean)
ip_tables              14648  10 [ipt_MASQUERADE iptable_nat ipt_REJECT 
ipt_LOG ipt_limit ipt_state ipt_multiport iptable_filter]
keybdev                 2880   0 (unused)
mousedev                5428   0 (unused)
hid                    21700   0 (unused)
input                   5792   0 [keybdev mousedev hid]
usb-uhci               25868   0 (unused)
usbcore                77696   1 [hid usb-uhci]
advansys               92896   0 (unused)
ext3                   69984   4
jbd                    51220   4 [ext3]
raid0                   3816   1
sd_mod                 13324   0 (unused)
scsi_mod              106168   2 [advansys sd_mod]



I'm really confused. Any help is appreciated. My lilo.conf reads:

prompt
timeout=50
default=linux-2.4.20
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
root=/dev/hde2
vga=773
read-only

image=/boot/vmlinuz-2.4.20-8
	label=linux-2.4.20
	initrd=/boot/initrd-2.4.20-8.img

image=/boot/vmlinuz
	label=linux-2.6.0




I'm also attaching the .config for my 2.6.0 kernel. I figured it was too 
long to include in the body od the message.

--- Dan


[-- Attachment #2: Type: TEXT/PLAIN, Size: 24427 bytes --]

#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_STANDALONE=y
CONFIG_BROKEN_ON_SMP=y

#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_LOG_BUF_SHIFT=14
# CONFIG_IKCONFIG is not set
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
CONFIG_MK7=y
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_USE_3DNOW=y
CONFIG_HPET_TIMER=y
# CONFIG_HPET_EMULATE_RTC is not set
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
# CONFIG_X86_UP_APIC is not set
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
# CONFIG_EDD is not set
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_HIGHMEM=y
CONFIG_HIGHPTE=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_HAVE_DEC_LOCK=y

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_SOFTWARE_SUSPEND is not set
# CONFIG_PM_DISK is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
#
# CONFIG_ACPI is not set

#
# APM (Advanced Power Management) BIOS Support
#
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
CONFIG_APM_DISPLAY_BLANK=y
CONFIG_APM_RTC_IS_GMT=y
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
# CONFIG_HOTPLUG is not set

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_MISC=m

#
# Device Drivers
#

#
# Generic Driver Options
#

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_CML1=y
# CONFIG_PARPORT_SERIAL is not set
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_OTHER is not set
CONFIG_PARPORT_1284=y

#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#
CONFIG_ISAPNP=y
CONFIG_PNPBIOS=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_CRYPTOLOOP=y
CONFIG_BLK_DEV_NBD=y
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_INITRD=y
# CONFIG_LBD is not set

#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
# CONFIG_IDEDISK_STROKE is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_TASKFILE_IO=y

#
# IDE chipset support/bugfixes
#
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_IDEDMA_PCI_WIP is not set
CONFIG_BLK_DEV_ADMA=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_NS87415 is not set
CONFIG_BLK_DEV_PDC202XX_OLD=y
# CONFIG_PDC202XX_BURST is not set
CONFIG_BLK_DEV_PDC202XX_NEW=y
CONFIG_PDC202XX_FORCE=y
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
CONFIG_BLK_DEV_VIA82CXXX=y
# CONFIG_IDE_CHIPSETS is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_DMA_NONPCI is not set
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=y
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=y

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_REPORT_LUNS is not set
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
CONFIG_SCSI_ADVANSYS=m
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_SATA is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
CONFIG_MD_RAID5=y
CONFIG_MD_MULTIPATH=y
# CONFIG_BLK_DEV_DM is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set

#
# Networking support
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_NETLINK_DEV=y
CONFIG_UNIX=y
CONFIG_NET_KEY=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_FWMARK=y
CONFIG_IP_ROUTE_NAT=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_TOS=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=y

#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set

#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IRC=m
# CONFIG_IP_NF_TFTP is not set
# CONFIG_IP_NF_AMANDA is not set
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_IPRANGE=m
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_PKTTYPE=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_RECENT=m
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_DSCP is not set
# CONFIG_IP_NF_MATCH_AH_ESP is not set
CONFIG_IP_NF_MATCH_LENGTH=m
# CONFIG_IP_NF_MATCH_TTL is not set
# CONFIG_IP_NF_MATCH_TCPMSS is not set
CONFIG_IP_NF_MATCH_HELPER=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_CONNTRACK=m
# CONFIG_IP_NF_MATCH_OWNER is not set
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
# CONFIG_IP_NF_TARGET_REDIRECT is not set
# CONFIG_IP_NF_TARGET_NETMAP is not set
# CONFIG_IP_NF_TARGET_SAME is not set
# CONFIG_IP_NF_NAT_LOCAL is not set
# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
CONFIG_IP_NF_NAT_IRC=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_DSCP=m
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_CLASSIFY=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
# CONFIG_IP_NF_TARGET_TCPMSS is not set
# CONFIG_IP_NF_ARPTABLES is not set
# CONFIG_IP_NF_COMPAT_IPCHAINS is not set
# CONFIG_IP_NF_COMPAT_IPFWADM is not set
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IPV6_SCTP__=y
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
CONFIG_LLC=y
# CONFIG_LLC2 is not set
CONFIG_IPX=y
# CONFIG_IPX_INTERN is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_ETHERTAP is not set
# CONFIG_NET_SB1000 is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set

#
# Tulip family network device support
#
CONFIG_NET_TULIP=y
CONFIG_DE2104X=m
CONFIG_TULIP=m
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_MMIO is not set
CONFIG_DE4X5=m
# CONFIG_WINBOND_840 is not set
# CONFIG_DM9102 is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
CONFIG_B44=y
# CONFIG_CS89x0 is not set
# CONFIG_DGRS is not set
CONFIG_EEPRO100=m
# CONFIG_EEPRO100_PIO is not set
CONFIG_E100=m
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=m
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_NET_POCKET is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set

#
# Ethernet (10000 Mbit)
#
# CONFIG_IXGB is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Token Ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set

#
# Bluetooth support
#
# CONFIG_BT is not set

#
# ISDN subsystem
#
# CONFIG_ISDN_BOOL is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input I/O drivers
#
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_PS2_SYNAPTICS is not set
CONFIG_MOUSE_SERIAL=m
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE is not set
CONFIG_SERIAL_8250_NR_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=2048
CONFIG_PRINTER=y
CONFIG_LP_CONSOLE=y
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set

#
# I2C support
#
# CONFIG_I2C is not set

#
# I2C Algorithms
#

#
# I2C Hardware Bus support
#

#
# I2C Hardware Sensors Chip support
#
# CONFIG_I2C_SENSOR is not set

#
# Mice
#
# CONFIG_BUSMOUSE is not set
# CONFIG_QIC02_TAPE is not set

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_GEN_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
# CONFIG_AGP is not set
# CONFIG_DRM is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HANGCHECK_TIMER=m

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set

#
# Graphics support
#
# CONFIG_FB is not set
CONFIG_VIDEO_SELECT=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y

#
# Sound
#
# CONFIG_SOUND is not set

#
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=m

#
# USB Device Class drivers
#
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_STORAGE is not set

#
# USB Human Interface Devices (HID)
#
# CONFIG_USB_HID is not set

#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_XPAD is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set

#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set

#
# Video4Linux support is needed for USB Multimedia device support
#

#
# USB Network adaptors
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set

#
# USB port drivers
#
# CONFIG_USB_USS720 is not set

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_TIGL is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_BRLVGER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_GADGET is not set

#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
# CONFIG_EXT3_FS_POSIX_ACL is not set
# CONFIG_EXT3_FS_SECURITY is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_QUOTA=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=y
CONFIG_UDF_FS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=y
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
# CONFIG_DEVFS_FS is not set
CONFIG_DEVPTS_FS=y
# CONFIG_DEVPTS_FS_XATTR is not set
CONFIG_TMPFS=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V4 is not set
# CONFIG_NFSD_TCP is not set
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_SUNRPC=m
# CONFIG_SUNRPC_GSS is not set
CONFIG_SMB_FS=y
# CONFIG_SMB_NLS_DEFAULT is not set
# CONFIG_CIFS is not set
CONFIG_NCP_FS=y
CONFIG_NCPFS_PACKET_SIGNING=y
CONFIG_NCPFS_IOCTL_LOCKING=y
CONFIG_NCPFS_STRONG=y
CONFIG_NCPFS_NFS_NS=y
CONFIG_NCPFS_OS2_NS=y
CONFIG_NCPFS_SMALLDOS=y
CONFIG_NCPFS_NLS=y
CONFIG_NCPFS_EXTRAS=y
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_NEC98_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
CONFIG_SMB_NLS=y
CONFIG_NLS=y

#
# Native Language Support
#
CONFIG_NLS_DEFAULT="cp437"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set

#
# Profiling support
#
# CONFIG_PROFILING is not set

#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_STACKOVERFLOW=y
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_IOVIRT is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_HIGHMEM is not set
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_FRAME_POINTER is not set

#
# Security options
#
# CONFIG_SECURITY is not set

#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_SERPENT=y
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_CAST5=y
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_TEST=m

#
# Library routines
#
CONFIG_CRC32=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_PC=y

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-28 18:14 Blank Screen in 2.6.0 dan
@ 2003-12-28 19:40 ` Gabor MICSKO
  2003-12-28 23:08   ` dan
  2003-12-29  7:45   ` Tomas Szepe
  2003-12-29  6:22 ` Paul Misner
  1 sibling, 2 replies; 24+ messages in thread
From: Gabor MICSKO @ 2003-12-28 19:40 UTC (permalink / raw)
  To: dan; +Cc: linux-kernel

http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt


2003-12-28, v keltezéssel dan@eglifamily.dnsalias.net ezt írta:
> Ok. After being without power for the past few days due to record 
> snowfall, I'm alive again. So I made the changes people had recomended on 
> the list. Upgraded to the lastest module-init-tools, and disabled the 
> frame buffer support in the kernel. So the only graphic option enabled is 
> text mode selection. But when I boot I still get a blank screen!
> 
> My lilo.conf contains a line: vga=773, which works beautifully under 
> RedHat's stock 2.4.20-8. I get a nice screen with approximately 132x48 
> display. Under 2.4.20 I am not loading any frame buffer that I'm aware of. 
> It's not listed in my moduiles:
> 
> ip_conntrack_ftp        5232   1 (autoclean)
> ip_nat_ftp              4048   0 (unused)
> parport_pc             18756   1 (autoclean)
> lp                      8868   0 (autoclean)
> parport                36480   1 (autoclean) [parport_pc lp]
> autofs                 12948   0 (autoclean) (unused)
> nls_iso8859-1           3484   2 (autoclean)
> ncpfs                  43256   1 (autoclean)
> 8139too                17896   1
> mii                     3944   0 [8139too]
> e100                   59652   1
> ipx                    22020   6 (autoclean)
> ipt_MASQUERADE          2168   1 (autoclean)
> iptable_nat            21208   2 (autoclean) [ip_nat_ftp ipt_MASQUERADE]
> ipt_REJECT              3896   1 (autoclean)
> ipt_LOG                 4120   1 (autoclean)
> ipt_limit               1528   2 (autoclean)
> ipt_state               1048   1 (autoclean)
> ip_conntrack           26528   3 (autoclean) [ip_conntrack_ftp ip_nat_ftp 
> ipt_MASQUERADE iptable_nat ipt_state]
> ipt_multiport           1144   3 (autoclean)
> iptable_filter          2380   1 (autoclean)
> ip_tables              14648  10 [ipt_MASQUERADE iptable_nat ipt_REJECT 
> ipt_LOG ipt_limit ipt_state ipt_multiport iptable_filter]
> keybdev                 2880   0 (unused)
> mousedev                5428   0 (unused)
> hid                    21700   0 (unused)
> input                   5792   0 [keybdev mousedev hid]
> usb-uhci               25868   0 (unused)
> usbcore                77696   1 [hid usb-uhci]
> advansys               92896   0 (unused)
> ext3                   69984   4
> jbd                    51220   4 [ext3]
> raid0                   3816   1
> sd_mod                 13324   0 (unused)
> scsi_mod              106168   2 [advansys sd_mod]
> 
> 
> 
> I'm really confused. Any help is appreciated. My lilo.conf reads:
> 
> prompt
> timeout=50
> default=linux-2.4.20
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> message=/boot/message
> root=/dev/hde2
> vga=773
> read-only
> 
> image=/boot/vmlinuz-2.4.20-8
> 	label=linux-2.4.20
> 	initrd=/boot/initrd-2.4.20-8.img
> 
> image=/boot/vmlinuz
> 	label=linux-2.6.0
> 
> 
> 
> 
> I'm also attaching the .config for my 2.6.0 kernel. I figured it was too 
> long to include in the body od the message.
> 
> --- Dan
> 
> ----
> 

> #
> # Automatically generated make config: don't edit
> #
> CONFIG_X86=y
> CONFIG_MMU=y
> CONFIG_UID16=y
> CONFIG_GENERIC_ISA_DMA=y
> 
> #
> # Code maturity level options
> #
> CONFIG_EXPERIMENTAL=y
> CONFIG_CLEAN_COMPILE=y
> CONFIG_STANDALONE=y
> CONFIG_BROKEN_ON_SMP=y
> 
> #
> # General setup
> #
> CONFIG_SWAP=y
> CONFIG_SYSVIPC=y
> CONFIG_BSD_PROCESS_ACCT=y
> CONFIG_SYSCTL=y
> CONFIG_LOG_BUF_SHIFT=14
> # CONFIG_IKCONFIG is not set
> # CONFIG_EMBEDDED is not set
> CONFIG_KALLSYMS=y
> CONFIG_FUTEX=y
> CONFIG_EPOLL=y
> CONFIG_IOSCHED_NOOP=y
> CONFIG_IOSCHED_AS=y
> CONFIG_IOSCHED_DEADLINE=y
> 
> #
> # Loadable module support
> #
> CONFIG_MODULES=y
> CONFIG_MODULE_UNLOAD=y
> # CONFIG_MODULE_FORCE_UNLOAD is not set
> CONFIG_OBSOLETE_MODPARM=y
> CONFIG_MODVERSIONS=y
> CONFIG_KMOD=y
> 
> #
> # Processor type and features
> #
> CONFIG_X86_PC=y
> # CONFIG_X86_VOYAGER is not set
> # CONFIG_X86_NUMAQ is not set
> # CONFIG_X86_SUMMIT is not set
> # CONFIG_X86_BIGSMP is not set
> # CONFIG_X86_VISWS is not set
> # CONFIG_X86_GENERICARCH is not set
> # CONFIG_X86_ES7000 is not set
> # CONFIG_M386 is not set
> # CONFIG_M486 is not set
> # CONFIG_M586 is not set
> # CONFIG_M586TSC is not set
> # CONFIG_M586MMX is not set
> # CONFIG_M686 is not set
> # CONFIG_MPENTIUMII is not set
> # CONFIG_MPENTIUMIII is not set
> # CONFIG_MPENTIUM4 is not set
> # CONFIG_MK6 is not set
> CONFIG_MK7=y
> # CONFIG_MK8 is not set
> # CONFIG_MELAN is not set
> # CONFIG_MCRUSOE is not set
> # CONFIG_MWINCHIPC6 is not set
> # CONFIG_MWINCHIP2 is not set
> # CONFIG_MWINCHIP3D is not set
> # CONFIG_MCYRIXIII is not set
> # CONFIG_MVIAC3_2 is not set
> # CONFIG_X86_GENERIC is not set
> CONFIG_X86_CMPXCHG=y
> CONFIG_X86_XADD=y
> CONFIG_X86_L1_CACHE_SHIFT=6
> CONFIG_RWSEM_XCHGADD_ALGORITHM=y
> CONFIG_X86_WP_WORKS_OK=y
> CONFIG_X86_INVLPG=y
> CONFIG_X86_BSWAP=y
> CONFIG_X86_POPAD_OK=y
> CONFIG_X86_GOOD_APIC=y
> CONFIG_X86_INTEL_USERCOPY=y
> CONFIG_X86_USE_PPRO_CHECKSUM=y
> CONFIG_X86_USE_3DNOW=y
> CONFIG_HPET_TIMER=y
> # CONFIG_HPET_EMULATE_RTC is not set
> # CONFIG_SMP is not set
> CONFIG_PREEMPT=y
> # CONFIG_X86_UP_APIC is not set
> CONFIG_X86_TSC=y
> CONFIG_X86_MCE=y
> CONFIG_X86_MCE_NONFATAL=y
> # CONFIG_TOSHIBA is not set
> # CONFIG_I8K is not set
> # CONFIG_MICROCODE is not set
> # CONFIG_X86_MSR is not set
> # CONFIG_X86_CPUID is not set
> # CONFIG_EDD is not set
> # CONFIG_NOHIGHMEM is not set
> CONFIG_HIGHMEM4G=y
> # CONFIG_HIGHMEM64G is not set
> CONFIG_HIGHMEM=y
> CONFIG_HIGHPTE=y
> # CONFIG_MATH_EMULATION is not set
> CONFIG_MTRR=y
> CONFIG_HAVE_DEC_LOCK=y
> 
> #
> # Power management options (ACPI, APM)
> #
> CONFIG_PM=y
> # CONFIG_SOFTWARE_SUSPEND is not set
> # CONFIG_PM_DISK is not set
> 
> #
> # ACPI (Advanced Configuration and Power Interface) Support
> #
> # CONFIG_ACPI is not set
> 
> #
> # APM (Advanced Power Management) BIOS Support
> #
> CONFIG_APM=y
> # CONFIG_APM_IGNORE_USER_SUSPEND is not set
> # CONFIG_APM_DO_ENABLE is not set
> CONFIG_APM_CPU_IDLE=y
> CONFIG_APM_DISPLAY_BLANK=y
> CONFIG_APM_RTC_IS_GMT=y
> # CONFIG_APM_ALLOW_INTS is not set
> # CONFIG_APM_REAL_MODE_POWER_OFF is not set
> 
> #
> # CPU Frequency scaling
> #
> # CONFIG_CPU_FREQ is not set
> 
> #
> # Bus options (PCI, PCMCIA, EISA, MCA, ISA)
> #
> CONFIG_PCI=y
> # CONFIG_PCI_GOBIOS is not set
> # CONFIG_PCI_GODIRECT is not set
> CONFIG_PCI_GOANY=y
> CONFIG_PCI_BIOS=y
> CONFIG_PCI_DIRECT=y
> # CONFIG_PCI_LEGACY_PROC is not set
> CONFIG_PCI_NAMES=y
> CONFIG_ISA=y
> # CONFIG_EISA is not set
> # CONFIG_MCA is not set
> # CONFIG_SCx200 is not set
> # CONFIG_HOTPLUG is not set
> 
> #
> # Executable file formats
> #
> CONFIG_BINFMT_ELF=y
> CONFIG_BINFMT_AOUT=m
> CONFIG_BINFMT_MISC=m
> 
> #
> # Device Drivers
> #
> 
> #
> # Generic Driver Options
> #
> 
> #
> # Memory Technology Devices (MTD)
> #
> # CONFIG_MTD is not set
> 
> #
> # Parallel port support
> #
> CONFIG_PARPORT=y
> CONFIG_PARPORT_PC=y
> CONFIG_PARPORT_PC_CML1=y
> # CONFIG_PARPORT_SERIAL is not set
> # CONFIG_PARPORT_PC_FIFO is not set
> # CONFIG_PARPORT_PC_SUPERIO is not set
> # CONFIG_PARPORT_OTHER is not set
> CONFIG_PARPORT_1284=y
> 
> #
> # Plug and Play support
> #
> CONFIG_PNP=y
> # CONFIG_PNP_DEBUG is not set
> 
> #
> # Protocols
> #
> CONFIG_ISAPNP=y
> CONFIG_PNPBIOS=y
> 
> #
> # Block devices
> #
> CONFIG_BLK_DEV_FD=y
> # CONFIG_BLK_DEV_XD is not set
> # CONFIG_PARIDE is not set
> # CONFIG_BLK_CPQ_DA is not set
> # CONFIG_BLK_CPQ_CISS_DA is not set
> # CONFIG_BLK_DEV_DAC960 is not set
> # CONFIG_BLK_DEV_UMEM is not set
> CONFIG_BLK_DEV_LOOP=y
> CONFIG_BLK_DEV_CRYPTOLOOP=y
> CONFIG_BLK_DEV_NBD=y
> CONFIG_BLK_DEV_RAM=y
> CONFIG_BLK_DEV_RAM_SIZE=4096
> CONFIG_BLK_DEV_INITRD=y
> # CONFIG_LBD is not set
> 
> #
> # ATA/ATAPI/MFM/RLL support
> #
> CONFIG_IDE=y
> CONFIG_BLK_DEV_IDE=y
> 
> #
> # Please see Documentation/ide.txt for help/info on IDE drives
> #
> # CONFIG_BLK_DEV_HD_IDE is not set
> CONFIG_BLK_DEV_IDEDISK=y
> CONFIG_IDEDISK_MULTI_MODE=y
> # CONFIG_IDEDISK_STROKE is not set
> CONFIG_BLK_DEV_IDECD=y
> # CONFIG_BLK_DEV_IDETAPE is not set
> # CONFIG_BLK_DEV_IDEFLOPPY is not set
> # CONFIG_BLK_DEV_IDESCSI is not set
> # CONFIG_IDE_TASK_IOCTL is not set
> CONFIG_IDE_TASKFILE_IO=y
> 
> #
> # IDE chipset support/bugfixes
> #
> # CONFIG_BLK_DEV_CMD640 is not set
> # CONFIG_BLK_DEV_IDEPNP is not set
> CONFIG_BLK_DEV_IDEPCI=y
> CONFIG_IDEPCI_SHARE_IRQ=y
> # CONFIG_BLK_DEV_OFFBOARD is not set
> CONFIG_BLK_DEV_GENERIC=y
> # CONFIG_BLK_DEV_OPTI621 is not set
> # CONFIG_BLK_DEV_RZ1000 is not set
> CONFIG_BLK_DEV_IDEDMA_PCI=y
> # CONFIG_BLK_DEV_IDEDMA_FORCED is not set
> CONFIG_IDEDMA_PCI_AUTO=y
> # CONFIG_IDEDMA_ONLYDISK is not set
> # CONFIG_IDEDMA_PCI_WIP is not set
> CONFIG_BLK_DEV_ADMA=y
> # CONFIG_BLK_DEV_AEC62XX is not set
> # CONFIG_BLK_DEV_ALI15X3 is not set
> # CONFIG_BLK_DEV_AMD74XX is not set
> # CONFIG_BLK_DEV_CMD64X is not set
> # CONFIG_BLK_DEV_TRIFLEX is not set
> # CONFIG_BLK_DEV_CY82C693 is not set
> # CONFIG_BLK_DEV_CS5520 is not set
> # CONFIG_BLK_DEV_CS5530 is not set
> # CONFIG_BLK_DEV_HPT34X is not set
> # CONFIG_BLK_DEV_HPT366 is not set
> # CONFIG_BLK_DEV_SC1200 is not set
> # CONFIG_BLK_DEV_PIIX is not set
> # CONFIG_BLK_DEV_NS87415 is not set
> CONFIG_BLK_DEV_PDC202XX_OLD=y
> # CONFIG_PDC202XX_BURST is not set
> CONFIG_BLK_DEV_PDC202XX_NEW=y
> CONFIG_PDC202XX_FORCE=y
> # CONFIG_BLK_DEV_SVWKS is not set
> # CONFIG_BLK_DEV_SIIMAGE is not set
> # CONFIG_BLK_DEV_SIS5513 is not set
> # CONFIG_BLK_DEV_SLC90E66 is not set
> # CONFIG_BLK_DEV_TRM290 is not set
> CONFIG_BLK_DEV_VIA82CXXX=y
> # CONFIG_IDE_CHIPSETS is not set
> CONFIG_BLK_DEV_IDEDMA=y
> # CONFIG_IDEDMA_IVB is not set
> CONFIG_IDEDMA_AUTO=y
> # CONFIG_DMA_NONPCI is not set
> # CONFIG_BLK_DEV_HD is not set
> 
> #
> # SCSI device support
> #
> CONFIG_SCSI=y
> CONFIG_SCSI_PROC_FS=y
> 
> #
> # SCSI support type (disk, tape, CD-ROM)
> #
> CONFIG_BLK_DEV_SD=y
> CONFIG_CHR_DEV_ST=y
> # CONFIG_CHR_DEV_OSST is not set
> CONFIG_BLK_DEV_SR=y
> # CONFIG_BLK_DEV_SR_VENDOR is not set
> CONFIG_CHR_DEV_SG=y
> 
> #
> # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
> #
> # CONFIG_SCSI_MULTI_LUN is not set
> # CONFIG_SCSI_REPORT_LUNS is not set
> CONFIG_SCSI_CONSTANTS=y
> CONFIG_SCSI_LOGGING=y
> 
> #
> # SCSI low-level drivers
> #
> # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
> # CONFIG_SCSI_7000FASST is not set
> # CONFIG_SCSI_ACARD is not set
> # CONFIG_SCSI_AHA152X is not set
> # CONFIG_SCSI_AHA1542 is not set
> # CONFIG_SCSI_AACRAID is not set
> # CONFIG_SCSI_AIC7XXX is not set
> # CONFIG_SCSI_AIC7XXX_OLD is not set
> # CONFIG_SCSI_AIC79XX is not set
> CONFIG_SCSI_ADVANSYS=m
> # CONFIG_SCSI_IN2000 is not set
> # CONFIG_SCSI_MEGARAID is not set
> # CONFIG_SCSI_SATA is not set
> # CONFIG_SCSI_BUSLOGIC is not set
> # CONFIG_SCSI_CPQFCTS is not set
> # CONFIG_SCSI_DMX3191D is not set
> # CONFIG_SCSI_DTC3280 is not set
> # CONFIG_SCSI_EATA is not set
> # CONFIG_SCSI_EATA_PIO is not set
> # CONFIG_SCSI_FUTURE_DOMAIN is not set
> # CONFIG_SCSI_GDTH is not set
> # CONFIG_SCSI_GENERIC_NCR5380 is not set
> # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
> # CONFIG_SCSI_IPS is not set
> # CONFIG_SCSI_INIA100 is not set
> # CONFIG_SCSI_PPA is not set
> # CONFIG_SCSI_IMM is not set
> # CONFIG_SCSI_NCR53C406A is not set
> # CONFIG_SCSI_SYM53C8XX_2 is not set
> # CONFIG_SCSI_PAS16 is not set
> # CONFIG_SCSI_PSI240I is not set
> # CONFIG_SCSI_QLOGIC_FAS is not set
> # CONFIG_SCSI_QLOGIC_ISP is not set
> # CONFIG_SCSI_QLOGIC_FC is not set
> # CONFIG_SCSI_QLOGIC_1280 is not set
> # CONFIG_SCSI_SYM53C416 is not set
> # CONFIG_SCSI_DC395x is not set
> # CONFIG_SCSI_T128 is not set
> # CONFIG_SCSI_U14_34F is not set
> # CONFIG_SCSI_ULTRASTOR is not set
> # CONFIG_SCSI_NSP32 is not set
> # CONFIG_SCSI_DEBUG is not set
> 
> #
> # Old CD-ROM drivers (not SCSI, not IDE)
> #
> # CONFIG_CD_NO_IDESCSI is not set
> 
> #
> # Multi-device support (RAID and LVM)
> #
> CONFIG_MD=y
> CONFIG_BLK_DEV_MD=y
> CONFIG_MD_LINEAR=y
> CONFIG_MD_RAID0=y
> CONFIG_MD_RAID1=y
> CONFIG_MD_RAID5=y
> CONFIG_MD_MULTIPATH=y
> # CONFIG_BLK_DEV_DM is not set
> 
> #
> # Fusion MPT device support
> #
> # CONFIG_FUSION is not set
> 
> #
> # IEEE 1394 (FireWire) support (EXPERIMENTAL)
> #
> # CONFIG_IEEE1394 is not set
> 
> #
> # I2O device support
> #
> # CONFIG_I2O is not set
> 
> #
> # Networking support
> #
> CONFIG_NET=y
> 
> #
> # Networking options
> #
> CONFIG_PACKET=y
> CONFIG_PACKET_MMAP=y
> CONFIG_NETLINK_DEV=y
> CONFIG_UNIX=y
> CONFIG_NET_KEY=y
> CONFIG_INET=y
> CONFIG_IP_MULTICAST=y
> CONFIG_IP_ADVANCED_ROUTER=y
> CONFIG_IP_MULTIPLE_TABLES=y
> CONFIG_IP_ROUTE_FWMARK=y
> CONFIG_IP_ROUTE_NAT=y
> CONFIG_IP_ROUTE_MULTIPATH=y
> CONFIG_IP_ROUTE_TOS=y
> CONFIG_IP_ROUTE_VERBOSE=y
> # CONFIG_IP_PNP is not set
> # CONFIG_NET_IPIP is not set
> # CONFIG_NET_IPGRE is not set
> CONFIG_IP_MROUTE=y
> CONFIG_IP_PIMSM_V1=y
> CONFIG_IP_PIMSM_V2=y
> # CONFIG_ARPD is not set
> # CONFIG_INET_ECN is not set
> CONFIG_SYN_COOKIES=y
> CONFIG_INET_AH=y
> CONFIG_INET_ESP=y
> CONFIG_INET_IPCOMP=y
> 
> #
> # IP: Virtual Server Configuration
> #
> # CONFIG_IP_VS is not set
> # CONFIG_IPV6 is not set
> # CONFIG_DECNET is not set
> # CONFIG_BRIDGE is not set
> CONFIG_NETFILTER=y
> # CONFIG_NETFILTER_DEBUG is not set
> 
> #
> # IP: Netfilter Configuration
> #
> CONFIG_IP_NF_CONNTRACK=m
> CONFIG_IP_NF_FTP=m
> CONFIG_IP_NF_IRC=m
> # CONFIG_IP_NF_TFTP is not set
> # CONFIG_IP_NF_AMANDA is not set
> # CONFIG_IP_NF_QUEUE is not set
> CONFIG_IP_NF_IPTABLES=m
> CONFIG_IP_NF_MATCH_LIMIT=m
> CONFIG_IP_NF_MATCH_IPRANGE=m
> CONFIG_IP_NF_MATCH_MAC=m
> CONFIG_IP_NF_MATCH_PKTTYPE=m
> CONFIG_IP_NF_MATCH_MARK=m
> CONFIG_IP_NF_MATCH_MULTIPORT=m
> CONFIG_IP_NF_MATCH_TOS=m
> CONFIG_IP_NF_MATCH_RECENT=m
> # CONFIG_IP_NF_MATCH_ECN is not set
> # CONFIG_IP_NF_MATCH_DSCP is not set
> # CONFIG_IP_NF_MATCH_AH_ESP is not set
> CONFIG_IP_NF_MATCH_LENGTH=m
> # CONFIG_IP_NF_MATCH_TTL is not set
> # CONFIG_IP_NF_MATCH_TCPMSS is not set
> CONFIG_IP_NF_MATCH_HELPER=m
> CONFIG_IP_NF_MATCH_STATE=m
> CONFIG_IP_NF_MATCH_CONNTRACK=m
> # CONFIG_IP_NF_MATCH_OWNER is not set
> CONFIG_IP_NF_FILTER=m
> CONFIG_IP_NF_TARGET_REJECT=m
> CONFIG_IP_NF_NAT=m
> CONFIG_IP_NF_NAT_NEEDED=y
> CONFIG_IP_NF_TARGET_MASQUERADE=m
> # CONFIG_IP_NF_TARGET_REDIRECT is not set
> # CONFIG_IP_NF_TARGET_NETMAP is not set
> # CONFIG_IP_NF_TARGET_SAME is not set
> # CONFIG_IP_NF_NAT_LOCAL is not set
> # CONFIG_IP_NF_NAT_SNMP_BASIC is not set
> CONFIG_IP_NF_NAT_IRC=m
> CONFIG_IP_NF_NAT_FTP=m
> CONFIG_IP_NF_MANGLE=m
> CONFIG_IP_NF_TARGET_TOS=m
> CONFIG_IP_NF_TARGET_ECN=m
> CONFIG_IP_NF_TARGET_DSCP=m
> CONFIG_IP_NF_TARGET_MARK=m
> CONFIG_IP_NF_TARGET_CLASSIFY=m
> CONFIG_IP_NF_TARGET_LOG=m
> CONFIG_IP_NF_TARGET_ULOG=m
> # CONFIG_IP_NF_TARGET_TCPMSS is not set
> # CONFIG_IP_NF_ARPTABLES is not set
> # CONFIG_IP_NF_COMPAT_IPCHAINS is not set
> # CONFIG_IP_NF_COMPAT_IPFWADM is not set
> CONFIG_XFRM=y
> # CONFIG_XFRM_USER is not set
> 
> #
> # SCTP Configuration (EXPERIMENTAL)
> #
> CONFIG_IPV6_SCTP__=y
> # CONFIG_IP_SCTP is not set
> # CONFIG_ATM is not set
> # CONFIG_VLAN_8021Q is not set
> CONFIG_LLC=y
> # CONFIG_LLC2 is not set
> CONFIG_IPX=y
> # CONFIG_IPX_INTERN is not set
> # CONFIG_ATALK is not set
> # CONFIG_X25 is not set
> # CONFIG_LAPB is not set
> # CONFIG_NET_DIVERT is not set
> # CONFIG_ECONET is not set
> # CONFIG_WAN_ROUTER is not set
> # CONFIG_NET_FASTROUTE is not set
> # CONFIG_NET_HW_FLOWCONTROL is not set
> 
> #
> # QoS and/or fair queueing
> #
> # CONFIG_NET_SCHED is not set
> 
> #
> # Network testing
> #
> # CONFIG_NET_PKTGEN is not set
> CONFIG_NETDEVICES=y
> 
> #
> # ARCnet devices
> #
> # CONFIG_ARCNET is not set
> CONFIG_DUMMY=m
> # CONFIG_BONDING is not set
> # CONFIG_EQUALIZER is not set
> # CONFIG_TUN is not set
> # CONFIG_ETHERTAP is not set
> # CONFIG_NET_SB1000 is not set
> 
> #
> # Ethernet (10 or 100Mbit)
> #
> CONFIG_NET_ETHERNET=y
> CONFIG_MII=y
> # CONFIG_HAPPYMEAL is not set
> # CONFIG_SUNGEM is not set
> # CONFIG_NET_VENDOR_3COM is not set
> # CONFIG_LANCE is not set
> # CONFIG_NET_VENDOR_SMC is not set
> # CONFIG_NET_VENDOR_RACAL is not set
> 
> #
> # Tulip family network device support
> #
> CONFIG_NET_TULIP=y
> CONFIG_DE2104X=m
> CONFIG_TULIP=m
> # CONFIG_TULIP_MWI is not set
> # CONFIG_TULIP_MMIO is not set
> CONFIG_DE4X5=m
> # CONFIG_WINBOND_840 is not set
> # CONFIG_DM9102 is not set
> # CONFIG_AT1700 is not set
> # CONFIG_DEPCA is not set
> # CONFIG_HP100 is not set
> # CONFIG_NET_ISA is not set
> CONFIG_NET_PCI=y
> # CONFIG_PCNET32 is not set
> # CONFIG_AMD8111_ETH is not set
> # CONFIG_ADAPTEC_STARFIRE is not set
> # CONFIG_AC3200 is not set
> # CONFIG_APRICOT is not set
> CONFIG_B44=y
> # CONFIG_CS89x0 is not set
> # CONFIG_DGRS is not set
> CONFIG_EEPRO100=m
> # CONFIG_EEPRO100_PIO is not set
> CONFIG_E100=m
> # CONFIG_FEALNX is not set
> # CONFIG_NATSEMI is not set
> # CONFIG_NE2K_PCI is not set
> # CONFIG_8139CP is not set
> CONFIG_8139TOO=m
> # CONFIG_8139TOO_PIO is not set
> # CONFIG_8139TOO_TUNE_TWISTER is not set
> CONFIG_8139TOO_8129=y
> # CONFIG_8139_OLD_RX_RESET is not set
> # CONFIG_SIS900 is not set
> # CONFIG_EPIC100 is not set
> # CONFIG_SUNDANCE is not set
> # CONFIG_TLAN is not set
> # CONFIG_VIA_RHINE is not set
> # CONFIG_NET_POCKET is not set
> 
> #
> # Ethernet (1000 Mbit)
> #
> # CONFIG_ACENIC is not set
> # CONFIG_DL2K is not set
> # CONFIG_E1000 is not set
> # CONFIG_NS83820 is not set
> # CONFIG_HAMACHI is not set
> # CONFIG_YELLOWFIN is not set
> # CONFIG_R8169 is not set
> # CONFIG_SIS190 is not set
> # CONFIG_SK98LIN is not set
> # CONFIG_TIGON3 is not set
> 
> #
> # Ethernet (10000 Mbit)
> #
> # CONFIG_IXGB is not set
> # CONFIG_FDDI is not set
> # CONFIG_HIPPI is not set
> # CONFIG_PLIP is not set
> # CONFIG_PPP is not set
> # CONFIG_SLIP is not set
> 
> #
> # Wireless LAN (non-hamradio)
> #
> # CONFIG_NET_RADIO is not set
> 
> #
> # Token Ring devices
> #
> # CONFIG_TR is not set
> # CONFIG_NET_FC is not set
> # CONFIG_RCPCI is not set
> # CONFIG_SHAPER is not set
> 
> #
> # Wan interfaces
> #
> # CONFIG_WAN is not set
> 
> #
> # Amateur Radio support
> #
> # CONFIG_HAMRADIO is not set
> 
> #
> # IrDA (infrared) support
> #
> # CONFIG_IRDA is not set
> 
> #
> # Bluetooth support
> #
> # CONFIG_BT is not set
> 
> #
> # ISDN subsystem
> #
> # CONFIG_ISDN_BOOL is not set
> 
> #
> # Telephony Support
> #
> # CONFIG_PHONE is not set
> 
> #
> # Input device support
> #
> CONFIG_INPUT=y
> 
> #
> # Userland interfaces
> #
> CONFIG_INPUT_MOUSEDEV=y
> CONFIG_INPUT_MOUSEDEV_PSAUX=y
> CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
> CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
> # CONFIG_INPUT_JOYDEV is not set
> # CONFIG_INPUT_TSDEV is not set
> # CONFIG_INPUT_EVDEV is not set
> # CONFIG_INPUT_EVBUG is not set
> 
> #
> # Input I/O drivers
> #
> # CONFIG_GAMEPORT is not set
> CONFIG_SOUND_GAMEPORT=y
> CONFIG_SERIO=y
> CONFIG_SERIO_I8042=y
> # CONFIG_SERIO_SERPORT is not set
> # CONFIG_SERIO_CT82C710 is not set
> # CONFIG_SERIO_PARKBD is not set
> # CONFIG_SERIO_PCIPS2 is not set
> 
> #
> # Input Device Drivers
> #
> CONFIG_INPUT_KEYBOARD=y
> CONFIG_KEYBOARD_ATKBD=y
> # CONFIG_KEYBOARD_SUNKBD is not set
> # CONFIG_KEYBOARD_XTKBD is not set
> # CONFIG_KEYBOARD_NEWTON is not set
> CONFIG_INPUT_MOUSE=y
> CONFIG_MOUSE_PS2=y
> # CONFIG_MOUSE_PS2_SYNAPTICS is not set
> CONFIG_MOUSE_SERIAL=m
> # CONFIG_MOUSE_INPORT is not set
> # CONFIG_MOUSE_LOGIBM is not set
> # CONFIG_MOUSE_PC110PAD is not set
> # CONFIG_INPUT_JOYSTICK is not set
> # CONFIG_INPUT_TOUCHSCREEN is not set
> # CONFIG_INPUT_MISC is not set
> 
> #
> # Character devices
> #
> CONFIG_VT=y
> CONFIG_VT_CONSOLE=y
> CONFIG_HW_CONSOLE=y
> # CONFIG_SERIAL_NONSTANDARD is not set
> 
> #
> # Serial drivers
> #
> CONFIG_SERIAL_8250=y
> # CONFIG_SERIAL_8250_CONSOLE is not set
> CONFIG_SERIAL_8250_NR_UARTS=4
> # CONFIG_SERIAL_8250_EXTENDED is not set
> 
> #
> # Non-8250 serial port support
> #
> CONFIG_SERIAL_CORE=y
> CONFIG_UNIX98_PTYS=y
> CONFIG_UNIX98_PTY_COUNT=2048
> CONFIG_PRINTER=y
> CONFIG_LP_CONSOLE=y
> # CONFIG_PPDEV is not set
> # CONFIG_TIPAR is not set
> 
> #
> # I2C support
> #
> # CONFIG_I2C is not set
> 
> #
> # I2C Algorithms
> #
> 
> #
> # I2C Hardware Bus support
> #
> 
> #
> # I2C Hardware Sensors Chip support
> #
> # CONFIG_I2C_SENSOR is not set
> 
> #
> # Mice
> #
> # CONFIG_BUSMOUSE is not set
> # CONFIG_QIC02_TAPE is not set
> 
> #
> # IPMI
> #
> # CONFIG_IPMI_HANDLER is not set
> 
> #
> # Watchdog Cards
> #
> # CONFIG_WATCHDOG is not set
> # CONFIG_HW_RANDOM is not set
> # CONFIG_NVRAM is not set
> # CONFIG_RTC is not set
> # CONFIG_GEN_RTC is not set
> # CONFIG_DTLK is not set
> # CONFIG_R3964 is not set
> # CONFIG_APPLICOM is not set
> # CONFIG_SONYPI is not set
> 
> #
> # Ftape, the floppy tape device driver
> #
> # CONFIG_FTAPE is not set
> # CONFIG_AGP is not set
> # CONFIG_DRM is not set
> # CONFIG_MWAVE is not set
> # CONFIG_RAW_DRIVER is not set
> CONFIG_HANGCHECK_TIMER=m
> 
> #
> # Multimedia devices
> #
> # CONFIG_VIDEO_DEV is not set
> 
> #
> # Digital Video Broadcasting Devices
> #
> # CONFIG_DVB is not set
> 
> #
> # Graphics support
> #
> # CONFIG_FB is not set
> CONFIG_VIDEO_SELECT=y
> 
> #
> # Console display driver support
> #
> CONFIG_VGA_CONSOLE=y
> # CONFIG_MDA_CONSOLE is not set
> CONFIG_DUMMY_CONSOLE=y
> 
> #
> # Sound
> #
> # CONFIG_SOUND is not set
> 
> #
> # USB support
> #
> CONFIG_USB=m
> # CONFIG_USB_DEBUG is not set
> 
> #
> # Miscellaneous USB options
> #
> CONFIG_USB_DEVICEFS=y
> # CONFIG_USB_BANDWIDTH is not set
> # CONFIG_USB_DYNAMIC_MINORS is not set
> 
> #
> # USB Host Controller Drivers
> #
> # CONFIG_USB_EHCI_HCD is not set
> # CONFIG_USB_OHCI_HCD is not set
> CONFIG_USB_UHCI_HCD=m
> 
> #
> # USB Device Class drivers
> #
> # CONFIG_USB_BLUETOOTH_TTY is not set
> # CONFIG_USB_ACM is not set
> # CONFIG_USB_PRINTER is not set
> # CONFIG_USB_STORAGE is not set
> 
> #
> # USB Human Interface Devices (HID)
> #
> # CONFIG_USB_HID is not set
> 
> #
> # USB HID Boot Protocol drivers
> #
> # CONFIG_USB_KBD is not set
> # CONFIG_USB_MOUSE is not set
> # CONFIG_USB_AIPTEK is not set
> # CONFIG_USB_WACOM is not set
> # CONFIG_USB_KBTAB is not set
> # CONFIG_USB_POWERMATE is not set
> # CONFIG_USB_XPAD is not set
> 
> #
> # USB Imaging devices
> #
> # CONFIG_USB_MDC800 is not set
> # CONFIG_USB_SCANNER is not set
> # CONFIG_USB_MICROTEK is not set
> # CONFIG_USB_HPUSBSCSI is not set
> 
> #
> # USB Multimedia devices
> #
> # CONFIG_USB_DABUSB is not set
> 
> #
> # Video4Linux support is needed for USB Multimedia device support
> #
> 
> #
> # USB Network adaptors
> #
> # CONFIG_USB_CATC is not set
> # CONFIG_USB_KAWETH is not set
> # CONFIG_USB_PEGASUS is not set
> # CONFIG_USB_RTL8150 is not set
> # CONFIG_USB_USBNET is not set
> 
> #
> # USB port drivers
> #
> # CONFIG_USB_USS720 is not set
> 
> #
> # USB Serial Converter support
> #
> # CONFIG_USB_SERIAL is not set
> 
> #
> # USB Miscellaneous drivers
> #
> # CONFIG_USB_TIGL is not set
> # CONFIG_USB_AUERSWALD is not set
> # CONFIG_USB_RIO500 is not set
> # CONFIG_USB_BRLVGER is not set
> # CONFIG_USB_LCD is not set
> # CONFIG_USB_TEST is not set
> # CONFIG_USB_GADGET is not set
> 
> #
> # File systems
> #
> CONFIG_EXT2_FS=y
> # CONFIG_EXT2_FS_XATTR is not set
> CONFIG_EXT3_FS=y
> CONFIG_EXT3_FS_XATTR=y
> # CONFIG_EXT3_FS_POSIX_ACL is not set
> # CONFIG_EXT3_FS_SECURITY is not set
> CONFIG_JBD=y
> # CONFIG_JBD_DEBUG is not set
> CONFIG_FS_MBCACHE=y
> # CONFIG_REISERFS_FS is not set
> # CONFIG_JFS_FS is not set
> # CONFIG_XFS_FS is not set
> # CONFIG_MINIX_FS is not set
> # CONFIG_ROMFS_FS is not set
> CONFIG_QUOTA=y
> # CONFIG_QFMT_V1 is not set
> CONFIG_QFMT_V2=y
> CONFIG_QUOTACTL=y
> # CONFIG_AUTOFS_FS is not set
> CONFIG_AUTOFS4_FS=y
> 
> #
> # CD-ROM/DVD Filesystems
> #
> CONFIG_ISO9660_FS=y
> CONFIG_JOLIET=y
> CONFIG_ZISOFS=y
> CONFIG_ZISOFS_FS=y
> CONFIG_UDF_FS=y
> 
> #
> # DOS/FAT/NT Filesystems
> #
> CONFIG_FAT_FS=y
> CONFIG_MSDOS_FS=m
> CONFIG_VFAT_FS=y
> # CONFIG_NTFS_FS is not set
> 
> #
> # Pseudo filesystems
> #
> CONFIG_PROC_FS=y
> CONFIG_PROC_KCORE=y
> # CONFIG_DEVFS_FS is not set
> CONFIG_DEVPTS_FS=y
> # CONFIG_DEVPTS_FS_XATTR is not set
> CONFIG_TMPFS=y
> # CONFIG_HUGETLBFS is not set
> # CONFIG_HUGETLB_PAGE is not set
> CONFIG_RAMFS=y
> 
> #
> # Miscellaneous filesystems
> #
> # CONFIG_ADFS_FS is not set
> # CONFIG_AFFS_FS is not set
> # CONFIG_HFS_FS is not set
> # CONFIG_BEFS_FS is not set
> # CONFIG_BFS_FS is not set
> # CONFIG_EFS_FS is not set
> # CONFIG_CRAMFS is not set
> # CONFIG_VXFS_FS is not set
> # CONFIG_HPFS_FS is not set
> # CONFIG_QNX4FS_FS is not set
> # CONFIG_SYSV_FS is not set
> # CONFIG_UFS_FS is not set
> 
> #
> # Network File Systems
> #
> CONFIG_NFS_FS=m
> CONFIG_NFS_V3=y
> # CONFIG_NFS_V4 is not set
> # CONFIG_NFS_DIRECTIO is not set
> CONFIG_NFSD=m
> CONFIG_NFSD_V3=y
> # CONFIG_NFSD_V4 is not set
> # CONFIG_NFSD_TCP is not set
> CONFIG_LOCKD=m
> CONFIG_LOCKD_V4=y
> CONFIG_EXPORTFS=m
> CONFIG_SUNRPC=m
> # CONFIG_SUNRPC_GSS is not set
> CONFIG_SMB_FS=y
> # CONFIG_SMB_NLS_DEFAULT is not set
> # CONFIG_CIFS is not set
> CONFIG_NCP_FS=y
> CONFIG_NCPFS_PACKET_SIGNING=y
> CONFIG_NCPFS_IOCTL_LOCKING=y
> CONFIG_NCPFS_STRONG=y
> CONFIG_NCPFS_NFS_NS=y
> CONFIG_NCPFS_OS2_NS=y
> CONFIG_NCPFS_SMALLDOS=y
> CONFIG_NCPFS_NLS=y
> CONFIG_NCPFS_EXTRAS=y
> # CONFIG_CODA_FS is not set
> # CONFIG_INTERMEZZO_FS is not set
> # CONFIG_AFS_FS is not set
> 
> #
> # Partition Types
> #
> CONFIG_PARTITION_ADVANCED=y
> # CONFIG_ACORN_PARTITION is not set
> # CONFIG_OSF_PARTITION is not set
> # CONFIG_AMIGA_PARTITION is not set
> # CONFIG_ATARI_PARTITION is not set
> # CONFIG_MAC_PARTITION is not set
> CONFIG_MSDOS_PARTITION=y
> # CONFIG_BSD_DISKLABEL is not set
> # CONFIG_MINIX_SUBPARTITION is not set
> # CONFIG_SOLARIS_X86_PARTITION is not set
> # CONFIG_UNIXWARE_DISKLABEL is not set
> # CONFIG_LDM_PARTITION is not set
> # CONFIG_NEC98_PARTITION is not set
> # CONFIG_SGI_PARTITION is not set
> # CONFIG_ULTRIX_PARTITION is not set
> # CONFIG_SUN_PARTITION is not set
> # CONFIG_EFI_PARTITION is not set
> CONFIG_SMB_NLS=y
> CONFIG_NLS=y
> 
> #
> # Native Language Support
> #
> CONFIG_NLS_DEFAULT="cp437"
> CONFIG_NLS_CODEPAGE_437=y
> # CONFIG_NLS_CODEPAGE_737 is not set
> # CONFIG_NLS_CODEPAGE_775 is not set
> # CONFIG_NLS_CODEPAGE_850 is not set
> # CONFIG_NLS_CODEPAGE_852 is not set
> # CONFIG_NLS_CODEPAGE_855 is not set
> # CONFIG_NLS_CODEPAGE_857 is not set
> # CONFIG_NLS_CODEPAGE_860 is not set
> # CONFIG_NLS_CODEPAGE_861 is not set
> # CONFIG_NLS_CODEPAGE_862 is not set
> # CONFIG_NLS_CODEPAGE_863 is not set
> # CONFIG_NLS_CODEPAGE_864 is not set
> # CONFIG_NLS_CODEPAGE_865 is not set
> # CONFIG_NLS_CODEPAGE_866 is not set
> # CONFIG_NLS_CODEPAGE_869 is not set
> # CONFIG_NLS_CODEPAGE_936 is not set
> # CONFIG_NLS_CODEPAGE_950 is not set
> # CONFIG_NLS_CODEPAGE_932 is not set
> # CONFIG_NLS_CODEPAGE_949 is not set
> # CONFIG_NLS_CODEPAGE_874 is not set
> # CONFIG_NLS_ISO8859_8 is not set
> # CONFIG_NLS_CODEPAGE_1250 is not set
> # CONFIG_NLS_CODEPAGE_1251 is not set
> CONFIG_NLS_ISO8859_1=y
> # CONFIG_NLS_ISO8859_2 is not set
> # CONFIG_NLS_ISO8859_3 is not set
> # CONFIG_NLS_ISO8859_4 is not set
> # CONFIG_NLS_ISO8859_5 is not set
> # CONFIG_NLS_ISO8859_6 is not set
> # CONFIG_NLS_ISO8859_7 is not set
> # CONFIG_NLS_ISO8859_9 is not set
> # CONFIG_NLS_ISO8859_13 is not set
> # CONFIG_NLS_ISO8859_14 is not set
> # CONFIG_NLS_ISO8859_15 is not set
> # CONFIG_NLS_KOI8_R is not set
> # CONFIG_NLS_KOI8_U is not set
> # CONFIG_NLS_UTF8 is not set
> 
> #
> # Profiling support
> #
> # CONFIG_PROFILING is not set
> 
> #
> # Kernel hacking
> #
> CONFIG_DEBUG_KERNEL=y
> CONFIG_DEBUG_STACKOVERFLOW=y
> # CONFIG_DEBUG_SLAB is not set
> # CONFIG_DEBUG_IOVIRT is not set
> CONFIG_MAGIC_SYSRQ=y
> # CONFIG_DEBUG_SPINLOCK is not set
> # CONFIG_DEBUG_PAGEALLOC is not set
> # CONFIG_DEBUG_HIGHMEM is not set
> # CONFIG_DEBUG_INFO is not set
> # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
> # CONFIG_FRAME_POINTER is not set
> 
> #
> # Security options
> #
> # CONFIG_SECURITY is not set
> 
> #
> # Cryptographic options
> #
> CONFIG_CRYPTO=y
> CONFIG_CRYPTO_HMAC=y
> CONFIG_CRYPTO_NULL=y
> CONFIG_CRYPTO_MD4=y
> CONFIG_CRYPTO_MD5=y
> CONFIG_CRYPTO_SHA1=y
> CONFIG_CRYPTO_SHA256=y
> CONFIG_CRYPTO_SHA512=y
> CONFIG_CRYPTO_DES=y
> CONFIG_CRYPTO_BLOWFISH=y
> CONFIG_CRYPTO_TWOFISH=y
> CONFIG_CRYPTO_SERPENT=y
> CONFIG_CRYPTO_AES=y
> CONFIG_CRYPTO_CAST5=y
> CONFIG_CRYPTO_CAST6=y
> CONFIG_CRYPTO_DEFLATE=y
> CONFIG_CRYPTO_TEST=m
> 
> #
> # Library routines
> #
> CONFIG_CRC32=y
> CONFIG_ZLIB_INFLATE=y
> CONFIG_ZLIB_DEFLATE=y
> CONFIG_X86_BIOS_REBOOT=y
> CONFIG_PC=y
-- 
Windows not found
(C)heers, (P)arty or (D)ance?
-----------------------------------
Micskó Gábor
Compaq Accredited Platform Specialist, System Engineer (APS, ASE)
Szintézis Computer Rendszerház Rt.      
H-9021 Győr, Tihanyi Árpád út 2.
Tel: +36-96-502-216
Fax: +36-96-318-658
E-mail: gmicsko@szintezis.hu
Web: http://www.hup.hu/



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-28 19:40 ` Gabor MICSKO
@ 2003-12-28 23:08   ` dan
  2003-12-29 15:02     ` Ed Tomlinson
  2003-12-29  7:45   ` Tomas Szepe
  1 sibling, 1 reply; 24+ messages in thread
From: dan @ 2003-12-28 23:08 UTC (permalink / raw)
  To: Gabor MICSKO; +Cc: linux-kernel

On 28 Dec 2003, Gabor MICSKO wrote:

> http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt
> 
> 
I tried that. 


Known gotchas.
~~~~~~~~~~~~~~
Certain known bugs are being reported over and over. Here are the
workarounds.
- Blank screen after decompressing kernel?
  Make sure your .config has
   CONFIG_INPUT=y
   CONFIG_VT=y
   CONFIG_VGA_CONSOLE=y
   CONFIG_VT_CONSOLE=y
  A lot of people have discovered that taking their .config from 2.4 and
  running make oldconfig to pick up new options leads to problems, notably
  with CONFIG_VT not being set.

ok, so I grep'ed the .config

[root@eglifamily kernel]# grep -wi config_input .config
CONFIG_INPUT=y
[root@eglifamily kernel]# grep -wi config_vt .config
CONFIG_VT=y
[root@eglifamily kernel]# grep -wi config_vga_console .config
CONFIG_VGA_CONSOLE=y
[root@eglifamily kernel]# grep -wi config_vt_console .config
CONFIG_VT_CONSOLE=y
[root@eglifamily kernel]#


you can see that in the .config I attched:

> > CONFIG_INPUT=y
> > CONFIG_VT=y
> > CONFIG_VT_CONSOLE=y
> > CONFIG_VGA_CONSOLE=y

Any other ideas?

--- Dan



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-28 18:14 Blank Screen in 2.6.0 dan
  2003-12-28 19:40 ` Gabor MICSKO
@ 2003-12-29  6:22 ` Paul Misner
  2003-12-29 15:13   ` Jesper Juhl
  1 sibling, 1 reply; 24+ messages in thread
From: Paul Misner @ 2003-12-29  6:22 UTC (permalink / raw)
  To: linux-kernel

On Sunday 28 December 2003 12:14 pm, dan@eglifamily.dnsalias.net wrote:
> Ok. After being without power for the past few days due to record
> snowfall, I'm alive again. So I made the changes people had recomended on
> the list. Upgraded to the lastest module-init-tools, and disabled the
> frame buffer support in the kernel. So the only graphic option enabled is
> text mode selection. But when I boot I still get a blank screen!
>
> My lilo.conf contains a line: vga=773, which works beautifully under
> RedHat's stock 2.4.20-8. I get a nice screen with approximately 132x48
> display. Under 2.4.20 I am not loading any frame buffer that I'm aware of.
> It's not listed in my moduiles:
>

Just a suggestion, but why not use vga=normal, which is text mode, instead of 
graphics.  You don't get the boot logo, but it does give you all the boot 
messages on 80x24.  I have been having the same issues, with an Nvidia card, 
and I decided it wasn't worth spending any time on it, since I really just 
wanted to see the messages, not any pictures.

Paul

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-28 19:40 ` Gabor MICSKO
  2003-12-28 23:08   ` dan
@ 2003-12-29  7:45   ` Tomas Szepe
  1 sibling, 0 replies; 24+ messages in thread
From: Tomas Szepe @ 2003-12-29  7:45 UTC (permalink / raw)
  To: Gabor MICSKO; +Cc: dan, linux-kernel

On Dec-28 2003, Sun, 20:40 +0100
Gabor MICSKO <gmicsko@szintezis.hu> wrote:

> http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt

Was it __really__ necessary to leave the 30KB of the original
text as a quote in your reply?

30KB.  4000+ subscribers.  Do the math for chrissakes.

-- 
Tomas Szepe <szepe@pinerecords.com>

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-28 23:08   ` dan
@ 2003-12-29 15:02     ` Ed Tomlinson
  0 siblings, 0 replies; 24+ messages in thread
From: Ed Tomlinson @ 2003-12-29 15:02 UTC (permalink / raw)
  To: Gabor MICSKO; +Cc: dan, linux-kernel

On December 28, 2003 06:08 pm, dan@eglifamily.dnsalias.net wrote:
> On 28 Dec 2003, Gabor MICSKO wrote:
> > http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt
>
> I tried that.
>
>
> Known gotchas.
> ~~~~~~~~~~~~~~
> Certain known bugs are being reported over and over. Here are the
> workarounds.
> - Blank screen after decompressing kernel?
>   Make sure your .config has
>    CONFIG_INPUT=y
>    CONFIG_VT=y
>    CONFIG_VGA_CONSOLE=y
>    CONFIG_VT_CONSOLE=y
>   A lot of people have discovered that taking their .config from 2.4 and
>   running make oldconfig to pick up new options leads to problems, notably
>   with CONFIG_VT not being set.
>
> ok, so I grep'ed the .config
>
> [root@eglifamily kernel]# grep -wi config_input .config
> CONFIG_INPUT=y
> [root@eglifamily kernel]# grep -wi config_vt .config
> CONFIG_VT=y
> [root@eglifamily kernel]# grep -wi config_vga_console .config
> CONFIG_VGA_CONSOLE=y
> [root@eglifamily kernel]# grep -wi config_vt_console .config
> CONFIG_VT_CONSOLE=y
> [root@eglifamily kernel]#
>
> you can see that in the .config I attched:
> > > CONFIG_INPUT=y
> > > CONFIG_VT=y
> > > CONFIG_VT_CONSOLE=y
> > > CONFIG_VGA_CONSOLE=y
>
> Any other ideas?

I had problems getting 2.6.0 to work on a second box too.  What seemed to solve
it here was defining the fonts:

CONFIG_PCI_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

Luck,
Ed Tomlinson

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-29  6:22 ` Paul Misner
@ 2003-12-29 15:13   ` Jesper Juhl
  2004-01-06 23:02     ` James Simmons
  0 siblings, 1 reply; 24+ messages in thread
From: Jesper Juhl @ 2003-12-29 15:13 UTC (permalink / raw)
  To: Paul Misner; +Cc: linux-kernel



On Mon, 29 Dec 2003, Paul Misner wrote:

> On Sunday 28 December 2003 12:14 pm, dan@eglifamily.dnsalias.net wrote:
> > Ok. After being without power for the past few days due to record
> > snowfall, I'm alive again. So I made the changes people had recomended on
> > the list. Upgraded to the lastest module-init-tools, and disabled the
> > frame buffer support in the kernel. So the only graphic option enabled is
> > text mode selection. But when I boot I still get a blank screen!
> >
> > My lilo.conf contains a line: vga=773, which works beautifully under
> > RedHat's stock 2.4.20-8. I get a nice screen with approximately 132x48
> > display. Under 2.4.20 I am not loading any frame buffer that I'm aware of.
> > It's not listed in my moduiles:
> >
>
> Just a suggestion, but why not use vga=normal, which is text mode, instead of
> graphics.  You don't get the boot logo, but it does give you all the boot
> messages on 80x24.  I have been having the same issues, with an Nvidia card,
> and I decided it wasn't worth spending any time on it, since I really just
> wanted to see the messages, not any pictures.

I've found that using "rivafb" does not work with my Geforce3, and from
talking to various people on IRC about it I get the impression that rivafb
is broken for any card newer than Geforce2. "vesafb" though works quite
well with never NVidia cards.

If I build my kernels with "rivafb" enabled I get a blank screen as well,
but using "vesafb" all is fine (so is just plain vga=normal or
vga=extended, but I prefer the fb console :)


Just my 0.02 euro


/ Jesper Juhl


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-29 15:13   ` Jesper Juhl
@ 2004-01-06 23:02     ` James Simmons
  2004-01-06 23:07       ` Jesper Juhl
  0 siblings, 1 reply; 24+ messages in thread
From: James Simmons @ 2004-01-06 23:02 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: Paul Misner, linux-kernel


> I've found that using "rivafb" does not work with my Geforce3, and from
> talking to various people on IRC about it I get the impression that rivafb
> is broken for any card newer than Geforce2. "vesafb" though works quite
> well with never NVidia cards.

The core code to the rivafb is lifted from a older X windows driver. I 
would need to grab the latest X server code which is very different.
 
> If I build my kernels with "rivafb" enabled I get a blank screen as well,
> but using "vesafb" all is fine (so is just plain vga=normal or
> vga=extended, but I prefer the fb console :)

Fixed in my latest patches.



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2004-01-06 23:02     ` James Simmons
@ 2004-01-06 23:07       ` Jesper Juhl
  2004-01-06 23:14         ` James Simmons
  0 siblings, 1 reply; 24+ messages in thread
From: Jesper Juhl @ 2004-01-06 23:07 UTC (permalink / raw)
  To: James Simmons; +Cc: Paul Misner, linux-kernel



On Tue, 6 Jan 2004, James Simmons wrote:

>
> > I've found that using "rivafb" does not work with my Geforce3, and from
> > talking to various people on IRC about it I get the impression that rivafb
> > is broken for any card newer than Geforce2. "vesafb" though works quite
> > well with never NVidia cards.
>
> The core code to the rivafb is lifted from a older X windows driver. I
> would need to grab the latest X server code which is very different.
>

Ok, thank you for the explanation.


> > If I build my kernels with "rivafb" enabled I get a blank screen as well,
> > but using "vesafb" all is fine (so is just plain vga=normal or
> > vga=extended, but I prefer the fb console :)
>
> Fixed in my latest patches.
>

Great, as soon as those make it into Linus' tree or -mm I'll give them a
test run. Or if you could point me at a location where I can grab them
from I'd be happy to test them even sooner.


/Jesper Juhl



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2004-01-06 23:07       ` Jesper Juhl
@ 2004-01-06 23:14         ` James Simmons
  2004-01-07  0:39           ` Jesper Juhl
  0 siblings, 1 reply; 24+ messages in thread
From: James Simmons @ 2004-01-06 23:14 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: Paul Misner, linux-kernel


> > Fixed in my latest patches.
> >
> 
> Great, as soon as those make it into Linus' tree or -mm I'll give them a
> test run. Or if you could point me at a location where I can grab them
> from I'd be happy to test them even sooner.

http://phoenix.infradead.org/~jsimmons/fbdev.diff.gz



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2004-01-06 23:14         ` James Simmons
@ 2004-01-07  0:39           ` Jesper Juhl
  2004-01-07 17:44             ` James Simmons
  0 siblings, 1 reply; 24+ messages in thread
From: Jesper Juhl @ 2004-01-07  0:39 UTC (permalink / raw)
  To: James Simmons; +Cc: Paul Misner, linux-kernel


On Tue, 6 Jan 2004, James Simmons wrote:

>
> > > Fixed in my latest patches.
> > >
>
> http://phoenix.infradead.org/~jsimmons/fbdev.diff.gz
>

Ok, I grabbed those and I have both good and bad news.

The good news is that I no longer get just a black screen at boot.
The bad news is that it still doesn't work quite right.

No matter what mode I try to boot in I always get the same, and it's as if
the image is drawn only on every second scanline. One result of this is
that I can only visually see approximately the top half of what I'm
supposed to see - like, if I type in something in the shell, then I have
to press enter several times untill enough lines have passed for the text
to reach the top of the screen and thus is actually visible.  Another
result of this is ofcourse that what I /can/ see doesn't look very good.

Also, after starting X (using the "nv" driver, not a fb X server) - if I
switch back to a text console then the screen is completely garbled - I
can switch back to X just fine though.

My hardware is : ASUS V8200 Deluxe, GeForce3 64MB

lspci -vvv reports :

01:05.0 VGA compatible controller: nVidia Corporation NV20 [GeForce3] (rev a3) (prog-if 00 [VGA])
        Subsystem: Asustek Computer, Inc. AGP-V8200 DDR
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 64 (1250ns min, 250ns max)
        Interrupt: pin A routed to IRQ 11
        Region 0: Memory at ee000000 (32-bit, non-prefetchable) [size=16M]
        Region 1: Memory at f0000000 (32-bit, prefetchable) [size=64M]
        Region 2: Memory at ef800000 (32-bit, prefetchable) [size=512K]
        Expansion ROM at ef7f0000 [disabled] [size=64K]
        Capabilities: [60] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [44] AGP version 2.0
                Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA- ITACoh- GART64- HTrans- 64bit- FW- AGP3- Rate=x1,x2,x4
                Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>


/Jesper Juhl



PS. I initially tried applying your patch to 2.6.1-rc1-mm2 , it had a few
rejects, but I tried building it anyway - it wouldn't compile. So I went
back to a clean 2.6.0 to which the patch applied flawlessly.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2004-01-07  0:39           ` Jesper Juhl
@ 2004-01-07 17:44             ` James Simmons
  2004-01-07 23:55               ` Jesper Juhl
  0 siblings, 1 reply; 24+ messages in thread
From: James Simmons @ 2004-01-07 17:44 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: Paul Misner, linux-kernel


> The good news is that I no longer get just a black screen at boot.

Yeah!!!

> The bad news is that it still doesn't work quite right.

I expected that. Newer Nvidia cards are not properly supported. 

> No matter what mode I try to boot in I always get the same, and it's as if
> the image is drawn only on every second scanline. One result of this is
> that I can only visually see approximately the top half of what I'm
> supposed to see - like, if I type in something in the shell, then I have
> to press enter several times untill enough lines have passed for the text
> to reach the top of the screen and thus is actually visible.  Another
> result of this is ofcourse that what I /can/ see doesn't look very good.

Sounds like a double scan issue. As for it always going to 640x480 that is 
a bug in the driver which is also in the 2.4.X tree. 

> Also, after starting X (using the "nv" driver, not a fb X server) - if I
> switch back to a text console then the screen is completely garbled - I
> can switch back to X just fine though.

Try using the UseFBDev flag for teh X server. That usually helps.

> rejects, but I tried building it anyway - it wouldn't compile. So I went
> back to a clean 2.6.0 to which the patch applied flawlessly.

Yeah I made the patch against 2.6.0. I will update it soon. 


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2004-01-07 17:44             ` James Simmons
@ 2004-01-07 23:55               ` Jesper Juhl
  0 siblings, 0 replies; 24+ messages in thread
From: Jesper Juhl @ 2004-01-07 23:55 UTC (permalink / raw)
  To: James Simmons; +Cc: linux-kernel


On Wed, 7 Jan 2004, James Simmons wrote:

> Yeah!!!
>
> > The bad news is that it still doesn't work quite right.
>
> I expected that. Newer Nvidia cards are not properly supported.
>

Ok, just know that I'm willing to test any patches you may have for rivafb.


> > Also, after starting X (using the "nv" driver, not a fb X server) - if I
> > switch back to a text console then the screen is completely garbled - I
> > can switch back to X just fine though.
>
> Try using the UseFBDev flag for teh X server. That usually helps.
>

Ok, I'll try that "soonish" and report the result.
For now I'm simply using vesafb which works well.


-- Jesper Juhl


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-30  7:03       ` Wes Janzen
@ 2004-01-05 23:46         ` James Simmons
  0 siblings, 0 replies; 24+ messages in thread
From: James Simmons @ 2004-01-05 23:46 UTC (permalink / raw)
  To: Wes Janzen; +Cc: Thomas Molina, Norman Diamond, dan, linux-kernel


> Certainly, something has changed, because with 2.6.0-test11 I was 
> running "vga=0x31B video=vesafb:ywrap" and it worked great, whereas now 
> it doesn't work at all with any fb modes.

To my knowledge the code hasn't been touched since then. I have a new 
patch for you to try.

http://phoenix.infradead.org/~jsimmons/fbdev.diff.gz



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-30  2:14   ` Norman Diamond
  2003-12-30  2:46     ` Thomas Molina
@ 2004-01-05 23:44     ` James Simmons
  1 sibling, 0 replies; 24+ messages in thread
From: James Simmons @ 2004-01-05 23:44 UTC (permalink / raw)
  To: Norman Diamond; +Cc: Thomas Molina, dan, linux-kernel


> Are you serious?  It really is true that vga= isn't supposed to work in
> 2.6.0, but there is something to do with RedHat 7.3 which caused vga= to
> continue to work in 2.6.0 with that distro only?  Then why hasn't the vga=
> parameter been removed entirely?

vga= still works with the vesa framebuffer. There is a small bug that is 
causing all the problems.



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2004-01-05 23:34     ` James Simmons
@ 2004-01-05 23:35       ` Dan Egli
  0 siblings, 0 replies; 24+ messages in thread
From: Dan Egli @ 2004-01-05 23:35 UTC (permalink / raw)
  To: James Simmons; +Cc: Thomas Molina, linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

James Simmons wrote:
|>|>The decision to release 2.6.0 with the same broken vga= option that was
|>|>reported many times in 2.6.0-test* makes me think that vga= is not
|>intended
|>|>to work.
|>|
|>|
|>| Maybe it has something to do with RedHat 7.3.  I've used RH8, RH9, and
|>| Fedora Core 1 and haven't had a problem with vga= in any of them during
|>| the 2.5/2.6 series, right up through the current one.  I've got
|>| framebuffer support as a module.
|>|
|>
|>
|>Not RedHat 9 issue because I'm using RH 9 and I am the one that started
|>this thread.
|
|
| Its a bug in the kernel. Fixed in latest tree.
|
| http://phoenix.infradead.org/~jsimmons/fbdev.diff.gz
|
|
|
Cool. When the 2.6.1 comes out (I'm assuming that this means it will be
in 2.6.1), I'll d/l it and try it out.

- --- Dan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/+fTCtwT22Jak4/4RAroCAJkBU2goo0OYMSgRZAo25/zvdpUp+QCfZlLh
H9y/WAT8t/hBONnhJ+U6k2I=
=1H0b
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-30 21:03   ` Dan Egli
@ 2004-01-05 23:34     ` James Simmons
  2004-01-05 23:35       ` Dan Egli
  0 siblings, 1 reply; 24+ messages in thread
From: James Simmons @ 2004-01-05 23:34 UTC (permalink / raw)
  To: Dan Egli; +Cc: Thomas Molina, linux-kernel


> |>The decision to release 2.6.0 with the same broken vga= option that was
> |>reported many times in 2.6.0-test* makes me think that vga= is not
> intended
> |>to work.
> |
> |
> | Maybe it has something to do with RedHat 7.3.  I've used RH8, RH9, and
> | Fedora Core 1 and haven't had a problem with vga= in any of them during
> | the 2.5/2.6 series, right up through the current one.  I've got
> | framebuffer support as a module.
> |
> 
> 
> Not RedHat 9 issue because I'm using RH 9 and I am the one that started
> this thread.

Its a bug in the kernel. Fixed in latest tree.

http://phoenix.infradead.org/~jsimmons/fbdev.diff.gz



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-29 22:44 ` Thomas Molina
  2003-12-30  2:14   ` Norman Diamond
@ 2003-12-30 21:03   ` Dan Egli
  2004-01-05 23:34     ` James Simmons
  1 sibling, 1 reply; 24+ messages in thread
From: Dan Egli @ 2003-12-30 21:03 UTC (permalink / raw)
  To: Thomas Molina; +Cc: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thomas Molina wrote:

| On Mon, 29 Dec 2003, Norman Diamond wrote:
|
|>The decision to release 2.6.0 with the same broken vga= option that was
|>reported many times in 2.6.0-test* makes me think that vga= is not
intended
|>to work.
|
|
| Maybe it has something to do with RedHat 7.3.  I've used RH8, RH9, and
| Fedora Core 1 and haven't had a problem with vga= in any of them during
| the 2.5/2.6 series, right up through the current one.  I've got
| framebuffer support as a module.
|


Not RedHat 9 issue because I'm using RH 9 and I am the one that started
this thread.

- --- Dan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/8eg9twT22Jak4/4RAuCfAKC6gOC69UgKzO3VU+QcM/qfBxrOGgCeOqOP
z8j0QMQAV+G8xVuyH6audgk=
=HgkW
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-30  2:46     ` Thomas Molina
@ 2003-12-30  7:03       ` Wes Janzen
  2004-01-05 23:46         ` James Simmons
  0 siblings, 1 reply; 24+ messages in thread
From: Wes Janzen @ 2003-12-30  7:03 UTC (permalink / raw)
  To: Thomas Molina; +Cc: Norman Diamond, dan, linux-kernel



Thomas Molina wrote:

>On Tue, 30 Dec 2003, Norman Diamond wrote:
>
>  
>
>> ...
>
>
>I've had problems at various times during 2.5 with a number of 
>card-specific framebuffer drivers so I've backed off to only using the 
>VESA framebuffer driver.  Maybe the connection is which framebuffer driver 
>is used.
>  
>

I've had the same problem.  I've tried using radeonfb and it's never 
worked yet since 2.5.69.  In 2.6.0, no matter what mode I select, I get 
a horizontal frequency of 140kHz and a ~90Hz vertical sync.  My monitor 
blanks and pops up the on-screen menu with the horizontal frequency 
high-lighted in red.  My monitor supports up to 110kHz horizontal 
according to my X log.

I compiled just the vesafb in as well, but it does the exact same 
thing.  It doesn't matter what values or modes I put in the vga/video 
parameter.  Only the text mode works now, and after only 2 days uptime 
I've noticed I no longer have the full vertical screen.  When I type, 
random text or colored/flashing blocks appear in the bottom (roughly) 
1/5th of the screen.  Actually, anytime I run an ncurse app in my 
console, it gets smaller.  Now my console only occupies 1/2 the screen, 
but it doesn't seem to get any smaller than that.  I'm using the boot 
parameter "vga=0x132".

My point is maybe your screen isn't blank, but rather the horizontal 
frequency is out of your monitor's range?

Certainly, something has changed, because with 2.6.0-test11 I was 
running "vga=0x31B video=vesafb:ywrap" and it worked great, whereas now 
it doesn't work at all with any fb modes.


-Wes-

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-30  2:14   ` Norman Diamond
@ 2003-12-30  2:46     ` Thomas Molina
  2003-12-30  7:03       ` Wes Janzen
  2004-01-05 23:44     ` James Simmons
  1 sibling, 1 reply; 24+ messages in thread
From: Thomas Molina @ 2003-12-30  2:46 UTC (permalink / raw)
  To: Norman Diamond; +Cc: dan, linux-kernel



On Tue, 30 Dec 2003, Norman Diamond wrote:

> > I've used RH8, RH9, and  Fedora Core 1 and haven't had a problem with vga=
> > in any of them during the 2.5/2.6 series, right up through the current one.
> 
> I forgot if Dan is using RH8 or RH9.  Whichever, you're getting different
> results than he did, because his failed with one of these and yours works
> with both.  At least my failures with SuSE are consistent.  I'd say the
> overall inconsistency points to a bug in 2.6.0-test* and .0.  Especially
> when no one seems to be reporting similar failures in the 2.4 series.

I've had problems at various times during 2.5 with a number of 
card-specific framebuffer drivers so I've backed off to only using the 
VESA framebuffer driver.  Maybe the connection is which framebuffer driver 
is used.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-29 22:44 ` Thomas Molina
@ 2003-12-30  2:14   ` Norman Diamond
  2003-12-30  2:46     ` Thomas Molina
  2004-01-05 23:44     ` James Simmons
  2003-12-30 21:03   ` Dan Egli
  1 sibling, 2 replies; 24+ messages in thread
From: Norman Diamond @ 2003-12-30  2:14 UTC (permalink / raw)
  To: Thomas Molina; +Cc: dan, linux-kernel

Thomas Molina wrote:
> On Mon, 29 Dec 2003, Norman Diamond wrote:
> > Dan wrote:
> >
> > > Upgraded to the lastest module-init-tools, and disabled the
> > > frame buffer support in the kernel. So the only graphic option enabled is
> > > text mode selection. But when I boot I still get a blank screen!
> > > My lilo.conf contains a line: vga=773, which works beautifully under
> > > RedHat's stock 2.4.20-8.
> >
> > In my experience the vga= option worked with every 2.4 kernel in every
> > distro that I had used, continued working with 2.6 test* and 0 in Red Hat
> > 7.3, but blanked the screen with 2.6 test* and 0 in SuSE 8.1 and SuSE 8.2.
> > Haven't tried other configurations with 2.6.
> >
> > But now you're getting the same with a Red Hat distro, so it's looking
> > pretty random.
> >
> > The decision to release 2.6.0 with the same broken vga= option that was
> > reported many times in 2.6.0-test* makes me think that vga= is not intended
> > to work.
>
> Maybe it has something to do with RedHat 7.3.

Are you serious?  It really is true that vga= isn't supposed to work in
2.6.0, but there is something to do with RedHat 7.3 which caused vga= to
continue to work in 2.6.0 with that distro only?  Then why hasn't the vga=
parameter been removed entirely?

> I've used RH8, RH9, and  Fedora Core 1 and haven't had a problem with vga=
> in any of them during the 2.5/2.6 series, right up through the current one.

I forgot if Dan is using RH8 or RH9.  Whichever, you're getting different
results than he did, because his failed with one of these and yours works
with both.  At least my failures with SuSE are consistent.  I'd say the
overall inconsistency points to a bug in 2.6.0-test* and .0.  Especially
when no one seems to be reporting similar failures in the 2.4 series.


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
  2003-12-29  3:28 Norman Diamond
@ 2003-12-29 22:44 ` Thomas Molina
  2003-12-30  2:14   ` Norman Diamond
  2003-12-30 21:03   ` Dan Egli
  0 siblings, 2 replies; 24+ messages in thread
From: Thomas Molina @ 2003-12-29 22:44 UTC (permalink / raw)
  To: Norman Diamond; +Cc: dan, linux-kernel

On Mon, 29 Dec 2003, Norman Diamond wrote:

> Dan wrote:
> 
> > Upgraded to the lastest module-init-tools, and disabled the
> > frame buffer support in the kernel. So the only graphic option enabled is
> > text mode selection. But when I boot I still get a blank screen!
> > My lilo.conf contains a line: vga=773, which works beautifully under
> > RedHat's stock 2.4.20-8.
> 
> In my experience the vga= option worked with every 2.4 kernel in every
> distro that I had used, continued working with 2.6 test* and 0 in Red Hat
> 7.3, but blanked the screen with 2.6 test* and 0 in SuSE 8.1 and SuSE 8.2.
> Haven't tried other configurations with 2.6.
> 
> But now you're getting the same with a Red Hat distro, so it's looking
> pretty random.
> 
> The decision to release 2.6.0 with the same broken vga= option that was
> reported many times in 2.6.0-test* makes me think that vga= is not intended
> to work.

Maybe it has something to do with RedHat 7.3.  I've used RH8, RH9, and 
Fedora Core 1 and haven't had a problem with vga= in any of them during 
the 2.5/2.6 series, right up through the current one.  I've got 
framebuffer support as a module.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Blank Screen in 2.6.0
@ 2003-12-29 14:49 Pacheco Jason NPRI
  0 siblings, 0 replies; 24+ messages in thread
From: Pacheco Jason NPRI @ 2003-12-29 14:49 UTC (permalink / raw)
  To:  (linux-kernel@vger.kernel.org)

I get the same issue in SuSE 9.0 when compiling 2.6.0 release.
I have read the post-holloween doc and made sure I checked all the
gotchas as well.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Blank Screen in 2.6.0
@ 2003-12-29  3:28 Norman Diamond
  2003-12-29 22:44 ` Thomas Molina
  0 siblings, 1 reply; 24+ messages in thread
From: Norman Diamond @ 2003-12-29  3:28 UTC (permalink / raw)
  To: dan, linux-kernel

Dan wrote:

> Upgraded to the lastest module-init-tools, and disabled the
> frame buffer support in the kernel. So the only graphic option enabled is
> text mode selection. But when I boot I still get a blank screen!
> My lilo.conf contains a line: vga=773, which works beautifully under
> RedHat's stock 2.4.20-8.

In my experience the vga= option worked with every 2.4 kernel in every
distro that I had used, continued working with 2.6 test* and 0 in Red Hat
7.3, but blanked the screen with 2.6 test* and 0 in SuSE 8.1 and SuSE 8.2.
Haven't tried other configurations with 2.6.

But now you're getting the same with a Red Hat distro, so it's looking
pretty random.

The decision to release 2.6.0 with the same broken vga= option that was
reported many times in 2.6.0-test* makes me think that vga= is not intended
to work.

By the way, on one machine I experimented with putting the framebuffer
driver back into the kernel after deleting the vga= option, and it
automatically expanded to all of the screen and it worked.  I don't know if
this is random behavior either, for example it probably doesn't work on the
machines of people who told you to disable your framebuffer and it probably
doesn't work on the machines of people who didn't check whether you obeyed
the Post Hallowe'en doc.  But if you're brave you might try it.


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2004-01-07 23:58 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-28 18:14 Blank Screen in 2.6.0 dan
2003-12-28 19:40 ` Gabor MICSKO
2003-12-28 23:08   ` dan
2003-12-29 15:02     ` Ed Tomlinson
2003-12-29  7:45   ` Tomas Szepe
2003-12-29  6:22 ` Paul Misner
2003-12-29 15:13   ` Jesper Juhl
2004-01-06 23:02     ` James Simmons
2004-01-06 23:07       ` Jesper Juhl
2004-01-06 23:14         ` James Simmons
2004-01-07  0:39           ` Jesper Juhl
2004-01-07 17:44             ` James Simmons
2004-01-07 23:55               ` Jesper Juhl
2003-12-29  3:28 Norman Diamond
2003-12-29 22:44 ` Thomas Molina
2003-12-30  2:14   ` Norman Diamond
2003-12-30  2:46     ` Thomas Molina
2003-12-30  7:03       ` Wes Janzen
2004-01-05 23:46         ` James Simmons
2004-01-05 23:44     ` James Simmons
2003-12-30 21:03   ` Dan Egli
2004-01-05 23:34     ` James Simmons
2004-01-05 23:35       ` Dan Egli
2003-12-29 14:49 Pacheco Jason NPRI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).