Does xcables config file work on zd7379?
ive a network and screen resolution problem.
thanks in advance, peter (newbie)



Code: Select all
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
EndSection
#Section "Module"
# Load "dbe"
# SubSection "extmod"
# Option "xfree86-dga"
# EndSubSection
# Load "extmod"
# Load "type1"
# Load "freetype"
# Load "glx"
#EndSection
Section "Module"
Load "glx"
Load "ddc"
Load "record"
Load "extmod"
Load "dbe"
#Load "dri"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
#Section "ServerFlags"
#EndSection
Section "InputDevice"
Identifier "keyboard1"
Driver "kbd"
#Option "AutoRepeat" "500 5"
Option "XkbModel" "pc104"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "touchpad"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
#Section "InputDevice"
# Driver "synaptics"
# Identifier "touchpad"
# Option "Device" "/dev/input/mouse0"
# Option "Protocol" "auto-dev"
# Option "LeftEdge" "1900"
# Option "RightEdge" "5400"
# Option "TopEdge" "1900"
# Option "BottomEdge" "4000"
# Option "FingerLow" "25"
# Option "FingerHigh" "30"
# Option "MaxTapTime" "180"
# Option "MaxTapMove" "220"
# Option "VertScrollDelta" "100"
# Option "MinSpeed" "0.02"
# Option "MaxSpeed" "0.18"
# Option "AccelFactor" "0.0010"
# Option "SHMConfig" "on"
## Option "Repeater" "/dev/ps2mouse"
#EndSection
Section "InputDevice"
Identifier "usb-mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse1"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "wide-screen-lcd"
HorizSync 30-64
VertRefresh 50-100
Modeline "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
EndSection
Section "Device"
Identifier "geforce-fx-go-5600"
Driver "nvidia"
Option "NvAgp" "1"
Option "IgnoreEDID" "true"
Option "NoAccel" "FALSE"
Option "CursorShadow" "TRUE"
Option "ShadowFB" "FALSE"
Option "NoLogo" "on"
Option "RenderAccel" "true"
Option "HWCursor" "On"
VideoRam 65576
# TwinView configuration
Option "TwinView" "true"
Option "TwinViewOrientation" "LeftOf"
Option "SecondMonitorHorizSync" "24.0 - 60.0"
Option "SecondMonitorVertRefresh" "56.0 - 75.0"
Option "MetaModes" "1024x768, 1440x900; NULL, 1440x900"
EndSection
Section "Screen"
Identifier "screen1"
Device "geforce-fx-go-5600"
Monitor "wide-screen-lcd"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768" "800x600"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Main Layout"
Screen "screen1"
InputDevice "keyboard1" "CoreKeyboard"
InputDevice "touchpad" "CorePointer"
InputDevice "usb-mouse" "SendCoreEvents"
EndSection