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
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)
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.
(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
*** This bug has been marked as a duplicate of 113408 ***