Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   Общий по Linux (http://forum.oszone.net/forumdisplay.php?f=9)
-   -   [решено] gnome разрешение экрана (http://forum.oszone.net/showthread.php?t=141634)

dihlof0s 02-06-2009 08:32 1132771

gnome разрешение экрана
 
в настройках экрана в гноме максимальное разрешение которое можно выставить это 800*600
хотя по идее должно быть и большее разрешение

ramstor@debian:~$ cat /etc/X11/xorg.conf
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
#.....................................ет я сам дописал пытаясь решить эту проблему :)
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
#.....................................
EndSection

ruslandh 02-06-2009 08:35 1132773

Хорошо-бы взглянуть на лог /var/log/Xorg.0.log

PS Оконный менеджер (gnom или kde, или ещё что) - тут не при чём.

dihlof0s 02-06-2009 08:51 1132788

выкладываю /Xorg.0.log
нашел даж там полезную инфу, но куда от этой информации плясать я хз

[mzd] 02-06-2009 09:17 1132812

В логах пишет:
Цитата:

(II) NV(0): Not using mode "1280x1024" (no mode of this name)
(II) NV(0): Not using mode "1024x768" (no mode of this name)
Неплохо бы прописать modeline в секции монитора для этих режимов, например, как у меня:
Цитата:

Section "screen" #
Identifier "screen1"
Device "ATI Radeon"
Defaultdepth 24
Monitor "Configured Monitor"
Monitor "Samsung SyncMaster 760BF"
SubSection "Display"
Depth 24
Modes "1152x864_75.00" "1024x768_75.00"
EndSubSection
EndSection
Section "monitor"
Identifier "Samsung SyncMaster 760BF"
Horizsync 30.0 - 65.0
Vertrefresh 50.0 - 75.0
Option "DPMS"
modeline "1152x864_75.00" 104.99 1152 1224 1352 1552 864 865 868 902 -HSync +Vsync
modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync
Gamma 1.0
EndSection
modeline можно посчитать тут

dihlof0s 02-06-2009 09:48 1132827

:up
помогло!
спасибо!

wers1974 11-11-2009 10:32 1267322

У меня такая проблема! nvidia setting выставляет максимальное разрешение экрана 1024х768. а мне надо установить если возможно 1280х1024.
xrandr
читать дальше »
Screen 0: minimum 320 x 240, current 1024 x 768, maximum 1024 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 50.0* 800x600 51.0 52.0 53.0 680x384 54.0 55.0 640x480 56.0 512x384 57.0 400x300 58.0 320x240 59.0


xorg.conf
читать дальше »
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Module"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600GS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1024x768_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection


Modeline
читать дальше »
# 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync

# 1280x1024 @ 75.00 Hz (GTF) hsync: 80.17 kHz; pclk: 138.54 MHz
Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync

# 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync


как правильно подправить xorg.conf а то у меня ничего не выходит(вариант что предложен выше не помог)вк 8600GS. драйвера nvidia 180. Linux ubuntu 9.04.

Eakdrazile 11-11-2009 10:54 1267335

Почитайте здесь и здесь, может поможет.

Messir666 15-02-2010 05:43 1347346

Здравствуйте, уважаемые форумчане.
Всё прочитал, всё поделал, проблема слегка видоизменилась. Суть её такова. После установки Ubuntu 9.04 подключил новый монитор - широкоформатный LG L192WS. Никак не могу добиться нормального разрешения. В смысле, с xorg.conf я разобрался, все возможные модлайны и моды прописал. И, в общем-то, при определённых параметрах система выдаёт-таки родное разрешение 1440х900, НО. При этом сам монитор работает в режиме 1280х1024 (это видно, если зайти в его меню) и картинка, выдаваемая системой, не помещается на экран.
Что я делаю не так? Измаялся уже.


Время: 14:18.

Время: 14:18.
© OSzone.net 2001-