Witam wszystkich,
Problem zaczął się gdy chciałem sobie poprawić rozdzielczość monitora. Wiem, że potrafi wyświetlać 1280x1024, ale po zainstalowaniu Ubuntu 8.04 najwięcej ile się dało to 1024x768 (w 7.10 działało). Poszukałem podpowiedzi na tym forum, niestety nie przyniosły rezultatu, w zamian stało się co zaraz opiszę.
Na początku zainstalowałem nvidia-settings, żeby menu "X Server Display Configuration" / Advanced dopisać żądaną rozdzielczość ręcznie, ale odmówiło zapisania ustawień do pliku xorg.conf (nie wiem czemu).
Potem próbowałem naprawić ustawienia monitora, ale w odpowiednim okienku nie znalazłem opcji zmiany rozdzielczości.
Wszystko jak dotąd według tego wątku: http://www.ubuntu.pl/forum/viewtopic.ph ... lczo%B6%E6
Potem Zastosowałem się do tego: viewtopic.php?t=80263&highlight=rozdzielczo%B6%E6
Mianowicie dopisałem do xorg.conf coś takiego:
Kod: Zaznacz cały
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480" #7
EndSubSection

Mianowicie żadne okienko nie ma "belki" z tytułem okna.
Przywrócenie poprzedniej konfiguracji xorga jak i restartowanie go nie pomogło.
Obecnie xorg wygląda tak:
Kod: Zaznacz cały
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Tue Jan 22 19:53:46 PST 2008
# 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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
EndSection
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 "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection
Monitor to Samsung SyncMaster 753 DF
Bardzo proszę o pomoc. Nie zależy mi tak bardzo na poprawieniu tej rozdzielczości na wyższą, ile na odzyskaniu normalnego wyglądu.
PS. Dodatkowy problem jest taki, ze okno terminala objawia mi się jako wielka biała plama - polecenia trzeba wpisywać na pamięć, nie widze ani tego, co wpisuję, ani tego co jest wyświetlane.