Submitted by luka64 on Sun, 02/15/2009 - 17:17
Posted in
Salve a tutti, se qualcuno avesse avuto problemi a installare zw su un extensa 5220 (come me) a causa del monitor ciucco, nel mio caso un SEC (samsung) che da un output a xrandr in centimetri invece che in millimetri, me lo segnali che ho risolto modificando xorg.conf rispetto a quello dato da videoconfig. A causa delle mia niubbaggine ci ho messo quindici giorni ma ne sono venuto a capo. Il mio indirizzo lukanr64@gmail.com.
Grazie dello spazio e un saluto

puoi postare qui la parte di
puoi postare qui la parte di codice utile cosi' tutti possono usarla! mi sembra piu' linuxiano!
luka64 giusto chiedo scusa
luka64 giusto chiedo scusa ecco il mio xorg.conf spero possa essere utile a qualcuno
tra l'altro uso zw 5.4 beta+compiz e funziona ok un saluto
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "i2c"
Load "ddc"
Load "synaptics"
Load "vbe"
Load "glx"
Load "dri"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics1"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/psaux"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Generic Monitor"
VertRefresh 43 - 60
HorizSync 28 - 80
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
Section "Device"
Identifier "VESA"
Driver "intel"
Option "XAANoOffscreenPixmaps"
Option "AccelMethod" "XAA"
Option "UseEvents" "True"
EndSection
# **********************************************************************
# Screen sections.
# **********************************************************************
Section "Screen"
# The Identifier, Device and Monitor lines must be present
Identifier "Screen 1"
Device "VESA"
Monitor "Generic Monitor"
Option "AddARGBGLXVisuals" "true"
DefaultDepth 24
SubSection "Display"
Depth 8
ViewPort 0 0
#Modes "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 16
ViewPort 0 0
#Modes "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 24
ViewPort 0 0
#Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
# The Identifier line must be present
Identifier "Main Layout"
Screen 0 "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Synaptics1" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection