LinuxSir.cn,穿越时空的Linuxsir!

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

startx 后黑屏---新手问题

[复制链接]
发表于 2006-11-5 00:52:23 | 显示全部楼层 |阅读模式
显卡:双敏 nVidia GeForce 4 MX 440 (8x 64M)

第一次装Slax,10.0的,装好后试着运行startx


黑屏,,,

,,在论坛里看了一晚上的这方面的教程,仍然不知道怎么下手,,(很无奈)

#1,
运行xf86config,有错误提示,说是没有这个命令...(有个教程里说这个命令可以配置显卡和显示器) --- 不知道应该用什么命令??

#2,
运行xwmconfig,尝试了initrc.kde/gnome/xfce/fvwm2/twm...等桌面管理器,startx后仍然是黑屏...


=== 小菜菜一个,对linux的理解甚少,希望各位有经验的多多指教!!!谢过!!!
发表于 2006-11-5 00:57:41 | 显示全部楼层
修改/etc/xorg.conf
你用命令行登陆用,vi/vim修改。
具体修改方法网上搜索一下。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-5 01:22:44 | 显示全部楼层
修改/etc/X11/xorg.conf:
    HorizSynx  31.5-57.0
    VertRefresh  50-85

startx依然黑屏,,不知道还需要修改些什么么???
回复 支持 反对

使用道具 举报

发表于 2006-11-5 01:55:02 | 显示全部楼层
  1. # Screen sections
  2. # **********************************************************************
  3. # Any number of screen sections may be present.  Each describes
  4. # the configuration of a single screen.  A single specific screen section
  5. # may be specified from the X server command line with the "-screen"
  6. # option.
  7. Section "Screen"
  8.     Identifier  "Screen 1"
  9.     Device      "VESA Framebuffer"
  10.     Monitor     "My Monitor"
  11. # If your card can handle it, a higher default color depth (like 24 or 32)
  12. # is highly recommended.
  13. #   DefaultDepth 8
  14. #   DefaultDepth 16
  15.    DefaultDepth 24
  16. #   DefaultDepth 32
  17. # "1024x768" is also a conservative usable default resolution.  If you
  18. # have a better monitor, feel free to try resolutions such as
  19. # "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
  20. # card/monitor can produce)
  21.     Subsection "Display"
  22.         Depth       8
  23.         Modes "1024x768" "800x600" "640x480"
  24.     EndSubsection
  25.     Subsection "Display"
  26.         Depth       16
  27.         Modes "1024x768" "800x600" "640x480"
  28.     EndSubsection
  29.     Subsection "Display"
  30.         Depth       24
  31.         Modes "1024x768" "800x600" "640x480"
  32.     EndSubsection
  33.     Subsection "Display"
  34.         Depth       32
  35.         Modes "1024x768" "800x600" "640x480"
  36.     EndSubsection
  37. EndSection
复制代码

调试一下显示配置。从/etc/X11/xorg.conf   中找到上图中的部分,将DefaultDepth 项先从最低的测试,并且将   “Modes "1024x768" "800x600" "640x480"    ” 中1024**768    删了,不行再删800*600。如可启动,可能是dri 引起,要关了dri.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-5 03:28:04 | 显示全部楼层
Thanks dogking & dgkgnrt,

after runing the xorgsetup  &  xorgconfig and dealing with some configurations,I now could use the desktop manager easily..  

It's my first time to use Slax ... it's so quick and perfect that i like very much...

thanks again  for your help !!!
回复 支持 反对

使用道具 举报

发表于 2006-11-5 21:32:01 | 显示全部楼层
U can have a look at the log file in dir /var/log/.
add the following kernel parameters:noapic acpi=off pci=noacpi.
回复 支持 反对

使用道具 举报

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

本版积分规则

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