LinuxSir.cn,穿越时空的Linuxsir!

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

新装debian,大堆问题哦

[复制链接]
发表于 2006-12-22 11:03:06 | 显示全部楼层 |阅读模式
刚装了debian,确实比rh系的快了不少
但是相应的很多问题我解决不了,望各位大侠指点。

我的显示器是很老的samsum syncmaster 51s(比较久的15寸显示器)的,主板intel845GL板载显卡

1.分辨率的问题:安装了驱动i810(060704intel官方驱动)以后,调整XFconfig-4?里面设置 800x600,但是进了kde显示分辨率还是只有640x480, 这个我在redhat下面是可以调到800x600的,就是那两个频率拿不准该设置为多少。 不知道怎么才能搞好


2.字体的问题:以前用的是fcitx,查阅好多资料说debian下面是用zhcon? 昨天实验了一下使用aptget安装的时候提示说貌似内核需要编译之类的,记不清具体的说了什么了,望大侠指点。
   
望大侠指点,后继的问题我会继续发在这个帖子里面,希望以后有人一路装过来的话大虾们的解决方案能够给他们提示。
发表于 2006-12-22 11:17:52 | 显示全部楼层
fcitx是输入法,它也自带某些字体。
zhcon是可以在字符模式下显示中文,ms好像和内核编译无关吧,只是build了一个依赖树,然后要安装相关的包,或者提示某些包有冲突之类的,然后让你选择“Yes”or“No”

第一个问题坛子里面有很多帖子了,找吧
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-22 11:25:17 | 显示全部楼层
是找了一些,但是修改了没有用,调整那个东西调了半天,分辨率只设置为 1024x768 900x600,但是打开还是只有640x480。

我现在是在XP下,一会进debian把详细信息贴上来。
回复 支持 反对

使用道具 举报

发表于 2006-12-22 11:58:31 | 显示全部楼层
你应该修改 /etc/X11/xorg.conf
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-22 12:56:51 | 显示全部楼层
this is my configuration file under /etc/X11: XF86Config-4 , which I've already done some modifucations to .

[color="Red"]and there is no such file /etc/X11/xorg.conf

  1. # XF86Config-4 (XFree86 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 XF86Config-4 manual page.
  7. # (Type "man XF86Config-4" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xfree86 package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xfree86
  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/XF86Config-4 /etc/X11/XF86Config-4.custom
  17. #   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
  18. #   dpkg-reconfigure xserver-xfree86

  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/Speedo"
  29.         FontPath        "/usr/lib/X11/fonts/100dpi"
  30.         FontPath        "/usr/lib/X11/fonts/75dpi"
  31. EndSection

  32. Section "Module"
  33.         Load        "GLcore"
  34.         Load        "bitmap"
  35.         Load        "dbe"
  36.         Load        "ddc"
  37.         Load        "dri"
  38.         Load        "extmod"
  39.         Load        "freetype"
  40.         Load        "glx"
  41.         Load        "int10"
  42.         Load        "record"
  43.         Load        "speedo"
  44.         Load        "type1"
  45.         Load        "vbe"
  46. EndSection

  47. Section "InputDevice"
  48.         Identifier        "Generic Keyboard"
  49.         Driver                "keyboard"
  50.         Option                "CoreKeyboard"
  51.         Option                "XkbRules"        "xfree86"
  52.         Option                "XkbModel"        "pc104"
  53.         Option                "XkbLayout"        "us"
  54. EndSection

  55. Section "InputDevice"
  56.         Identifier        "Configured Mouse"
  57.         Driver                "mouse"
  58.         Option                "CorePointer"
  59.         Option                "Device"                "/dev/input/mice"
  60.         Option                "Protocol"                "ImPS/2"
  61.         Option                "Emulate3Buttons"        "false"
  62.         Option                "ZAxisMapping"                "4 5"
  63. EndSection

  64. Section "Device"
  65.         Identifier        "Intel845"
  66.         Driver                "i810"
  67.         Option          "DRI"       "true"
  68.         Option          "composite" "Enable"
  69.         Option          "RENDER"    "Enable"
  70. EndSection

  71. Section "Monitor"
  72.         Identifier        "SyncMaster"
  73.         HorizSync        31.5-64
  74.         VertRefresh        50-86
  75.         Option                "DPMS"
  76. EndSection

  77. Section "Screen"
  78.         Identifier        "Default Screen"
  79.         Device                "Intel845"
  80.         Monitor                "SyncMaster"
  81.         DefaultDepth        16
  82.         SubSection "Display"
  83.                 Depth                1
  84.                 Modes                "800x600" "640x480"
  85.         EndSubSection
  86.         SubSection "Display"
  87.                 Depth                4
  88.                 Modes                "800x600" "640x480"
  89.         EndSubSection
  90.         SubSection "Display"
  91.                 Depth                8
  92.                 Modes                "800x600" "640x480"
  93.         EndSubSection
  94.         SubSection "Display"
  95.                 Depth                15
  96.                 Modes                "800x600" "640x480"
  97.         EndSubSection
  98.         SubSection "Display"
  99.                 Depth                16
  100.                 Modes                "1024x768" "800x600"
  101.         EndSubSection
  102.         SubSection "Display"
  103.                 Depth                24
  104.                 Modes                "800x600" "640x480"
  105.         EndSubSection
  106. EndSection

  107. Section "ServerLayout"
  108.         Identifier        "Default Layout"
  109.         Screen                "Default Screen"
  110.         InputDevice        "Generic Keyboard"
  111.         InputDevice        "Configured Mouse"
  112. EndSection

  113. Section "DRI"
  114.         Mode        0666
  115. EndSection
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-22 16:10:21 | 显示全部楼层
I have installed the fcitx, i can start the fcitx, but still i cannot input chinese,
and I have installed some fonts(simson) as what http://www.linuxsir.cn/main/?q=node/22   and http://www.linuxsir.cn/main/?q=node/94 tells, now my display of chinese is OK, but the english is bad now!
all cheracter in shell terminal and the desktop are in[color="Red"] upper case!   can any body help me?

Still the display mode is 640x480, and I couldnot change it no matter how I changed the XFconfig-4 configuration file.

Pls help me.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-22 16:27:43 | 显示全部楼层
现在重新登录可以打中文了,不知道怎么配来配去的,但是fcitx的拼音显示不出来,还有就是字体显示的时候,应用程序的标题栏上显示有的是乱码。
我用的是KDE,在桌面开一个命令终端里面显示的都是大写的字符,不知道在KDE里面怎么设置字体。

哪位大侠讲讲怎么设置分辨率吧,我知道这类文章很多,但是找不到对应我这个情况的阿,给个链接也好,现在要在图形界面下做点什么设置都不行,屏幕不够宽,确定按钮都点击不到!
回复 支持 反对

使用道具 举报

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

本版积分规则

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