Bug 651378
Summary: | Xorg caught signal 11 when kernel boot with nomodeset on dualhead x600 radeon | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | ati.x600.fedora.14 | ||||||
Component: | xorg-x11-server | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 14 | CC: | mcepl, xgl-maint | ||||||
Target Milestone: | --- | Keywords: | Reopened | ||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2010-11-10 09:22:05 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: | |||||||||
Attachments: |
|
Description
ati.x600.fedora.14
2010-11-09 12:52:08 UTC
Created attachment 459130 [details]
xorg.conf from pastebin
Created attachment 459131 [details]
Xorg.0.log from pastebin
I think Xorg could work without any /etc/X11/xorg.conf. Let it startup in whatever mode it starts, and then set dual-monitors with gnome-desktop-properties (note the button "Make Default"). *** This bug has been marked as a duplicate of bug 623824 *** With nomodeset Xorg crash either with xorg.conf either without Without nomodeset Xorg work but CRT monitor stays off till I login and turns off when i log out. with gnome-desktop-properties LG CRT monitor (F720P) set as first 1024x768@85Hz, Sony TV placed in the right of LG and set as 1360x768@60Hz May be I described 2 different bugs? There is a repeated message in text console (CTRL-ALT-F1) [ 1414.118918] [drm] crtc 1 is connected to a TV Solved without nomodeset With gnome-display-properties generated monitors.xml (/home/username/.config/monitors.xml) (http://pastebin.com/ZKTPWpeX) Then I put it in /etc/gnome-settings-daemon/xrandr/ and modify some options by hand http://pastebin.com/A2TXbxUv System wide config looks only first configuration section So I have my favorite configuration Cloned gdm display and spaned user display Also I change some variables in /etc/gconf/schemas/apps_gnome_settings_daemon_xrandr.schemas from false to true. Great thanks to Matej Cepl and Mamoru Tasaka https://bugzilla.redhat.com/show_bug.cgi?id=623824#c15 It will be great if system wide monitors.xml can be generated from some GUI (In reply to comment #3) > gnome-desktop-properties (note the button "Make Default"). I noted it only when I solved this "He that has ears to hear, let him hear" Without nomodeset in text mode console on VGA still doesnt work. (In reply to comment #4) > With nomodeset Xorg crash either with xorg.conf either without If it works in KMS and doesn't work w/o we usually don't care that much ... nomodeset is just a crutch for situations when KMS doesn't work. > Without nomodeset Xorg work but CRT monitor stays off till I login and turns > off when i log out. > with gnome-desktop-properties LG CRT monitor (F720P) set as first > 1024x768@85Hz, > Sony TV placed in the right of LG and set as 1360x768@60Hz This looks really like a bug 623824. Closing again. This actually IS a duplicate. *** This bug has been marked as a duplicate of bug 623824 *** In text-console fixed with 1)read http://nouveau.freedesktop.org/wiki/KernelModeSetting 2)ls /sys/class/drm/card*/* This give us name of video outs in text mode (differs from graphic mode). 3)add video=SVIDEO-1:d video=VGA-1024x768@85 to kernel in /boot/grub/grub.cfg Is it possible to have GUI or TUI for this? |