Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Virkistystaajuus ja hiiren rulla toimimaan?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Finnish
View previous topic :: View next topic  
Author Message
Miksan
n00b
n00b


Joined: 01 May 2004
Posts: 7

PostPosted: Sat May 15, 2004 5:27 pm    Post subject: Virkistystaajuus ja hiiren rulla toimimaan? Reply with quote

Virkistystaajuus on nyt 75Hz, miten saisi nostettua 85:een? Esim KDE:n asetuksissa 75 on maksimi mitä sieltä voi valita. Hiiren rulla toimi 2.4-sarjan kerneleissä ihan hyvin, mutta nyt tässä 2.6:ssa ei toimikaan. Mitä pitäisi tehdä?

Tässä on xorg.conf-tiedosto:

Code:

Section "ServerLayout"
   Identifier   "xorg"
   Screen      "Screen0"
   InputDevice   "Mouse0" "CorePointer"
   InputDevice   "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath   "/usr/share/fonts/misc/"
   FontPath   "/usr/share/fonts/TTF/"
   FontPath   "/usr/share/fonts/Speedo/"
   FontPath   "/usr/share/fonts/Type1/"
   FontPath   "/usr/share/fonts/CID/"
   FontPath   "/usr/share/fonts/75dpi/"
   FontPath   "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load      "dbe"
   Load      "extmod"
   Load      "freetype"
   Load      "glx"
   Load      "record"
   Load      "speedo"
   Load      "type1"
   Load      "xtrap"
EndSection

Section "InputDevice"
   Identifier   "Mouse0"
   Driver      "mouse"
   Option      "Protocol" "PS/2"
   Option      "Device" "/dev/mouse"
   Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier   "Keyboard0"
   Driver      "keyboard"
   Option      "XkbModel" "pc102"
   Option      "XkbLayout" "fi"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   HorizSync   30-70
   VertRefresh   50-120
EndSection

Section "Device"
   Identifier   "Card0"
   Driver      "nvidia"
   Option      "NoLogo" "true"
   Option      "CursorShadow" "true"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device      "Card0"
   Monitor      "Monitor0"
   DefaultDepth   24
   
   SubSection "Display"
      Depth 24
      Modes "1024x768"
   EndSubSection
EndSection
Back to top
View user's profile Send private message
juki_
n00b
n00b


Joined: 26 Oct 2003
Posts: 16
Location: Finland

PostPosted: Sat May 15, 2004 6:03 pm    Post subject: Reply with quote

Muuta Section "InputDevice":n protocol seuraavaksi, niin saat sen rullan ainakin kuntoon:

Code:

Option      "Protocol"      "IMPS/2"

_________________
- Jukka
Back to top
View user's profile Send private message
Miksan
n00b
n00b


Joined: 01 May 2004
Posts: 7

PostPosted: Sun May 16, 2004 7:13 am    Post subject: Reply with quote

Kiitoksia, nyt toimii taas. Virkistystaajuuskin hyppäs ylöspäin jossain vaiheessa, luultavasti sen takia, että asensin nvidian ajurit tms.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Finnish 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