Toon posts:

Kubuntu X probleem voor laptop amilo pro v3515

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hallo mensen,

Ik loop al een tijdje rond met een probleem omtrent mijn X server ik gebruik momenteel de standaard vesa drivers voor mijn amilo pro v3515.
Als ik de resolutie 800x600 gebruik dan werkt alles goed, maar als ik de normale scherm grootte van deze laptop instel in xorg.conf (1280 x 800) dan werkt alles goed totdat ik inlog.
Dus ik krijg zeg maar mijn inlogscherm goed te zien en als ik dan onder mijn gebruikers username inlog dan loopt in een keer al het beeld materiaal door elkaar heen. (van die streepjes).
Echter als ik bij het inloggen selecteer dat ik alleen een grafische console wil starten dan zal ie deze wel goed laten zien.

En verder is er nog iets vreemds, als ik mijn laptop start in recovery mode dan log je direct in als root en dan geef ik op de console in "startx" om mijn X server te starten DAN geeft de computer wel alles goed weer op de juiste resolutie zonder problemen!

Ik ben vervolgens op zoek gegaan naar de juiste drivers voor mijn grafische kaart.
Volgens een website heb ik in mijn laptop een VIA VN896 chipset zitten.
Ik ben ook wat manuals tegen gekomen om een correcte driver geinstalleerd te krijgen, maar dit mislukt dan kennelijk telkens.

Is er iemand die misschien ervaring heeft met dit probleem? want nu werk ik telkens via recovery mode, maar dat is in het root account, wat nu niet echt fijn is.

OF weet iemand een tutorial die misschien wel goed werkt om mijn VIA VN896 chipset geinstalleerd te krijgen?

Dit is mijn xorg.conf
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# /etc/X11/xorg.conf (xorg 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(5) 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 "Files"
    FontPath    "/usr/share/fonts/X11/misc"
    FontPath    "/usr/share/fonts/X11/cyrillic"
    FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/Type1"
    FontPath    "/usr/share/fonts/X11/100dpi"
    FontPath    "/usr/share/fonts/X11/75dpi"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "v4l"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option      "CoreKeyboard"
    Option      "XkbRules"  "xorg"
    Option      "XkbModel"  "pc105"
    Option      "XkbLayout" "us"
    Option      "XkbVariant"    "intl"
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      "HorizScrollDelta"  "0"
EndSection

Section "InputDevice"
    Driver      "wacom"
    Identifier  "stylus"
    Option      "Device"    "/dev/input/wacom"
    Option      "Type"      "stylus"
    Option      "ForceDevice"   "ISDV4"     # Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver      "wacom"
    Identifier  "eraser"
    Option      "Device"    "/dev/input/wacom"
    Option      "Type"      "eraser"
    Option      "ForceDevice"   "ISDV4"     # Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver      "wacom"
    Identifier  "cursor"
    Option      "Device"    "/dev/input/wacom"
    Option      "Type"      "cursor"
    Option      "ForceDevice"   "ISDV4"     # Tablet PC ONLY
EndSection

Section "Device"
    Identifier  "Generic Video Card"
    Driver      "vesa"
    BusID       "PCI:1:0:0"
    VideoRam    128
    Option      "UseFBDev"      "true"
EndSection

Section "Monitor"
    Identifier  "Generic Monitor"
    Option      "DPMS"
    HorizSync   28-64
    VertRefresh 43-60
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Device      "Generic Video Card"
    Monitor     "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth       1
        Modes       "1280x800" "800x600"
    EndSubSection
    SubSection "Display"
        Depth       4
        Modes       "1280x800" "800x600"
    EndSubSection
    SubSection "Display"
        Depth       8
        Modes       "1280x800" "800x600"
    EndSubSection
    SubSection "Display"
        Depth       15
        Modes       "1280x800" "800x600"
    EndSubSection
    SubSection "Display"
        Depth       16
        Modes       "1280x800" "800x600"
    EndSubSection
    SubSection "Display"
        Depth       24
        Modes       "1280x800" "800x600"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier  "Default Layout"
    Screen      "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice     "stylus"    "SendCoreEvents"
    InputDevice     "cursor"    "SendCoreEvents"
    InputDevice     "eraser"    "SendCoreEvents"
    InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
    Mode    0666
EndSection