LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-03-2004, 06:37 AM   #31
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47

Paste the Entire "Monitor" & "Display" sections of XF86-Config-4 here please
I had this very same problem, but cannot for the life of me remember how I resolved it. It was a very simple edit, but I cannot remember what I took out.

Also: issue this command at your prompt, it will save the XF86Config-4 file to your windows partition so we can examine it and you dont have to reboot

Code:
cp /etc/X11/XF86Config-4 /mnt/windows/XF86Config.txt
then look in C:\ there should be a text file called XF86Config.txt

Last edited by scuzzman; 08-03-2004 at 06:39 AM.
 
Old 08-03-2004, 06:39 AM   #32
DemonFox
Member
 
Registered: Aug 2004
Posts: 46

Original Poster
Rep: Reputation: 15
You didn't really need to post it again I've read ur EDIT. But anyway how do I paste that here?
 
Old 08-03-2004, 06:42 AM   #33
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
I edited my last post... do this:
Code:
[valentino@Vigor11 valentino]$ cp /etc/X11/XF86Config-4 /mnt/windows/XF86Config.txt
 
Old 08-03-2004, 06:57 AM   #34
DemonFox
Member
 
Registered: Aug 2004
Posts: 46

Original Poster
Rep: Reputation: 15
It had to happen again....

Quote:
cp: cannot create regular file '/mnt/windows/XF86Config.txt': Read-only file system
 
Old 08-03-2004, 07:13 AM   #35
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
Damn forgot - WinXP - NTFS, your linux system cant write to it
ok
youll have to write everything down in those sctions and paste them here
 
Old 08-03-2004, 07:17 AM   #36
DemonFox
Member
 
Registered: Aug 2004
Posts: 46

Original Poster
Rep: Reputation: 15
Umm.... wich sections?
 
Old 08-03-2004, 07:20 AM   #37
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
monitor and display
 
Old 08-03-2004, 07:22 AM   #38
DemonFox
Member
 
Registered: Aug 2004
Posts: 46

Original Poster
Rep: Reputation: 15
Where? U mean the xf86config? Why? U know what's there....
 
Old 08-03-2004, 07:32 AM   #39
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
No, I don't. Look, I need to see what you have in those sections to help you.
 
Old 08-03-2004, 07:33 AM   #40
DemonFox
Member
 
Registered: Aug 2004
Posts: 46

Original Poster
Rep: Reputation: 15
Ok, but I don't not wich sections ur talking about.
 
Old 08-03-2004, 07:38 AM   #41
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
There is a section marked Moniter and a section marked Display... give me 2 minutes to reboot to linux, I'll post mine
 
Old 08-03-2004, 07:46 AM   #42
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
ok, we may not need the 'Monitor' section, but just for reference, here is mine:
Code:
Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "Dell E773c"
    HorizSync 30-60
    VertRefresh 50-160

    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630

    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection
BTW: Your HorizSync and VertRefresh should roughly be equivalent to mine
If they're not, make them that way

Now, the "Display. They're actually Subsections, and we need to delete one
One should read like this:
Code:
Subsection "Display"
        Depth 24 
        Virtual 1024 768
    EndSubsection
Yuo'll need to delete that one. Then try 'startx' again and post your results

Last edited by scuzzman; 08-03-2004 at 07:47 AM.
 
Old 08-03-2004, 07:47 AM   #43
DemonFox
Member
 
Registered: Aug 2004
Posts: 46

Original Poster
Rep: Reputation: 15
Huh? Look I don't even know what that is and how to get there... U just asked for the conf file and suddenly ur talking about this.
 
Old 08-03-2004, 07:53 AM   #44
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
This is part of my XF86Config-4 file
access it by typing this
Code:
cd /etc/X11
vi XF86Config-4
btw: Vi is a text editor that has 2 modes. Edit and Command mode
Press your insert key to access edit mode edit the document appropriately, as noted above,
then press esc to get into command mode.
then enter :wq (that's a colon, then wq) to write the file
then retry startx
 
Old 08-03-2004, 08:03 AM   #45
DemonFox
Member
 
Registered: Aug 2004
Posts: 46

Original Poster
Rep: Reputation: 15
Ok just 1 more time.

1. type: cd /etc/X11 then: Vi XF86Config-4

2. If the H and V sync rates aren't the same as u I edit them with insert.

3. I completely delete

Subsection "Display"
Depth 24
Virtual 1024 768
EndSubsection

4. Then I go back to the command mode with esc.

5. I type startx and write down (and post here later) what I see.

Right?
 
  


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
Using partition magic to create Linux partition then install EviLBoX Linux - General 5 09-12-2008 05:01 AM
Can I get Photoshop CS2 Trial to work on Linux? IanPappas Linux - Software 8 09-29-2005 05:32 PM
Problem Resizing Linux Partition From Partition magic John_Emad SUSE / openSUSE 5 02-16-2005 12:42 PM
After using Partition Magic GRUB doesn't work... sbaguz Linux - Newbie 8 08-23-2003 01:54 AM
How do I install slackware on a partition made by partition magic in windows bling bling Slackware 4 06-28-2003 11:16 PM

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

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