You are not logged in.
Pages: 1
I am using the OpenChrome driver for my VIA Technologies, Inc. CN400/PM800/PM880/PN800/PN880 [S3 UniChrome Pro] adapter. However, there are some graphical artifacts on the screen. None of the icons like the volume control and network manager are shown; only black boxes are shown.
Sometimes my display got corrupted. Without dri all works FINE. Tried with/without xorg.conf, changed EXA to XAA -- still the same. XAA is slower than EXA.
Unichrome-dri installed from extra. mesa, libgl, libdrm is from AUR (GIT).
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/artwiz-fonts"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "1"
Option "DontZap" "no"
# Option "AutoAddDevices" "false"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "dpms"
EndSection
Section "Device"
Identifier "Card0"
Driver "openchrome"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
Option "ExaScratchSize" "8192"
Option "MaxDRIMem" "16384"
#Option "PanelSize" "1024x768"
#Option "XaaNoImageWriteRect" "True"
Option "VBEModes" "Off"
Option "VBESaveRestore" "Off"
Option "EnableAGPDMA" "True"
#Option "AccelMethod" "XAA"
#Option "ExaNoComposite" "True"
#Option "ActiveDevice" "LCD"
#Option "EnableAGPDMA" "True"
#Option "RenderAccel" "True"
#Option "AGPMem" "131072"
VendorName "VIA Technologies, Inc."
BoardName "CN400/PM800/PM880/PN800/PN880 [S3 UniChrome Pro]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Last edited by toorlv (2009-11-19 16:45:17)
Offline
What happens if you set "EnableAGPDMA" to "false"?
The unichrome-dri driver is known to have some problems as it has not been developed very actively lately. There's also another X.org driver for VIA chipsets, the UniChrome driver http://cgit.freedesktop.org/~libv/xf86-video-unichrome. You'll have to get the GIT version and build it yourself, the official releases are outdated.
Offline
What happens if you set "EnableAGPDMA" to "false"?
The unichrome-dri driver is known to have some problems as it has not been developed very actively lately. There's also another X.org driver for VIA chipsets, the UniChrome driver http://cgit.freedesktop.org/~libv/xf86-video-unichrome. You'll have to get the GIT version and build it yourself, the official releases are outdated.
"EnableAGPDMA" to "false" = same result.
What about xf86-video-unichrome - thanks, i'll try it out.
Offline
P.S.
Who can create xf86-video-unichrome-git?
Offline
Pages: 1