With a bare .xinitrc, X will come up with the three xterms and the mouse works and everything, but I can't exit back to console. I have to reboot the computer. shutdown -r now
With "exec startkde" in .xinitrc, it just loads to black screen and does nothing. I have to reboot the computer. CTL-ALT-DEL
I've been reading the Handbook over and over and over on configuring X to run.
I put:
in /etc/rc.conf (which did make the mouse/keyboard work in X)
I did, Xorg -configure, and copied xorg.conf.new to /etc/X11/xorg.conf
The Handbook says you need to know the monitor horizontal and vertical scan rates. I have a laptop and Toshiba won't tell me what they are. I even called them. How do I find this out?
I know the generic VESA config worked under Linux:
So I tried using those rates, but it didn't work.
My current xorg.conf in Linux doesn't give me any clues as I know have the ATI driver installed:
(This is my xorg.conf monitor entry in Linux, nothing helpful)
I don't get what I'm missing.
How do I get the H/V rates for my laptop's LCD screen? I've looked in the laptop manual, online specs, etc, and couldn't find them. I even called Toshiba and they couldn't tell me.
I know the "screen refresh rate" is 60Hz. Is that horizontal, vertical, or something totally different? How do I get the other one? What are the "usual" rates for laptop screens?
Thanks.
With "exec startkde" in .xinitrc, it just loads to black screen and does nothing. I have to reboot the computer. CTL-ALT-DEL
I've been reading the Handbook over and over and over on configuring X to run.
I put:
Code:
hald_enable="YES"
dbus_enable="YES"
I did, Xorg -configure, and copied xorg.conf.new to /etc/X11/xorg.conf
The Handbook says you need to know the monitor horizontal and vertical scan rates. I have a laptop and Toshiba won't tell me what they are. I even called them. How do I find this out?
I know the generic VESA config worked under Linux:
Code:
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 50.0
VertRefresh 40-90
My current xorg.conf in Linux doesn't give me any clues as I know have the ATI driver installed:
(This is my xorg.conf monitor entry in Linux, nothing helpful)
Code:
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
How do I get the H/V rates for my laptop's LCD screen? I've looked in the laptop manual, online specs, etc, and couldn't find them. I even called Toshiba and they couldn't tell me.
I know the "screen refresh rate" is 60Hz. Is that horizontal, vertical, or something totally different? How do I get the other one? What are the "usual" rates for laptop screens?
Thanks.