Gå til innhold

Problemer med xorg, skjermen blir svart (EEE 901)


Anbefalte innlegg

Hei, jeg har et problem med xorg.conf-filen min i Xandros på EEE 901 PCen min.

 

 

Jeg har installert en touchscreen, og fulgt denne guiden:

http://wiki.eeeuser.com/howto:kiddshoptouc...eenunderxandros

 

Jeg fikk nettop en ny kontroller til touchscreenen, og nå får jeg riktig output av

sudo xxd -g1 /dev/tkpanel0

Men jeg kommer bare til delen hvor jeg skal endre xorg.conf, og dermed får svart skjerm når jeg har restartet, og må bruke Knoppix for å få det til å virke igjen.

 

 

 

 

 

Section "ServerLayout"

Identifier "Xandros"

Screen 0 "Screen1"

InputDevice "keyboard"

InputDevice "mouse"

InputDevice "synaptics"

EndSection

 

Section "Files"

ModulePath "/usr/lib/xorg/modules"

FontPath "/usr/share/fonts/X11/misc"

FontPath "/usr/share/fonts/X11/Type1"

FontPath "/usr/share/fonts/X11/75dpi"

FontPath "/usr/X11R6/lib/X11/fonts/Type1"

EndSection

 

Section "Module"

Load "glx"

Load "dri"

Load "extmod"

Load "synaptics"

EndSection

 

Section "ServerFlags"

Option "AllowMouseOpenFail"

Option "BlankTime" "5"

Option "DontVTSwitch" "true"

Option "AIGLX" "true"

EndSection

 

Section "InputDevice"

Identifier "keyboard"

Driver "kbd"

Option "CoreKeyboard"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "no"

Option "XkbVariant" "basic"

Option "XkbOptions" "grp:alt_shift_toggle"

EndSection

 

Section "InputDevice"

Identifier "mouse"

Driver "mouse"

Option "Device" "/dev/input/mice"

Option "Protocol" "IMPS/2"

Option "Emulate3Buttons" "yes"

Option "ZAxisMapping" "4 5"

Option "CorePointer"

EndSection

 

Section "InputDevice"

Identifier "synaptics"

Driver "synaptics"

Option "Device" "/dev/psaux"

Option "Protocol" "auto-dev"

Option "LeftEdge" "1400"

Option "RightEdge" "5900"

Option "TopEdge" "1400"

Option "BottomEdge" "4500"

Option "PalmDetect" "0"

Option "SHMConfig" "true"

Option "SendCoreEvents" "yes"

Option "HorizScrollDelta" "0"

Option "VertScrollDelta" "155"

Option "RBCornerButton" "0"

Option "RTCornerButton" "0"

Option "TapButton2" "0"

Option "MinSpeed" "0.095"

Option "MaxSpeed" "0.38"

Option "VertTwoFingerScroll" "1"

Option "VertEdgeScroll" "0"

Option "HorizEdgeScroll" "0"

EndSection

 

Section "Monitor"

Identifier "Monitor1"

VendorName "ASUS"

ModelName "eeePC P701"

Modeline "800x480" 29.58 800 816 896 992 480 481 484 497 -HSync +Vsync # 60 Hz

Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +Vsync

EndSection

 

Section "Monitor"

Identifier "TV"

VendorName "ASUS"

ModelName "eeePC P701"

Option "Ignore" "true"

EndSection

 

Section "Device"

Identifier "Device1"

Driver "intel"

VendorName "Intel Corporation"

BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"

BusID "PCI:0:2:0"

Option "Monitor-VGA" "Monitor1"

Option "Monitor-LVDS" "Monitor1"

Option "Monitor-TV" "TV"

Option "XAANoOffScreenPixmaps" "true"

Option "AccelMethod" "XAA"

EndSection

 

Section "Screen"

Identifier "Screen1"

Device "Device1"

DefaultDepth 16

SubSection "Display"

Depth 8

Virtual 1024 768

EndSubSection

SubSection "Display"

Depth 15

Virtual 1024 768

EndSubSection

SubSection "Display"

Depth 16

Virtual 1024 768

EndSubSection

SubSection "Display"

Depth 24

Virtual 1024 768

EndSubSection

EndSection

 

Section "DRI"

Mode 0666

EndSection

 

Section "Extensions"

Option "Composite" "Enable"

EndSection

 

 

 

 

 

 

 

og endret:

 

 

 

Section "ServerLayout"

Identifier "Xandros"

Screen 0 "Screen1"

InputDevice "keyboard"

InputDevice "mouse"

InputDevice "synaptics"

 

InputDevice "EETI" "SendCoreEvents"

 

EndSection

 

Section "Files"

ModulePath "/usr/lib/xorg/modules"

FontPath "/usr/share/fonts/X11/misc"

FontPath "/usr/share/fonts/X11/Type1"

FontPath "/usr/share/fonts/X11/75dpi"

FontPath "/usr/X11R6/lib/X11/fonts/Type1"

EndSection

 

Section "Module"

Load "glx"

Load "dri"

Load "extmod"

Load "synaptics"

EndSection

 

Section "ServerFlags"

Option "AllowMouseOpenFail"

Option "BlankTime" "5"

Option "DontVTSwitch" "true"

Option "AIGLX" "true"

EndSection

 

Section "InputDevice"

Identifier "keyboard"

Driver "kbd"

Option "CoreKeyboard"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "no"

Option "XkbVariant" "basic"

Option "XkbOptions" "grp:alt_shift_toggle"

EndSection

 

Section "InputDevice"

Identifier "mouse"

Driver "mouse"

Option "Device" "/dev/input/mice"

Option "Protocol" "IMPS/2"

Option "Emulate3Buttons" "yes"

Option "ZAxisMapping" "4 5"

Option "CorePointer"

EndSection

 

Section "InputDevice"

Identifier "EETI"

Driver "egalax"

Option "Device" "/dev/tkpanel0"

Option "Parameters" "/var/lib/egalax.cal"

Option "ScreenNo" "0"

EndSection

 

Section "InputDevice"

Identifier "synaptics"

Driver "synaptics"

Option "Device" "/dev/psaux"

Option "Protocol" "auto-dev"

Option "LeftEdge" "1400"

Option "RightEdge" "5900"

Option "TopEdge" "1400"

Option "BottomEdge" "4500"

Option "PalmDetect" "0"

Option "SHMConfig" "true"

Option "SendCoreEvents" "yes"

Option "HorizScrollDelta" "0"

Option "VertScrollDelta" "155"

Option "RBCornerButton" "0"

Option "RTCornerButton" "0"

Option "TapButton2" "0"

Option "MinSpeed" "0.095"

Option "MaxSpeed" "0.38"

Option "VertTwoFingerScroll" "1"

Option "VertEdgeScroll" "0"

Option "HorizEdgeScroll" "0"

EndSection

 

Section "Monitor"

Identifier "Monitor1"

VendorName "ASUS"

ModelName "eeePC P701"

Modeline "800x480" 29.58 800 816 896 992 480 481 484 497 -HSync +Vsync # 60 Hz

Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +Vsync

EndSection

 

Section "Monitor"

Identifier "TV"

VendorName "ASUS"

ModelName "eeePC P701"

Option "Ignore" "true"

EndSection

 

Section "Device"

Identifier "Device1"

Driver "intel"

VendorName "Intel Corporation"

BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"

BusID "PCI:0:2:0"

Option "Monitor-VGA" "Monitor1"

Option "Monitor-LVDS" "Monitor1"

Option "Monitor-TV" "TV"

Option "XAANoOffScreenPixmaps" "true"

Option "AccelMethod" "XAA"

EndSection

 

Section "Screen"

Identifier "Screen1"

Device "Device1"

DefaultDepth 16

SubSection "Display"

Depth 8

Virtual 1024 768

EndSubSection

SubSection "Display"

Depth 15

Virtual 1024 768

EndSubSection

SubSection "Display"

Depth 16

Virtual 1024 768

EndSubSection

SubSection "Display"

Depth 24

Virtual 1024 768

EndSubSection

EndSection

 

Section "DRI"

Mode 0666

EndSection

 

Section "Extensions"

Option "Composite" "Enable"

EndSection

 

 

 

 

Endret av Ståle
Lenke til kommentar
Videoannonse
Annonse

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
  • Hvem er aktive   0 medlemmer

    • Ingen innloggede medlemmer aktive
×
×
  • Opprett ny...