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 - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-25-2006, 04:58 AM   #16
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261

OK. Now execute one of these commands
Code:
 cat /etc/X11/xf86config-4
or
Code:
less /etc/X11/xf86config-4
Then look for the sections that start with Section "ServerLayout", Section "Monitor" and Section "Screen". There may be more than one of each. Post those sections to begin with.
 
Old 10-25-2006, 10:25 AM   #17
dimitripavlovich
LQ Newbie
 
Registered: Oct 2006
Posts: 11

Original Poster
Rep: Reputation: 0
sos

Quote:
Originally Posted by Arow
OK. Now execute one of these commands
Code:
 cat /etc/X11/xf86config-4
or
Code:
less /etc/X11/xf86config-4
no such file or directory in both....
 
Old 10-25-2006, 10:39 AM   #18
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
This line from your previous post says the file is there.
Code:
-rw------- 1 root root 3525 oct 19 23:08 xf86config-4
Check your spelling and remember GNU/Linux is case sensitive.
 
Old 10-25-2006, 11:00 AM   #19
dimitripavlovich
LQ Newbie
 
Registered: Oct 2006
Posts: 11

Original Poster
Rep: Reputation: 0
ready is not c is C!!!

Quote:
Originally Posted by Arow
Check your spelling and remember GNU/Linux is case sensitive.
yes, it was about the capital leters but the result...
well at least i wrote fine!!

cat /etc/X11/XF86Config-4
cat: /etc/X11/XF86Config-4: permission denied
less /etc/X11/XF86Config-4
/etc/X11/XF86Config-4: permission denied
 
Old 10-25-2006, 11:40 AM   #20
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Are you executing these as the root user?
Code:
su -c 'cat /etc/X11/XF86Config-4'
or
Code:
su -c 'less /etc/X11/XF86Config-4'
You will be prompted for the root password.
 
Old 10-25-2006, 12:08 PM   #21
dimitripavlovich
LQ Newbie
 
Registered: Oct 2006
Posts: 11

Original Poster
Rep: Reputation: 0
Cool yes!

Quote:
Originally Posted by Arow
Are you executing these as the root user?
Code:
su -c 'cat /etc/X11/XF86Config-4'
or
Code:
su -c 'less /etc/X11/XF86Config-4'
You will be prompted for the root password.
ready!!

section screen
identifier screen2
device device2
monitor monitor2
defaultcolordepth 16

subsection display
depth 8
virtual 1024 768
endsubsection

subsection display
depth 15
virtual 1024 768
endsubsection

subsection display
depth 16
virtual 1024 768
endsubsection

subsection display
depth 24
virtual 1024 768
endsubsection

endsection

section serverlayout
identifier layout1
inputdevice keyboard1 corekeyboard
inputdevice mouse1 corepointer
screen screen1
screen2 right0f screen1
#option xinerama
endsection
 
Old 10-25-2006, 12:51 PM   #22
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
This looks like a dual head setup. Do you have two monitors?

Here is where I think your problem is
Quote:
section serverlayout
identifier layout1
inputdevice keyboard1 corekeyboard
inputdevice mouse1 corepointer
screen screen1
screen2 right0f screen1

#option xinerama
endsection
You do not have a screen1 defined in your XF86Config-4 file. Try replacing the stuff in red with
Code:
Screen Screen2
You also may want to check out this webpage.

Last edited by weibullguy; 10-25-2006 at 01:36 PM.
 
Old 10-25-2006, 07:36 PM   #23
diego_cn
Member
 
Registered: Mar 2006
Distribution: fedora 7
Posts: 62

Rep: Reputation: 16
oh well, I didnt see the post above. Yea, Arrow you are right. Just a side question, did you post all contents of XF86Config-4? it seems too short...

Any way I think the best way is just to give a sample XF86Config and replace the old one. Once you have X booted up, then you can use all the GUI tools to fix the problem.
==============================================================================================
alright, I admit XF86 was a thing long ago so I dont remember it exactly. Can some one tell if xf86config-4 is equivolant to xorg.conf?

Any way, try:
Code:
su
cat /etc/X11/xf86config-4
cat /etc/X11/xf86config-4.old
and post the result (instead of cat **** you can also use less **** or vi **** to see it)

also this 2 lines of error output sounds interesting:
Quote:
(==) log file: "/var/log/xfree86.0.log" time fri oct 20 09:58:13 2006
(==)using config file "/etc/x11/xfb6config-4" data incomplete in file /etc/x11/xfb6config-4
so please also:
Code:
cat /var/log/xfree86.0.log
one last thought, your xf86config-4 is -rw-------, so this might cause the problem. Try
Code:
su
chmod a+r /etc/X11/xf86config-4
hope that helped?

Last edited by diego_cn; 10-25-2006 at 07:45 PM.
 
  


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
Two Fluxbox Versions - Root starts newest,User starts oldest fortezza Linux - Software 1 05-21-2006 01:17 AM
Linux nub! a bunch of questions from a brand new linux user. TooTone Linux - Newbie 19 12-28-2005 06:53 PM
More questions from a first-time Linux user... Electric-Gerbil Linux - Newbie 3 03-07-2005 01:18 PM
New Linux User with Some Questions HorseloverFat Linux - General 9 02-20-2005 06:44 PM
Newest linux user ever please help! SonoranFun Linux - Software 4 10-22-2004 08:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 04:07 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