LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I am having trouble getting Xorg-X11 to work... (https://www.linuxquestions.org/questions/linux-newbie-8/i-am-having-trouble-getting-xorg-x11-to-work-239982/)

Gormless 10-06-2004 06:13 PM

Problem setting up Xorg-X11 on Gentoo Linux - Need Help!
 
I'm having difficulty configuring xorg-x11 for my system. This is what I initially did to set up xorg:

# emerge xorg-x11

Download and installation went fine, no problems I could detect whatsoever. Then I ran the following set of commands:

# env-update
# source /etc/profile

# Xorg -configure

At the end of this, it told me it had written /root/xorg.conf.new
So, I proceeded to test.

# X -config /root/xorg.conf.new

Now here is where all the problems turned up. Apart from the system information that was displayed, these are the errors that the test reported:


Parse error on line 49 of section Monitor in file /root/xorg.conf.new
The HorizSync keyword must be followed by a list of numbers or ranges.
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found


I am really quite at a lost at how I can go about fixing whatever the problem is. Any help or advice would be greatly appreciated. Thanks for your time. :Pengy: :newbie:

Tinkster 10-06-2004 06:29 PM

Well ... what does line 49 (and its neoughbours) look like?


Cheers,
Tink

Andrew Benton 10-06-2004 06:33 PM

Do you have another version of Linux installed that works? If so, reboot into that and mount the gentoo partition somewhere then edit the xorg.conf file. Looks like you need to change something on line 49. Try the values that work on your host system, or just copy the whole file across.

Gormless 10-06-2004 06:54 PM

Oops, forgot to mention what line 49 said. Sorry about that Tinks.

Line 49 under Monitor says:

HorizSync 1364735232.0 - 0.0

I don't understand what it means or how to "fix" it. Am I providing enough info?

Gormless 10-06-2004 07:46 PM

Xorg-X11 on Gentoo Linux -help!
 
I dont know what/how to fix the error in the /root/xorg.conf.new
This is what the section looks like containing the error:

Section "Monitor"
#DisplaySize 310 230 #mm
Identifier "Monitor"
Vendorname "DEL"
Modelname "DELL E771a"
HorizSync 1364735232.0 - 0.0
HorizSync 30.0 - 70.0
VertRefresh 892881472.0 - 0.0
Option "DPMS"
EndSection


Running the test # X -config /root/xorg.conf.new tells me that there is a parse error concerning:

HorizSync 1364735232.0 - 0.0

Any idea on what I should change/how I can fix this? I am really new to linux, so plz forgive my ignorance if this is something easy/ stupid. Don't know if this might help, but here is a link containing the specifications for my monitor:

http://support.dell.com/support/edoc...k/en/specs.htm

Tinkster 10-06-2004 08:04 PM

The first value looks a bit weird, the 0.0 as the second value
is odd, too ... the syntax as such is ok. Can you give the whole
monitor section?


Cheers,
Tink

comprookie2000 10-06-2004 08:04 PM

I would set them to Horizontal scan range 31 kHz to 70 kHz (automatic)
Vertical scan range 50 Hz to 160 Hz (automatic) so it would be ection "Monitor"
#DisplaySize 310 230 #mm
Identifier "Monitor"
Vendorname "DEL"
Modelname "DELL E771a"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
here is mine

Section "Monitor"
Identifier "EV730"
HorizSync 30-69
VertRefresh 50-120
Option "DPMS"
EndSection

Gormless 10-06-2004 08:42 PM

Thanks for the changes, they fix the error I was originally getting.

However, the test now displays the following:

(EE) R128(0) No DFP detected
Could not init font path element /usr/share/fonts/CID/, removing from list!

Stuck again....

:(

comprookie2000 10-06-2004 09:09 PM

Thats nothing to worry about,you can delete that line if you want to.Did you try startx?

Gormless 10-07-2004 05:25 PM

I am having trouble getting Xorg-X11 to work...
 
I am a new linux user running on the gentoo linux distro. After downloading and installing xorg via the "emerge xorg-x11" command and configuring it, I am stuck at getting it to run. This is what happens when I try to copy over the xorg.conf.new to /etc/X11/xorg.conf:

# cp /root/xorg.conf.new /etc/x11/xorg.conf.new
cp: cannot creat regular file '/etc/x11/xorg.conf' : No such file or directory

Am I supposed to create a directory first or something? I am just following a HOWTO manual on installing Xorg, and it doesnt list a step like that. Here is the link to the manual I am currently consulting for the installation and setup:

http://www.gentoo.org/doc/en/xorg-config.xml


Just for the heck of it, I tried running startx and apart from system information and some other info, here are the errors that turned up:

(EE) Unable to locate/open config file

Fatal server error:
Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices


Also, when I run X -config /root/xorg.conf.new , I get one error telling me this:

(EE) R128(0): No DFP detected

I dont know what DFP is or if it important or not. Do I need to fix something in the config file? If so, what should iI fix?

If someone could provide some detailed steps on how to go about installing and setting up Xorg-X11 from where I currently am, that would be fantastic. If I'm not providing enough information, don't hesitate to ask for exactly what you need. Thanks alot of your time. :Pengy:

Tinkster 10-07-2004 05:34 PM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php


I have merged your three threads ... next time I'll close them

Gormless 10-07-2004 05:46 PM

Sorry Tinkster, I'll remember that nextime. :newbie: :p


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