Покажи Публикации - Mike665667
* Виж публикациите на потр. | Виж темите на потр. | Виж прикачените файлове на потр
Страници: [1]
1  Linux секция за начинаещи / Настройка на програми / Skype ми умря -: Jul 22, 2007, 10:50
При мен май не е това проблема, защото няма никакви работещи Скайп процеси.
2  Linux секция за начинаещи / Настройка на хардуер / Проблем с резолюция на монитор -: Jul 21, 2007, 12:00
Изпробвах различни стойности,през 10 и резултата е че под
HorizSync       75 - 100
VertRefresh     85 - 100
не иска да изкара 100Hz

За инфо, ако някой начинаещ като мен се интересува, промяната на файла с тези стойности успях да направя с тази команда
Примерен код
gksu gedit /etc/X11/xorg.conf
като промених тези стойности
Цитат
Section "Monitor"
       Identifier      "Generic Monitor"
       Option          "DPMS"
       HorizSync       28-64
       VertRefresh     43-60
EndSection
.............................................
................
SubSection "Display"
               Depth           24
               Modes           "1280x1024" "1024x768" "800x600" "640x480"
       EndSubSection
EndSection
със тези
Цитат
Section "Monitor"
       Identifier      "Generic Monitor"
       Option          "DPMS"
       HorizSync       75-100
       VertRefresh     85-100
EndSection
...............................................
................
SubSection "Display"
               Depth           24
               Modes           "1280x1024_100" "1024x768_100" "800x600" "640x480"
       EndSubSection
EndSection


И всичко това благодарение на Тази помощ.



3  Linux секция за начинаещи / Настройка на хардуер / Проблем с резолюция на монитор -: Jul 21, 2007, 01:33
Монитора е CRT - NEC-Mitsubishi и проблема не е от него
На Wina съм го качвал до 2048х1536 и до 200Hz , но по принцип си го държа на 100Hz и това ми е целта пак.
А когато му пусна по-голяма честота от колкото може да икара ми излиза една червена табела "твойта работа няма да стане"

сега ще опитам съвета на Kalin, дано да стане

Стана! Благодаря Kalin, да си жив и здрав!



4  Linux секция за начинаещи / Настройка на хардуер / Проблем с резолюция на монитор -: Jul 20, 2007, 15:29
Какво ви касае ли!?
Ами реших,че така някой може и да се загрижи да не го направя наистина и да реши да ми помогне, а не да се заяжда.
Не виждам какво толкова .......
Не съм влязъл тука да плюя Линукс и да спамя а да търся помощ.
5  Linux секция за начинаещи / Настройка на хардуер / Проблем с резолюция на монитор -: Jul 20, 2007, 13:22
Преди 2 дена инсталирах Линукс за сефте и съм още много бос.

Първо ми тръгна на 60Hz и 2 дена се мъчих (заболя ме главата да ми трепти), но успях да го вдигна до 85Hz(сега ме болят само очите '<img'> )

OS - Ubuntu 7.04 Desktop Edition
VC - ASUS Extreme AX550 Series  (256 MB)
3D-ускорител ATI Radeon X550 (RV370)

Eто тука редактирах за да повиша резолюцията и рефреша:
# /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 "Files"
   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"
   # 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"
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      "fglrx"
   BusID      "PCI:1:0:0"
EndSection

Section "Extensions"
   Option      "Composite"   "0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   HorizSync   28-120
   VertRefresh   43-120
EndSection


Section "Screen"
   Identifier   "Default Screen"
   Device      "Generic Video Card"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1600x1200" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1600x1200" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1600x1200" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1600x1200" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1600x1200" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1600x1200_120" "1024x768_120" "800x600" "640x480"
   EndSubSection

EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus"   "SendCoreEvents"
   InputDevice     "cursor"   "SendCoreEvents"
   InputDevice     "eraser"   "SendCoreEvents"
EndSection

Section "DRI"
   Mode   0666
EndSection

Moля помогнете,че Wina започва да ми липсва.
6  Linux секция за начинаещи / Настройка на програми / Skype ми умря -: Jul 20, 2007, 13:06
Здравейте!
Вчера Skype си работеше,а днес не иска да стартира.
в "добавяне и премахване на програми" го няма.
когато пусна нова инсталация ми дава "Reinstal", който уж е успешен,но Skype пак не работи.
Чукам в/у иконата му и.... нищо.Даже и суобщение за грешка няма.

OS - Ubuntu 7.04 desktop
Skype - skype-1.4.0.74.deb



Страници: [1]