Glyph Reader
Member
- Joined
- Apr 27, 2014
- Messages
- 332
Crossing fingers!
-Glyph Reader
-Glyph Reader
Now you have ssh incoming working, you can fix the video drivers at your leisure from another box.After a reboot ssh is fine, also the timer magically appeared in Grub
Now I have shitty watered colors and a vibrating display... I almost can't read what I'm writing... let's return to the video drivers lectures...
That is normal"overlapping" the swap partition.
Actually I never mounted myself the swap partition, I just created the partition for it during the Debian installation setup, then it did all by itself... I wasn't even aware how to use a swap partition, it was just working... the problems started only after the dist-upgradeYou can not mount swap partitions with the mount -t ufs command. Swapon is used.
.
.
.
/dev/sda5 501760 3907028991 1953263616 83 Linux
As you can see, It is Linux (type 82?) not Linux Swap (type 83?) as you have. A Linux system survives quite well without swap, just look at your OpenPandora.
Maybe you want to execute the command "swapoff -a", delete the swap partition and create a generic linux partition from it?
Now, that Linux partition, yes, that can be formatted into "ufs", or ext4, or jfs, xfs, reiser4, hfs, fat32, etc... you need gparted for that. (or mkfs.* which is from the command line)
D'oh... swapped the numbers around... sorry. Swap is 82.Linux (type 82?) not Linux Swap (type 83?)
Then you will need a keyboard like this: http://www.nintendoworldreport.com/media/2389/1/9342.jpgit's actually like a Desktop Pandora
Yeah... dont write off those oldies yet...is still working so well
LOL It's layout can be discussed forever in this forumThen you will need a keyboard like this: http://www.nintendoworldreport.com/media/2389/1/9342.jpg
Same behaviour... -_- and it's also the same as when I choose to shutdown from the LXDE menuTry 'shutdown -h now'. I don't know why it's halting without the -h from a terminal, but I always issue it with the -h myself.
That sounds like something is wrong with your graphics driver. The reason why it shows the wallpaper is that the graphics driver probably breaks when Xorg is shutting down and then doesn't switch the mode back and probably just freezes.There is a difference between a
sudo shutdown nowissued from a graphic terminal (xterm) and from a plain Linux Terminal session O_O
If I launch it from an xterm in LXDE, it removes all icons and shuts down the hard disk, but doesn't turn off the PC, and the last thing that remains there is the wallpaper...
instead, if I, with the graphic session still open, switch to a Linux Terminal and launch the same command, the computer shuts off completely...
Where should I have to go to find out what is happening ?
Tried, same resulthave you tried 'halt -p' ?
I know in linux it's just an alias for the shutdown command, but who knows it may behave differently.
I have an integrated NVidia GeForce 2 fx, and I suppose I'm using "nouveau"... I don't have an xorg.conf file, anyway even 3D acceleration worksThat sounds like something is wrong with your graphics driver. The reason why it shows the wallpaper is that the graphics driver probably breaks when Xorg is shutting down and then doesn't switch the mode back and probably just freezes.Which graphics card and driver are you using?There is a difference between a
sudo shutdown nowissued from a graphic terminal (xterm) and from a plain Linux Terminal session O_O
If I launch it from an xterm in LXDE, it removes all icons and shuts down the hard disk, but doesn't turn off the PC, and the last thing that remains there is the wallpaper...
instead, if I, with the graphic session still open, switch to a Linux Terminal and launch the same command, the computer shuts off completely...
Where should I have to go to find out what is happening ?