LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 09-17-2005, 11:54 AM   #16
scriptn00b
Member
 
Registered: Sep 2005
Posts: 31

Original Poster
Rep: Reputation: 15

OK it worked with "quiet<space>3"(this is my first time doing this).
 
Old 09-17-2005, 11:57 AM   #17
fraz
Member
 
Registered: Nov 2004
Location: Edinburgh, Scotland
Distribution: Ubuntu
Posts: 149

Rep: Reputation: 15
yeah sorry my fault should have made it clearer
 
Old 09-17-2005, 12:35 PM   #18
scriptn00b
Member
 
Registered: Sep 2005
Posts: 31

Original Poster
Rep: Reputation: 15
Sorry it doesnt look like i can post my xorg.conf using runlevel 3. Any ideas on how I can fix my xorg.conf? like one that i can download off a website and use? Are there any special portions of it?

Last edited by scriptn00b; 09-17-2005 at 12:36 PM.
 
Old 09-17-2005, 12:53 PM   #19
fraz
Member
 
Registered: Nov 2004
Location: Edinburgh, Scotland
Distribution: Ubuntu
Posts: 149

Rep: Reputation: 15
while in runlevel 3 run:
Xorg -configure
this should generate a new xorg.conf which should work

you should probably get to grips with how to edit the xorg.conf file anyway. most of the info you need for that is in the man page for xorg.conf
 
Old 09-17-2005, 01:26 PM   #20
scriptn00b
Member
 
Registered: Sep 2005
Posts: 31

Original Poster
Rep: Reputation: 15
I did 'Xorg -configure' and it created "/root/xorg.conf.new" and I raplaced the cuurrent one with the new one and it still doesnt work. It was the last yum update that did it. Do you think xorg can be reinstalled or something? Or can I undo the last updates?
 
Old 09-17-2005, 01:34 PM   #21
fraz
Member
 
Registered: Nov 2004
Location: Edinburgh, Scotland
Distribution: Ubuntu
Posts: 149

Rep: Reputation: 15
well first things first have you done a complete update with yum? and what graphics card do you have? also could you at least tell me what the monitor, screen, and videocard sections of your xorg.conf say

also how are you accessing the internet just now eg dual booting, separate windows pc if the later do you have the two machines networked?

Last edited by fraz; 09-17-2005 at 01:38 PM.
 
Old 09-17-2005, 02:21 PM   #22
scriptn00b
Member
 
Registered: Sep 2005
Posts: 31

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by fraz
well first things first have you done a complete update with yum?
xorg was the only thing updated the last update.


Quote:
Originally posted by fraz
what graphics card do you have?
Dell integrated video.


Quote:
Originally posted by fraz
could you at least tell me what the monitor, screen, and videocard sections of your xorg.conf say
Doesn't look like I can sorry.


Quote:
Originally posted by fraz
also how are you accessing the internet just now eg dual booting, separate windows pc if the later do you have the two machines networked?
Seperate windows pc. I tried to upload the xorg.conf to a ftp but it wasnt working for whatever reason...


I see several versions of xorg available for download at http://www.x.org/download.cgi . Could this be of help. I can't believe i'm having to do all of this...
 
Old 09-17-2005, 02:37 PM   #23
fraz
Member
 
Registered: Nov 2004
Location: Edinburgh, Scotland
Distribution: Ubuntu
Posts: 149

Rep: Reputation: 15
ok I don't think there will be dell drivers for your graphics card so no help there
if i understand you correctly you are using ftp from your linux pc to login to your windows pc? you'd have to do it the other way around unless you have specifically installed an ftp server on your windows pc

when you used yum did you do a general update ie yum upgrade or did you specify to update xorg?

you can check which xorg packages are installed by typing
rpm -qa | grep xorg
and check if you have the latest versions
also you might want to include atrpms and freshrpms in future yum updates if you haven't done so already:

cd /etc/yum.repos.d
wget http://wilsonet.com/mythtv/atrpms.repo
wget http://wilsonet.com/mythtv/freshrpms.repo

then do yum update

and we'll see what happens
 
Old 09-17-2005, 02:44 PM   #24
scriptn00b
Member
 
Registered: Sep 2005
Posts: 31

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by fraz
you'd have to do it the other way around unless you have specifically installed an ftp server on your windows pc
Correct
 
Old 09-17-2005, 03:29 PM   #25
scriptn00b
Member
 
Registered: Sep 2005
Posts: 31

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by fraz
ok I don't think there will be dell drivers for your graphics card so no help there
if i understand you correctly you are using ftp from your linux pc to login to your windows pc? you'd have to do it the other way around unless you have specifically installed an ftp server on your windows pc

when you used yum did you do a general update ie yum upgrade or did you specify to update xorg?

you can check which xorg packages are installed by typing
rpm -qa | grep xorg
and check if you have the latest versions
also you might want to include atrpms and freshrpms in future yum updates if you haven't done so already:

cd /etc/yum.repos.d
wget http://wilsonet.com/mythtv/atrpms.repo
wget http://wilsonet.com/mythtv/freshrpms.repo

then do yum update

and we'll see what happens
I did all this and it's still scrambled.
I think I just want to uninstall xorg and then reinstall the older version. Do you think that would be safe to do? I don't know. If I dont get this resolved, then I dont think i'll install fc3 again.

Last edited by scriptn00b; 09-17-2005 at 03:45 PM.
 
Old 09-17-2005, 10:00 PM   #26
scriptn00b
Member
 
Registered: Sep 2005
Posts: 31

Original Poster
Rep: Reputation: 15
I went ahead and typed my xorg.conf out manually for here.
Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath     "/usr/X11r6/lib/X11/rgb" 
        ModulePath  "/usr/X11r6/lib/modules"
        FontPath    "/usr/X11r6/lib/X11/fonts/misc/"
        FontPath    "/usr/X11r6/lib/X11/fonts/TTF/"
        FontPath    "/usr/X11r6/lib/X11/fonts/Type1/"
        FontPath    "/usr/X11r6/lib/X11/fonts/CID/"
        FontPath    "/usr/X11r6/lib/X11/fonts/75dpi/"
        FontPath    "/usr/X11r6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dri"
        Load  "record"
        Load  "dbe"
        Load  "xtrap"
        Load  "vnc"
        Load  "glx"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

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

Section "Monitor"
        #DisplaySize      340   270     # mm
        Identifier  "Monitor0"
        VendorName  "SAM"
        ModelName   "SyncMaster"
        HorizSync   30.0 - 81.0
        VertRefresh 56.0 - 76.0
        Option     "DPMS"
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     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corp."
        BoardName   "Unknown Board"
        BusID       "PCI:0:2:0
EndSection

Section "Screen"
        Identifier  "Screen0"
        Device      "Card0"
        Monitor     "Monitor0"
        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 09-18-2005, 10:13 AM   #27
fraz
Member
 
Registered: Nov 2004
Location: Edinburgh, Scotland
Distribution: Ubuntu
Posts: 149

Rep: Reputation: 15
Try specifying resolution which are likely to be possible by replacing all of your screen section with this:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
 
Old 09-18-2005, 10:53 AM   #28
scriptn00b
Member
 
Registered: Sep 2005
Posts: 31

Original Poster
Rep: Reputation: 15
Same
 
Old 09-18-2005, 10:55 AM   #29
fraz
Member
 
Registered: Nov 2004
Location: Edinburgh, Scotland
Distribution: Ubuntu
Posts: 149

Rep: Reputation: 15
hmm try uncommenting the noaccel line so it reads
Option "noaccel" "true"
 
Old 09-18-2005, 11:09 AM   #30
scriptn00b
Member
 
Registered: Sep 2005
Posts: 31

Original Poster
Rep: Reputation: 15
Same
 
  


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
scrambled screen nin881 SUSE / openSUSE 5 10-07-2005 09:32 PM
Nvidia error on exiting X - screen scrambled Retrievil_Knievil Linux - Hardware 11 08-03-2004 07:28 PM
Screen is scrambled when trying to play tuxracer and others McKnight Linux - Newbie 3 06-30-2004 10:44 AM
fedora, nvidia - scrambled screen cuu Linux - Hardware 2 06-24-2004 06:29 PM
scrambled screen after reinstalling drivers under windows XP michielb Linux - Newbie 4 08-02-2002 07:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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