- 论坛徽章:
- 0
|
笔记本的分辨率只有640*480
Try the order "XF86cfg -textmode" in console,and select the right options.
And then note the red code below in /etc/X11/XF86Config
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
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 "SWcursor" # [<bool>;]
#Option "HWcursor" # [<bool>;]
#Option "NoAccel" # [<bool>;]
#Option "ShadowFB" # [<bool>;]
#Option "UseFBDev" # [<bool>;]
#Option "Rotate" # [<str>;]
#Option "VideoKey" # <i>;
#Option "FlatPanel" # [<bool>;]
#Option "FPDither" # [<bool>;]
#Option "CrtcNumber" # <i>;
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 420 Go]"
BusID " CI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024*768"
EndSubSection
EndSection
U'd better read the "man XF86Config".
Maybe it is useful to u. |
|