Gå til innhold

nvidia-settings mistet etter omstart


Anbefalte innlegg

Klarte omsider å få valgt en oppløsning på 1360*768 60hz på min Samsung 32" i Ubuntu 7.10. Gjorde det ved å legge til en modline i Xorg fila. Da kunne jeg velge 1360 *768 i nvidia-settings.

 

Oki , så når jeg restarter maskinen så har kjære ubuntu satt oppløsningen til 1280*768 50Hz.

 

Så jeg valgte 1360 *768 igjenn i nvidia-settings og valgte at den skulle skrive forandringene til Xorg. Da jeg så omstartet maskinen igjenn var oppløsningen igjenn satt til 1280*768, men nå var heller ikke 1360*768 tilgjennelig i nvidia-settings. :cry:

 

Noen med gode forslag til hvordan jeg får nvidia-settings til å bli værende etter omstart?

 

 

(Er Mandriva "bedre" når det gjelder oppsett av oppløsninger / oppdateringsfrekvens enn ubuntu? Ønsker virkelig å få dette til skikkelig da jeg bruker PC-en som HTPC i stua. Nå kjører jeg windows mest , men er lei av det)

Lenke til kommentar
Videoannonse
Annonse

Når dette skjedde med meg en gang var problemet enkelt; Jeg installerte nVidia-driverne, oppdaterte systemet og kernel - det som da er problemet er at det noen ganger kommer en ny oppføring i grub.conf/menu.list med en ny kernel som ikke er kompilert mot nVidia-driverne, så jeg måtte velge den oppføringen i grub som hadde rett kernel, bygget mot rette drivere.

 

Du har ikke samme problemet kanskje?

 

På en annen side så skal jo i grunn endringene dine bli lagret på den nye kernelen om du booter fra den, eller den andre hvor nvidia-driverne er kompilert inn, uansett, så kan hende problemet ligger en annen plass.

Lenke til kommentar
Du kan jo poste xorg.conf her

 

Oki, her er xorg slik jeg redigerte den før jeg tuklet med nvidia-settings:

 

 

 

 

# xorg.conf (xorg 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 "Files"

EndSection

 

Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "CoreKeyboard"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "no"

Option "XkbOptions" "lv3:ralt_switch"

EndSection

 

Section "InputDevice"

Identifier "Configured Mouse"

Driver "mouse"

Option "CorePointer"

Option "Device" "/dev/input/mice"

Option "Protocol" "ImPS/2"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "true"

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 "Generic Video Card"

Driver "nvidia"

Busid "PCI:0:13:0"

Option "AddARGBVisuals" "True"

Option "AddARGBGLXVisuals" "True"

Option "NoLogo" "True"

EndSection

 

Section "Monitor"

Identifier "Generic Monitor"

Option "DPMS"

Modeline "1360x768_60.00" 84.72 1360 1424 1568 1776 768 769 772 795 -HSync +Vsync

Horizsync 28-64

Vertrefresh 43-60

EndSection

 

Section "Screen"

Identifier "Default Screen"

Device "Generic Video Card"

Monitor "Generic Monitor"

Defaultdepth 24

SubSection "Display"

Modes "1280x768" "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

Section "Module"

Load "glx"

EndSection

 

 

 

 

 

 

 

 

 

Og her er sånn den såg ut etter at jeg hadde valgt 1360 *768 60hz og lot nvida-settings lagre det i Xorg:

 

# nvidia-settings: X configuration file generated by nvidia-settings

# nvidia-settings: version 1.0 (buildmeister@builder3) Wed Sep 12 14:30:30 PDT 2007

 

# xorg.conf (xorg 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"

 

# Uncomment if you have a wacom tablet

# InputDevice "stylus" "SendCoreEvents"

# InputDevice "cursor" "SendCoreEvents"

# InputDevice "eraser" "SendCoreEvents"

Identifier "Default Layout"

Screen 0 "Screen0" 0 0

InputDevice "Generic Keyboard"

InputDevice "Configured Mouse"

EndSection

 

Section "Files"

EndSection

 

Section "Module"

Load "glx"

EndSection

 

Section "ServerFlags"

Option "Xinerama" "0"

EndSection

 

Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "CoreKeyboard"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "no"

Option "XkbOptions" "lv3:ralt_switch"

EndSection

 

Section "InputDevice"

Identifier "Configured Mouse"

Driver "mouse"

Option "CorePointer"

Option "Device" "/dev/input/mice"

Option "Protocol" "ImPS/2"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "true"

EndSection

 

Section "InputDevice"

Identifier "stylus"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "stylus"

Option "ForceDevice" "ISDV4"# Tablet PC ONLY

EndSection

 

Section "InputDevice"

Identifier "eraser"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "eraser"

Option "ForceDevice" "ISDV4"# Tablet PC ONLY

EndSection

 

Section "InputDevice"

Identifier "cursor"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "cursor"

Option "ForceDevice" "ISDV4"# Tablet PC ONLY

EndSection

 

Section "Monitor"

Identifier "Generic Monitor"

HorizSync 28.0 - 64.0

VertRefresh 43.0 - 60.0

ModeLine "1360x768_60.00" 84.7 1360 1424 1568 1776 768 769 772 795 -hsync +vsync

Option "DPMS"

EndSection

 

Section "Monitor"

Identifier "Monitor0"

VendorName "Unknown"

ModelName "CRT-0"

HorizSync 28.0 - 64.0

VertRefresh 43.0 - 60.0

EndSection

 

Section "Device"

Identifier "Generic Video Card"

Driver "nvidia"

Option "AddARGBVisuals" "True"

Option "AddARGBGLXVisuals" "True"

Option "NoLogo" "True"

BusID "PCI:0:13:0"

EndSection

 

Section "Device"

Identifier "Videocard0"

Driver "nvidia"

VendorName "NVIDIA Corporation"

BoardName "GeForce 6150SE nForce 430"

EndSection

 

Section "Screen"

Identifier "Default Screen"

Device "Generic Video Card"

Monitor "Generic Monitor"

DefaultDepth 24

SubSection "Display"

Modes "1280x768" "1024x768"

EndSubSection

EndSection

 

Section "Screen"

Identifier "Screen0"

Device "Videocard0"

Monitor "Monitor0"

DefaultDepth 24

Option "TwinView" "0"

Option "metamodes" "1360x768_60 +0+0; 1024x768 +0+0"

EndSection

Lenke til kommentar

peøv denne og se om det hjelper

 

# xorg.conf (xorg 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 "Files"
EndSection

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
Busid "PCI:0:13:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Modeline "1360x768_60.00" 84.72 1360 1424 1568 1776 768 769 772 795 -HSync +Vsync
Horizsync 28-64
Vertrefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Modes "1360x768" "1024x768"
EndSubSection
Option "TwinView" "0"
Option "metamodes" "1360x768_60 +0+0; 1024x768 +0+0"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection

Section "Module"
Load "glx"
EndSection

Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
  • Hvem er aktive   0 medlemmer

    • Ingen innloggede medlemmer aktive
×
×
  • Opprett ny...