Talk:Laptop/Sony

From ArchWiki
Latest comment: 5 April 2009 by Jfgomez86 in topic Sony Vaio VGN NR320FH

Sony Vaio VGN NR320FH

Note: When I plugged my headphones to the jack the speakers were still turned on. This was due to some alsa options. Solution: Add the following line to /etc/modprobe.d/modprobe.conf:

options snd-hda-intel model=sony-assamd

Also here's my alsa-info.sh output: [link[1]]

Needs some work
  • FN Keys (Volume)
    • Solution: Use xev to map the keyodes. Then load them:

My .Xdefaults:

keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
keycode 160 = XF86AudioMute
keycode 151 = XF86AudioPlay
  • A 1280x800 framebuffer (Needed for splashy, and I guess other boot splash managers)
  • S1 and AV Mode Buttons (to the left of the power button) work weird. S1 prints keycode 101 but when triggered (mapped or not) it also triggers Brightness down in Gnome. AV Mode does nothing, however it prints some output to xev:
FocusOut event, serial 34, synthetic NO, window 0x3800001,
   mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 34, synthetic NO, window 0x3800001,
   mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 34, synthetic NO, window 0x0,
   keys:  2   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
          0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0

—This unsigned comment is by Jfgomez86 (talk) 15:55, 5 April 2009 (UTC). Please sign your posts with ~~~~!Reply[reply]