View previous topic :: View next topic |
Author |
Message |
opotonil l33t

Joined: 17 Jun 2005 Posts: 801 Location: 127.0.0.1
|
Posted: Thu Mar 22, 2007 1:00 pm Post subject: Strange problem with frameBuffer. |
|
|
Hi,
When I power on my PC I get the error: Press return to select valid mode or space for continue. OK I press space and when finish of load the system I reboot and this time the FrameBuffer work OK ¿?
some suggestion?
Bye and Thanks. |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Thu Mar 22, 2007 1:38 pm Post subject: |
|
|
Do you use Grub or Lilo ?
Also, can you post your bootloader file, exemple /boot/grub/grub.conf |
|
Back to top |
|
 |
opotonil l33t

Joined: 17 Jun 2005 Posts: 801 Location: 127.0.0.1
|
Posted: Thu Mar 22, 2007 2:38 pm Post subject: |
|
|
I am using grub and I have vga=795 (1280x1024-24) also I tried vga=0x31b with same result. My graphical card (nVidia NV36, GeForce FX 5700LE) don´t support vesa-tng.
When I will arrive to home I will post all my grub.conf.
Bye and Thanks. |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Thu Mar 22, 2007 5:02 pm Post subject: |
|
|
Just for exemple, this is my grub :
Code: |
#
# Sample boot menu configuration file
#
# Boot automatically after 30 secs.
timeout 5
# By default, boot the first entry.
default 1
splashimage=(hd0,8)/boot/grub/splash.xpm.gz
title=GentooLinux-2.6.18-r3
root=(hd0,8)
kernel /boot/kernel-2.6.18-gentoo-r3 root=/dev/sda9 video=vesafb:mtrr,ywrap,1024x768-32@85 splash=silent,fadein,theme:livecd-2006.1 quiet CONSOLE=/dev/tty1
initrd (hd0,8)/boot/fbsplash-livecd-2006.1
#kernel /boot/kernel-2.6.18-gentoo-r3 root=/dev/sda9 video=radeonfb:mtrr,ywrap,1024x768-32@75
title=WindowsXP
rootnoverify (hd0,0)
makeactive
chainloader +1
title=GentooLinux-2.6.18-r2
root=(hd0,8)
kernel /boot/kernel-2.6.18-gentoo-r2 root=/dev/sda9 video=radeonfb:mtrr,ywrap,1024x768-32@75
|
I pass directly my setting in grub : 1024x768-32@85 |
|
Back to top |
|
 |
opotonil l33t

Joined: 17 Jun 2005 Posts: 801 Location: 127.0.0.1
|
Posted: Thu Mar 22, 2007 6:47 pm Post subject: |
|
|
Hi,
this is mygrub.conf:
Code: |
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux 2.6.19-r5
root (hd0,0)
kernel /boot/kernel-2.6.19-gentoo-r5 root=/dev/sda3 vga=795
|
I have tried with:
Code: |
kernel /boot/kernel-2.6.19-gentoo-r5 root=/dev/sda3 video=vesafb:1280x1024-24
|
and with
Code: |
kernel /boot/kernel-2.6.19-gentoo-r5 root=/dev/sda3 video=vesafb:mtrr,ywrap,1280x1024-24@60
|
and the error don't appear but resolution continues being incorrect (I thought: video for vesa-tng and vga for vesa)
Bye and thanks. |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Mar 23, 2007 12:13 pm Post subject: |
|
|
Code: |
#
# Graphics support
#
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_VESA_STD is not set
CONFIG_FB_VESA_TNG=y
CONFIG_FB_VESA_DEFAULT_MODE="1024x768@85"
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
#
# Logo configuration
#
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
CONFIG_FB_SPLASH=y
|
In fact I use Vesa-tng. |
|
Back to top |
|
 |
|