Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] xorg-server-1.4 e xorg-x11-7.3
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
ashlar
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jun 2006
Posts: 140

PostPosted: Wed Sep 26, 2007 7:22 am    Post subject: [RISOLTO] xorg-server-1.4 e xorg-x11-7.3 Reply with quote

Ciao a tutti,
dopo aver istallato questi due file mi sono accorto che il touchpad del mio portatile non presenta più le funzioni di scroll lungo i lati.
Prima passando un dito nel lato inferiore dello stesso avveniva lo scroll laterale, mentre passando il dito nel lato destro del touchpad lo scorrimento verticale. Vi posto il mio Xorg.conf spero che qualcuno possa aiutarmi.

Code:
   #xorg.conf By sk0rp10 - www.iwebyoumind.com - optimized for VAIO VGN-FE11S


Section "Module"
        Load        "dbe"     # Double buffer extension
       SubSection  "extmod"
         Option    "omit xfree86-dga"   # don't initialise the DGA extension
       EndSubSection
   Load   "freetype"
   Load   "glx"
   Load   "type1"
EndSection

Section "Files"

    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
#    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
#    FontPath   "/usr/share/fonts/local/"
#    FontPath   "/usr/share/fonts/Speedo/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/fonts/freefont/"

EndSection

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

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"
    Option     "XkbModel"      "pc105"
    Option     "XkbLayout"     "it"

EndSection

Section "InputDevice"
  Driver     "synaptics"
  Identifier     "TouchPad"
  Option   "Device"        "/dev/input/event3"
  Option   "Protocol"      "auto-dev"
  Option   "LeftEdge"      "120"
  Option   "RightEdge"      "830"
  Option   "TopEdge"      "120"
  Option   "BottomEdge"      "650"
  Option   "FingerLow"      "14"
  Option   "FingerHigh"      "15"
  Option   "MaxTapTime"      "180"
  Option   "MaxTapMove"      "110"
  Option   "EmulateMidButtonTime"   "75"
  Option   "VertScrollDelta"   "20"
  Option   "HorizScrollDelta"   "20"
  Option   "MinSpeed"      "0.3"
  Option   "MaxSpeed"      "0.75"
  Option   "AccelFactor"      "0.015"
  Option   "EdgeMotionMinSpeed"   "200"
  Option   "EdgeMotionMaxSpeed"   "200"
  Option   "UpDownScrolling"   "1"
  Option   "CircularScrolling"   "1"
  Option   "CircScrollDelta"   "0.1"
  Option   "CircScrollTrigger"   "2"
  Option        "SHMConfig"      "on   
EndSection

Section "InputDevice"
    Identifier     "MouseUSB"
    Driver         "mouse"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Device" "/dev/input/mice"
    Option         "Buttons" "5"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier  "VaioLCD"
    HorizSync   28.0 - 110.0
    VertRefresh 43.0-90.0
    Option "DPMS" "true"
EndSection

Section "Device"
   Identifier "nVidia 7400 go"
   Driver "nvidia"
   BusID          "PCI:1:0:0"
    Option        "renderAccel" "true"
     Option        "AllowGLXWithComposite" "true"
      Option        "ConnectedMonitor" "DFP"
   Option    "AddARGBGLXVisuals" "True"
EndSection

Section "Device"
    Identifier  "NvidiaXorg"
    Driver      "nv"
EndSection

Section "Screen"
    Identifier     "nVidia"
    Device       "nVidia 7400 go"
#    Device      "NvidiaXorg"
    Monitor        "VaioLCD"

   DefaultDepth 24

Subsection "Display"
        Depth       8
        Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
        Depth       16
        Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
        Depth       1
        Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubsection

EndSection

Section "ServerLayout"

    Identifier  "sk0rp10 Layout"
    Screen "nVidia"
    InputDevice "MouseUSB"  "CorePointer"
    InputDevice "TouchPad"  "SecondCore"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection


Last edited by ashlar on Wed Sep 26, 2007 7:56 am; edited 1 time in total
Back to top
View user's profile Send private message
Josuke
Veteran
Veteran


Joined: 07 May 2003
Posts: 1175
Location: Italy - Bolzano

PostPosted: Wed Sep 26, 2007 7:39 am    Post subject: Reply with quote

con l'aggiornamento a questa versione mi sembra di aver letto che bisogna riemergere i moduli del mouse e del touchpad
_________________
fletto i muscoli...e sono nel vuoto
Back to top
View user's profile Send private message
ashlar
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jun 2006
Posts: 140

PostPosted: Wed Sep 26, 2007 7:57 am    Post subject: Reply with quote

seguendo il consiglio di Josuke tutto si è risolto, per il mouse lo avevo già fatto, ma non avevo pensato a fare lo stesso anche per synaptics...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum