Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Как выставить нужное разрешение в xorg.conf
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
rsl
n00b
n00b


Joined: 06 Apr 2005
Posts: 8
Location: Ukraine,Kharkov

PostPosted: Wed Jun 14, 2006 7:01 am    Post subject: Как выставить нужное разрешение Reply with quote

Добрый день
Перелопатил весь xorg.conf никак не могу выставить разрешение 1280x1024,самое высокое остается 1024x768,подскажите пожалуйста как правильно указать
Заранее спасибо

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mouse0"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "ViewSonic"
ModelName "Monitor Model"
HorizSync 15-25, 30-50
VertRefresh 50-100
ModeLine "1280x1024" 45 1280 1024 1048 1208 1264 768 776 784
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>]
Identifier "Card0"
Driver "vesa"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:5:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Back to top
View user's profile Send private message
fedukoff
Apprentice
Apprentice


Joined: 19 Dec 2005
Posts: 229
Location: Latvia

PostPosted: Wed Jun 14, 2006 7:07 am    Post subject: Reply with quote

в секцию screen добавь:
Code:
DefaultDepth 24
Back to top
View user's profile Send private message
yo.e
n00b
n00b


Joined: 03 Apr 2006
Posts: 4

PostPosted: Wed Jun 14, 2006 7:25 pm    Post subject: Reply with quote

[code] ModeLine "1280x1024" 45 1280 1024 1048 1208 1264 768 776 784[/code]

ModeLine задан неправильно , сейчас задаёт разрешение 1280 x 1264. Попробуй дефолтный для "1280x1024", закоментировав строчку со своим. Также можно посмотреть какие вообще есть по умолчанию - Ctrl+Alt+Keypad-Plus/Ctrl+Alt+Keypad-Minus в иксах
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum