Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119394 - unable to set up fbsplash resolution higher than 800x600 onwards 2.6.14-suspend2
Summary: unable to set up fbsplash resolution higher than 800x600 onwards 2.6.14-suspend2
Status: RESOLVED DUPLICATE of bug 113408
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Michal Januszewski (RETIRED)
URL: http://ursulak.webzdarma.cz/gentoo/.c...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-18 01:35 UTC by x.para
Modified: 2006-01-22 06:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description x.para 2006-01-18 01:35:58 UTC
Hi,

Since 2.6.14-suspend2, on intel 830 card I can't set up higher resolution than 800x600-32@72 in fbsplash settings in my grub. In case I try to set it up to 1024x769-32@72 (previously working up to 2.6.13) silent mode works, verbose mode works, F2 switching all-round works well, but other tty than tty-7 with X11 are unavailable after the boot and gives only black screen. 

Grub settings
+++++++++++++



title Linux 2.6.15-suspend2-r2
  root (hd0,4)
	kernel /boot/linux-2.6.14-suspend2-r7/vmlinuz-2.6.14-suspend2-r7 root=/dev/hda5 resume2=swap:/dev/hda6 acpi_sleep=s3_bios,s3_mode video=vesafb:ywrap,mtrr:3,1024x768-32@75 splash=silent,fadein,kdgraphic,theme:emergence CONSOLE=/dev/tty1 quiet 
	initrd /boot/fbsplash-emergence-1024x768

/dev/hda1
title=Win XP
	rootnoverify (hd0,0)
	makeactive
	chainloader +1
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2006-01-18 08:58:17 UTC
Do you have xdm in your default runlevel or do you start X manually? What's the value of the UNICODE env variable on your system? (set in /etc/rc.conf)
Comment 2 Michal Januszewski (RETIRED) gentoo-dev 2006-01-18 09:12:50 UTC
I think you might be suffering from the issue first reported in bug #113408. Please have a look at it and see if you find anything useful there.
Comment 3 x.para 2006-01-18 14:59:28 UTC
(In reply to comment #2)
> I think you might be suffering from the issue first reported in bug #113408.
> Please have a look at it and see if you find anything useful there.
> 

Hello Spock,

please see my answers:

Do you have xdm in your default runlevel or do you start X manually? 
rc-update show |grep xdm
xdm |      default

What's the
value of the UNICODE env variable on your system? (set in /etc/rc.conf)

UNICODE="no"

I think you might be suffering from the issue first reported in bug #113408.
Please have a look at it and see if you find anything useful there.

Yes, this is my case also 

fbset -xres 1024 -yres 768 -depth 32 -pixclock 0

reestablishes my tty's

and setting nocrtc param is solves my problem for now.

Many thanks

Ondrej
Comment 4 Michal Januszewski (RETIRED) gentoo-dev 2006-01-22 06:59:20 UTC
*** This bug has been marked as a duplicate of 113408 ***