tkArena
 
Go Back   tkArena Forums > Tech Knowledge Arena > Linux Arena
Sponsored Links
TKArena Forum
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 28-04-08, 06:25 PM
N00B
 
Join Date: Jan 2008
Posts: 16
valinuxx is on a distinguished road
Default desktop effects on Amilo Pro 3515 (VN896) guide

Now It's possible to have all the eyecandy (beryl or compiz or whatever ...) you need :

- Ubuntu 8.04
- latest via drivers here
- and the attached xorg.conf

You can also edit /etc/usplash.conf and put 1280 800 to have a correct splash screen at boot

Code:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"oss"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

Section "Monitor"
	Identifier "Monitor"
EndSection

Section "Device"
	Driver "via"
	Identifier	"Configured Video Device"
	Option "LCDPort"       "DFP_HIGHLOW"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "Module"
	Load  "glx"
	Load  "dri"
	Load  "extmod"
EndSection

Section "DRI"
	Group 0
	Mode 0666
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Configured Video Device"
    Monitor        "Monitor"
    DefaultDepth    24
    	SubSection "Display"
		Depth		24
		Modes		"1280x800"
		Virtual 1280 800
	EndSubSection
EndSection
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-04-08, 09:16 PM
N00B
 
Join Date: Aug 2007
Posts: 14
fifafrazer is an unknown quantity at this point
Default

That is just totally awesome
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 29-04-08, 06:31 PM
Member
 
Join Date: Jul 2007
Posts: 32
gruntz is an unknown quantity at this point
Default

Hello.

Well, I got the the LCD panel working fine with
Option "LCDPort" "DFP_HIGHLOW"
in my xorg.conf thanks to valinuxx.

But when I type glxinfo, I got only:

name of display: :0.0
X Error of failed request: GLXBadContext
Major opcode of failed request: 160 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 17
Current serial number in output stream: 17

And here the glxinfo stop responding. No more info is displayed. When I run compiz, I got white screen. I got archlinux. If someone have the same problem, let me know.

I noticed that I have "Invalid module format" when trying to modprobe 'via_chrome9' and 'via-agp' modules. I have linux 2.6.24 kernel. What the problem can be?

Regards.

Last edited by gruntz : 29-04-08 at 08:26 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 30-04-08, 03:32 PM
N00B
 
Join Date: Jan 2008
Posts: 16
valinuxx is on a distinguished road
Default

drivers only work with ubuntu 8.04 and SLED 10 SP1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-05-08, 06:39 PM
N00B
 
Join Date: Jan 2008
Posts: 2
heri is on a distinguished road
Default

Hi valinuxx,
many thanks for the instruction, i follow exactly what you said and compiz works for me using vn896 on AXIOO NVE758P (rebranded from clevo?)

Heri ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-05-08, 01:11 PM
N00B
 
Join Date: May 2008
Posts: 1
Evilfisher is on a distinguished road
Default

Hi @all
im using ubunto 2 days now

and im trying to install the viachrome drivers listet above
i downloaded the file and read the readme file
following the steps from HOWTO Install: 1. update kernel to ...... by installing:
kernel-syms................rpm
kernel-default.............rpm
kernel-source..............rpm

So i tryed to install it using alien with the code: $sudo alien -k name-of-rpm-file.rpm
but i get an error message: Header V3 DSA signature nokey, key ID 9c800aca

can someone explain me what im dooing wrong?
Excuse my english im from Switzerland
Greetings From Evilfisher
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-05-08, 06:15 PM
N00B
 
Join Date: Aug 2007
Posts: 14
fifafrazer is an unknown quantity at this point
Default

Why do you use the rpm's instead of the ubuntu installer?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 15-05-08, 12:26 AM
N00B
 
Join Date: May 2008
Posts: 1
dragonmm2010 is on a distinguished road
Default

hey i just regster to say to u thank you

i made it in amilo pro 3515 and worked

but i notice after make the install we go directly to xorg.conf

and write the xorg.conf above and make the edit
edit /etc/usplash.conf and put 1280 800



All this before restart x-server
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 19-07-08, 12:21 PM
Member
 
Join Date: Jul 2007
Posts: 32
gruntz is an unknown quantity at this point
Default

Hi everyone.

I am trying to install the via stable driver on Ubuntu 8.04. I have via vn896 on amilo pro laptop. I installed the driver, and changed the permissions on the files, because they were messy. But I am still unable to start compiz or glxinfo. In both cases X crashes and automatically restart itself. What can I do? Is there any other package that I have to install before using compiz? If you need some other information, I will post it.

Regards.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
         All times are GMT. The time now is 06:33 PM.

LinkBacks Enabled by vBSEO 3.1.0