LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   KDE not working, startx scrolling (https://www.linuxquestions.org/questions/debian-26/kde-not-working-startx-scrolling-245527/)

microsoft/linux 10-21-2004 09:45 AM

KDE not working, startx scrolling
 
When I boot into debian, kdm comes up, I type in my name and password, but the screen flicks, and then it returns to kdm. Any ideas?
Also when I'm in the terminal I type startx and I get scrolling, just blank scrolling. It won't stop even after ctrl-z. I have to hit the power button to stop then boot back in. ANy ideas?

Kethinov 10-21-2004 12:24 PM

Please post your X config and some hardware details.

microsoft/linux 10-22-2004 08:37 AM

It's a compaq 2104US laptop
265MB shared memory
30GB hardrive
broadcom wireless radio
synaptics touchpad
CDRW/DVD drive
15" screen

Were do I find the Xconfig? is it the Xfree86-config file?

Kethinov 10-23-2004 12:57 PM

I'm most interested in your video card.

X config is located at /etc/X11/

Should be XF86Config

microsoft/linux 10-23-2004 08:05 PM

my video is and ATI shared 64MB video card, i don't know the exact model number, I'll get the XF86Config posted soon, I've got to get it copied to my FAT32, you'll see it soon.

microsoft/linux 10-25-2004 12:31 PM

I just deleted X and KDM and everything else kde related, and I'm going to reinstall it. Thanks anyway though

darthtux 10-26-2004 01:39 AM

Reinstall. Yeah, we know you came from using windows ;)

michapma 10-26-2004 11:12 AM

Re: KDE not working, startx scrolling
 
Quote:

Originally posted by microsoft/linux
It won't stop even after ctrl-z. I have to hit the power button to stop then boot back in. ANy ideas?
What does ctrl-z do? Did you mean ctrl-c?

You should not use the power button or reset button to interrupt your linux machine. There is a real danger that you will damage your file system by doing this. Instead you should switch to a new terminal (using for example ctrl+alt+F2, ctrl+alt+F3, etc.), log in as root and use one of the following commands:

shutdown -r now (restart)
shutdown -h now (shut down)
poweroff (shut down)

microsoft/linux 10-26-2004 12:04 PM

ctrl-c kill the job, ctrl-z stops the job. Yeah I realized that after that I should be changing terminals. Darthtux, what would you have had me do instead of re-install? the re-install worked, but what would you have had me do differently?

darthtux 10-26-2004 10:06 PM

You could have just installed all of kde if it wasn't there
apt-get install kde
or
you could have simply reconfigured X
dpkg-reconfigure xserver-xfree86

I have had to run the above command before to reconfigure my X but I have never had to uninstall and reinstall packages. There is no reason to. Debian has the dpkg-reconfigure command that works.


All times are GMT -5. The time now is 08:31 PM.