Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: xorg.conf - zmena frequency a depth monitora po starte [vyřešeno]  (Přečteno 9283 krát)

existpierre

  • Host
Cafte mam taky maly problem. Uz sa param v xorgu hodnu dobu, no stale mi hadze po starte default frekvenciu 60Hz, stale to musim nastavovat rucne na 75Hz v screen and graphics, takisto ani cez nvidia-settings to nejde. A cez nvidiu to ani velmo nechcem robit, lebo ako si dam nahlad xorg.conf, co chce prepisat, uplne by mi to rozladilo, nevidel som tam napriklad nastavenie pre moju Razer mys, ale iba default. tak som si iba ten rozsah frekvencii prekopcil do xorgu. Ako to mam pls nastavit tak, aby sa mi defaultne po starte systemu nastavila freq na 75Hz a depth na 16 (16 koli lepsiemu vykonu)?

tu je moj vypis
Kód: [Vybrat]
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Apr 16 20:37:13 PDT 2007

# /etc/X11/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(5) 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      0  "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "int10"
    Load           "vbe"
    Load           "glx"
    Load           "v4l"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "sk"
    Option         "XkbVariant" "qwerty"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Resolution" "1600"
    Option         "Buttons" "7"
    Option         "Device" "/dev/psaux"
    Option         "Name" "Razer Diamondback Optical Mouse"
    Option         "Protocol" "auto"
    Option         "ZAxisMapping" "4 5"
    Option         "ButtonMapping" "1 2 3 4 5 6 7"
    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     "L1919S"
    VendorName     "Generic LCD Display"
    ModelName      "LCD Panel 1280x1024"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Gamma           1
    ModeLine       "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine       "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine       "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine       "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
    ModeLine       "1280x1024@75" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection

Section "Monitor"
 #     
    Identifier     "monitor1"
    VendorName     "Plug 'n' Play"
    ModelName      "Plug 'n' Play"
    Gamma           1
    ModeLine       "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV34 [GeForce FX 5200]"
    Driver         "nvidia"
    BoardName      "nv"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
 #     
    Identifier     "device1"
    Driver         "nvidia"
    BoardName      "nv"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV34 [GeForce FX 5200]"
    Monitor        "L1919S"
    DefaultDepth    16
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Virtual     1280 1024
        Depth       16
        Modes      "1280x1024@75" "1280x960@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
    EndSubSection
EndSection

Section "Screen"
 #     
    Identifier     "screen1"
    Device         "device1"
    Monitor        "monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "640x480@60"
    EndSubSection
EndSection
« Poslední změna: 14 Ledna 2008, 17:09:51 od Anna Taliánová »

george3200

  • Návštěvník
  • Příspěvků: 9
Re: xorg.conf - zmena frequency a depth monitora po starte
« Odpověď #1 kdy: 09 Prosince 2007, 11:03:35 »
Otevřeme si soubor /etc/X11/xorg.conf

v Ubuntu např. gksudo gedit /etc/X11/xorg.conf

v Kubuntu např. kdesu kwrite /etc/X11/xorg.conf

Nalezneme sekci: Section "Device"

a vložíme do ní

Option "DynamicTwinView" "False"

Po restartu by mělo být vše v pořádku.
« Poslední změna: 21 Prosince 2007, 01:40:15 od Anna Taliánová »

existpierre

  • Host
Re: xorg.conf - zmena frequency a depth monitora po starte
« Odpověď #2 kdy: 13 Prosince 2007, 18:08:29 »
Ani toto mi nepomohlo, stale mam po starte 60Hz

Peterx

  • Aktivní člen
  • *
  • Příspěvků: 403
Re: xorg.conf - zmena frequency a depth monitora po starte
« Odpověď #3 kdy: 20 Prosince 2007, 22:22:47 »
Ja som riesil podobny problem akurat s rozlisenim, je uplne jedno co som zmenil v xorg.conf v adresari etc, ubuntu mi to vobec nebral.
Toto by som mozno skusil vymazat:
Section "Monitor"
 #     
    Identifier     "monitor1"
    VendorName     "Plug 'n' Play"
    ModelName      "Plug 'n' Play"
    Gamma           1
    ModeLine       "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
EndSection
« Poslední změna: 22 Prosince 2007, 16:36:28 od Anna Taliánová »

c4pp4

  • Aktivní člen
  • *
  • Příspěvků: 309
Re: xorg.conf - zmena frequency a depth monitora po starte
« Odpověď #4 kdy: 20 Prosince 2007, 22:46:12 »
Co zkusit zakomentovat řádek Virtual...
IBM/Lenovo ThinkPad R61i [8932-9ZG / NF09ZCV]
Ubuntu 12.04 MATE 1.6 [plná podpora hardware]

existpierre

  • Host
Re: xorg.conf - zmena frequency a depth monitora po starte
« Odpověď #5 kdy: 20 Prosince 2007, 23:42:39 »
Nainstaloval som si novsi ovladac cez envy a ten mi to pekne zapisal do xorgu, takze je to uz ok  ::) :P ale diky
« Poslední změna: 14 Ledna 2008, 17:11:02 od Anna Taliánová »

santiago

  • Návštěvník
  • Příspěvků: 3
Re: xorg.conf - zmena frequency a depth monitora po starte
« Odpověď #6 kdy: 21 Prosince 2007, 21:07:05 »
Nainstaloval som si novsi ovladac cez envy a ten mi to pekne zapisal do xorgu, takze je to uz ok  ::) :P ale diky
Pls muzes se trosku rozepsat jak doinstalovat ten novejsi ovladac, co je to envy, mam naprosto totoznej problem, porad mi tam po prenastaveni skace zpet refresh rate 60 a nemuzu se ji zbavit  :(
« Poslední změna: 14 Ledna 2008, 17:11:52 od Anna Taliánová »

luisah

  • Závislák
  • ***
  • Příspěvků: 3704
Re: xorg.conf - zmena frequency a depth monitora po starte
« Odpověď #7 kdy: 21 Prosince 2007, 21:31:00 »
Odtud stáhneš program Envy pro své ubuntu, dvakrát poklepeš na envy (nainstaluje se), objeví se v Aplikacích a pak si vybereš co máš za grafiku a popř. si vybereš typ ovladače a necháš envy vše udělat.
http://www.albertomilone.com/nvidia_scripts1.html
« Poslední změna: 22 Prosince 2007, 16:37:50 od Anna Taliánová »

santiago

  • Návštěvník
  • Příspěvků: 3
Re: xorg.conf - zmena frequency a depth monitora po starte
« Odpověď #8 kdy: 21 Prosince 2007, 22:08:14 »
Odtud stáhneš......

Diky, uz jsem mezitim na to prisel a opravdu to pomohlo. Sice okynka frekvence v nastaveni obrazovky porad ukazuji bludy, ale hlavni je ze uz to bezi jak ma  ;D

Satannas

  • Aktivní člen
  • *
  • Příspěvků: 262
Re: xorg.conf - zmena frequency a depth monitora po starte
« Odpověď #9 kdy: 22 Prosince 2007, 00:46:42 »
Paráda, z nějakého důvodu mi jede nvidia ovladač na 24bit. Zkusil sem v tom xorg.conf přepsat na 32 bitů. - No řeknu vám, že naštěstí si systém udělal zálohu. Trvalo mi to asi 15 minut dát nazpátek do kupy :-).  Zkusil sem nainstalovat nový ovladač a nic. No, nakonec sem tam hodil ten záložní xorg.conf :-))

 

Provoz zaštiťuje spolek OpenAlt.