Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 189
    • Merge Requests 189
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #478

Closed
Open
Opened Nov 19, 2010 by Mika Havela@mhavela
  • Report abuse
  • New issue
Report abuse New issue

xorg-server 1.9.2-r0 default config does not allow keyboard support

If you ‘apk add alpine-desktop && slim’ you will most likely lose ability to use your keyboard.
The same thing happens if you ‘apk add xorg-server && X -configure && X -config /root/xorg.conf.new’

Workaround for this is to do this before starting ‘xorg-server’ (or ‘slim’):

X -configure 
echo 'Section "ServerFlags"' >> /root/xorg.conf.new
echo 'Option "AllowEmptyInput" "off"' >> /root/xorg.conf.new
echo 'EndSection' >> /root/xorg.conf.new
mv /root/xorg.conf.new /etc/X11/xorg.conf

(from redmine: issue id 478, created on 2010-11-19, closed on 2013-05-21)

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Alpine 2.2.4
Milestone
Alpine 2.2.4 (Past due)
Assign milestone
Time tracking
None
Due date
None
4
Labels
Aports Normal Rejected type:bug
Assign labels
  • View project labels
Reference: alpine/aports#478