Sony Vaio SVE
From Gentoo Wiki
This article has been flagged for not conforming to the wiki guidelines. Please help Gentoo out by starting fixing things.
"Chroot: illegal instruction" for amd64. Architecture x86 is working excellent.
BIOS
Winbond 25Q32CVSIG
Programming is not working.
Backlight - screen brightness
echo 255 > /sys/class/backlight/radeon_bl0/brightness
To set brightness at startup create udev rule to load brightness level:
# loading brightness
ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/sh -c 'echo 150 > /sys/class/backlight/radeon_bl0/brightness'"
Shift keys now working problem
Solution is to bind any other key to Shift.
Console
- get key number:
# showkey
- create file personal.map
keycode 86 = Shift Shift Shift Shift
- load key assigment:
# loadkeys personal.map
can be placed in ̃/.bashrc file
Xorg
setxkbmap -option caps:shiftlock
or
$ xmodmap .xmodmap
where .xmodmap:
keycode 66 = Shift_L
you can get 66 with
̩$ xev
Tested and works
- Ethernet
- Wifi
- Touchpad
- Audio
- HDMI and HDMI Audio
Problems
- Function keys is not working