LinuxQuestions.org
Review your favorite Linux distribution.
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 03-04-2005, 10:25 PM   #1
m0ngos3
LQ Newbie
 
Registered: Nov 2004
Distribution: Slackware
Posts: 11

Rep: Reputation: 0
x on dell


i can't get x to start at all on my new slack 10.0 install

my computer is a dell dimension 2400 and my monitor is a dell E153FP
(i know, they're nowhere near the best but they were cheap)

i get the folowing errors when i type startx

parse error on line 50 of section monitor in file /ect/x11/xorg.conf
the horizsyinc keyword must be followed by a list of numbers or reanges.
(EE) problem parsing the config file
(EE) error parsing the config file

fatal server error:
no screens found

(some contact information for the X.Org foundation)

XIO: fatal IO error 104 (conection reset by peer) on x server ":0.0"
after 0 requests (0 known processed) with 0 events remaining

when i try to look at /ect/x11/xorg.conf i get the no such file or directory responce

if someone has seen this any can tell me how to fix it i'd be eternaly gratful
 
Old 03-04-2005, 11:03 PM   #2
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Linux filenames are case sensitive, so /etc/x11/xorg.conf is different to /etc/X11/xorg.conf. Could you post the contents of /etc/X11/xorg.conf, sounds like there's just a typo or something in that file.
 
Old 03-05-2005, 08:05 AM   #3
m0ngos3
LQ Newbie
 
Registered: Nov 2004
Distribution: Slackware
Posts: 11

Original Poster
Rep: Reputation: 0
here is is, i had to hand type this but i'm fairly certan that it's the same as on my other screen

InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FountPath "/usr/X11R6/lib/X11/founts/misc/"
FountPath "/usr/X11R6/lib/X11/founts/TTF/"
FountPath "/usr/X11R6/lib/X11/founts/Speedo/"
FountPath "/usr/X11R6/lib/X11/founts/Type1/"
FountPath "/usr/X11R6/lib/X11/founts/CID/"
FountPath "/usr/X11R6/lib/X11/founts/75dpi/"
FountPath "/usr/X11R6/lib/X11/founts/100dpi/"
EndSection

Section "Module"
load "record"
load "extmod'
load "dbe"
load "dri"
load "glx"
load "xtrap"
load "freetype"
load "type1"
load "freetype"
load "speedo"
EndSection

Section "ImputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
#DisplaySize 300 230 # mm
Identifier "Monitor0"
VendorName "DEL"
ModelName "DELL E153FP"
HorizSync 1431651584.0 - 67.0
HorizSync 30.0 - 61.0
VertRefresh 842282304.0 - 0.0
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" #[<bool>]
#Option "SWcursor" #[<bool>]
#Option "ColorKey" #<i>
#Option "CacheLines" #<i>
#Option "Dac6Bit" #[<bool>]
#Option "DRI" #[<bool>]
#Option "NoDDC" #[<bool>]
#Option "ShowCache" #[<bool>]
#Option "XuMCSurfaces" #<i>
#Option "PageFlip" #[<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Viewport 0 0
Depth 1
EndSubSection
Subsection "Display"
Viewport 0 0
Depth 4
EndSubSection
Subsection "Display"
Viewport 0 0
Depth 8
EndSubSection
Subsection "Display"
Viewport 0 0
Depth 15
EndSubSection
Subsection "Display"
Viewport 0 0
Depth 16
EndSubSection
Subsection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
 
Old 03-05-2005, 11:58 AM   #4
mugstar
Member
 
Registered: Jun 2004
Location: Scotland
Distribution: Anything that'll install...
Posts: 305

Rep: Reputation: 30
Quote:
Originally posted by m0ngos3

Section "Monitor"
#DisplaySize 300 230 # mm
Identifier "Monitor0"
VendorName "DEL"
ModelName "DELL E153FP"
HorizSync 1431651584.0 - 67.0
HorizSync 30.0 - 61.0
VertRefresh 842282304.0 - 0.0
EndSection
As far as I can see, the HorizSync and VertRefresh values are nonsensical. I'd advise you check the monitor manufacture's site for the correct values and edit your xorg.conf accordingly.
 
  


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
Good deal? $750 OFF coupon for DELL and other coupns for DELL penguin12 General 7 07-14-2005 05:12 PM
"multiboot utility" and "dell utility partition" on dell i5150 xround Linux - Laptop and Netbook 5 04-21-2005 09:19 AM
Dell 1150 PCMCIA in Dell 600m with Slackware 9.1 giddyupman Linux - Wireless Networking 0 05-07-2004 10:01 AM
Dell dell GX270, Redhat 9, geforce 5200 problem eiffel Linux - Software 3 10-10-2003 12:07 AM
Help with Dell TrueMobile 1100 wlan adapter on Dell inspiron 8200 with suse8.1 simpson75us Linux - Laptop and Netbook 0 08-11-2003 10:34 AM

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

All times are GMT -5. The time now is 01:34 AM.

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