You can modify the /etc/X11/xorg.conf file in C-ROOT to make chromium better support your machine. To edit it, open a terminal (ctrl+alt+T) and command the following: sudo nano /etc/X11/xorg.conf. Password is: facepunch

Localised Keyboard:

Section "InputDevice"
  Identifier "Keyboard1"
  Option   "XkbLayout"   "se"   <--add
  ...
  ...
  ...
  ...
EndSection

Resolution: This example is for a Asus EEEPC 700

Section "Monitor"
  Identifier "Monitor"
  HorizSync 30-40
  VertRefresh 50-75
  VendorName "ASUS"
  ModelName "eeePC P700"
  Modeline "800x480"  29.58  800 816 896 992  480 481 484 497  -HSync +Vsync # 60 Hz
EndSection
 
xorg.conf.txt · Last modified: 2010/06/03 12:30 by 78.147.242.52
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki