You are not logged in.
Pages: 1
Data Incomplete in xorg.conf file
At least one device section required
(EE)Problem parsing the config file
(EE)Error parsing the config file
Fatal Server error
No screens found
I have maually edited the xorg.conf file and the section Devie for my i810 card is there.
Any pointers please ?
Boovarahan S
Linux learner and admirer - ALWAYS
Regd Linux User : 431318
Offline
Could you post your xorg.conf?
Offline
varahan, i too manually did it. I used xorgconfig-textmode which i think you used too. I think you made a small mistake in selecting screens. Do what i did.
pacman -S hwd
hwd -x
cp /etc/X11/xorg.conf.hwd xorg.confIt will work like a dream
Be yourself, because you are all that you can be
Offline
Could you post your xorg.conf?
yes, there is obviously something wrong with one of the device sections
Collecting data is only the first step toward wisdom.
But sharing data is the first step toward community.
Offline
ScriptDevil wrote
varahan, i too manually did it. I used xorgconfig-textmode which i think you used too. I think you made a small mistake in selecting screens. Do what i did.
Code:
pacman -S hwd
hwd -x
cp /etc/X11/xorg.conf.hwd xorg.conf
Even on running this command, I don't find the
xorg.conf.hwd file although this command gives out a success msg.
------------------------------------------------------------
Snowman wrote:
Could you post your xorg.conf?
yes, there is obviously something wrong with one of the device sections
I compared this with the xorg.conf file of Vector linux and found no difference in the cards section.
Anyhow I will copy the important data from xorg file and post it.
Boovarahan S
Linux learner and admirer - ALWAYS
Regd Linux User : 431318
Offline
cp /etc/X11/xorg.conf.hwd xorg.confEven on running this command, I don't find the
xorg.conf.hwd file although this command gives out a success msg.
Are you looking for it before or after you've run the copy command? ![]()
.oO Komodo Dave Oo.
Offline
I tried X -configure and then ran startx. I got the following error msg.
"using config file /root/xorg.conf
EE failed to load module "glx" (module does not exist,0)
EE failed to load module "i810" (module does not exist,0)
EE no drivers available
Fatal server error: No screens found.
Never had I experienced such problems in configuring X when I tried a lot of distros (slackware,debian,fedora etc)
Boovarahan S
Linux learner and admirer - ALWAYS
Regd Linux User : 431318
Offline
You should't start xorg as root, it's unsecure. Start it as a regular user. If you haven't created a regular user account, the instruction is here:
http://www.archlinux.org/docs/en/guide/ … ml#userman
Do you have xf86-video-i810 and libgl-dri installed? If not, install them. Post the xorg.conf that you are currently using.
Offline
I'll try to install xf86-video-i81 and lingl-dri packages.
the xorg.conf file too big to be posted. What are the portions to be posted?
Linux learner and admirer - ALWAYS
Regd Linux User : 431318
Offline
Installed both of them. Still the problem persisted. I had only xfce4 installed. Then I edited /home/.../xinitrc file and commented out the exec lines and added "startxfce4" and now xfce4 loads on startx command.
I changed the inittab file "id:5:initdefault" but still I get only the console terminal. again I have to give startx or startxfce command.
The /etc/rc.d/rc.conf file has xdm as module but I don't get the xdm login. why? ( I have one user with password).
Linux learner and admirer - ALWAYS
Regd Linux User : 431318
Offline
I'll try to install xf86-video-i81 and lingl-dri packages.
the xorg.conf file too big to be posted. What are the portions to be posted?
Post
$ grep -v "^#" /etc/X11/xorg.confOffline
Installed kde and when I try to login thro the login window, all my typings are displayed as small squares only. and I could not login. why?
Linux learner and admirer - ALWAYS
Regd Linux User : 431318
Offline
Completely removed and re-installed arch.
Updated pacman.
Installed xorg and it is ok.
Yet I couldn't figure out where the fault was.
Linux learner and admirer - ALWAYS
Regd Linux User : 431318
Offline
glad to hear the problem is remedied; irritating that you don't know the source!
.oO Komodo Dave Oo.
Offline
Pages: 1