Re: X will not restart once started | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Fixed problem by installing latest Kernel from kernel.org Linux wrote: > X will not restart once it is started. Not sure where to look for the > problem. > > Symptoms: > If I use Red Hat Graphical Boot - then X won't start. System freezes or > I just get a cursor. > If I don't use Red Hat Graphical Boot, then X starts fine, but if I log > out and GDM is restarted (X restarted) it will hang. > > It appears that whenever it leaves a graphical mode, it leaves the video > subsystem in an unusable mode. A reset fixes it but I can only enter the > graphical mode once. > > I am using Red Hat - Fedora Core 9 - Issued a "yum update" to update all > packages > Motherboard is Intel DG31PR > Video is Intel 82G33/G31 Express (on mother board) and nVidia NV43 > (GeForce 6600) > > Problem exists whether I use "intel", "nv" or "vesa" and whether or not > I have the nVidia card in or out. > > Related error that I am seeing but I see it whether it works or not: > Aug 17 20:27:25 sun kernel: mtrr: type mismatch for d0000000,10000000 > old: write-back new: write-combining > > lspci: > 00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM > Controller (rev 10) > 00:01.0 PCI bridge: Intel Corporation 82G33/G31/P35/P31 Express PCI > Express Root Port (rev 10) > 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express > Port 1 (rev 01) > 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express > Port 2 (rev 01) > 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI > Controller #1 (rev 01) > 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI > Controller #2 (rev 01) > 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI > Controller #3 (rev 01) > 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI > Controller #4 (rev 01) > 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI > Controller (rev 01) > 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) > 00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC > Interface Bridge (rev 01) > 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE > Controller (rev 01) > 00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) > SATA IDE Controller (rev 01) > 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller > (rev 01) > 01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce > 6600] (rev a2) > 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. > RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01) > > # Xorg configuration created by pyxf86config > > Section "ServerLayout" > Identifier "Single Head Layout" > Screen 0 "nVidia Screen" 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 "Intel Corporation 82G33/G31" > BusID "PCI:0:2:0" > Driver "intel" > Option "ExaNoComposite" "true" > EndSection > > Section "Device" > Identifier "nVidia Corporation NV43" > BusID "PCI:1:0:0" > Driver "nv" > EndSection > > Section "Device" > Identifier "nVidia VESA" > BusID "PCI:1:0:0" > Driver "vesa" > EndSection > > Section "Screen" > Identifier "nVidia Screen" > Device "nVidia Corporation NV43" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > Modes "1024x768" > EndSubSection > EndSection > > Section "Screen" > Identifier "nVidia VESA Screen" > Device "nVidia VESA" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > Modes "1024x768" > EndSubSection > EndSection > > Section "Screen" > Identifier "Intel Screen" > Device "Intel Corporation 82G33/G31" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection > EndSection > > Warnings in the log file: > (II) Loading /usr/lib/xorg/modules//libint10.so > (II) Module int10: vendor="X.Org Foundation" > compiled for 1.4.99.905, module version = 1.0.0 > ABI class: X.Org Video Driver, version 4.1 > (II) NV(0): Initializing int10 > (WW) NV(0): Bad V_BIOS checksum > (II) NV(0): Primary V_BIOS segment is: 0xc000 > (--) NV(0): Chipset: "GeForce 6600" > (**) NV(0): Depth 24, (--) framebuffer bpp 32 > (==) NV(0): RGB weight 888 > (==) NV(0): Default visual is TrueColor > (II) Loading sub module "vgahw" > (II) LoadModule: "vgahw" > > (II) Initializing built-in extension RANDR > (II) Initializing built-in extension COMPOSITE > (II) Initializing built-in extension DAMAGE > (II) Initializing built-in extension XEVIE > (II) AIGLX: Screen 0 is not DRI2 capable > (II) AIGLX: Screen 0 is not DRI capable > (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so > (II) GLX: Initialized DRISWRAST GL provider for screen 0 > (**) Option "CoreKeyboard" > (**) Keyboard0: always reports core events > (**) Option "Protocol" "standard" > (**) Keyboard0: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) Keyboard0: XkbRules: "xorg" > (**) Option "XkbModel" "pc105" > (**) Keyboard0: XkbModel: "pc105" > (**) Option "XkbLayout" "us" > (**) Keyboard0: XkbLayout: "us" > (**) Option "CustomKeycodes" "off" > (**) Keyboard0: CustomKeycodes disabled > (WW) <default pointer>: No Device specified, looking for one... > (II) <default pointer>: Setting Device option to "/dev/input/mice" > (--) <default pointer>: Device: "/dev/input/mice" > (==) <default pointer>: Protocol: "Auto" > (**) Option "CorePointer" > (**) <default pointer>: always reports core events > (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50 > (**) <default pointer>: ZAxisMapping: buttons 4 and 5 > (**) <default pointer>: Buttons: 9 > (**) <default pointer>: Sensitivity: 1 > (II) evaluating device (<default pointer>) > (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE) > (II) evaluating device (Keyboard0) > (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) > (II) <default pointer>: Setting mouse protocol to "ExplorerPS/2" > (II) <default pointer>: ps2EnableDataReporting: succeeded > (II) config/hal: Adding input device Macintosh mouse button emulation > (II) LoadModule: "evdev" > > > > > > _______________________________________________ > xorg mailing list > xorg@xxxxxxxxxxxxxxxxxxxxx > http://lists.freedesktop.org/mailman/listinfo/xorg > _______________________________________________ xorg mailing list xorg@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/xorg
[X Forum] [Devices] [XFree86] [XFree86 Newbie] [Site Home] [IETF Annouce] [Security] [Fontconfig] [Bugtraq] [Rubini] [Photo] [Yosemite] [MIPS Linux] [ARM Linux] [Linux Security] [Video for Linux] [Linux RAID] [Linux Resources]