Vaihdoin vasta vanhan Syncmaster -CRT -näytön Packard-Bellin TFT-näyttöön ja ongelmana on, että aina käynnistettäessä kuva alkaa väreilemään jo latauslogosta lähtien. NVIDIA X Server Settings -ohjelmalla sitten vaihdan resoluution 1440x900 ja virkistystaajuuden "Auto" ja kaikki on hyvin seuraavaan käynnistyskertaan saakka, jolloin ongelmat taas palaavat. Olen klikannut "Save to X configuration file" -nappia, mutta jostain syystä tallennus heittää virheviestin, että ei onnistu. Aiemmin virheviestin sisältö oli "cant save to X server settings" tai jotain tuon tapaista, nyt taas kun menin terminaalin kauttaa muuttamaan xorgin asetuksia, niin nvidia-settings -ohjelma herjaa, että "Failed to parse existing X config file". Ohjelman ehdottamaa konfiguraatiota voi kuitenkin tarkastella, ja se on seuraavanlainen:
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Geforce 4 MX"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "UseFBDev" "true"
EndSection
# Identifier "Syncmaster 700b"
# Option "DPMS"
# HorizSync 30-69
# VertRefresh 50-160
Section "Screen"
Identifier "Default Screen"
Device "Geforce 4 MX"
Monitor "Packard-Bell"
DefaultDepth 24
SubSection "Display"
EndSection
Section "Device"
Identifier "Geforce 4 MX"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "UseFBDev" "true"
EndSection
# Identifier "Syncmaster 700b"
# Option "DPMS"
# HorizSync 30-69
# VertRefresh 50-160
Section "Screen"
Identifier "Default Screen"
Device "Geforce 4 MX"
Monitor "Packard-Bell"
DefaultDepth 24
SubSection "Display"
Modes "1440x900" "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Allaolevan taas kopioin xorg.confista terminaalin kautta:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@vernadsky) Thu Jun 5 09:26:53 UTC 2008
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
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"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "PKB Viseo 193 Ws"
HorizSync 30.0 - 80.0
VertRefresh 55.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce4 MX Integrated GPU"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: 1440x900 +0+0; CRT-0: 1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Koitin muuttaa käsin resoluutiot kohtaan "Screen" oikeiksi ja disabloida Samsung-asetukset (kommenttina), mutta ei oikein toimi. Nvidian logo näkyy kyllä oikein käynnistyksen yhteydessä, mutta muuten ei. Miltä xorgin pitäisi näyttää, että kaikki toimisi oikein? Toiseksi: onko olemassa ohjelmaa (minkä niminen?) jolla saisi root-käyttäjän oikeudet väliaikaisesti, jos tykkää graafisesti säätää asetuksia joihin normioikeudet ei riitä?
Kiitoksia taas.