« Отговор #15 -: Jul 06, 2006, 01:35 »
Пуснах си Х-а, и пак ъпдейтнах през urpmi mandi и shorewall, но каквито и настройки да пробвах, не тръгва interactive firewall. Ето грешката, при рестарт на стената през терминала:
Loading Modules...
Starting Shorewall...
Initializing...
Shorewall has detected the following iptables/netfilter capabilities:
NAT: Available
Packet Mangling: Available
Multi-port Match: Available
Extended Multi-port Match: Available
Connection Tracking Match: Available
Packet Type Match: Available
Policy Match: Not available
Physdev Match: Available
IP range Match: Available
Recent Match: Available
Owner Match: Available
Ipset Match: Not available
CONNMARK Target: Available
Connmark Match: Available
Raw Table: Available
CLASSIFY Target: Available
Determining Zones...
ERROR: Invalid Zone Type: Net
А отделно, че новия драйвър на нвидия (версия 8762) ми омаза скрийна отвсякъде. Сега десктопа ми е по-голям от действителното поле на екрана, и ако искам да стигна до иконите горе на панела, например, трябва да местя с мишката целия скрийн нагоре. Т.е., резолюцията, която съм пуснал, е 1152х864, а екрана ми сякаш обхваща 800х600! Старият драйвър, който ползвах- 8178- не се компилира с това ядро- 2.6.16.1. С една дума, проблемите са два: Стената, и резолюцията ми- да я оправя така, че целия ми десктоп да си запълва нормално рамката на монитора, а да не е по-голям от него. Ето и xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Dec 14 16:39:22 PST 2005
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "ServerLayout"
Identifier "layout1"
Screen "screen1" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "Module"
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
# allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
Option "allowmouseopenfail"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,bg(phonetic)"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Eizo Nanao"
ModelName "Eizo F520"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
EndSection
Section "Device"
Identifier "device1"
Driver "nvidia"
BoardName "NVIDIA GeForce FX 5500 256 RAM"
VendorName "nVidia Corp."
Option "ConnectedMonitor" "CRT"
Option "IgnoreDisplayDevices" "DFP, TV"
Option "UseEdidFreqs" "yes"
Option "UseEDID" "TRUE"
#Option "ModeValidation" "NoVesaModes, NoXServerModes"
Option "RandRRotation" "yes"
Option "RenderAccel" "yes"
Option "AllowDDCCI" "yes"
Option "HWCursor" "yes"
Option "Coolbits" "1"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Option "DPMS"
SubSection "Display"
#Virtual 1152 864
Modes "1152x864_100" "1152x864_85" "1024x768_85" "800x600_85" "640x480_85"
Depth 8
EndSubSection
SubSection "Display"
#Virtual 1152 864
Modes "1152x864_100" "1152x864_85" "1024x768_85" "800x600_85" "640x480_85"
Depth 15
EndSubSection
SubSection "Display"
#Virtual 1152 864
Modes "1152x864_100" "1152x864_85" "1024x768_85" "800x600_85" "640x480_85"
Depth 16
EndSubSection
SubSection "Display"
#Virtual 1152 864
Modes "1152x864_100" "1152x864_85" "1024x768_85" "800x600_85" "640x480_85"
Depth 24
EndSubSection
EndSection