Re: Not able to Login to F10

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--- On Thu, 11/27/08, Anoop <anoop.chargotra@xxxxxxxxx> wrote:

> From: Anoop <anoop.chargotra@xxxxxxxxx>
> Subject: Re: Not able to Login to F10
> To: jim@xxxxxxxxxxxxx, "Steve Repo" <scmuser@xxxxxxxxx>
> Cc: "Community assistance, encouragement, and advice for using Fedora." <fedora-list@xxxxxxxxxx>
> Date: Thursday, November 27, 2008, 4:51 AM
> 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
> <jim@xxxxxxxxxxxxx> 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'
> 
test it using that and if it works, you as root user (su -) copy the file over to /etc/X11
# cp xorg.conf.new /etc/X11/xorg.conf 

> [...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

I have had two or three cases where I have had to generate an xorg.conf file for a machine that only gave me 640x480 resolution :(

For my machine:

01:05.0 VGA compatible controller: ATI Technologies Inc RS690 [Radeon X1200 Series]

I have added line(s) 
Modes "1280x1024" "1024x768" "800x600" "640x480" 
so that I could get the best out of my old monitor.  

Also if you know your monitor output, ie., HorizSync and VertRefresh add them here 

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

For instance in my machine with my monitor I have:

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "ViewSonic"
    ModelName    "ViewSonic G75f"
    HorizSync    30.0 - 86.0
    VertRefresh  50.0 - 160.0
    Option         "DPMS"
EndSection


and added the Modes lines over here:

Section "Screen"
	Identifier "Screen0"
 	Device     "Card0"
 	Monitor    "Monitor0"

<snip> removed 1, 4, 8, 15, 16, ... Depth value 

 	SubSection "Display"
 		Viewport   0 0
 		Depth     24
        Modes "1600 X 1200" "1280x1024" "1024x768" "800x600" <== here
 	EndSubSection
 EndSection

HTH,

Antonio 


      

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux