Strona 1 z 4

[solved]Jak ustawić rozdzielczość 1680x1050

: 01 sie 2008, 00:36
autor: daniel10a
Witam!
Mam problem z ustawieniem rozdzielczości. Mam monitor panoramiczny 22". Karta graficzna to GeForce FX5200. Chciałbym mieć rozdzielczość 1680x1050 i wykorzystywać 32 bitową paletę kolorów. Co mam zrobić?

Mój xorg.conf wygląda następująco:

Kod: Zaznacz cały

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "pl"
    Option        "XkbOptions"    "lv3:ralt_switch"
EndSection

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

Section "Device"
    Identifier    "Configured Video Device"
    Boardname    "vesa"
    Busid        "PCI:1:0:0"
    Driver        "vesa"
    Screen    0
EndSection

Section "Monitor"
    Identifier    "Asus PG221H"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 2560x1600"
    Horizsync    31.5-99.0
    Vertrefresh    56.0 - 65.0
# 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
  Modeline "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051 1054 1087  -HSync +Vsync

    Gamma    1.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Configured Video Device"
    Monitor        "Configured Monitor"
    Defaultdepth    24
    SubSection "Display"
        Depth    24
        Virtual    2048    1536
        Modes        "1680x1050@60"    "1856x1392@60"    "1600x1200@60"    "1920x1440@60"    "1600x1200@65"    "2048x1536@60"    "1400x1050@60"    "1280x1024@60"    "1280x960@60"    "1024x768@60"    "800x600@60"    "800x600@56"    "640x480@60"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
    Load        "glx"
    Load        "GLcore"
    Load        "v4l"
EndSection
Section "device" # 
    Identifier    "device1"
    Boardname    "vesa"
    Busid        "PCI:1:0:0"
    Driver        "vesa"
    Screen    1
EndSection
Section "screen" # 
    Identifier    "screen1"
    Device        "device1"
    Defaultdepth    24
    Monitor        "monitor1"
EndSection
Section "monitor" # 
    Identifier    "monitor1"
    Gamma    1.0
EndSection
Section "ServerFlags"
EndSection
//frklin - poprawiłem go :) i jeszcze jedno dział FAQs & HOWTOs to miejsce w którym umieszczmy gotowe rozwiązania.


EDIT:
Niestety kiedy zamieniłem zawartośc to po ponownym uruchomieniu zastała mnie rozdzielczość 800x600 i wyłączone sterowniki do nvidii.
Liczę na dalszą pomoc


Po włączeniu sterowników mam rozdzielczość 1440x900 i odświerzanie 60. Podejrzewam że jest wykorzystywana 16 bitowa paleta kolorów. Jak zmienić ją na 32-bitową?

Odp: Jak ustawić rozdzielczość 1680x1050

: 01 sie 2008, 12:21
autor: [r4]
Sprobuj wedlug tego:

Kod: Zaznacz cały

$ gtf 1650 1080 60                                             
                                                                                
  # 1648x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 148.11 MHz               
  Modeline "1648x1080_60.00"  148.11  1648 1752 1928 2208  1080 1081 1084 1118  -HSync +Vsync
Popraw sekcje HorizSync i VertRefresh. Ostatnio przekonalem sie, ze 56Hz odswiezania pionowego moze byc zbyt malym marginesem dla niektorych LCD-kow. Sprobuj ustawic 50Hz.

Dlaczego chcesz 32 bity w palecie barw? Powinna byc dwudziestoczterobitowa.

Odp: Jak ustawić rozdzielczość 1680x1050

: 01 sie 2008, 22:46
autor: daniel10a
Kiedyś na windzie spodkałem się z 32 bitową.
Zaraz sprawdzę tą zmiane w xorg.conf o której napisałeś...

EDIT:
Niestety po wprowadzeniu tych zmian ciągle mam rozdzielczość 1440x900.:oops:
Bardzo mi na tym zależy. Co mam zrobić?

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 01:29
autor: mario_7
A spróbuj tak:

Kod: Zaznacz cały

sudo dpkg-reconfigure -phigh xserver-xorg

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 01:39
autor: [r4]
mario_7: ale przecież to polecenie tak naprawdę przywraca stan domyślny pliku xorg.conf; ja bym go raczej unikał w tym kontekście... :)

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 08:08
autor: daniel10a
mario_7 pisze:A spróbuj tak:

Kod: Zaznacz cały

sudo dpkg-reconfigure -phigh xserver-xorg
Ale co mi to da? Przecież raczej nie zmieni mi się ta rozdzielczość na 1680x1050 :oops:

Inne możliwości?

EDIT:
Właśnie przed chwilą udało mi się ustawić rozdzielczość 1680x1050. Pojawiła się ona w System-->Preferencje-->Rozdzielczość ekranu. Wcześniej jej nie było. Wraz z jej ustawieniem pojawił sie kolejny problem. Obraz nie mieści się na ekranie i jeśli chcę zobaczyć dół ekranu to przesuwam myszką i ekran się przesuwa w dół.
Co z tym zrobić?

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 08:34
autor: hsurim
Widać masz nie taką max rozdzielczość panela LCD

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 09:22
autor: daniel10a
Taka jest maksymalna - 1680x1050 tylko nie wiem czemu to tak się dzieje:wall:

Co zrobić?

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 10:19
autor: Gasiu
Skoro masz nvidie to czy masz stery(?), bo xorg jakby pokazuje "vesa" - zainstaluj sobie nvidia-glx, potem zobacz czy ruszuło - nie wiem czy się samo zainstaluje nvidia-settings - tutaj sobie ustaw co chcesz i zapisz (oczywiście uruchamiaj jako root, ew. kopiuj/wklej to co wyprodukuje) - jeśli to monitor to powinno pomóc - moj TV zgłasza się uparcie jako 1024x768 (sprytne ograniczenie producenta) i musiałem wytłumaczyć komputerowi ręcznie, że to nie jest prawda - dla inspiracji masz fragment mojego xorg.cof

Kod: Zaznacz cały

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "SHARP LCD"
    HorizSync       31.5 - 48.4
    VertRefresh     60.0 - 63.0
    Modeline       "1368x768_60.00"  85.86  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
    Driver         "nvidia"
    VendorName     "NVIDIA"
    BoardName      "NVIDIA GeForce 7 Series"
    Screen          0
    Option         "UseEDID" "FALSE"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "1368x768_60.00 +0+0"
EndSection

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 10:20
autor: [r4]
Skoro już udało Ci się dojść do tego momentu, to może spróbuj ustawić rozdzielczość w panelu

Kod: Zaznacz cały

sudo nvidia-settings

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 12:44
autor: daniel10a
Mam stery i nvidia-settings uruchamia się.
Niestety nie mam tam w nvidia-settings rozdzielczości 1680x1050:/

Co dalej?:oops:

EDIT:
Macie jakieś pomysły?

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 13:29
autor: dk75
stery może i masx ale system graficzny z nich nie korzysta gdyż ustawiłeś go na VESA - zmień to.

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 13:58
autor: daniel10a
jak? Przyznam, że nigdy się z tym nie bawiłem... Zawsze chodziło ok. Tylko teraz mam nowy monitor i dlatego mam problem.
Co mam dokładnie zrobić?

EDIT:
Obecnie mój xorg.conf wygląda tak:

Kod: Zaznacz cały

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

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

Section "Device"
	Identifier	"Configured Video Device"
	Boardname	"vesa"
	Busid		"PCI:1:0:0"
	Driver		"nvidia"
	Screen	0
	Option		"NoLogo"	"True"
EndSection

Section "Monitor"
	Identifier	"Asus PG221H"
	Vendorname	"Generic LCD Display"
	Modelname	"LCD Panel 2560x1600"
	Option		"DPMS"
	Horizsync	31.5-99.0
	Vertrefresh	50.0-75.0
# 1648x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 148.11 MHz               
  Modeline "1648x1080_60.00"  148.11  1648 1752 1928 2208  1080 1081 1084 1118  -HSync +Vsync
	
	Gamma	1.0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Configured Video Device"
	Monitor		"Configured Monitor"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Virtual	1680	1050
		Modes		"1680x1050@60"	"1856x1392@60"	"1600x1200@60"	"1920x1440@60"	"1600x1200@65"	"2048x1536@60"	"1400x1050@60"	"1280x1024@60"	"1280x960@60"	"1024x768@60"	"800x600@60"	"800x600@56"	"640x480@60"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
	Load		"glx"
	Load		"v4l"
EndSection
Section "device" #  
	Identifier	"device1"
	Boardname	"vesa"
	Busid		"PCI:1:0:0"
	Driver		"vesa"
	Screen	1
EndSection
Section "screen" #  
	Identifier	"screen1"
	Device		"device1"
	Defaultdepth	24
	Monitor		"monitor1"
EndSection
Section "monitor" #  
	Identifier	"monitor1"
	Gamma	1.0
EndSection
Section "ServerFlags"
EndSection
EDIT:
Zmieniłem na coś takiego:

Kod: Zaznacz cały

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

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

Section "Device"
	Identifier	"Configured Video Device"
	Boardname	"nvidia"
	Busid		"PCI:1:0:0"
	Driver		"nvidia"
	Screen	0
	Option		"NoLogo"	"True"
EndSection

Section "Monitor"
	Identifier	"Asus PG221H"
	Vendorname	"Generic LCD Display"
	Modelname	"LCD Panel 2560x1600"
	Option		"DPMS"
	Horizsync	31.5-99.0
	Vertrefresh	50.0-75.0
# 1648x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 148.11 MHz               
  Modeline "1648x1080_60.00"  148.11  1648 1752 1928 2208  1080 1081 1084 1118  -HSync +Vsync
	
	Gamma	1.0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Configured Video Device"
	Monitor		"Configured Monitor"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Virtual	1680	1050
		Modes		"1680x1050@60"	"1856x1392@60"	"1600x1200@60"	"1920x1440@60"	"1600x1200@65"	"2048x1536@60"	"1400x1050@60"	"1280x1024@60"	"1280x960@60"	"1024x768@60"	"800x600@60"	"800x600@56"	"640x480@60"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
	Load		"glx"
	Load		"v4l"
EndSection
Section "device" #  
	Identifier	"device1"
	Boardname	"nvidia"
	Busid		"PCI:1:0:0"
	Driver		"nvidia"
	Screen	1
EndSection
Section "screen" #  
	Identifier	"screen1"
	Device		"device1"
	Defaultdepth	24
	Monitor		"monitor1"
EndSection
Section "monitor" #  
	Identifier	"monitor1"
	Gamma	1.0
EndSection
Section "ServerFlags"
EndSection
Efekt tej zmiany był taki sam o jakim pisałem wyżej. Rozdzielczość była taka jaką chcę mieć ale obraz nie mieści się na ekranie:oops:
Jak tego uniknąć?

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 14:06
autor: hsurim
Teraz "nadaje" z kompa z nVidią i monitorze 1680x1050
Oto mój xorg.conf:
# xorg.conf (X.Org 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 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection

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

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

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 14:48
autor: daniel10a
Wrzuciłem twój xorg.conf ale to zepsuło całkowicie ustawienia.
Jaki masz monitor?
Przywróciłem to co miałem i dalej nie wiem co zrobić, żeby obraz mieścił się na monitorze.

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 15:12
autor: hsurim
LG W2042T

A co się stało jak wkleiłeś ?

Może tylko dopisz żądane rozdzielczości i będzie OK (??)

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 17:41
autor: daniel10a
Rozdzielczość była 1440x900 bo obecnie takiej używam. Tylko, ze obraz był tak jakby podwójny.:wall:
Rozdzielczości nie mogłem zmienić.
Dalej liczę na pomoc.

EDIT:
Ja mam monitor o takiej samej rozdzielczości max i nie rozumie dlaczeog to nie działa. Jaką masz karte?

EDIT:
Może ktoś wie co zrobić z tym zbyt dużym obrazem nie mieszczącym sie na monitorze?

EDIT:
hsurim

Co zrobiłeś, że masz taką rozdzielczość? Jakie pakiety instalowałeś po zainstalowaniu systemu?

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 19:30
autor: Gasiu
1. przecież napisałem Ci mój xorg dla inspiracji ;-)

2. zauważ, że jakby jest różnica między "_" a "@"

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 19:41
autor: dk75
poza tym twój monitor ma identyfikator "Asus PG221H" ale twój konfig ekranu (Section "screen") używa monitora "ConfiguredMonitor" którego nigdzie w konfiguracji nie ma - zmień to.

Odp: Jak ustawić rozdzielczość 1680x1050

: 02 sie 2008, 19:57
autor: hsurim
daniel10a pisze:(...)
hsurim

Co zrobiłeś, że masz taką rozdzielczość? Jakie pakiety instalowałeś po zainstalowaniu systemu?
Nic ... po zainstalowaniu, system sam poinformował, że jest sterownik do pobrania i go zainstalował.
Później tylko zasugerował (zapytał), żeby go włączyć.

Karta e-GeForce 8600 GTS