LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1749|回复: 14

fglrx驱动没有gentoo版本的把? 有人照wiki 装驱动成功吗 或者开源驱动开3d成功的啊

[复制链接]
发表于 2007-12-19 18:32:25 | 显示全部楼层 |阅读模式
死活搞不定3d桌面 想转回 debian~~
不过上次不注意把mnt上的debian删除了~~
又不想在装 debian的设置也很麻烦~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
发表于 2007-12-19 20:46:05 | 显示全部楼层
在gentoo下用 HD2600pro 玩beryl/compiz-fusion的人飘过~~
回复 支持 反对

使用道具 举报

发表于 2007-12-19 20:58:14 | 显示全部楼层
楼上的共享一下xorg.conf撒,借鉴~借鉴~
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-12-19 22:34:08 | 显示全部楼层
不要只飘过  这样没有意义~~~  源代码开放  方法也应该开放  避免别人重复的劳动~~~
这可是gentoo 老大的思想哦
回复 支持 反对

使用道具 举报

发表于 2007-12-19 22:39:01 | 显示全部楼层
没有听说还有只针对debian的驱动,没有其他linux驱动的人飘过。。观念根本不对。。
回复 支持 反对

使用道具 举报

发表于 2007-12-19 22:39:41 | 显示全部楼层
fglrx驱动本来就不分发行版
回复 支持 反对

使用道具 举报

发表于 2007-12-20 16:48:13 | 显示全部楼层
fglrx 和 开源混用的也路过一下。fglrx尽管强大,不过还是开源稳定!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-12-20 18:21:08 | 显示全部楼层
寒死了  在buildlist 里面没有gentoo  有debian~~~

不过终于安装好了 不过 3d 桌面开不了  7。11 支持aiglx 啊  debian下可以开  gentoo下面怎么 不能了~~
回复 支持 反对

使用道具 举报

发表于 2007-12-20 18:33:24 | 显示全部楼层
什么buildlist?
回复 支持 反对

使用道具 举报

发表于 2007-12-21 11:57:22 | 显示全部楼层
  1. Section "ServerLayout"
  2.         Identifier     "Layout0"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Keyboard0" "CoreKeyboard"
  5.         InputDevice    "Mouse0" "CorePointer"
  6.         Option      "OffTime" "20"
  7. EndSection
  8. Section "Files"
  9.         FontPath     "/usr/share/fonts/100dpi"
  10.         FontPath     "/usr/share/fonts/75dpi"
  11.         FontPath     "/usr/share/fonts/Type1"
  12.         FontPath     "/usr/share/fonts/arphicfonts"
  13.         FontPath     "/usr/share/fonts/cyrillic"
  14.         FontPath     "/usr/share/fonts/encodings"
  15.         FontPath     "/usr/share/fonts/misc"
  16.         FontPath     "/usr/share/fonts/TTF"
  17.         FontPath     "/usr/local/share/fonts"
  18. EndSection
  19. Section "Module"
  20.         Load  "bitmap"
  21.         Load  "int10"
  22.         Load  "vbe"
  23.         Load  "dbe"
  24.         Load  "fglrx"
  25.         Load  "extmod"
  26.         Load  "type1"
  27.         Load  "freetype"
  28.         Load  "dri"
  29.         Load  "drm"
  30.         Load  "glx"
  31.         Load  "record"
  32. EndSection
  33. Section "ServerFlags"
  34.         Option      "AIGLX" "on"
  35. EndSection
  36. Section "InputDevice"
  37.     # generated from data in "/etc/conf.d/gpm"
  38.         Identifier  "Mouse0"
  39.         Driver      "mouse"
  40.         Option      "Protocol" "IMPS/2"
  41.         Option      "Device" "/dev/input/mouse0"
  42.         Option      "Emulate3Buttons" "no"
  43.         Option      "ZAxisMapping" "4 5 6 7"
  44. EndSection
  45. Section "InputDevice"
  46.     # generated from default
  47.         Identifier  "Keyboard0"
  48.         Driver      "kbd"
  49. EndSection
  50. Section "Monitor"
  51.     # HorizSync source: edid, VertRefresh source: edid
  52.         Identifier   "Monitor0"
  53.         VendorName   "Unknown"
  54.         ModelName    "AOC TFT1780"
  55.         HorizSync    30.0 - 83.0
  56.         VertRefresh  55.0 - 75.0
  57.         Option      "DPMS" "true"
  58. #    Option         "ReducedBlanking"
  59. EndSection
  60. Section "Device"
  61. #        Driver         "radeonhd"
  62.         Driver     "fglrx"
  63.         Identifier  "Videocard0"
  64. #        Driver      "vesa"
  65.         VendorName  "AMD Corporation"
  66.         BoardName   "RadeonHD 2600pro"
  67.         Option      "RingSize" "32"
  68.         Option      "UseInternalAGPGART" "no"
  69. #       Option      "VideoOverlay" "on"
  70.         Option      "TexturedVideo" "on"
  71.         Option      "ForceMonitors" "notv"
  72.         Option          "OpenGLOverlay" "off"
  73.         BusID       "PCI:1:0:0"
  74. EndSection
  75. Section "Screen"
  76.         Option         "RenderAccel" "true"
  77.         Option         "backingstore" "true"
  78.         Identifier "Screen0"
  79.         Device     "Videocard0"
  80.         Monitor    "Monitor0"
  81.         DefaultDepth     24
  82.         Option      "DPMS" "TRUE"
  83.         SubSection "Display"
  84.                 Viewport  0 0
  85.                 Depth     24
  86.                 Modes    "1280x1024" "1024x768" "800x600" "640x480"
  87.         EndSubSection
  88. EndSection
  89. Section "DRI"
  90.         Mode         0666
  91. EndSection
  92. Section "Extensions"
  93.         Option      "XVideo" "Enable"
  94. EndSection
  95. Section "Extensions"
  96.         Option  "Composite"     "Enable"
  97. EndSection
复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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