Changing back and forth between X and the virtual terminals causes my screen to go black. Nothing I try gets the screen back. All that helps is a reboot.
It appears that when I'm very quick, I can change from any tty to tty8 ([cmd=][ctrl]+[alt]+[F9][/cmd]) when KDE3 is loading. But once KDE is loaded, my luck runs out.
KDE works perfectly, and I can change back to any of the virtual terminals ([cmd=][ctrl]+[alt]+[F1-8][/cmd]) just fine. But moving back to X causes my screen to go black. Not only that, but to add insult to injury the system emits a very loud *BEEP* making sure that I am fully annoyed.
I figured out how to stop the system from beeping. That was easy.
But how can I persuade my system to stop turning the screen off when I change back and forth between X and the virtual terminals?
I read the corresponding chapters in the handbook, like this and this here. I also looked through various man pages concerning tty's. But I saw no reference that this should be a problem or a post-install setting. I noticed the $DISPLAY variable was unset, but setting it to either [cmd=]localhost:0.0[/cmd] or just [cmd=]:0[/cmd] didn't make a difference. Situation is also the same for the users and root.
This leads me to believe it /may/ be a problem with my graphics card?? ("Mobile GM965/GL960 Integrated Graphics Controller") Rather than a setting I overlooked. I sure hope I'm wrong though.
This is the relevant part of my /etc/ttys, but as you can see it's still *ahum* factory default
It appears that when I'm very quick, I can change from any tty to tty8 ([cmd=][ctrl]+[alt]+[F9][/cmd]) when KDE3 is loading. But once KDE is loaded, my luck runs out.
KDE works perfectly, and I can change back to any of the virtual terminals ([cmd=][ctrl]+[alt]+[F1-8][/cmd]) just fine. But moving back to X causes my screen to go black. Not only that, but to add insult to injury the system emits a very loud *BEEP* making sure that I am fully annoyed.
I figured out how to stop the system from beeping. That was easy.
But how can I persuade my system to stop turning the screen off when I change back and forth between X and the virtual terminals?
I read the corresponding chapters in the handbook, like this and this here. I also looked through various man pages concerning tty's. But I saw no reference that this should be a problem or a post-install setting. I noticed the $DISPLAY variable was unset, but setting it to either [cmd=]localhost:0.0[/cmd] or just [cmd=]:0[/cmd] didn't make a difference. Situation is also the same for the users and root.
This leads me to believe it /may/ be a problem with my graphics card?? ("Mobile GM965/GL960 Integrated Graphics Controller") Rather than a setting I overlooked. I sure hope I'm wrong though.
This is the relevant part of my /etc/ttys, but as you can see it's still *ahum* factory default

Code:
ttyv0 "/usr/libexec/getty Pc" cons25 on secure
# Virtual terminals
ttyv1 "/usr/libexec/getty Pc" cons25 on secure
ttyv2 "/usr/libexec/getty Pc" cons25 on secure
ttyv3 "/usr/libexec/getty Pc" cons25 on secure
ttyv4 "/usr/libexec/getty Pc" cons25 on secure
ttyv5 "/usr/libexec/getty Pc" cons25 on secure
ttyv6 "/usr/libexec/getty Pc" cons25 on secure
ttyv7 "/usr/libexec/getty Pc" cons25 on secure
ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
# Serial terminals
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
ttyd0 "/usr/libexec/getty std.9600" dialup off secure
ttyd1 "/usr/libexec/getty std.9600" dialup off secure
ttyd2 "/usr/libexec/getty std.9600" dialup off secure
ttyd3 "/usr/libexec/getty std.9600" dialup off secure