Zagadnienia dotyczące menadżerów okien, środowisk graficznych - X, KDE, GNOME, Fluxbox, XFCE., Compiz itp.
SeRdEcZnY
Beginner
Posty: 161 Rejestracja: 20 listopada 2007, 20:45
Post
autor: SeRdEcZnY » 28 lipca 2008, 14:50
Problem brzmi następująco: zainstalowałem Debiana Etch, skonfigurowałem Xorg'a i nie mogę (przynajmniej używając odnośnika
"Rozdzielczość ekranu" w
menu gnome zmienić rozdzielczości na
1400/900
fragment xorg'a dot monitora:
Kod: Zaznacz cały
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
HorizSync 30-100
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82865G Integrated Graphics Controller"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
najwyższa możliwa rozdzielczość w menu to
1280/1024
borlus
Beginner
Posty: 299 Rejestracja: 08 stycznia 2008, 14:27
Lokalizacja: okolice Poznania
Post
autor: borlus » 05 sierpnia 2008, 17:57
A próbowałeś zaznaczyć w konfiguracji X-ów obsługę wyższych rozdzielczości?
Ventrue
Junior Member
Posty: 532 Rejestracja: 06 lipca 2007, 12:10
Lokalizacja: Lubin
Post
autor: Ventrue » 05 sierpnia 2008, 18:11
Spójrz na mój xorg.conf, może Ci pomoże:
Kod: Zaznacz cały
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Thu Dec 13 19:10:32 PST 2007
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
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 "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "pl"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
EndSection
Section "Monitor"
# HorizSync source: xconfig, VertRefresh source: xconfig
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
ModeLine "1440x900_60" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8400 GS"
Option "AllowGLXWithComposite" "true"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1440x900_60_0 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
EndSubSection
Option "AddARGBGLXVisuals" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
1440x900@60 Hz
SeRdEcZnY
Beginner
Posty: 161 Rejestracja: 20 listopada 2007, 20:45
Post
autor: SeRdEcZnY » 05 sierpnia 2008, 23:00
borlus pisze: A próbowałeś zaznaczyć w konfiguracji X-ów obsługę wyższych rozdzielczości?
tak, umieściłem przecież config...
@Ventrue pobawię się jutro jak znajdę wolną chwilę. W ogóle jakieś dziwne "smugi" były (ostatnio nie sprawdzałem), zaktualizowałem kernela z
2.18 do
2.24 , sadziłem, ze to pomoże ustawić lepszą rozdzielczość, ale się myliłem... Dodam jeszcze, że przedtem miałem Lenny na tym komputerze i wszytko było ok...
(oczywiście monitor działa bez zarzutów na innym komputerze)
Pozdrawiam ]1440x900_60_0[/b] co oznaczają te cyferki po rozdzielczości ?
borlus
Beginner
Posty: 299 Rejestracja: 08 stycznia 2008, 14:27
Lokalizacja: okolice Poznania
Post
autor: borlus » 06 sierpnia 2008, 11:18
Te cyferki to odświerzanie jak sądzę...
matiit
Beginner
Posty: 231 Rejestracja: 27 stycznia 2007, 09:45
Post
autor: matiit » 06 sierpnia 2008, 11:22
Pewnie jakieś sterowniki za stare... Dlatego w Lennym działało.
SeRdEcZnY
Beginner
Posty: 161 Rejestracja: 20 listopada 2007, 20:45
Post
autor: SeRdEcZnY » 06 sierpnia 2008, 17:00
Możliwe, nie mam kiedy sprawdzić configa.