Re: Not able to Login to F10

2008-11-27 Thread Anoop
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
InputDeviceKeyboard0 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
Modes1024x768 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
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 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
ModelNameMonitor 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


Re: Not able to Login to F10

2008-11-27 Thread Antonio Olivares
--- On Thu, 11/27/08, Anoop [EMAIL PROTECTED] wrote:

 From: Anoop [EMAIL PROTECTED]
 Subject: Re: Not able to Login to F10
 To: [EMAIL PROTECTED], Steve Repo [EMAIL PROTECTED]
 Cc: Community assistance, encouragement, and advice for using Fedora. 
 fedora-list@redhat.com
 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
 [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'
 
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
   InputDeviceKeyboard0
 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
   Modes1024x768 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
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0
 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
   ModelNameMonitor 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 #
 

Re: Not able to Login to F10

2008-11-27 Thread Steve Repo
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
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Not able to Login to F10

2008-11-27 Thread Jim van Wel
My bad,

I meant for the Virtual line:

Virtual 1024 768

 Hi,

 Alright, well, let's try this:

 In your new xorg file change this:

 #Option NoAccel

 To:

 Option NoAccel

 And:

  SubSection Display
  Viewport   0 0
  Depth 24
  EndSubSection

 To:

   SubSection Display
   Viewport   0 0
   Depth 24
 Virtual 1024 1024
   EndSubSection

 And reload/reboot. Hope it works!

 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
  InputDeviceKeyboard0 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
  Modes1024x768 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
  InputDeviceMouse0 CorePointer
  InputDeviceKeyboard0 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
  ModelNameMonitor 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]

Re: Not able to Login to F10

2008-11-27 Thread Jim van Wel
Hi there,

Got the same issue. Fix was easy.

X -configure

Makes a xorg.conf file in /etc/X11

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
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines:
 http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


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


Re: Not able to Login to F10

2008-11-27 Thread Jim van Wel
Hi,

Alright, well, let's try this:

In your new xorg file change this:

#Option NoAccel

To:

Option NoAccel

And:

   SubSection Display
   Viewport   0 0
   Depth 24
   EndSubSection

To:

SubSection Display
Viewport   0 0
Depth 24
Virtual 1024 1024
EndSubSection

And reload/reboot. Hope it works!

 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
   InputDeviceKeyboard0 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
   Modes1024x768 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
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0 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
   ModelNameMonitor 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 

Re: Not able to Login to F10

2008-11-27 Thread Anoop
On Thu, Nov 27, 2008 at 6:48 PM, Jim van Wel [EMAIL PROTECTED] wrote:
 My bad,

 I meant for the Virtual line:

 Virtual 1024 768

 Hi,

 Alright, well, let's try this:

 In your new xorg file change this:

 #Option NoAccel

 To:

 Option NoAccel

 And:

  SubSection Display
  Viewport   0 0
  Depth 24
  EndSubSection

 To:

   SubSection Display
   Viewport   0 0
   Depth 24
 Virtual 1024 1024
   EndSubSection
Hi Guys,
 Thanks a lot.. KDE looks cool. Will explore other feature
now. Once again thanks a lot.

-Anoop


 And reload/reboot. Hope it works!

 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
  InputDeviceKeyboard0 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
  Modes1024x768 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
  InputDeviceMouse0 CorePointer
  InputDeviceKeyboard0 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
  ModelNameMonitor 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   

Re: Not able to Login to F10

2008-11-27 Thread Tim

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam luctus
tellus ac elit. Vestibulum pharetra, diam ut feugiat pellentesque,
ligula tellus ultrices felis, eu ornare nulla nisl id nibh. Suspendisse
molestie malesuada justo. In orci arcu, mattis nec, cursus sed,
elementum sed, odio. Cum sociis natoque penatibus et magnis dis
parturient montes, nascetur ridiculus mus. Praesent nibh nulla, tempor
a, porta sed, gravida gravida, diam. Pellentesque nisl mi, porttitor ut,
blandit nec, dignissim a, libero. Nunc tempus adipiscing turpis. Aliquam
ut mi in mi venenatis feugiat. Quisque neque nulla, egestas id,
convallis adipiscing, porta sed, erat. Integer eleifend eros. Ut porta
nisi vel lorem. Aliquam tincidunt lacinia massa. Etiam molestie feugiat
turpis. Nulla facilisi. Mauris rutrum. Nulla urna justo, porttitor ac,
sodales a, pharetra nec, pede. Fusce adipiscing magna id orci. Vivamus
neque.

Aliquam eu purus. Nunc pellentesque, elit a tempus adipiscing, arcu mi
accumsan purus, at lobortis enim ipsum sed mi. Class aptent taciti
sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
Suspendisse potenti. Vestibulum suscipit dolor sed dolor rutrum
molestie. Vestibulum tempor laoreet dui. Ut in metus quis nulla
fringilla gravida. Cras non lacus sit amet tellus tempus bibendum.
Praesent orci. Nulla eu arcu sed arcu tempor pellentesque. Fusce quis
erat sit amet urna lacinia fermentum. Aliquam malesuada imperdiet lorem.
Curabitur tortor lorem, vulputate at, suscipit sit amet, euismod sed,
lectus. Duis lorem purus, auctor vel, viverra sed, iaculis eu, odio.

Vivamus nec diam vitae risus consectetuer sollicitudin. Duis tincidunt
erat quis odio. Maecenas lacus elit, posuere eu, pharetra dictum, dictum
eu, ante. Fusce pulvinar magna sit amet justo. Aenean porttitor accumsan
nunc. Aenean iaculis nisi et sapien. Maecenas mi. Curabitur facilisis
aliquam lectus. Quisque sit amet nulla. Donec viverra. Cras faucibus
semper risus.

Class aptent taciti sociosqu ad litora torquent per conubia nostra, per
inceptos himenaeos. Integer tempus luctus elit. Sed dignissim. Class
aptent taciti sociosqu ad litora torquent per conubia nostra, per
inceptos himenaeos. Aliquam mi. Sed magna. Quisque in lectus vitae
mauris blandit faucibus. Morbi dignissim commodo odio. Cras non nisi.
Quisque iaculis, enim in placerat feugiat, odio metus euismod leo, et
hendrerit est ligula sit amet lectus. Mauris rutrum erat eu velit. In
hac habitasse platea dictumst.

Proin dignissim sagittis mi. Suspendisse sollicitudin, quam eget
volutpat dictum, ipsum nisl auctor odio, nec aliquet purus ante id
sapien. Suspendisse tincidunt magna tincidunt est rhoncus consectetuer.
Suspendisse dui. Maecenas eu erat. Vivamus sem. Ut iaculis quam sit amet
augue. Fusce nisi sem, lacinia sed, ornare eu, imperdiet sit amet,
nulla. Nunc ullamcorper semper est. Donec aliquet lobortis dolor. Nullam
ut quam sed lacus venenatis commodo. Nullam sollicitudin mi in est.
Suspendisse euismod eros sed nisi. Ut lacinia aliquam sem. Vivamus vitae
ligula in metus rhoncus feugiat. Maecenas ut urna in orci lacinia
ornare.


***

SNIP OUT THE STUFF THAT DOESN'T NEED INCLUDING WHEN YOU REPLY TO POSTS!

It's not just occasionally that some people forget to do it, which is
forgiveable, it's *continual* laziness and disregard for everyone else
on the list, not to mention the list server.

***


Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent quis
felis. Vivamus blandit. Suspendisse vehicula dapibus nisi. Pellentesque
condimentum. Ut diam. Sed gravida semper lorem. Suspendisse arcu.
Curabitur venenatis turpis sit amet est. Nunc nisl. Suspendisse ac metus
eget diam iaculis malesuada. Pellentesque habitant morbi tristique
senectus et netus et malesuada fames ac turpis egestas. Nam consequat
nibh non leo. Fusce lobortis, justo at imperdiet egestas, nisl mauris
hendrerit ipsum, ac ultrices quam quam non risus. Pellentesque habitant
morbi tristique senectus et netus et malesuada fames ac turpis egestas.
Sed malesuada faucibus nisl. Etiam in urna varius libero porttitor
vestibulum. Cras tellus augue, pharetra elementum, gravida at, hendrerit
nec, velit.

Nam ante diam, tincidunt vel, suscipit id, dictum nec, arcu. Vestibulum
laoreet est et elit. Maecenas quis urna. Mauris mollis dapibus est.
Etiam in neque eget urna dapibus iaculis. Sed varius justo at mauris.
Phasellus purus enim, pharetra sed, sodales adipiscing, feugiat ut,
nisl. In blandit, dolor non commodo ultricies, est urna elementum orci,
id cursus mi sapien ut sem. Aliquam felis leo, mollis nec, sollicitudin
nec, placerat nec, lectus. Nullam luctus, sem a tincidunt rhoncus,
tellus massa imperdiet massa, at consectetuer velit mauris posuere
magna. Phasellus metus. Sed pellentesque tristique ante. Nullam
imperdiet. Cras lobortis sem ut odio accumsan pellentesque. 

Re: Not able to Login to F10

2008-11-27 Thread Antonio Olivares
--- On Thu, 11/27/08, Tim [EMAIL PROTECTED] wrote:

***

SNIP OUT THE STUFF THAT DOESN'T NEED INCLUDING WHEN YOU REPLY TO POSTS!

It's not just occasionally that some people forget to do it, which is
forgiveable, it's *continual* laziness and disregard for everyone else
on the list, not to mention the list server.

***


Tried to do that, but could not decide what/which parts were relevant to the 
thread :(  I am sorry if I have offended anyone :( I  was trying to help only.  
Dammn what happened to the good sumaritan here?

You almost did the same thing with your response, but why discuss that?

Regards,

Antonio


  

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


Re: Not able to Login to F10

2008-11-27 Thread Anoop
Hi Jim,
  I am facing a small issue now. Actually windows are rendered
properly, but when I scroll or move a window a slow wave type effect
is coming. It is looking quite ugly. Does it has to do with the new
xorg.conf

Thanks,
Anoop

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