Автор Тема: Проблем с разделителната способност  (Прочетена 793 пъти)

nov25

  • Напреднали
  • *****
  • Публикации: 64
    • Профил
никога до сега не съм блил с дебиан и още след първото стартиране ,не можеше да се намали разделителната способност

eto taka mi izglejda /etc/X11/xorg.conf

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
   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"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us,bg"
   Option      "XkbVariant"   "bds"
   Option      "XkbOptions"   "grp:alt_shift_toggle"
EndSection

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

Section "Device"
   Identifier   "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
   Driver      "ati"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "AOC 569E"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
   Monitor      "AOC 569E"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x1024" "1024x768" "800x600" "800x159" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x1024" "1024x768" "800x600" "800x159" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x1024" "1024x768" "800x600" "800x159" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x1024" "1024x768" "800x600" "800x159" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x1024" "1024x768" "800x600" "800x159" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x1024" "1024x768" "800x600" "800x159" "640x480"
   EndSubSection
EndSection

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

Section "DRI"
   Mode   0666
EndSection
Активен

tarball

  • Напреднали
  • *****
  • Публикации: 896
  • Distribution: Arch linux;Debian Testing; Ubuntu
  • Window Manager: KDE;MATE;Xfce
    • Профил
Проблем с разделителната способност
« Отговор #1 -: Mar 14, 2008, 19:53 »
Никъде не видях в твоя xorg.conf horizontal sync и vertical refresh на монитора.Добави си ги в секцията Monitor на xorg.conf точно под option"DPMS".Ако не ги знаеш пусни една търсачка с модела и марката на монитора ти и ще ги намериш.Това е много важен показател и не бива да се пренебрегва.Не си казал и какъв ти е монитора-tft или crt.
Активен

Едно време бях спортен тип,сега съм...само тип!
The Future is OPEN!

nov25

  • Напреднали
  • *****
  • Публикации: 64
    • Профил
Проблем с разделителната способност
« Отговор #2 -: Mar 14, 2008, 20:38 »
направих го така
Примерен код
# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,bg"
Option "XkbVariant" "bds"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection

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

Section "Device"
Identifier "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "eneric Monitor"
Option "DPMS"
HorizSync 28-177
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
Monitor "AOC 569E"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "800x159" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "800x159" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "800x159" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "800x159" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "800x159" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "800x159" "640x480"
EndSubSection
EndSection

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

Section "DRI"
Mode 0666
EndSection


уж се оправи, ама някак си всики бокви са ми много малко, напрахи от фоновете да е на 12 ама пак са малко ... :/
сигурно още нещо не е наред

пък монитора ми е ЛОС Spectrum 5Glr+ http://images.google.com/imgres?....rl=http
Активен

plamen_f

  • Напреднали
  • *****
  • Публикации: 1246
    • Профил
Проблем с разделителната способност
« Отговор #3 -: Mar 14, 2008, 22:05 »
Приятел,

като пишеш проверявай си домашното.
Не са ли те учили на това в училище?
Активен

nov25

  • Напреднали
  • *****
  • Публикации: 64
    • Профил
Проблем с разделителната способност
« Отговор #4 -: Mar 14, 2008, 22:37 »
Цитат (plamen_f @ Март 14 2008,23:05)
Приятел,

като пишеш проверявай си домашното.
Не са ли те учили на това в училище?

а бе остави се, по български имах една много секси даскалка, която постояно си слагаше прелестите на моя чин, и междо, нас имаше много страни взаимоотноения '<img'>

.. при такива условия я ти научи нещо  '<img'>  пък и тя ми предподаваше и по литература и англииски език ..... нали '<img'>

ам, с проблемчето си се оправих, първо го омацех, до положенитето, Х-а изобщо да не зацепва, ама после се разбрахме '<img'>
.. ако искате трийте темата вече '<img'>
Активен