| Summary: | x11-drivers/xf86-video-intel-2.7.99.902 defaults to low resolution | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Audiodef <online> |
| Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | sven.koehler |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Audiodef
2009-07-20 14:32:04 UTC
On another machine, it simply does not render graphics correctly (blocks of graphics are missing), is extremely slow, and freezes the system when screensaver runs. Please attach the full output of dmesg and Xorg.0.log Thanks I had this problem once.
The driver detected, that a device is attached to TV out.
I had to add a lot to my xorg.conf:
Section "Monitor"
Identifier "MonitorVGA"
Option "Enable" "false"
Option "Ignore" "true"
EndSection
Section "Monitor"
Identifier "MonitorLVDS"
EndSection
Section "Monitor"
Identifier "MonitorDVI"
Option "Enable" "false"
Option "Ignore" "true"
EndSection
Section "Monitor"
Identifier "MonitorTV"
Option "Enable" "false"
Option "Ignore" "true"
EndSection
And in the Device-section:
Option "monitor-VGA1" "MonitorVGA"
Option "monitor-LVDS1" "MonitorLVDS"
Option "monitor-DVI1" "MonitorDVI"
Option "monitor-TV1" "MonitorTV"
Please let's keep this bug on topic. This one is about the low default resolution. Someone please provide their dmesg output and Xorg.0.log. Thanks I'll do that, as soon as I get a chance. I just need to recompile 2.7.99, reboot, and save the logs to a file to attach here. Things have been a little busy lately, but I haven't forgotten about this. ;-) |