Talk:Lenovo Thinkpad T61p

From Gentoo Linux Wiki

Jump to: navigation, search

I'll just drop some details of my config right here.

1.) I am runnig a 32bit kernel "2.6.24-gentoo-r8"

2.) I haven't set up everything jet

3.) these are the thing I had problems with


[edit] Xorg.config

Section "ServerLayout"

    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "int10"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "de"
EndSection

Section "InputDevice"

    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "EmulateWheel" "true"
    Option         "EmulateWheelButton" "2"
EndSection

Section "Monitor"

    Identifier     "Standardbildschirm"
    HorizSync       28.0 - 96.0
    VertRefresh     43.0 - 60.0
    ModeLine       "1920x1200_50.00" 158.25 1920 2040 2240 2560 1200 1203 1209 1238 -hsync +vsync
    ModeLine       "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
    Option         "DPMS"
        #Option "DDC" "false"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NVIDIA Default Card"
    Driver         "nvidia"
EndSection

Section "Screen"

    Identifier     "Default Screen"
    Device         "nVidia Corporation NVIDIA Default Card"
    Monitor        "Standardbildschirm"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200"
    EndSubSection
EndSection

as one can see i am using the Nvidia driver us.download.nvidia.com/XFree86/Linux-x86/ 173.14.05/NVIDIA-Linux-x86-173.14.05-pkg1.run


[edit] Wireless

I needed to build the following modules for my Kernel

arc4 
ecb 
blkcipher
cryptomgr
crypto_algapi
iwl4965 
mac80211
cfg80211 

Wich I do load via the kernel module autoloading the ACPI was not yet tested under these settings

Personal tools