设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Linux 发行版讨论区 —— LinuxSir.cn
›
Archlinux讨论区
›
又是图形界面显示问题
1
2
/ 2 页
下一页
返回列表
查看:
948
|
回复:
10
又是图形界面显示问题
[复制链接]
linuxoser
linuxoser
当前离线
积分
16
IP卡
狗仔卡
发表于 2008-3-20 02:15:43
|
显示全部楼层
|
阅读模式
经过几天的折腾,终于弄好了arch,可以应付日常使用了。但是问题来了,笔记本接通电源,一切问题没有。今天想摆脱电线的束缚,使用电池。结果图形界面根本进不去...死机。
显卡是ati mobile 9600 pro,使用开源驱动+gnome。下面的是在使用电源时可以正常工作的xorg.conf。请大家帮忙诊断一下,谢谢!!!
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Touchpad" "SendCoreEvents"
Option "AIGLX" "true"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
# Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "synaptics"
# Load "drm"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "
rotocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "
rotocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
# DisplaySize 339 212 #1280x800 96dpi
DisplaySize 332 207 #1280x800 98dpi
#DisplaySize 330 206 # 1280x800 98dpi
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV350 [Mobility Radeon 9600 M10]"
BusID "
CI:1:0:0"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
zhuqin_83
zhuqin_83
当前离线
积分
858
IP卡
狗仔卡
发表于 2008-3-20 10:10:49
|
显示全部楼层
电源和xorg.conf有什么太大关系?
看你的rc.conf是不是没有用autoloadmodule。
可能是笔记本的那几个模块没有加载,比如ac button battery etc.
回复
支持
反对
使用道具
举报
显身卡
zhuqin_83
zhuqin_83
当前离线
积分
858
IP卡
狗仔卡
发表于 2008-3-20 10:38:09
|
显示全部楼层
顺便把我的xorg.conf给你,开源驱动可以通过增加选项来提升性能。
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
# InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "GLcore"
Load "dbe"
Load "dri"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "evdev"
Option "SendCoreEvents"
Option "Name" "Logitech USB-PS/2 Optical Mouse"
Option "Device" "/dev/input/event7"
EndSection
Section "Monitor"
Identifier "External VGA Monitor"
VendorName "Samsung"
ModelName "SyncMaster 931BW"
Option "DPMS"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "TouchpadOff" "1"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Card0"
Driver "ati"
Option "AccelMethod" "EXA"
Option "PanelSize" "1440x900"
Option "RenderAccel" "on"
Option "ColorTiling" "on"
Option "AccelDFS" "on"
Option "BackingStore" "on"
# Option "DynamicClocks" "on"
BusID "PCI:1:0:0"
VendorName "ATI Technologies Inc"
BoardName "M24 [Radeon Mobility X600]"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "External VGA Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
复制代码
回复
支持
反对
使用道具
举报
显身卡
cyf3732
cyf3732
当前离线
积分
300
IP卡
狗仔卡
发表于 2008-3-20 20:14:43
|
显示全部楼层
冲 zhuqin 的这个文件,我得 mark 下,家里有台 9550se 到时候可以用用,嘿嘿,thx
回复
支持
反对
使用道具
举报
显身卡
linuxoser
linuxoser
当前离线
积分
16
IP卡
狗仔卡
楼主
|
发表于 2008-3-20 22:08:34
|
显示全部楼层
想到是xorg.conf的问题是因为我在字符界面是什么问题都没有...谢谢你的conf,我继续研究了...谢谢
回复
支持
反对
使用道具
举报
显身卡
jarryson
jarryson
当前离线
积分
5928
IP卡
狗仔卡
发表于 2008-3-20 23:13:13
|
显示全部楼层
zhuqin到底使用开源驱动还是官方驱动?
还有lz说很难进入图形界面,是如何个很难?会不会是因为你使用compiz的原因?
以前看ubuntu论坛上有人提这个问题,不过貌似没有什么结论,而且我也没遇到过这个问题,autoload模块倒是自动的
回复
支持
反对
使用道具
举报
显身卡
linuxoser
linuxoser
当前离线
积分
16
IP卡
狗仔卡
楼主
|
发表于 2008-3-21 01:07:29
|
显示全部楼层
尝试过开和不开compiz,都是一样的...很难进入呢,就是偶尔可以进入gdm界面,但是即使进入gdm,只要一登录就死翘翘了...
回复
支持
反对
使用道具
举报
显身卡
zhuqin_83
zhuqin_83
当前离线
积分
858
IP卡
狗仔卡
发表于 2008-3-21 01:19:16
|
显示全部楼层
@jarryson
你不会看我的xorg.conf阿?笨。
回复
支持
反对
使用道具
举报
显身卡
zhuqin_83
zhuqin_83
当前离线
积分
858
IP卡
狗仔卡
发表于 2008-3-21 01:19:57
|
显示全部楼层
你最好还是看一下xorg.0.log
回复
支持
反对
使用道具
举报
显身卡
jarryson
jarryson
当前离线
积分
5928
IP卡
狗仔卡
发表于 2008-3-21 10:56:24
|
显示全部楼层
Post by
zhuqin_83;1828995
@jarryson
你不会看我的xorg.conf阿?笨。
因为貌似你官方驱动也在用,怎么开源驱动也在用。。
回复
支持
反对
使用道具
举报
显身卡
下一页 »
1
2
/ 2 页
下一页
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
浏览过的版块
Linux 基础讨论区(新手速成)
网络技术\网络安全讨论
硬件设备 Linux 驱动
Slackware Linux
Linux 程序设计专题讨论
LFS(LinuxfromScratch)
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表