LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-06-2006, 07:15 PM   #1
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Rep: Reputation: 15
StartX Problem


I just installed the newest version of slackware (first time linux user) on my Windows machine (dual boot). And the installation seemed to go just fine, however, after I boot into linux-log on- and type startx, the screen blanks out then comes back with this message:
Code:
No core pointer
Fatal server error:
failed to initialize core devices


X10: Fatal IO error 104(connection reset by peer) on X server "0.0" after 0 requests(0 known proccessed) with 0 events remaining.
Can somone help me out?
 
Old 04-06-2006, 07:33 PM   #2
ingvildr
Member
 
Registered: Mar 2005
Location: England, South East
Distribution: Fedora
Posts: 358

Rep: Reputation: 30
could you please post the contents of /etc/X11/xorg.conf it seems something is wrong with the section about your mouse.

Last edited by ingvildr; 04-06-2006 at 07:34 PM.
 
Old 04-06-2006, 07:59 PM   #3
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
This is going to sound dumb, but thats why i put it in the newbie section . I have piped the output of xorg.conf into a text file in my home directory. BUT I have no way of getting onto my windows partition seeing how its only Read-Only when i'm on linux. I don't have a floppy drive and when i try to mount my USB pen drive I don't know what the name is....I've tried
mount /dev/sda /mnt/pen
mount /dev/sda1 /mnt/pen
mount /dev/sda2 /mnt/pen
mount /dev/sda3 /mnt/pen
mount /dev/sdb /mnt/pen
mount /dev/sdc /mnt/pen
But no such luck so far. Any remedy to this situation?
 
Old 04-06-2006, 08:11 PM   #4
ingvildr
Member
 
Registered: Mar 2005
Location: England, South East
Distribution: Fedora
Posts: 358

Rep: Reputation: 30
you could try running dmesg after you plug in your usb drive and see if it gets recognized, plus it should also tell you where it is in the /dev directory.
 
Old 04-06-2006, 08:28 PM   #5
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
dmesg didnt show any sda/sdb/sdc or anything like that after i plugged it in.
 
Old 04-06-2006, 08:31 PM   #6
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
As root run xorgconfig.

If your Windows partition is NTFS, then you can write to it in Linux. If it was FAT, then it can write to it with out any problems.

From looks of your pen drive. It seems that Windows screw up partition it. In Windows copy the files from the pen drive. Next in Linux use cfdisk or fdisk to delete all partition on the pen drive. Then make one big partition. Set the partition type to b. After that do hdparm -z /dev/sda. Use mkdosfs to format the pen drive as a fat. Go into Windows and copy the files to it.

When you mount the pen drive, first make a directory in /mnt called. Then type 'mount -t vfat -o umask=000,rw /dev/sda1 /mnt/pen'. To unmount it first run sync and then type umount /mnt/pen.
 
Old 04-06-2006, 08:47 PM   #7
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
I tried to write it to the Windows partition which is located on /fat-c, but it says its a Read only file system. when i run cfdisk the pen drive doesnt show up for me to format it.
 
Old 04-06-2006, 10:37 PM   #8
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
cfdisk or fdisk only creates or deletes partitions. It defaults to Linux for a type of partition. I said to change the type of partition to b. The format utility in Linux is mkdosfs to format FAT16 and FAT32.

To mount a vfat partition and to make it writable to everybody. Type the following
mount -t vfat -o umask=000,rw /dev/hda1 /mnt/fat_c

This assumes that /dev/hda1 is your FAT partition and the directory /mnt/fat_c is already created. The umask=000 and rw makes sure the directory /mnt/fat_c is writable to everybody instead of root and makes files and directories under it to be read/write/execute for everybody. Though PAM may say otherwise, so you may have to use the command 'chmod -v 777 /mnt/fat_c' to force it after mounting your FAT partition.
 
Old 04-06-2006, 10:57 PM   #9
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
The windows partition is NTFS located at /fat-c (not sure why its named fat). And if i format THAT partition wont i lose my Windows OS and files? I cant write to the NTFS windows partition even with root.
 
Old 04-07-2006, 02:06 PM   #10
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
OK I have messed around with the xorgconfig program and have set my mouse strait (set it to PS/2, and pointed it to /dev/psaux). Now my only problem is with my Video. When I startx a series of errors pop up about RADEON no device found....Screens were found but no modes are usable. I have an ATI Radeon 9600 with Omega Drivers and i cant seem to configure it correctly for startx to work.

If I set it to a regular VGA defaults, my screen says "Going to sleep" and turns off. So any information would be greatly appreciated.

Last edited by OtisLinux; 04-11-2006 at 09:01 PM.
 
Old 04-11-2006, 09:04 PM   #11
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
Thanks for the help so far by the way , I know i'm not too good at explaining things
 
Old 07-02-2006, 09:07 AM   #12
jamal91
LQ Newbie
 
Registered: Jul 2006
Posts: 13

Rep: Reputation: 0
No core pointer
Fatal server error:
failed to initialize core devices


X10: Fatal IO error 104(connection reset by peer) on X server "0.0" after 0 requests(0 known proccessed) with 0 events remaining
thts wht happenes to me evreytime i type startx after i downloaded linux for my first time and i really need some1 to help me fix coz i didnt even start using it yet
 
Old 07-02-2006, 10:27 AM   #13
xpromisex
Member
 
Registered: Apr 2004
Location: Statesboro, GA
Distribution: Arch Linux 2007.05 "Duke" (Kernel 2.6.21)
Posts: 447

Rep: Reputation: 30
jamal91 - Please don't hijack the thread. Please 1) search google for the error message 2) search LQ for the error and finally - if nothing else can be found - 3) start your own thread here. (The answer to your question is in this thread as well)


@Otis - Try changing the driver in your xorg.config to 'vesa'. This will probably fix your problem, but you won't have any 3D acceleration. To fix that, what type of video card do you have? IIRC there are two types of the ATI drivers, one meant for the oldder ATI cards and one for the newer ones. I'm not sure where they draw the line, and someone using ATI may have to help you from here, but the 'vesa' thing SHOULD work.


To change the driver:

su to root
nano/pico/vi /etc/X11/xorg.conf
look for a section like this:

Section "Device"
#Identifier "VESA Framebuffer"
#Driver "vesa"
Identifier "GeForce FX"
Driver "nvidia"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection


It won't be exact but it should be somewhat close and it will be under the "Graphics Device Section" if this is an automatically generated xorg.conf. You should replace the 'driver' line with "vesa" (In the above example the driver is "nvidia", your's is probably "radeon")

Hope this helps!
 
Old 07-02-2006, 11:10 AM   #14
jamal91
LQ Newbie
 
Registered: Jul 2006
Posts: 13

Rep: Reputation: 0
how can i do that when it wont even let me start linux plz be more specific
 
Old 07-02-2006, 11:15 AM   #15
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
You'll have to do it in text mode. Linux runs perfectly well without the graphical interface. If you're having trouble with the instructions given in this thread, I'd take xpromisex's advice and start a new one explaining exactly what you've tried and what isn't working.

Last edited by btmiller; 07-02-2006 at 11:17 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
startx problem brajesh153 Linux - Newbie 2 04-14-2006 05:59 AM
startx problem Sushy Slackware 6 11-03-2005 11:54 AM
Bug / Xwindows / startx : xinit works but startx crash www.rzr.free.fr Linux - Software 4 10-17-2004 08:06 AM
Startx problem virusx Slackware 4 08-17-2003 12:01 PM
startx problem dark_light Linux - General 4 05-03-2003 09:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration