Sziasztok! Monitor csere volt nálam, egy ACER 2017S az új szerzemény. Debian Etch van fent nálam, xorg.conf-ban az új febontást beírtam de a kép nem tökéletes, lehetne jobb is -> ok: csak 60 Hz-es képfrissítéssel megy.
xorg.conf-ot ekkor elővettem, ModLine sort beraktam, lentebb erre hivatkoztam, de eredménnyel nem jártam, továbbra is 60 Hz-el meg y kívánt 75 helyett.
Mi lehet a gond?
------
u.i: (Win alatt alapból de nem ment de új mód beállítással 75 Hz szépen megy, tesztelve)
------
jelenlegi xorg.conf-om:
---------
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/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 "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "hu"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:03:00:00"
VideoRam 131072
# Option "NoLogo" "1"
EndSection
Section "Device"
#adjust using 'lspci' or cat /proc/pci
Identifier "Device[1]"
Driver "nvidia"
Option "TVOutFormat" "SVIDEO" #or Composite SVIDEO etc
Option "TVStandard" "PAL-G" #or NTSC, PAL-I for uk etc
Option "ConnectedMonitor" "Monitor[1]"
BusID "PCI:03:00:00"
# Option "NoLogo" "1"
Screen 1
EndSection
Section "Modes"
Identifier "Modes[0]"
ModeLine "1400x1050@75" 155.8 1400 1464 1784 1912 1050 1052 1064 1090
EndSection
Section "Monitor"
Identifier "Monitor[0]"
HorizSync 30-96
VertRefresh 50-160
Option "DPMS"
UseModes "Modes[0]"
EndSection
Section "Monitor"
#TV
# ModeLine "720x576" 14,872 720 793 817 944 576 580 603 620
Identifier "Monitor[1]"
HorizSync 50.0 - 60.0
VertRefresh 30.0 - 150.0
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050@75"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen[1]"
Device "Device[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
# Modes "pal"
Modes "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Separate x-screens on Monitor and TV"
Screen 0 "Screen[0]" 0 0
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection