ok I no longer have my E1705. I now have a T60P. I got the Ubuntu 7.10 working but I am having the hardest time to get guildwars to work under wine. I am sure it has to do something with the drivers I am using. The envy drivers causes lots of artifacts and I had to go back to the Ubuntu default drivers. I have been reading on some new set of drivers from Ati but I am getting mix reviews. The current setup is wrong and thats why games run very crappy. when I use the following command "glxinfo | grep direct" I get this
Xlib: extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
I know it should say direct rendering to yes in order to get good frame rates in games.
here's my Xorg.conf
Section "ServerLayout"
# Uncomment if you have a wacom tablet
#InputDevice "stylus""SendCoreEvents"
#InputDevice "cursor""SendCoreEvents"
#InputDevice "eraser""SendCoreEvents"
Identifier"Default Layout"
screen 0 "aticonfig-Screen[0]" 0 0
Inputdevice"Generic Keyboard"
Inputdevice"Configured Mouse"
Inputdevice"Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
Load"glx"
EndSection
Section "InputDevice"
Identifier"Generic Keyboard"
Driver"kbd"
Option"CoreKeyboard"
Option"XkbRules""xorg"
Option"XkbModel""pc105"
Option"XkbLayout""us"
EndSection
Section "InputDevice"
Identifier"Configured Mouse"
Driver"mouse"
Option"CorePointer"
Option"Device""/dev/input/mice"
Option"Protocol""ImPS/2"
Option"ZAxisMapping""4 5"
Option"Emulate3Buttons""true"
EndSection
Section "InputDevice"
Identifier"Synaptics Touchpad"
Driver"synaptics"
Option"SendCoreEvents""true"
Option"Device""/dev/psaux"
Option"Protocol""auto-dev"
Option"HorizEdgeScroll""0"
EndSection
Section "InputDevice"
Identifier"stylus"
Driver"wacom"
Option"Device""/dev/input/wacom"
Option"Type""stylus"
Option"ForceDevice""ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier"eraser"
Driver"wacom"
Option"Device""/dev/input/wacom"
Option"Type""eraser"
Option"ForceDevice""ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier"cursor"
Driver"wacom"
Option"Device""/dev/input/wacom"
Option"Type""cursor"
Option"ForceDevice""ISDV4"# Tablet PC ONLY
EndSection
Section "Monitor"
Identifier"Generic Monitor"
Option"DPMS"
EndSection
Section "Monitor"
Identifier"aticonfig-Monitor[0]"
Option"VendorName""ATI Proprietary Driver"
Option"ModelName""Generic Autodetecting Monitor"
Option"DPMS""true"
EndSection
Section "Device"
Identifier"Generic Video Card"
Driver"fglrx"
Busid"PCI:1:0:0"
Option"VideoOverlay""on"
Option"OpenGLOverlay""off"
EndSection
Section "Device"
Identifier"aticonfig-Device[0]"
Driver"fglrx"
Option"VideoOverlay""on"
Option"OpenGLOverlay""off"
EndSection
Section "Screen"
Identifier"Default Screen"
Device"Generic Video Card"
Monitor"Generic Monitor"
Defaultdepth24
SubSection "Display"
Modes"1400x1050"
EndSubSection
EndSection
Section "Screen"
Identifier"aticonfig-Screen[0]"
Device"aticonfig-Device[0]"
Monitor"aticonfig-Monitor[0]"
Defaultdepth24
SubSection "Display"
Viewport00
Depth24
EndSubSection
EndSection
Section "Extensions"
Option"Composite""0"
EndSection
Thanks for any pointers on this one.
Xlib: extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
I know it should say direct rendering to yes in order to get good frame rates in games.
here's my Xorg.conf
Section "ServerLayout"
# Uncomment if you have a wacom tablet
#InputDevice "stylus""SendCoreEvents"
#InputDevice "cursor""SendCoreEvents"
#InputDevice "eraser""SendCoreEvents"
Identifier"Default Layout"
screen 0 "aticonfig-Screen[0]" 0 0
Inputdevice"Generic Keyboard"
Inputdevice"Configured Mouse"
Inputdevice"Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
Load"glx"
EndSection
Section "InputDevice"
Identifier"Generic Keyboard"
Driver"kbd"
Option"CoreKeyboard"
Option"XkbRules""xorg"
Option"XkbModel""pc105"
Option"XkbLayout""us"
EndSection
Section "InputDevice"
Identifier"Configured Mouse"
Driver"mouse"
Option"CorePointer"
Option"Device""/dev/input/mice"
Option"Protocol""ImPS/2"
Option"ZAxisMapping""4 5"
Option"Emulate3Buttons""true"
EndSection
Section "InputDevice"
Identifier"Synaptics Touchpad"
Driver"synaptics"
Option"SendCoreEvents""true"
Option"Device""/dev/psaux"
Option"Protocol""auto-dev"
Option"HorizEdgeScroll""0"
EndSection
Section "InputDevice"
Identifier"stylus"
Driver"wacom"
Option"Device""/dev/input/wacom"
Option"Type""stylus"
Option"ForceDevice""ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier"eraser"
Driver"wacom"
Option"Device""/dev/input/wacom"
Option"Type""eraser"
Option"ForceDevice""ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier"cursor"
Driver"wacom"
Option"Device""/dev/input/wacom"
Option"Type""cursor"
Option"ForceDevice""ISDV4"# Tablet PC ONLY
EndSection
Section "Monitor"
Identifier"Generic Monitor"
Option"DPMS"
EndSection
Section "Monitor"
Identifier"aticonfig-Monitor[0]"
Option"VendorName""ATI Proprietary Driver"
Option"ModelName""Generic Autodetecting Monitor"
Option"DPMS""true"
EndSection
Section "Device"
Identifier"Generic Video Card"
Driver"fglrx"
Busid"PCI:1:0:0"
Option"VideoOverlay""on"
Option"OpenGLOverlay""off"
EndSection
Section "Device"
Identifier"aticonfig-Device[0]"
Driver"fglrx"
Option"VideoOverlay""on"
Option"OpenGLOverlay""off"
EndSection
Section "Screen"
Identifier"Default Screen"
Device"Generic Video Card"
Monitor"Generic Monitor"
Defaultdepth24
SubSection "Display"
Modes"1400x1050"
EndSubSection
EndSection
Section "Screen"
Identifier"aticonfig-Screen[0]"
Device"aticonfig-Device[0]"
Monitor"aticonfig-Monitor[0]"
Defaultdepth24
SubSection "Display"
Viewport00
Depth24
EndSubSection
EndSection
Section "Extensions"
Option"Composite""0"
EndSection
Thanks for any pointers on this one.




