LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: zhoukb

thinkpad x32功能键设置

[复制链接]
发表于 2007-11-19 20:10:50 | 显示全部楼层
笔记本功能键折腾了很久才搞好,后来其实几乎就不太用,唉
回复 支持 反对

使用道具 举报

发表于 2007-11-23 21:47:59 | 显示全部楼层
楼主可以发一下你的/etc/make.conf和内核的.config文件么?还有package.use的,我也是x32
回复 支持 反对

使用道具 举报

发表于 2007-11-24 10:44:04 | 显示全部楼层
楼主的x32用的是ati 16m的显卡么?你用的是官方的驱动还是开源的驱动啊?能开启特效compiz之类的么?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-24 18:33:58 | 显示全部楼层
Post by junlovemin;1786846
楼主可以发一下你的/etc/make.conf和内核的.config文件么?还有package.use的,我也是x32

兄弟,挺贪啊;)

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-24 18:47:30 | 显示全部楼层
Post by junlovemin;1787007
楼主的x32用的是ati 16m的显卡么?你用的是官方的驱动还是开源的驱动啊?能开启特效compiz之类的么?
是的,可以看我的签名。
驱动装的是x11-drivers/xf86-video-ati,beryl和compiz-fusion都很流畅,不过平时一般不用,都是拿来show的。
回复 支持 反对

使用道具 举报

发表于 2007-11-26 10:39:57 | 显示全部楼层
beryl 最大化标题栏变白这个问题有没有解决?
回复 支持 反对

使用道具 举报

发表于 2007-11-27 22:04:24 | 显示全部楼层
谢谢楼主哈,不过又要麻烦你了,可以贴一下xorg.conf么,嘿嘿,我总不知道应该怎么写
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-27 22:17:55 | 显示全部楼层
Post by junlovemin;1788481
谢谢楼主哈,不过又要麻烦你了,可以贴一下xorg.conf么,嘿嘿,我总不知道应该怎么写

:yun:xorg.conf
  1. # ----------- [ Files section ] -------------------------------#
  2. Section "Files"
  3.     FontPath        "/usr/share/fonts/msfont"
  4.     FontPath        "/usr/share/fonts/75dpi"
  5.     FontPath        "/usr/share/fonts/arphicfonts"
  6.     FontPath        "/usr/share/fonts/corefonts"
  7. ##    FontPath        "/usr/share/fonts/default/ghostscript"
  8.     FontPath        "/usr/share/fonts/misc"
  9.     FontPath        "/usr/share/fonts/ttf-bitstream-vera"
  10.     FontPath        "/usr/share/fonts/Type1"
  11.     RGBPath            "/usr/share/X11/rgb"
  12.     ModulePath        "/usr/lib/xorg/modules"
  13. EndSection
  14. # ----------- [ ServerFlags section ] ------------------------ #
  15. Section "ServerFlags"
  16.     Option            "DefaultServerLayout"    "Default"
  17.     Option            "AllowMouseOpenFail"    "on"
  18. #    Option            "BlankTime"        "5"    # Blank the screen after 5 minutes (Fake)
  19. #    Option            "StandbyTime"        "10"    # Turn off screen after 10 minutes (DPMS)
  20. #    Option            "SuspendTime"        "15"    # Full suspend after 20 minutes
  21. #    Option            "OffTime"        "20"    # Turn off after half an hour
  22.     Option            "Pixmap"        "32"
  23.     Option            "AIGLX"            "on"
  24.     Option            "UseDefaultFontPath"    "off"
  25. EndSection
  26. # ----------- [ Module section ] ----------------------------- #
  27. Section "Module"
  28.     Load            "dbe"        #libdbe.so
  29.     Load            "type1"        #libtype1.so
  30.     Load            "freetype"    #libfreetype.so
  31.     Load            "extmod"    #libextmod.so
  32.     Load            "glx"        #libglx.so
  33.     Load            "dri"        #libdri.so
  34.     Load            "bitmap"    #libbitmap.so
  35.     Load            "drm"        #libdrm.a
  36. #    Load            "xtrap"
  37. #    Load            "record"
  38. EndSection
  39. # ----------- [ InputDevice section ] ----------------------- #
  40. Section "InputDevice"
  41.     Identifier        "Keyboard0"
  42.     Driver            "kbd"
  43.     Option            "CoreKeyboard"
  44.     Option            "Protocol"        "Standard"
  45.     Option            "AutoRepeat"        "500 30"
  46. #    Option            "XLeds"            "3"
  47.     Option            "XkbRules"        "xorg"
  48.     Option            "XkbModel"        "pc104"
  49.     Option            "XkbLayout"        "us"
  50. EndSection
  51. Section "InputDevice"
  52.     Identifier        "Mouse0"
  53.     Driver            "mouse"
  54.     Option            "CorePointer"
  55.     Option            "Buttons"        "5"
  56.     Option            "Device"        "/dev/input/mice"
  57.     Option            "Name"            "Logitech Optical Wheel Mouse"
  58.     Option            "Protocol"        "explorerps/2"
  59.     Option            "Vendor"        "Sysp"
  60. #    Option            "ZAxisMapping"        "4 5 6 7"
  61.     Option            "ZAxisMapping"        "4 5"
  62. EndSection
  63. # ----------- [ Device section ] -------------------------- #
  64. Section "Device"
  65.     Identifier        "Device0"
  66.     Driver            "radeon"
  67.     BusID            "PCI:01:00:0"
  68.     Screen            0
  69. #    Chipset            "ATI Radeon Mobility M6 LY (AGP)"
  70.     VideoRam        16384
  71.     ChipID            0x4c59
  72.     VendorName        "ATI Technologies Inc"
  73.     BoardName        "ATI Radeon Mobility M6 LY (AGP)"
  74.     Option            "AGPSize"            "16"
  75.     Option            "GARTSize"            "64"
  76.     Option            "RingSize"            "8"
  77.     Option            "BufferSize"            "2"
  78. #    Option            "EnableDepthMoves"        "on"
  79.     Option            "mtrr"                "on"
  80. #    Option            "dri"                "on"
  81. #    Option            "NoDDC"                "on"
  82. ###############
  83. ##radeon option
  84. ###############
  85. #    Option            "SWcursor"            "off"
  86. #    Option            "NoAccel"            "off"
  87. #    Option            "Dac6Bit"            "off"
  88. #    Option            "VideoKey"            "0x1E" #default value is 0x1E
  89. #    Option            "UseFBDev"            "off"
  90.     Option            "AGPMode"            "4"
  91. #    Option            "AGPFastWrite"            "on"
  92.     Option            "BusType"            "AGP"
  93. #    Option            "DDCMode"            "off"
  94. #    Option            "DisplayPriority"        "BIOS"
  95. #    Option            "MonitorLayout"            "LVDS,NONE"
  96. #    Option            "MergedFB"            "off"
  97. #    Option            "CRT2HSync"            "30.0-86.0"
  98. #    Option            "CRT2VRefresh"            "50.0-120.0"
  99. #    Option            "CRT2Position"            "RightOf"
  100. #    Option            "MetaModes"            "1024x768-1024x768"
  101. #    Option            "MergedXinerama"        "on"
  102. #    Option            "MergedXineramaCRT2IsScreen0"    "on"
  103. #    Option            "MergedDPI"            "100 100"
  104. #    Option            "MergedNonRectangular"        "off"
  105.     Option            "ColorTiling"            "on"
  106. #    Option            "IgnoreEDID"            "off"
  107.     Option            "PanelSize"            "1024x768"
  108. #    Option            "PanelOff"            "off"
  109.     Option            "EnablePageFlip"        "on"
  110. #    Option            "ForceMinDotClock"        "frequency"
  111.     Option            "RenderAccel"            "on"
  112.     Option            "RenderAccel"            "on"
  113.     Option            "AccelMethod"            "XAA"
  114.     Option            "AccelDFS"            "on"
  115. #    Option            "FBTexPercent"            "50"
  116. #    Option            "DepthBits"            "24"
  117. #    Option            "DMAForXv"            "on"
  118. #    Option            "SubPixelOrder"            "RGB"
  119. ##    Option            "DynamicClocks"            "on"
  120. ##    Option            "BIOSHotkeys"            "on"
  121.     Option            "VGAAccess"            "on"
  122. #    Option            "ReverseDDC"            "off"
  123. #    Option            "LVDSProbePLL"            "on"
  124. EndSection
  125. # ----------- [ Monitor section ] -------------------------- #
  126. Section "Monitor"
  127.     Identifier        "Monitor0"
  128.     VendorName        "IBM"
  129.     ModelName        "THINKPAD 1024X768 TFT LCD PANEL"
  130.     HorizSync        29 - 60
  131.     VertRefresh        50 - 76
  132. #    DisplaySize        248    186        # 1024x768  105dpi
  133.     UseModes        "Modes0"
  134.     ModelName        "1024X768"
  135.     Option            "DPMS"            "on"
  136. EndSection
  137. # ----------- [ Modes section ] -------------------------- #
  138. Section "Modes"
  139.     Identifier   "Modes0"
  140.     Modeline    "1024x768" 65.00  1024 1040 1176 1344  768 770 776 806
  141. EndSection
  142. # ----------- [ Screen section ] --------------------------- #
  143. Section "Screen"
  144.     Identifier        "Screen0"
  145.     Device            "Device0"
  146.     Monitor            "Monitor0"
  147.     DefaultDepth        24
  148.     DefaultFbBpp        32
  149.     Option            "Accel"
  150.     Option            "XaaNoOffscreenPixmaps"
  151.     Option            "XaaNoScanlineCPUToScreenColorExpandFill"
  152.     Option            "XaaNoScanlineImageWriteRect"
  153.     SubSection        "Display"
  154.         Depth        24
  155.         FbBpp        32
  156.         Viewport       0 0
  157.         Modes        "1024x768"
  158.     EndSubSection
  159. EndSection
  160. # ----------- [ ServerLayout section ] -------------------- #
  161. Section "ServerLayout"
  162.     Identifier        "Default"
  163.     Screen 0        "Screen0"        0 0
  164.     InputDevice        "Keyboard0"        "CoreKeyboard"
  165.     InputDevice        "Mouse0"        "CorePointer"
  166. EndSection
  167. # ----------- [ DRI section ] ---------------------------- #
  168. Section "DRI"
  169. #    Group            0
  170.     Mode            0666
  171. EndSection
  172. # ----------- [ xorg-x11-6.8+] --------------------------- #
  173. Section "Extensions"
  174.     Option            "Composite"    "Enable"
  175. #    Option            "RENDER"    "Enable"
  176. EndSection
复制代码
回复 支持 反对

使用道具 举报

发表于 2007-11-28 01:51:52 | 显示全部楼层
换新机器了,T61P,还没时间倒腾Gentoo,Mark!
回复 支持 反对

使用道具 举报

发表于 2008-12-20 07:06:24 | 显示全部楼层
感谢楼主的好帖:)
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表