Have you checked DRI section in your xorg.conf? I have the same problem of 
Tuxracer until I comment the dri part out. It's just a work-around, don't know 
what's really the cause.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Lin, Zihui
> Sent: Thursday, August 04, 2005 3:15 PM
> To: General Discusson about Arch Linux
> Subject: [arch] Problem When Swithing X to tty
> 
> Hi folks,
> 
> I'm running ArchLinux on an R40e Thinkpad.
> I have X running after 'startx', and then I switch to tty, lets say,
> 'Ctrl + Alt + F1'. After type some command in the console, I switch back
> to X, then I have problem. In such cases, my keyboard dies and the X
> display garbles. Because I can't use the keyboard, the only thing that I
> can do is to press the power button.
> Same thing happens when I run the tuxracer. Whenever Tuxracer goes
> full-screen, the key board and X dies.
> I must have some mistakes when configuring my keyboard. Any one even
> encountered this situation before?
> 
> Zihui
> 
> P.S. Here is my xorg.conf:
> 
> Section "ServerLayout"
>         Identifier     "X.org Configured"
>         Screen      0  "Screen0" 0 0
>         InputDevice    "Mouse0" "CorePointer"
>         InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> Section "Files"
>         RgbPath      "/usr/X11R6/lib/X11/rgb"
>         ModulePath   "/usr/X11R6/lib/modules"
>         FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
>         FontPath     "/usr/share/fonts/song"
> EndSection
> 
> Section "Module"
>         Load  "extmod"
>         Load  "glx"
>         Load  "dri"
>         Load  "dbe"
>         Load  "record"
>         Load  "xtrap"
>         Load  "type1"
>         Load  "freetype"
> EndSection
> 
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
> EndSection
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "auto"
>         Option          "ZAxisMapping"          "4 5"
>         Option      "Device" "/dev/psaux"
>         Option      "Emulate3Buttons" "true"
>         Option      "Emulate3Timeout" "70"
>         Option      "SendCoreEvents"  "true"
>         Option      "EmulateWheel" "true"
>         Option      "EmulateWheelButton" "2"
>         Option      "EmulateWheelInertia" "10"
> EndSection
> 
> Section "InputDevice"
>         Identifier      "USB Mouse"
>         Driver          "mouse"
>         Option          "Device" "/dev/input/mice"
>         Option          "Protocol"              "explorerps/2"
>         Option          "ZAxisMapping"          "4 5"
>         Option          "Buttons"               "5"
> EndSection
> 
> Section "Monitor"
>         Identifier   "Monitor0"
>         VendorName   "Monitor Vendor"
>         ModelName    "Monitor Model"
>         HorizSync    28.0 - 96.0
>         VertRefresh  50.0 - 75.0
> EndSection
> 
> Section "Device"
>         Identifier  "Card0"
>         Driver      "ati"
>         VendorName  "ATI Technologies Inc"
>         BoardName   "Radeon IGP 340M"
>         BusID       "PCI:1:5:0"
> EndSection
> 
> Section "Screen"
>         Identifier "Screen0"
>         Device     "Card0"
>         Monitor    "Monitor0"
>         DefaultColorDepth 24
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     1
>         EndSubSection
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     4
>         EndSubSection
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     8
>         EndSubSection
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     15
>         EndSubSection
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     16
>         EndSubSection
>         SubSection "Display"
>                 Depth     24
>                 #Modes "800x600" "640x480"
>                 Modes "1024x768" "800x600" "640x480"
>         EndSubSection
> EndSection
> 
> _______________________________________________
> arch mailing list
> [email protected]
> http://www.archlinux.org/mailman/listinfo/arch

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to