[GLLUG] XFree86/Thinkpad 240

Mike Szumlinski szumlins at mac.com
Sun Dec 14 13:24:20 EST 2003


Has anyone had any luck getting XFree86 to work on a Thinkpad 240?  
I've tried a couple of canned XF86Config scripts from google that 
supposedly work, but I always get "no screens found" when I try 
starting X.  Here is the device,monitor, and screen subsections in my 
XF86Config file:

Section "Monitor"
    Identifier      "Primary Monitor"
    VendorName      "Unknown"
    ModelName       "Unknown"
    HorizSync       31.5-57.0
    VertRefresh     50-90
#   Modeline  "1024x768"   75.00 1024 1048 1184 1328 768 771 777 806 
-hsync -vsync
    Modeline  "800x600"    60.75 800 864 928 1088 600 616 621 657 -hsync 
-vsync
    Modeline  "640x480"    36.00 640 696 752 832 480 481 484 509 -hsync 
-vsync
EndSection

Section "Device"
    Identifier      "Primary Card"
    VendorName      "Unknown"
    BoardName       "NeoMagic MagicGraph 128XD"
    VideoRam        2048
    Option	   "accel"
EndSection

Section "Screen"
    Driver          "SVGA"
    Device          "Primary Card"
    Monitor         "Primary Monitor"
    DefaultColorDepth 16
#   DefaultColorDepth 32
    SubSection "Display"
       Depth        8
#      Modes        "800x600" "640x480"
       Modes        "800x600"
    EndSubSection
    SubSection "Display"
       Depth        16
#      Modes        "800x600" "640x480"
       Modes        "800x600"
    EndSubSection
    SubSection "Display"
       Depth        24
#      Modes        "800x600" "640x480"
       Modes        "800x600"
    EndSubSection
    SubSection "Display"
       Depth        32
#      Modes        "800x600" "640x480"
       Modes        "800x600"
    EndSubSection
EndSection



More information about the linux-user mailing list