Bug 77068
Summary: | X using Xinerama hangs on logout from gnome. | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <jared> |
Component: | XFree86 | Assignee: | Mike A. Harris <mharris> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-12-19 04:10:12 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Need Real Name
2002-10-31 18:28:04 UTC
Attach X config, and log file using link below please. Closing bug due to inactivity and lack of information. Happens for me also in RH9 and FC1 with all relevant updates. Below is a copy of /etc/X11/XF86Config: -------------------------------8<------------------------------------- Section "ServerFlags" Option "Xinerama" EndSection Section "ServerLayout" Identifier "Layout1" Screen 0 "Screen0" Screen 1 "Screen1" Above "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "DevInputMice" "AlwaysCore" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "InputDevice" Identifier "DevInputMice" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Resolution" "10000" Option "Emulate3Buttons" "no" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Generic Laptop Display Panel 1024x768" HorizSync 30 - 86 VertRefresh 48 - 100 Option "dpms" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Sun Microsystems 20inch 1280x1024" HorizSync 30 - 96 VertRefresh 48 - 160 Modeline "1280x1024" 137.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "radeon" VendorName "Videocard vendor" BoardName "ATI Radeon Mobility 7500" VideoRam 16384 Option "SWcursor" "1" Option "AGPMode" "4" Option "AGPFastWrite" "yes" Option "EnablePageFlip" "yes" BusID "PCI:01:00:0" Screen 0 EndSection Section "Device" Identifier "Videocard1" Driver "radeon" VendorName "Videocard vendor" BoardName "ATI Radeon Mobility 7500" VideoRam 16384 Option "SWcursor" "1" Option "AGPMode" "4" Option "AGPFastWrite" "yes" Option "EnablePageFlip" "yes" BusID "PCI:01:00:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Videocard1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection -------------------------------8<------------------------------------- Additionally, if Gnome is exited via CTRL+ALT+BKSPC everything is fine; the X server will reinitialise itself correctly with the login screen. I am happy to perform any testing required. dixond AT pythonhacker.is-a-geek.net |