为什么我的ubuntu不能全屏

CPU/显卡/打印机/USB设备等硬件问题
回复
fexzi
帖子: 36
注册时间: 2009-01-09 12:50

为什么我的ubuntu不能全屏

#1

帖子 fexzi » 2009-12-11 19:27

具体的情况是这样的!我是用服务器版的UBUNTU,由于需要,所以安装了最基本的X窗口+XFCE4,装完以后不能以全屏显示?在安装过程我按要求设成1024*768了,为什么还是不能显示?我的xorg.conf里面是这样的:
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
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 "Generic Video Card"
Driver "vesa"
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 "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
我的显卡是ATI 64M的早期的显卡,这上面是不是哪里还要设置一下,有哪位大哥帮忙看一下.
头像
tenzu
论坛版主
帖子: 36924
注册时间: 2008-11-21 20:26

Re: 为什么我的ubuntu不能全屏

#2

帖子 tenzu » 2009-12-11 19:29

如果是gdm,可以考虑干掉xorg.conf试试 :em09
fexzi
帖子: 36
注册时间: 2009-01-09 12:50

Re: 为什么我的ubuntu不能全屏

#3

帖子 fexzi » 2009-12-11 19:32

不是很清楚,能说得详细点吗?
头像
gbcwbz
帖子: 297
注册时间: 2009-05-09 14:58
来自: 江苏

Re: 为什么我的ubuntu不能全屏

#4

帖子 gbcwbz » 2009-12-11 23:13

我的也是,windows下没问题,Ubuntu下有黑边,可能是显卡驱动问题
回复