slack current ed i810

Se avete problemi con l'installazione e la configurazione di Slackware postate qui. Non usate questo forum per argomenti generali... per quelli usate Gnu/Linux in genere.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Rispondi
amevolley
Linux 0.x
Linux 0.x
Messaggi: 70
Iscritto il: gio 16 nov 2006, 18:50
Località: bologna

slack current ed i810

Messaggio da amevolley »

Da quando sono passato alla current, sul mio portatile (HP ze4900) ho dovuto impostare la modalita' Vesa in quanto il driver i810 che ho sempre usato fino alla slack11 mi da un problema strano.

In particolare, avviando xinit mi trovo lo schermo che sfarfalla.Kde funziona, ma con sfarfallamento. Pero' se collego un monitor VGA esterno e' tutto ok ed anche piu' veloce del Vesa, con GLX funzionante e quant'altro!!!
Quindi stessa schermata in contemporanea sul monitor crt perfetta, sull'LCDdel portatile sfarfalla ed il mouse e' lento!!

Qualcuno ha avuto lo stesso problema?

Di seguito posto xorg.conf




Section "Module"


Load "dbe" # Double buffer extension
Load "i2c"
Load "int10"
Load "vbe"
Load "ddc"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

Load "type1"
Load "freetype"
#Load "speedo"

Load "glx"
Load "dri"
Load "synaptics"
EndSection


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

Section "DRI"
Mode 0666
EndSection

# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

RgbPath "/usr/share/X11/rgb"


# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

# ModulePath "/usr/lib/xorg/modules"

FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/local/share/fonts"
EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Option "NoTrapSignals"
# Option "DontVTSwitch"
# Option "DontZap"
# Option "DontZoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
# Option "blank time" "10" # 10 minutes
# Option "standby time" "20"
# Option "suspend time" "30"
# Option "off time" "60"
# Option "EstimateSizesAggresively" "0"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"
# Option "Protocol" "Xqueue"
# Option "AutoRepeat" "500 5"
# Option "Xleds" "1 2 3"
# Option "XkbDisable"
# Option "XkbModel" "microsoft"
Option "XkbModel" "pc104"
# Option "XkbLayout" "it"
# Option "XkbVariant" "nodeadkeys"
# Option "XkbOptions" "ctrl:swapcaps"

EndSection

Section "InputDevice"

Identifier "Touchpad"
Driver "synaptics"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "HorizScrollDelta" "0"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0050"
Option "SHMConfig" "on"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "SendCoreEvents" "yes"

# Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
# Option "Device" "/dev/psaux"
# Option "Device" "/dev/ttyS0"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

Identifier "My Monitor"

HorizSync 30-81
VertRefresh 40-70

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
Identifier "vesa"
Driver "vesa"
Option "MonitorLayout" "LVDS"
EndSection

Section "Device"
Identifier "intel"
Driver "i810"
Option "MonitorLayout" "LVDS"
Option "XAANoOffscreenPixmaps"
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
Identifier "Screen 1"
Device "vesa"
#Device "intel"
Monitor "My Monitor"

# DefaultDepth 8
# DefaultDepth 16
DefaultDepth 24
# DefaultDepth 32

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubsection


EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"

# The Identifier line must be present
Identifier "Simple Layout"

Screen "Screen 1"
Option "AIGLX" "true"

InputDevice "Mouse1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Touchpad"
EndSection

Avatar utente
jacobbe
Linux 0.x
Linux 0.x
Messaggi: 76
Iscritto il: dom 15 mag 2005, 0:00
Slackware: 12.0
Località: Treviso, Padova

Messaggio da jacobbe »

Allego il mio xorg.conf, perfettamente funzionante.

Codice: Seleziona tutto

Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
#    SubSection  "extmod"
#      Option    "omit xfree86-dga"   # don't initialise the DGA extension
#    EndSubSection

# This loads the font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"
    Load       "i2c"
    Load       "bitmap"
    Load       "ddc"
    Load       "extmod"
    Load       "int10"
    Load       "vbe"
    Load	"synaptics"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
#    ModulePath      "/usr/X11/lib/X11/modules" 
    ModulePath      "/usr/X11/lib/xorg/modules"

    FontPath   "/usr/X11/lib/X11/fonts/misc/"
    FontPath   "/usr/X11/lib/X11/fonts/TTF/"
    FontPath   "/usr/X11/lib/X11/fonts/OTF/"
    FontPath   "/usr/X11/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11/lib/X11/fonts/CID/"
    FontPath   "/usr/X11/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11/lib/X11/fonts/100dpi/"
#    FontPath   "/usr/X11/lib/X11/fonts/local/"
    FontPath   "/usr/X11/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/X11/lib/X11/fonts/cyrillic/"
    FontPath   "/usr/local/share/fonts"


# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client. 

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings. 

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"
    Option      "CoreKeyboard"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option	"Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"	"xorg"
    Option "XkbModel"	"pc105"
    Option "XkbLayout"	"it"
    Option "XkbOptions"	"lv3:ralt_switch"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "ButtonNumber" "5"
    Option "ZAxisMapping" "4 5"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"	"256"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"	"Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"	"9600"
#    Option "SampleRate"	"150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection

Section "InputDevice"

    Identifier  "Synaptics Touchpad"
    Driver      "synaptics"
    Option "CorePointer"
    Option "Protocol"    "auto-dev"
    Option "Device"      "/dev/psaux"
#    Option "HorizScrollDelta" "0"
#    Option "SendCoreEvents" "true"
#    Option "SHMConfig" "true"
Option     "LeftEdge"               "1700"
Option     "RightEdge"              "5300"
Option     "TopEdge"                "1700"
Option     "BottomEdge"             "4200"
Option     "FingerLow"              "25"
Option     "FingerHigh"             "30"
Option     "MaxTapTime"             "180"
Option     "MaxTapMove"             "220"
Option     "MaxDoubleTapTime"       "180"
Option     "SingleTapTimeout"       "180"
Option     "ClickTime"              "100"
Option     "FastTaps"               "0"
Option     "EmulateMidButtonTime"   "75"
Option     "VertScrollDelta"        "106"
Option     "HorizScrollDelta"       "255"
Option     "VertEdgeScroll"         "1"
Option     "HorizEdgeScroll"        "1"
Option     "VertTwoFingerScroll"    "0"
Option     "HorizTwoFingerScroll"   "0"
Option     "MinSpeed"               "0.09"
Option     "MaxSpeed"               "0.18"
Option     "AccelFactor"            "0.0015"
Option     "EdgeMotionMinZ"         "30"
Option     "EdgeMotionMaxZ"         "160"
Option     "EdgeMotionMinSpeed"     "1"
Option     "EdgeMotionMaxSpeed"     "400"
Option     "EdgeMotionUseAlways"    "0"
Option     "UpDownScrolling"        "1"
Option     "LeftRightScrolling"     "1"
Option     "UpDownRepeat"           "1"
Option     "LeftRightRepeat"        "1"
Option     "ScrollButtonRepeat"     "100"
Option     "TouchpadOff"            "0"
Option     "GuestMouseOff"          "0"
Option     "LockedDrags"            "0"
Option     "RTCornerButton"         "2"
Option     "RBCornerButton"         "3"
Option     "LTCornerButton"         "0"
Option     "LBCornerButton"         "0"
Option     "TapButton1"             "2"
Option     "TapButton2"             "1"
Option     "TapButton3"             "3"
Option     "CircularScrolling"      "0"
Option     "CircScrollDelta"        "0.1"
Option     "CircScrollTrigger"      "8"
Option     "CircularPad"            "0"
Option     "PalmDetect"             "1"
Option     "PalmMinWidth"           "10"
Option     "PalmMinZ"               "200"
Option     "CoastingSpeed"          "0"
Option     "PressureMotionMinZ"     "30"
Option     "PressureMotionMaxZ"     "160"
Option     "PressureMotionMinFactor"   "1"
Option     "PressureMotionMaxFactor"   "1"

EndSection
 

# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "LCD"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.


#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    Option  "DPMS"
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

#Section "Device"
#    Identifier	"Standard VGA"
#    VendorName	"Unknown"
#    BoardName	"Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset	"generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

#    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam	256

#    Clocks	25.2 28.3

#EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "Intel Corporation Mobile Integrated Graphics Controller"
    Driver      "i810"
    BusID       "PCI:0:2:0"
    Option	"DRI" "true"
    Option      "XAANoOffscreenPixmaps"
    VideoRam    131072
EndSection

Section "Device"
	Identifier	"Intel MergedFB"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Option		"DRI"	"true"
	Option		"XAANoOffscreenPixmaps"
	VideoRam	131072
    	Option      	"MonitorLayout" "CRT,LFP"
    	BusID           "PCI:0:2:0"
    	Option      	"MergedFB"      "on"
    	Option      	"SecondPosition"        "RightOf"
    	Option      	"MetaModes"     "1280x800-1280x1024"
    	#Option		"MetaModes"     "1024x768-1024x768"
#    	Option      	"XVideo"        "on"
#    	Option      	"DRI"           "off"
#    	Screen      	0
#    	Option     	"NoMergedXinerama" "on"
#    	Option      	"SWCursor"      "on"
EndSection


Section "Device"
    Identifier  "VESA"
    Driver      "vesa"
    BusID       "PCI:0:2:0"
    VideoRam    131072
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Default Screen"
    Device      "Intel Corporation Mobile Integrated Graphics Controller"
#    Device	"VESA"
    Monitor     "LCD"
    DefaultDepth 24
    Option         "RenderAccel" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "AddARGBGLXVisuals" "true"
    Option         "DisableGLXRootClipping" "True"

    Subsection "Display"
        Depth       24
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "LCD Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Default Screen"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Synaptics Touchpad"
#    InputDevice "Mouse1"
    InputDevice "Keyboard1"
    Option          "AIGLX"     "true"

EndSection


### DUAL MONITOR ###
Section "Device"
	Identifier  	"945gma"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Option		"DRI"	"true"
	Option		"XAANoOffscreenPixmaps"
	VideoRam	131072
	Option      	"MonitorLayout" "CRT,LFP"
	Option      	"DevicePresence"	"true"
	Screen      	0
EndSection

Section "Device"
	Identifier  	"945gmb"
	Driver      	"i810"
	BusId       	"0:2:0"
	Option      	"DRI" "true"
	Screen      	1
	VideoRam	131072
EndSection

Section "Screen"
	Identifier	"Schermo0"
	Device		"945gma"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
        Identifier      "Schermo1"
        Device          "945gmb"
        Monitor         "CRT"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Dual Layout"
	Screen		0 "Schermo0"
	Screen		1 "Schermo1" rightof "Schermo0"
	InputDevice	"Keyboard1"
	#InputDevice	"Mouse1"
	InputDevice	"Synaptics Touchpad"
	Option "AIGLX" "false"
	#Option "Xinerama" "true"
EndSection


Section "Monitor"
	Identifier	"CRT"
	Option		"DPMS"
	Option		"DDC" "false"
	HorizSync	28-83.0
	VertRefresh	60
EndSection

### FINE DUAL MONITOR ###



Section "DRI"
    Mode 0666
EndSection

Section "ServerFlags"
	#Option "DefaultServerLayout" "Dual Layout"
	Option "DefaultServerLayout" "LCD Layout"
EndSection

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

amevolley
Linux 0.x
Linux 0.x
Messaggi: 70
Iscritto il: gio 16 nov 2006, 18:50
Località: bologna

810 [risolto]

Messaggio da amevolley »

grazie 1000
ispirandomi al to xorg.conf HO RISOLTO :-))))))))))

Avatar utente
Luci0
Staff
Staff
Messaggi: 3591
Iscritto il: lun 27 giu 2005, 0:00
Nome Cognome: Gabriele Santanché
Slackware: 12.2 14.0
Kernel: 2.6.27.46- gen 3.2.29
Desktop: KDE 3.5.10 Xfce
Località: Forte dei Marmi
Contatta:

Messaggio da Luci0 »

... VertRefresh 60 ? :-)

Avatar utente
mimmoforlug
Packager
Packager
Messaggi: 143
Iscritto il: lun 4 dic 2006, 13:09
Nome Cognome: Domenico Suppa
Slackware: 13.37
Kernel: 3.2.11
Desktop: fluxbox
Località: Caserta
Contatta:

Messaggio da mimmoforlug »

tutti i problemi con la scheda intel del portatile li ho risolti installando i due pacchetti:

xf86-video-i810-1.7.4-i486-1.tgz
xf86-video-intel-2.1.0-i486-1.tgz

e dando

upgradepkg --reinstall xf86-video-i810-1.7.4-i486-1.tgz

altrimenti alcuni file del pacchetto i810 sono sovrascritti dal pacchetto intel.
se non dovesse funzionare, si tratta solo di un problema di configurazione
del file xorg.conf

entrambi sono pacchetti originali della Slackware 12

Rispondi