这三天的的时间里,装gentoo花了我好些时间。而自己对于/etc/X11/xorg.conf的配置又不太懂,每次运行Xorg -configure去配置自己的显卡,都会有问题。
后来在网上看到帖子,有人用ubuntu下的xorg.conf拿过来用成功了,于是我也把ubuntu下面的xorg.conf拷过来放到/etc /X11/目录下,然后ATI显卡初始化命令是aticonfig --initial --input=/etc/X11/xorg.conf结果没有错误出现,生成了一个新的文件,然后我再把新生成的文件copy到/etc/X11 /xorg.conf,把原来的覆盖掉。
在自己的主目录下面,写一个.xinitrc,添加exec gnome-session。然后再startx,分辨率终于可以到1280x800了,刷新率也可以达到60啦。真是高兴极了!
我本本的硬件条件大约如下:
CPU: Intel(R) Pentium(R) M processor 1.73GHz
显示卡: ATI MOBILITY RADEON X300
有线网卡: Broadcom 440x 10/100 Integrated Controller
磁盘驱动器: FUJITSU MHV2060AH
下面,分享下gentoo2007环境下我的xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies Inc M22 [Radeon Mobility M300]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc M22 [Radeon Mobility M300]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
07年10月02日 09:55
分享到:
相关推荐
detr-r50-e632da11.pth
用作CenterNet2的相关文件
w600k_r50
SLOWFAST_8x8_R50_DETECTION.pyth 权重文件
glint360k_cosface_r50_fp16_0.1.pth
权重文件:tinaface_r50_fpn_widerface.pth
pytorch-insightface retinaface_r50_v1预训练模型retinaface_r50_v1.zip
retinaface-R50.zip
泉盛对讲机UV-R50说明书(通用).pdf
insightface-models-retinaface_r50_v1模型文件R50-0000.params
r50_deformable_detr-checkpoint.pth
DN-DETR-R50-50ep.zip 这个压缩包文件的名称暗示了它可能包含一个基于深度学习的物体检测模型,具体来说是DETR(DEtection TRansformer)的一个变体,该模型使用ResNet-50作为基础特征提取器。DETR是由Facebook AI ...
MXNet 深度学习,人脸识别预训练模型:(1) arcface_r100_v1 :model-0000.params ,model-symbol.json (2) retinaface-R50: R50-0000.params, R50-symbol.json
标题 "r50-deformable-detr-checkpoint.pth" 暗示了这是一个与深度学习相关的权重文件,特别是用于Deformable DETR模型的训练。Deformable DETR是目标检测领域的一个最新进展,它是DETR(DEtection TRansformer)的...
insightface 用于预训练的人脸模型,可用于深度学习人脸识别模型的训练
【泉盛UV-R50写频软件】是专为泉盛品牌的一款对讲机设备——UV-R50设计的配置工具。在无线电通信领域,写频软件是至关重要的,它允许用户自定义对讲机的各种参数,以适应不同的通信需求。这款软件能够帮助用户调整UV...