Trying to run x window manager in Debian v3 r2

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

Post Reply
User avatar
Hamel
Sith Marauder
Posts: 3842
Joined: 2003-02-06 10:34am
Contact:

Trying to run x window manager in Debian v3 r2

Post by Hamel »

I installed Debian, and it's a fucking retard that makes you go through multiple hour sessions of installations because it's too buggy to install everything properly the first time. By it's own admission, in fact. Lol. Newbie-friendly distro my ass.

I try startx from the prompt but it fails - the screen attempts to change about 3 times, then it tells me the x server was killed. Whether it has anything to do with the japanese language support I put on it, I don't know. No indications of trouble when I was setting up my gui resolution and bpp.

Installation details~ 37 gig linux boot partition, 800 meg swap partition, 8 gig ntfs xp partition, some 38 gigs unpartitioned, if that's any help.

Some other distro could be in option in case this problem doesn't resolve itself.
"Right now we can tell you a report was filed by the family of a 12 year old boy yesterday afternoon alleging Mr. Michael Jackson of criminal activity. A search warrant has been filed and that search is currently taking place. Mr. Jackson has not been charged with any crime. We cannot specifically address the content of the police report as it is confidential information at the present time, however, we can confirm that Mr. Jackson forced the boy to listen to the Howard Stern show and watch the movie Private Parts over and over again."
User avatar
Crayz9000
Sith Apprentice
Posts: 7329
Joined: 2002-07-03 06:39pm
Location: Improbably superpositioned
Contact:

Post by Crayz9000 »

Can you post the contents of /var/log/XFree86.0.log?
A Tribute to Stupidity: The Robert Scott Anderson Archive (currently offline)
John Hansen - Slightly Insane Bounty Hunter - ASVS Vets' Assoc. Class of 2000
HAB Cryptanalyst | WG - Intergalactic Alliance and Spoof Author | BotM | Cybertron | SCEF
User avatar
Hamel
Sith Marauder
Posts: 3842
Joined: 2003-02-06 10:34am
Contact:

Post by Hamel »

Crayz9000 wrote:Can you post the contents of /var/log/XFree86.0.log?
That'll take a while, but sure

(going to edit post when done)

How do I even open the thing? :lol:

I can navigate to it, but no command I use will display the contents or open it.

And how am I going to post all the content? I can't access the internet from Debian and need to boot into XP to do anything.
"Right now we can tell you a report was filed by the family of a 12 year old boy yesterday afternoon alleging Mr. Michael Jackson of criminal activity. A search warrant has been filed and that search is currently taking place. Mr. Jackson has not been charged with any crime. We cannot specifically address the content of the police report as it is confidential information at the present time, however, we can confirm that Mr. Jackson forced the boy to listen to the Howard Stern show and watch the movie Private Parts over and over again."
User avatar
Pu-239
Sith Marauder
Posts: 4727
Joined: 2002-10-21 08:44am
Location: Fake Virginia

Post by Pu-239 »

Anyway, try putting a floppy in and "mount /floppy; cp /var/log/XFree86.0.log /floppy/log.txt; umount /floppy", and open up log.txt under Wordpad under windows (since I'm assuming you are posting from a Windows machine, and don't feel like retyping shit). To look at it under Linux, type "less /var/log/XFree86.0.log", and to edit, replace "less" with "nano". Better yet, create a small shared partition formatted as FAT32, and tell me your partition config.

If it gets too hard, an "easy" installer is supposed to come out in a few months, or you can use knoppix to install Debian the "easy" way.

It would also help to know your video card.

I'll supply necessary config files if necessary (running a debian system).

I also suggest replacing the contents of your /etc/apt/sources.list file with this

Code: Select all

#Standard Debian Archive
deb http://ftp.us.debian.org/debian unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian unstable main contrib non-free

#Debian Non-US Archive
deb http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free
deb-src http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free

#Debian Experimental Archive
#deb http://ftp.us.debian.org/debian ../project/experimental main contrib non-free 
#deb-src http://ftp.us.debian.org/debian ../project/experimental main contrib non-free 

#Unofficial Debian Non-Free Archive
deb ftp://ftp.nerim.net/debian-marillat/ unstable main
deb-src http://perso.wanadoo.fr/debian/ unstable main

#Color GRUB
#deb http://people.debian.org/~ingo/grub/unstable/ ./
#deb-src http://people.debian.org/~ingo/grub/unstable/ ./

#Games such as Scorched3D
#deb http://home.icequake.net/~nemesis/debian binary/
#deb-src http://home.icequake.net/~nemesis/debian source/ 

#SELinux 
#deb http://www.coker.com.au/newselinux/ ./
#deb-src http://www.coker.com.au/newselinux/ ./
if you want anything that isn't a quarter decade old.

Also run "apt-get install aptitude", then run "aptitude" for a better interface for installing new stuff. Then from now on, run "aptitude install [program you want]" to install things, or run aptitude and look for it.

Uncomment the commented "#" lines above when you know what you are doing. For now it just connects to the "unstable"(AKA not 2 years obsolete) archive, the non-US archive for crypto stuff, and the marillat archive for stuff like mplayer.

ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer


George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
User avatar
Pu-239
Sith Marauder
Posts: 4727
Joined: 2002-10-21 08:44am
Location: Fake Virginia

Post by Pu-239 »

As for internet (do this before installing anything), check /etc/network/interfaces, which should have lines looking like this

Code: Select all

auto eth0
iface eth0 inet static
        address 192.168.0.1
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        
which if aren't there, add it, and edit according to your internal IP address and such. Also type
"route add default gw [ip of router]", and your internet should be up (put it in an init script later). Type "apt-get elinks" to get a text mode browser.

Oh, and edit /etc/hostname to change computer name, and put that name in /etc/hosts after localhost on the same line.

Of course, do all this one at a time, in order of
get net running,
change /etc/apt/sources.conf
install aptitude
change hostname.
get X running.
get Mozilla running

report success/failure between each stage.

Oh, and get a linux book from the library or something, esp on command line usage. .

ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer


George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
User avatar
Hamel
Sith Marauder
Posts: 3842
Joined: 2003-02-06 10:34am
Contact:

Post by Hamel »

Fuck it. I'm wiping out Debian and using a newbier distro. Less doesn't open anything and the command is somehow missing, even though I witnessed its installation myself. Mount won't do anything for the floppy drive, which makes sense considering that it didn't consistently work in XP. Funny how Slackware was an even unfriendlier package yet didn't fuck itself up when I installed it

Sorry for costing you time with my problem, but I'm ready to break some furniture at the moment.
"Right now we can tell you a report was filed by the family of a 12 year old boy yesterday afternoon alleging Mr. Michael Jackson of criminal activity. A search warrant has been filed and that search is currently taking place. Mr. Jackson has not been charged with any crime. We cannot specifically address the content of the police report as it is confidential information at the present time, however, we can confirm that Mr. Jackson forced the boy to listen to the Howard Stern show and watch the movie Private Parts over and over again."
User avatar
Pu-239
Sith Marauder
Posts: 4727
Joined: 2002-10-21 08:44am
Location: Fake Virginia

Post by Pu-239 »

Try Fedora or Gentoo then, or even Lindows (Debian in a newbie friendly package) or a hard drive install of Knoppix..., in that order.

ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer


George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
User avatar
Hamel
Sith Marauder
Posts: 3842
Joined: 2003-02-06 10:34am
Contact:

Post by Hamel »

Pu-239 wrote:Try Fedora or Gentoo then, or even Lindows (Debian in a newbie friendly package) or a hard drive install of Knoppix..., in that order.
Fedora is Red Hat without the features of RH Enterprise, or an entirely new distro? Even after checking the Fedora site I'm not sure. I did Red Hat install once before. It was very smooth with no real difficulties. Only reason why I didn't keep the installation was because I only dedicated an 8 gig partition to FAT. Pity Linux won't write to NTFS.
"Right now we can tell you a report was filed by the family of a 12 year old boy yesterday afternoon alleging Mr. Michael Jackson of criminal activity. A search warrant has been filed and that search is currently taking place. Mr. Jackson has not been charged with any crime. We cannot specifically address the content of the police report as it is confidential information at the present time, however, we can confirm that Mr. Jackson forced the boy to listen to the Howard Stern show and watch the movie Private Parts over and over again."
User avatar
Crayz9000
Sith Apprentice
Posts: 7329
Joined: 2002-07-03 06:39pm
Location: Improbably superpositioned
Contact:

Post by Crayz9000 »

About your problems viewing the logfile... everything in /var/log is restricted to viewing by only the superuser. In other words, you need to be root to copy or read the file.
A Tribute to Stupidity: The Robert Scott Anderson Archive (currently offline)
John Hansen - Slightly Insane Bounty Hunter - ASVS Vets' Assoc. Class of 2000
HAB Cryptanalyst | WG - Intergalactic Alliance and Spoof Author | BotM | Cybertron | SCEF
User avatar
Pu-239
Sith Marauder
Posts: 4727
Joined: 2002-10-21 08:44am
Location: Fake Virginia

Post by Pu-239 »

Hamel wrote:
Pu-239 wrote:Try Fedora or Gentoo then, or even Lindows (Debian in a newbie friendly package) or a hard drive install of Knoppix..., in that order.
Fedora is Red Hat without the features of RH Enterprise, or an entirely new distro? Even after checking the Fedora site I'm not sure. I did Red Hat install once before. It was very smooth with no real difficulties. Only reason why I didn't keep the installation was because I only dedicated an 8 gig partition to FAT. Pity Linux won't write to NTFS.
It's the bleeding edge distro for regular users, and it has an APT clone for installation and updates.

I was assuming he was root all the time for configuration.

You could also use another debian installer, such as Knoppix with the HDD install option, or wait a few months for the "easy" installer to come out. However, using Fedora and switching to Debian when you have enough background knowledge is a good idea.

ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer


George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

Fedora is the bleeding edge of Redhat -- its analogous to Debian Unstable. Redhat's officially-branded products are analogous to Debian Stable. I currently run Fedora Core 1 and it is good. FC2 will be out in a month (they had to delay SELinux functionality until FC3, though).

The primary update agent is yum, not apt-rpm. I don't really like yum that much and mostly use Ximian's Red-Carpet (with OpenCarpet) to update.

Knoppix on the HD, meh. I'd rather have some crazy hybrid of Knoppix/CD and Knoppix/HD (IOW, like Knoppix's CD environment but with multiple user support).
User avatar
Hamel
Sith Marauder
Posts: 3842
Joined: 2003-02-06 10:34am
Contact:

Post by Hamel »

phongn wrote:Fedora is the bleeding edge of Redhat -- its analogous to Debian Unstable. Redhat's officially-branded products are analogous to Debian Stable. I currently run Fedora Core 1 and it is good. FC2 will be out in a month (they had to delay SELinux functionality until FC3, though).

The primary update agent is yum, not apt-rpm. I don't really like yum that much and mostly use Ximian's Red-Carpet (with OpenCarpet) to update.

Knoppix on the HD, meh. I'd rather have some crazy hybrid of Knoppix/CD and Knoppix/HD (IOW, like Knoppix's CD environment but with multiple user support).
Sorta on the subject, I have a knoppix variant called Damn Small Linux. It's 50 megs and designed for... smart cards(?) I boot from it every now and then. Taught myself how to mount things while using it.

Last night I decided to download Gentoo, so I'll try that later in the day.
"Right now we can tell you a report was filed by the family of a 12 year old boy yesterday afternoon alleging Mr. Michael Jackson of criminal activity. A search warrant has been filed and that search is currently taking place. Mr. Jackson has not been charged with any crime. We cannot specifically address the content of the police report as it is confidential information at the present time, however, we can confirm that Mr. Jackson forced the boy to listen to the Howard Stern show and watch the movie Private Parts over and over again."
Post Reply