Saturday, December 9, 2006

Blueprint Harman Kardon

Chart

now up to the graphics card: I personally have not been able to install the ATI proprietary drivers, so all the talk fglrx jumps, the Flybook is a laptop, but its owner knows that is "just" a laptop and one who has tried to install something that is not branded with the M microzoz knows that it is a laptop "bastard" Then

radeon driver to use a name already in the system and enable the graphics by replacing the original file / etc/X11/xorg.conf with the following

  Section "Files"  
# FontPath "unix /: 7100 "# local font server # if
the local font server has problems, we can fall back on These
FontPath" / usr / share / fonts / truetype "FontPath
" / usr/lib/X11/fonts / misc "
FontPath" / usr/lib/X11/fonts/cyrillic "
FontPath" / usr/lib/X11/fonts/100dpi /: unscaled "FontPath
" / usr/lib/X11 / fonts/75dpi /: unscaled "
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
# SubSection "extmod"
# Option "omit xfree86-dga"
# EndSubSection
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
# Option "FlipXY" "true"
# Option "InvX" "true"
# Option "InvY" "true"
EndSection

Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "touchscreen"
Driver "evtouch"
Option "Device" "/dev/input/event1"
#Option "Device" "/dev/input/event2"
Option "DeviceName" "touchscreen"
#Option "Calibrate" "1"
Option "ReportingMode" "Raw"
Option "ClickTimer" "100"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "SendCoreEvents"
Option "SwapY" "true"
Option "MinX" "31"
Option "MinY" "55"
Option "MaxX" "985"
Option "MaxY" "999"
#Option "x0" "-2"
#Option "y0" "-588"
#Option "x1" "-8"
#Option "y1" "-587"
#Option "x2" "-1"
#Option "y2" "-587"
#Option "x3" "-3"
#Option "y3" "2"
#Option "x4" "-6"
#Option "y4" "1"
#Option "x5" "-1"
#Option "y5" "0"
#Option "x6" "-4"
#Option "y6" "589"
#Option "x7" "-5"
#Option "y7" "585"
#Option "x8" "3"
#Option "y8" "582"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "radeon"
Option "AGPFastWrite true"
Option "AGPMode 4"
# Option "EnablePageFlip true"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-49
VertRefresh 43-72
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x600"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Mouse1"
# InputDevice "Mouse2"
InputDevice "touchscreen"


EndSection Section "DRI" Mode 0666

EndSection


Once you restart X by pressing the ctrl-alt-backspace (not canc, that's another OS), everything looks "like it should be" :-)

0 comments:

Post a Comment