LinuxSir.cn,穿越时空的Linuxsir!

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

10.1 RC1 测试指南及BUG报告汇总处

[复制链接]
 楼主| 发表于 2004-9-5 15:08:54 | 显示全部楼层
最初由 L0veyou 发表
硬盘ISO文件自定义安装,本人遇到的一些状况:
1,控制台tty1显示极为不正常,有些不显示,底下一段花屏,
2,使用教育网静态IP
,/etc/resolv.conf每次开机(关机?)即被清空,导致无法解析域名

1. tty1 的问题是已知问题。我的机器根本就打不开tty1~6,只能在tty7上跑。这个问题相信会在下一测试版中予以解决。
2. 建议使用drakconnect重新设置LAN连接,看是否还会有此情况。
发表于 2004-9-5 15:38:29 | 显示全部楼层
问题找到了,
在设置DNS的时候要填写完整的主机名。。。
 楼主| 发表于 2004-9-5 18:57:16 | 显示全部楼层

抓图一

我从来没有奢望过我的电视卡能够在Linux下使用,但事情就是那么奇妙。10.1RC1中突然在桌面出现了xawtv的图标,让我惊喜不已。

本帖子中包含更多资源

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

x
 楼主| 发表于 2004-9-5 19:09:10 | 显示全部楼层

抓图二

Totem 居然可以直接播放VCD,注意它支持VCD2.0的序列和菜单。新的Evolution看起来也不错,但与Opera相比,对邮件的智能管理还要逊色很多。

大家请注意“文件(F)”中的括号。在先前版本中这个括号要占用一个汉字的宽度,而在RC1中由于对fonts.conf进行了更改,这个问题得到了解决。

本帖子中包含更多资源

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

x
发表于 2004-9-5 21:46:41 | 显示全部楼层
scim与Realplayer(版本10.0.0.297)有冲突,导致Realplayer不能启动,或者一打开File-OpenFile就自动退出~
改用fcitx就好了
发表于 2004-9-6 07:45:29 | 显示全部楼层
那 Gnome 桌面上有两个“回收站”的问题怎么解决?
 楼主| 发表于 2004-9-6 10:34:43 | 显示全部楼层
最初由 ShiyuTang 发表
那 Gnome 桌面上有两个“回收站”的问题怎么解决?

似乎要等到KDE 3.3来解决。该版本更加符合Freedesktop.org的规范。
发表于 2004-9-6 22:47:06 | 显示全部楼层
严重的 Bug:
笔记本上的 Synaptics Mouse 触摸板驱动无法正常启动,并且导致 X 无法启动!必须注释掉才行!下面是系统自动生成的 /etc/X11/xorg.conf:

  1. # File generated by XFdrake.

  2. # **********************************************************************
  3. # Refer to the XF86Config man page for details about the format of
  4. # this file.
  5. # **********************************************************************

  6. Section "Files"
  7.     # Multiple FontPath entries are allowed (they are concatenated together)
  8.     # By default, Mandrake 6.0 and later now use a font server independent of
  9.     # the X server to render fonts.
  10.     FontPath "unix/:-1"
  11. EndSection

  12. Section "ServerFlags"
  13.     #DontZap # disable <Crtl><Alt><BS> (server abort)
  14.     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
  15.     AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
  16. EndSection

  17. Section "Module"
  18.     Load "dbe" # Double-Buffering Extension
  19.     Load "v4l" # Video for Linux
  20.     Load "extmod"
  21.     Load "type1"
  22.     Load "freetype"
  23.     [color=red]Load "synaptics"[/color]
  24.     Load "glx" # 3D layer
  25.     Load "/usr/X11R6/lib/modules/extensions/libglx.a"
  26. EndSection

  27. Section "InputDevice"
  28.     Identifier "Keyboard1"
  29.     Driver "Keyboard"
  30.     Option "XkbModel" "pc105"
  31.     Option "XkbLayout" "en_US"
  32.     Option "XkbOptions" ""
  33. EndSection

  34. Section "InputDevice"
  35.     Identifier "Mouse1"
  36.     Driver "mouse"
  37.     Option "Protocol" "ExplorerPS/2"
  38.     Option "Device" "/dev/mouse"
  39.     Option "ZAxisMapping" "6 7"
  40. EndSection

  41. Section "Monitor"
  42.     Identifier "monitor1"
  43.     VendorName "Generic"
  44.     ModelName "Flat Panel 1024x768"
  45.     HorizSync 31.5-48.5
  46.     VertRefresh 40-70
  47.    
  48.     # Sony Vaio C1(X,XS,VE,VN)?
  49.     # 1024x480 @ 85.6 Hz, 48 kHz hsync
  50.     ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
  51.    
  52.     # Dell D800 and few Inspiron (16/10) 1280x800
  53.     ModeLine "1280x800"  147.89  1280 1376 1512 1744  800 801 804 848
  54.    
  55.     # Dell D800 and few Inspiron (16/10) 1680x1050
  56.     ModeLine "1680x1050"  214.51  1680 1800 1984 2288  1050 1051 1054 1103
  57.    
  58.     # Dell D800 and few Inspiron (16/10) 1920x1200
  59.     ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync +VSync
  60.    
  61.     # TV fullscreen mode or DVD fullscreen output.
  62.     # 768x576 @ 79 Hz, 50 kHz hsync
  63.     ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
  64.    
  65.     # 768x576 @ 100 Hz, 61.6 kHz hsync
  66.     ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
  67. EndSection

  68. Section "Device"
  69.     Identifier "device1"
  70.     VendorName "Silicon Integrated System"
  71.     BoardName "SiS 650"
  72.     Driver "sis"
  73.     Option "DPMS"
  74. EndSection

  75. Section "Screen"
  76.     Identifier "screen1"
  77.     Device "device1"
  78.     Monitor "monitor1"
  79.     DefaultColorDepth 24
  80.    
  81.     Subsection "Display"
  82.         Depth 8
  83.         Virtual 1024 768
  84.     EndSubsection
  85.    
  86.     Subsection "Display"
  87.         Depth 15
  88.         Virtual 1024 768
  89.     EndSubsection
  90.    
  91.     Subsection "Display"
  92.         Depth 16
  93.         Virtual 1024 768
  94.     EndSubsection
  95.    
  96.     Subsection "Display"
  97.         Depth 24
  98.         Virtual 1024 768
  99.     EndSubsection
  100. EndSection

  101. Section "ServerLayout"
  102.     Identifier "layout1"
  103.     InputDevice "Keyboard1" "CoreKeyboard"
  104.     [color=red]InputDevice "SynapticsMouse1" "AlwaysCore"[/color]
  105.     InputDevice "Mouse1" "CorePointer"
  106.     Screen "screen1"
  107. EndSection
复制代码

必须注释掉红色的那几行才能进 X。

已经报告为 Bug 11240。http://qa.mandrakesoft.com/show_bug.cgi?id=11240
发表于 2004-9-7 06:02:14 | 显示全部楼层

不注释也可以的

方法:安装完成后使用xf86cfg打开配置界面,不用修改任何的东西,只要保存推出就可以。
发表于 2004-9-7 09:32:56 | 显示全部楼层
我的RC1的中文输入法怎么调不出来?按下 CTRL+空格 后没任何反应啊!还要做什么设置吗?(我用的是KDE)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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