Bug 121717
Summary: | can't change screen resolution / HorizSync/VertRefresh not uncommented in xorg.conf | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Captain <h.mayer> | ||||
Component: | system-config-display | Assignee: | Brent Fox <bfox> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | a.t.meinen, forresttaylor2000, mharris, mitr, nkadel | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i686 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2006-02-21 19:02:47 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
Captain
2004-04-26 19:02:24 UTC
I have the same problem. I had to manually uncomment the H&Vsync options because my machines are on a KVM switch. The DDC probe doesn't work, so I have to manually specify the monitor. This would be a Bad Thing if this is going to be the default. Most people at our company use KVM switch boxes, and I don't really want to have to manually change the conf file on each installation. Created attachment 99708 [details]
screenshot showing the double frame resulting from the bug
Same problem here, resulting in a double frame display, with the lower half not sensitive to the mouse. Taking a screenshot, reveals the hole desktop however, so I attach a fotograph from my monitor. (iiyama vision master pro510) The was correctly detected by the configurator. Uncommenting the two Hsync en Vsync lines resolves the problem Tino Meinen The DDC probe doesn't seem to work with my notebook as well (Toshiba Satellite Pro 6100: P4, Geforce 4 Go 420,1024x768 TFT panel) Uncommenting the two Hsync en Vsync lines resolved the problem for me too. This is due to libxf86config in xorg commenting these out by default (see bug 120950) I had the same problem on my notebook but xorg detected the right resolution. Comparing /etc/X11/xorg.conf and /etc/X11/xorg.conf.backup shows that the xorg.conf.backup has the Hsync and Vsync uncommented. Solution #cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf Same problem with CyberBlade (Generic) and Iiyama VisionMaster MF-8317. I routinely use 1024x768, which even works under that glass-thingy OS. FC2 test 2 was able to use the same resolution. I'm also using a KVM switch, but that should be irrelevant, since it detected the video card correctly and I specified the monitor in Anaconda. Firstboot gave me an option of 640x480 or 800x600. I figured I would have to manually tweak the setting afterward, so I selected 800x600. It booted into 640x480 instead. After manually editing the xorg.conf file to specify 1024x768 it boots into 800x600. I found similar behavior on the Sony Vaio PCG-SRX77P. The workaround is to hand-edit the /etc/X11/xorg.conf and inform it gently, that the DefaultDepth is 16 and change the Display settings to support 16-bit resolution, something like the excerpt below. Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection # DefaultDepth 24 # SubSection "Display" # Depth 24 # Modes "1024x768" "800x600" "640x480" # EndSubSection EndSection *** This bug has been marked as a duplicate of 120950 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |