LINUX.ORG.RU

Немогу из консоли вернуться в графический режим, нужна помощь


0

0

Сменил монитор на плоский и начались глюки. А именно, раньше я черз контрл+альт+Fx выходил в консоль и без проблем возвращался в графический режим. А сейчас вйти то получаеться а вернуться нет. Система виснет и нереагирует ни на что. Из ступора выводиться только перезагрузкой всего компа. Если кто сталкивался с этой проблеммой помогите. PS: Конфиг иксов (xorg.conf) правился только в отношении modeline и герцовку снизил до 75 как по паспорту к монитору.


Видеокарта, установленные дрова, метод подключения монитора (аналог/цифра), "egrep -v '^$|^#' /etc/X11/xorg.conf".

suser
()
Ответ на: комментарий от suser

Видеокарта Radeon 9100, подключение ЦИФРА (DVI), ядро 2.6.13.4, дтстрибутив Slackware, ближе к версии 10.2  

xorg.conf выглядит так:

Section "ServerLayout"
 Identifier     "X.org Configured"
 Screen         "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
 RgbPath      "/usr/X11R6/lib/X11/rgb"
 ModulePath   "/usr/X11R6/lib/modules"
 FontPath     "/usr/X11R6/lib/X11/fonts/TTF"
 FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
 FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
 FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
 FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
 FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
 Load  "record"
 Load  "extmod"
 Load  "dbe"
 Load  "dri"
 Load  "glx"
 Load  "xtrap"
 Load  "freetype"
 Load  "type1"
EndSection

Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "kbd"
        Option      "XkbRules"   "xorg"
        Option      "XkbModel"   "pc105"
        Option      "XkbLayout"  "us,ru(winkeys)"
        Option      "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"   
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option      "Protocol" "IMPS/2"
 Option      "Device" "/dev/mouse"
 Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
 #DisplaySize   330   250 # mm
 Identifier   "Monitor0"
 VendorName   "BenQ"
 ModelName    "FP91V"
 HorizSync    31.0 - 81.0
 VertRefresh  56.0 - 76.0
 Option     "DPMS"


# 1280x1024 @ 75.00 Hz (GTF) hsync: 80.17 kHz; plk: 138.54 MHz
  Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync

EndSection

# === ATI device section ===

Section "Device"
    Identifier                          "Card0"  
#   Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "(null)" 
    Option "ScreenOverlap"              "0" 
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
    Option "CapabilitiesEx"             "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "no"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=514d
    Screen 0
EndSection

Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor    "Monitor0"
 DefaultDepth 24
 
 SubSection "Display"
  Viewport   0 0
  Depth     1
  Modes     "1280x1024"
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     4
  Modes     "1280x1024"
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     8
  Modes     "1280x1024"
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     15
  Modes     "1280x1024"
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     16
  Modes     "1280x1024"
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     24
  Modes     "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

Section "Extensions"
# Option "Composite" "Enable"
EndSection

madfire
() автор топика
Ответ на: комментарий от madfire

А зачем указан Modeline, если он не используется? О_о

> Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync > Modes "1280x1024" "1024x768" "800x600" "640x480"

Попробуй указать то что надо, может и глюк исчезнет.

Modes "1280x1024_75.00" "1024x768" "800x600" "640x480"

Anoxemian ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.