Hi Steve and Jim,
                       I was able to boot into shell with run level 3.
I have already updated my system by doing 'yum update'.

On Thu, Nov 27, 2008 at 5:29 PM, Jim van Wel <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> Got the same issue. Fix was easy.
>
> X -configure
>
> Makes a xorg.conf file in /etc/X11
:( It is not creating file in /etc/X11. It creating a file
'/root/xorg.conf.new' and asking me to test with command:
X -config <filename>
Anyway this is not working.

My system's configuration is:
Graphics Adapter: Intel 82845G
Monitor:               ViewSonic VE510s
Motherboard:        Intel D845GVSR

I have collected the log while running 'X -configure'

[...snip...]
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.18-92.1.10.el5 i686
Current Operating System: Linux localhost.localdomain
2.6.27.5-117.fc10.i686 #1 SMP Tue Nov 18 12:19:59 EST 2008 i686
Build Date: 16 November 2008  08:29:02PM
Build ID: xorg-x11-server 1.5.3-5.fc10
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 27 23:27:46 2008
List of video drivers:
        i740
        rendition
        siliconmotion
        voodoo
        ati
        savage
        i810
        sis
        neomagic
        trident
        mga
        v4l
        openchrome
        nv
        i128
        vmware
        s3virge
        glint
        nouveau
        ast
        cirrus
        radeon
        tdfx
        apm
        r128
        intel
        geode
        sisusb
        ztv
        amd
        mach64
        dummy
        fbdev
        vesa
(++) Using config file: "/root/xorg.conf.new"


Xorg detected your mouse at device /dev/input/mice.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.

Your xorg.conf file is /root/xorg.conf.new

To test the server, run 'X -config /root/xorg.conf.new'

[...snip...]


Here  I am pasting my working Fedora 9 xorg.conf

[...snip...]
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"

# keyboard added by rhpxl
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "intel"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

[...snip...]


Here I am pasting my new Fedora 10 xorg.conf.new file generated by
running 'X -configure'

[...snip...]

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "catalogue:/etc/X11/fontpath.d"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "glx"
        Load  "dbe"
        Load  "extmod"
        Load  "dri"
EndSection

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
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      "intel"
        VendorName  "Intel Corporation"
        BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics 
Device"
        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

[...snip...]

Thanks,
Anoop

>
> Then try to change some settings like:
>
> Option     "NoAccel"
>
> Or disable DRI etc...
>
> Before you can type these command's you need the console before it crashes
> to X.
> You need to single boot the system (or init 3), so in grub, get the line:
>
> In grub menu:
> Type:
> e
> and e again on this line:
> /vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=blablabla rhgb single
>
> The Enter to save for this moment, and then type "b".
>
> If you have a Intel 965 and below chipset, remember, you virtual desktop
> cannot be larger then 2048X2048 with Acceleration. But it's maybe easyer
> if you send the hardware information.
>
> Good luck!
>
> Greetings,
> Jim.
>
>> On Thu, Nov 27, 2008 at 1:52 PM, Anoop <[EMAIL PROTECTED]> wrote:
>>> Hi List,
>>>           I installed F10 in text mode from F10 DVD. Graphical mode
>>> was giving issues, like sometimes system was freezing and on other
>>> occasions I was just able to move the mouse cursor.
>>> Installation went fine but when booted, I encountered same problem. I
>>> could not see anything on console, though there was a progress bar at
>>> the bottom of the screen going from left corner to right corner. I am
>>> able to see login screen sometimes and on other occasions screen is
>>> blur. Sometimes mouse gets stuck.
>>> I was able to login once, but GUI freezed, though I was able to move
>>> mouse cursor. After this, my login screen is not at all responsive. It
>>> is showing me two option. reboot or shutdown but I am not able to do
>>> any.
>>>
>>> Till yesterday my F9 works like charm with full yum updates.
>>>
>>> Any help in this regard will be highly appreciated.
>>>
>>
>> Can you do Alt+F2 and login to the console?
>>
>> If you can, install updates and reboot.
>>
>> Also, what hardware -- graphics, motherboard etc?
>>
>> Steve
>>
>> --
>> fedora-list mailing list
>> [email protected]
>> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>> Guidelines:
>> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>>
>
> --
> fedora-list mailing list
> [email protected]
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to