On Mon, 1 Dec 2008, Jason Dickerson wrote:

xorg.conf
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
EndSection

Section "Monitor"
    Identifier   "LCD Panel"
    VendorName   "IBM"
    ModelName    "X30 1024x768"
    Option        "dpms"
EndSection

Section "Monitor"
    Identifier   "External Panel"
    VendorName   "Monitor Vendor"
    ModelName    "Generic Monitor"
    Option        "dpms"
EndSection

Section "Device"
    Identifier  "Intel i830M"
    Driver      "intel"
    VendorName  "Intel"
    BoardName   "Intel Corporation 82830 CGC [Chipset Graphics Controller]"
    BusID       "PCI:0:2:0"
    Option        "monitor-LVDS" "LCD Panel"
    Option        "monitor-VGA" "External Panel"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Intel i830M"
    Monitor    "LCD Panel"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Virtual   1024 768
    EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection


If anyone can help, I would really appreciate it! 

Try adding the line
Option "NoAccel" "yes"
to the Device section in /etc/X11/xorg.conf
A lot of people are having trouble with that graphics driver in Fedora 10.

        Michael Young
-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to