LinuxSir.cn,穿越时空的Linuxsir!

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

大家在哪些型号的在笔记本运行linux,统计一下

[复制链接]
发表于 2006-2-11 23:41:29 | 显示全部楼层
hp ze2202ap
认不出显卡和声卡驱动.装的是FC4
回复 支持 反对

使用道具 举报

发表于 2006-2-13 07:48:00 | 显示全部楼层
Asus M5200 和 Asus M2400系列都没有问题。
回复 支持 反对

使用道具 举报

发表于 2006-3-6 01:37:43 | 显示全部楼层
asus m5n
回复 支持 反对

使用道具 举报

发表于 2006-3-23 22:09:06 | 显示全部楼层
TOSHIAB 310CT

配置见签名,
下面是我的xorg.conf

  1. # xorg.conf (Xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the xorg.conf manual page.
  7. # (Type "man xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following commands as root:
  15. #
  16. #   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
  17. #   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
  18. #   dpkg-reconfigure xserver-xorg

  19. Section "Files"
  20.         FontPath        "unix/:7100"                        # local font server
  21.         # if the local font server has problems, we can fall back on these
  22.         FontPath        "/usr/lib/X11/fonts/misc"
  23.         FontPath        "/usr/lib/X11/fonts/cyrillic"
  24.         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
  25.         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
  26.         FontPath        "/usr/lib/X11/fonts/Type1"
  27.         FontPath        "/usr/lib/X11/fonts/CID"
  28.         FontPath        "/usr/lib/X11/fonts/100dpi"
  29.         FontPath        "/usr/lib/X11/fonts/75dpi"
  30.         RgbPath                "/usr/share/X11/rgb"
  31. EndSection

  32. Section "Module"
  33. #        Load        "bitmap"
  34.         Load        "dbe"
  35. #        Load        "ddc"
  36. #        Load        "dri"
  37. #        Load        "evdev"
  38. #        Load        "extmod"
  39.         Load        "freetype"
  40. #        Load        "glx"
  41. #        Load        "int10"
  42. #        Load        "record"
  43.         Load        "type1"
  44. #        Load        "vbe"
  45. # This loads the miscellaneous extensions modile, and disables
  46. # initilisation of the XFree86-DGA extension within that module.
  47.         SubSection        "extmod"
  48.           Option        "omit xfree86-dga"        # don't initialise the DGE extension
  49.         EndSubSection

  50. EndSection

  51. Section "InputDevice"
  52.         Identifier        "Generic Keyboard"
  53.         Driver                "keyboard"
  54.         Option                "CoreKeyboard"
  55.         Option                "XkbRules"        "xorg"
  56.         Option                "XkbModel"        "pc104"
  57.         Option                "XkbLayout"        "us"
  58. EndSection

  59. Section "InputDevice"
  60.         Identifier        "Configured Mouse"
  61.         Driver                "mouse"
  62.         Option                "CorePointer"
  63.         Option                "Device"                "/dev/input/mice"
  64.         Option                "Protocol"                "ImPS/2"
  65.         Option                "Emulate3Buttons"        "true"
  66. EndSection

  67. Section "Device"
  68.         Identifier        "Chips and Technologies F65555 HiQVPro"
  69.         Driver                "chips"
  70.         BusID                "PCI:0:4:0"
  71.         VideoRam        2048
  72.         Option                "UseFBDev"                "true"
  73. EndSection

  74. Section "Monitor"
  75.         Identifier        "PortegeLCD"
  76.         Option                "DPMS"
  77.         HorizSync        31.5-75
  78.         VertRefresh        40-100

  79. Modeline "640x480"        28.3        640        664        760        800        480        491        493        525
  80. ModeLine "800x600"        40.0        800        872        928        1000        600        603        619        630
  81. ModeLine "1024x600"        50.0        1024        1104        1176        1248        600        603        619        630


  82. EndSection

  83. Section "Screen"
  84.         Identifier        "Default Screen"
  85.         Device                "Chips and Technologies F65555 HiQVPro"
  86.         Monitor                "PortegeLCD"
  87.         DefaultDepth        16
  88.         SubSection "Display"
  89.                 Depth                1
  90.                 Modes                "1024x768" "800x600" "640x480"
  91.         EndSubSection
  92.         SubSection "Display"
  93.                 Depth                4
  94.                 Modes                "1024x600" "800x600" "640x480"
  95.         EndSubSection
  96.         SubSection "Display"
  97.                 Depth                8
  98.                 Modes                "1024x600" "800x600" "640x480"
  99.         EndSubSection
  100.         SubSection "Display"
  101.                 Depth                15
  102.                 Modes                "1024x600" "800x600" "640x480"
  103.         EndSubSection
  104.         SubSection "Display"
  105.                 Depth                16
  106.                 Modes                "1024x600" "800x600" "640x480"
  107.         EndSubSection
  108.         SubSection "Display"
  109.                 Depth                24
  110.                 Modes                "1024x600" "800x600" "640x480"
  111.         EndSubSection
  112. EndSection

  113. Section "ServerLayout"
  114.         Identifier        "Default Layout"
  115.         Screen                "Default Screen"
  116.         InputDevice        "Generic Keyboard"
  117.         InputDevice        "Configured Mouse"
  118. EndSection

  119. Section "DRI"
  120.         Mode        0666
  121. EndSection

复制代码


注意,添加这段后支持宽屏。
Modeline "640x480"        28.3        640        664        760        800        480        491        493        525
ModeLine "800x600"        40.0        800        872        928        1000        600        603        619        630
ModeLine "1024x600"        50.0        1024        1104        1176        1248        600        603        619        630
回复 支持 反对

使用道具 举报

发表于 2006-3-24 22:45:05 | 显示全部楼层
Ubuntu在我的本本上运行的很好,音量按制和上下滚动键都可以驱动,只有ENE CB710的内置读卡器不能使用。

BENQ JOYBOOK5000 C9  PM1。4  L2=1M
回复 支持 反对

使用道具 举报

发表于 2006-3-24 23:47:55 | 显示全部楼层
剛上 Ubuntu Linux 6.06 dapper drake flight5, 個內置讀咭機能正常地使用

Post by Hesperus
Ubuntu在我的本本上运行的很好,音量按制和上下滚动键都可以驱动,只有ENE CB710的内置读卡器不能使用。

BENQ JOYBOOK5000 C9  PM1。4  L2=1M
回复 支持 反对

使用道具 举报

发表于 2006-3-26 14:56:45 | 显示全部楼层
联想 旭日150
回复 支持 反对

使用道具 举报

发表于 2006-3-27 11:29:27 | 显示全部楼层
Thinkpad 235
Thinkpad x32
回复 支持 反对

使用道具 举报

发表于 2006-3-27 13:56:51 | 显示全部楼层

我的是hedy的210d

sonoma pm 1.73 ipw2200
version: debian sid, and ubuntu(now)
问题:debian以前不能正确打开硬盘dma,现在内核升级,ich6的问题自动解决,硬盘转速提升,故而系统完全变成linux,删掉了windows。不过debian需要更改fstab,将hd*变成sda,相应的grub/menu.lst也要改成sda,这样的话代价主要是光驱找不到了。
现在用ubuntu,dapper,一切良好。
回复 支持 反对

使用道具 举报

发表于 2006-4-4 02:19:56 | 显示全部楼层
DELL Latitude D610 rev.2
MDK 2006 SUSE 10 passed
硬件方便的主要难点:
无线网络
内置网卡
内置软猫
均驱动正常

关键是处理下ATI的显示卡驱动,一般需要修改后方可启动3D硬件加速!
回复 支持 反对

使用道具 举报

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

本版积分规则

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