|
|
#1 | |
|
Registered User
Join Date: Nov 2007
Posts: 3
|
Just installed a GeForce 8600GT, and updated the drivers. When trying to log in after setting the dual monitors the screen hangs at the Nvidia "splash" screen. Any suggestions would be greatly appreciated. The logs show:
Code:
(II) NVIDIA(0): Initialized GART. (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not (II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration option (II) NVIDIA(0): may not be set correctly. When the ACPI daemon is (II) NVIDIA(0): available, the NVIDIA X driver can use it to receive ACPI (II) NVIDIA(0): events. For details, please see the "ConnectToAcpid" and (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X (II) NVIDIA(0): Config Options in the README. (II) NVIDIA(0): Setting mode "nvidia-auto-select" (--) NVIDIA(0): No video decoder detected (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (==) RandR enabled (--) NV(1): 153.75 MB available for offscreen pixmaps (EE) NV(1): XAA hardware acceleration initialization failed Fatal server error: AddScreen/ScreenInit failed for driver 1 (II) Screen 0 shares mem & io resources (II) Screen 1 shares mem & io resources (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x000019ec) (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x000019ec) My xorg.conf is below: Code:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "on"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "HP L1730 Flat Panel Monitor"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Dell 1707FP (Digital)"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "HWCursor" "false"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "Videocard Vendor"
BoardName "nVidia Corporation Unknown device 0402"
Option "AddARGBGLXVisuals" "True"
BusID "PCI:2:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
|
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
Please see the forum sticky posts.
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Nov 2007
Posts: 3
|
Is this what you meant? If not can you please explain more?
Thanks |
|
|
|
|
|
#4 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
According to your bug report, you're not using the nvidia X driver.
|
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Nov 2007
Posts: 3
|
I had been trying with and without the nvidia drivers. I edited the xorg.conf file by hand this time and was going to do a bug report, but it is now working. I guess something in the xorg.conf was wrong before. I have added my xorg.conf below incase it helps anyone in the future. Thanks for your help.
Code:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
Option "Clone" "off"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "HP L1730 Flat Panel Monitor"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Dell 1707FP (Digital)"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "HWCursor" "false"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "Videocard Vendor"
BoardName "nVidia Corporation Unknown device 0402"
Option "AddARGBGLXVisuals" "True"
BusID "PCI:2:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [9800gt] Xorg black screen after installing nvidia driver | HacKurx | NVIDIA Linux | 1 | 06-07-12 01:29 PM |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| Redhat 8.0 NVIDIA works - INSTRUCTIONS | STEEL1 | NVIDIA Linux | 267 | 04-15-03 06:48 PM |
| Dual Monitor cards GF2 or GF4 | Geoinfo SRL | NVIDIA Linux | 15 | 08-06-02 04:48 AM |