You are not logged in.

#1 2009-09-01 06:32:50

arkindal
Member
From: 127.0.0.1
Registered: 2009-09-01
Posts: 37

Gateway MX3215 Notebook configuration problems.

Greetings Arch Linux users, I have this notebook and I am having hard time with it :-\ I received it as a gift, and since windows is not really my best liked OS I decided to install linux on this one too, I tried many flavor, and decided to put arch in it in the end.
The problem is: i tried to make it work with no success, I cant manage to make X work properly, not even the wireless connection. But I want to solve the X problem first.
I asked help in the italian forum too, after 7 pages I have decided to see if someone here have the same notebook, since gateway is not popular in Italy, maybe I can find someone who have it here.

Thanks for reading smile


EDIT:

Well... after almost a week on this first problem looks like I solved just after comin here, this forum must be a luck bringer :-\
Just in case someone else need help:

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
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 "Device"
Identifier "Configured Video Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "openchrome"
Screen 0
Option "SWcursor" "true"
Option "EnableAGPDMA" "True"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x768@60" "1280x720@60" "800x600@60" "1280x800@60" "800x600@56"
Virtual 1280 768
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "dri"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "openchrome"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection

For now, I will not change the title, just in case I need to ask for the wifi connection.

Last edited by arkindal (2009-09-01 08:04:28)

Offline

#2 2009-09-01 20:45:25

milasch
Member
From: Toronto, ON
Registered: 2009-05-21
Posts: 100

Re: Gateway MX3215 Notebook configuration problems.

What is your wifi adapter anyways?

Offline

Board footer

Powered by FluxBB