[Ubuntu Feisty]Schermresolutie wil niet naar 1200x800

Pagina: 1
Acties:
  • 139 views sinds 30-01-2008
  • Reageer

Onderwerpen


Acties:
  • 0 Henk 'm!

  • degroot
  • Registratie: December 2003
  • Niet online
Ik heb sinds gisteren op mijn laptop de beta van Ubuntu 7.04 geinstalleerd.

Nu wil ik mijn scherm resolutie graag wijzigen naar 1200 x 800.
Nu is ie 1024 x 800 , en daar krijg ik hem helaas niet van af.
Het betreft om een Compaq Presario c300.
En de videokaart is een Intel 945 mobile

Daarvoor moest dus volgens de wiki een aantal dingen gedaan worden voordat de resolutie wil werken.
Helaas doet hij het daarna nog niet.

Wat heb ik gedaan?

Deze handleiding gevolgd
http://ubuntuguide.org/wi...cs_Resolution_.28Intel.29

Als ik dan
code:
1
915resolution -l
doe , dan krijg ik netjes deze output
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Mode 30 : 640x480, 8 bits/pixel
Mode 32 : 800x600, 8 bits/pixel
Mode 34 : 1200x800, 8 bits/pixel
Mode 38 : 1280x1024, 8 bits/pixel
Mode 3a : 1600x1200, 8 bits/pixel
Mode 3c : 1280x800, 8 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 45 : 1200x800, 16 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4d : 1280x800, 16 bits/pixel
Mode 50 : 640x480, 32 bits/pixel
Mode 52 : 800x600, 32 bits/pixel
Mode 54 : 1200x800, 32 bits/pixel
Mode 58 : 1280x1024, 32 bits/pixel
Mode 5a : 1600x1200, 32 bits/pixel
Mode 5c : 1280x800, 32 bits/pixel


Mode 54 was dus eerst een andere resolutie , en die heb ik volgens de tutorial vervangen in de resolutie zoals die daar nu staat.

Ook heb ik de xserver configuratie een aantal x geprobeerd te doorlopen.

Daarna zit mijn xorg.conf er zo uit
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
154
155
156
# /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    "vbe"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option      "CoreKeyboard"
    Option      "XkbRules"  "xorg"
    Option      "XkbModel"  "pc105"
    Option      "XkbLayout" "us"
    Option      "XkbOptions"    "lv3:ralt_switch"
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/wacom"    # Change to 
                            # /dev/input/event
                            # for USB
    Option      "Type"      "stylus"
    Option      "ForceDevice"   "ISDV4"     # Tablet PC ONLY
EndSection

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

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

Section "Device"
    Identifier  "Inter i945"
    Driver      "vesa"
    BusID       "PCI:0:2:0"
EndSection

Section "Monitor"
    Identifier  "Generic Monitor"
    Option      "DPMS"
    HorizSync   28-50
    VertRefresh 43-75
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Device      "Inter i945"
    Monitor     "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth       1
        Modes       "1200x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       4
        Modes       "1200x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       8
        Modes       "1200x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       15
        Modes       "1200x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       16
        Modes       "1200x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       24
        Modes       "1200x800" "1024x768" "800x600" "640x480"
    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


Zoals je ziet, staat mijn resolutie er dus ook tussen.

Ga ik vervolgens naar System->preference->screen resolution
Dan kan ik alleen uit 1024-800 , 800-600 en 640-480 kiezen.

Kan iemand mij misschien opweg helpen?
Dit is namelijk echt nog het enigste wat gebeurd moet worden(zelfs me duo core en wlan werden direct na de installatie herkent _/-\o_ )

Ik heb dit bericht niet in het grote ubuntu topic geplaatst , omdat ik dacht dat dit misschien een iets specifiekere videokaart/hardware probleem zou kunnen zijn

www.degroot-it.nl


Acties:
  • 0 Henk 'm!

Verwijderd

en als je juist de resolutie laat staan die je zelf wilt, krijg je dan een bepaalde error als je X opstart.
Waarschijnlijk "no screens found" maar misschien staat er meer info bij.

Acties:
  • 0 Henk 'm!

  • Jungian
  • Registratie: Juni 2006
  • Niet online

Jungian

>_<

Ik zou eerst dit
code:
1
2
3
4
5
Section "Device"
    Identifier    "Inter i945"
    Driver        "vesa"
    BusID        "PCI:0:2:0"
EndSection

even veranderen naar dit
code:
1
2
3
4
5
Section "Device"
    Identifier    "Inter i945"
    Driver        "i810"
    BusID        "PCI:0:2:0"
EndSection

0.0


Acties:
  • 0 Henk 'm!

  • degroot
  • Registratie: December 2003
  • Niet online
Jungian schreef op dinsdag 27 maart 2007 @ 19:07:
Ik zou eerst dit
code:
1
2
3
4
5
Section "Device"
    Identifier    "Inter i945"
    Driver        "vesa"
    BusID        "PCI:0:2:0"
EndSection

even veranderen naar dit
code:
1
2
3
4
5
Section "Device"
    Identifier    "Inter i945"
    Driver        "i810"
    BusID        "PCI:0:2:0"
EndSection
En daarmee is inderdaad het probleem verholpen!
Erg scherp!
thnQ, kan ik weer lekker gaan ubuntu-en _/-\o_

www.degroot-it.nl


Acties:
  • 0 Henk 'm!

  • degroot
  • Registratie: December 2003
  • Niet online
Sorry , hij doet het dus niet meer :(

Na een reboot is hij er weer mee gestopt.
Hij start daarna weer op in 1024x800 resolutie.

Wissel ik dan van sessie(bijvoorbeeld naar een terminal) , en kom ik weer terug , dan krijg ik onder een zwart balkje(de groote van de resterende resolutie) en rechts een wat breder balkje(wat dus 1024x768 op een 1200x800 scherm is)

Mijn instellingen zoals in de startpost zijn nog gewoon exact hetzelfde :(
Wie o wie kan mij helpen

www.degroot-it.nl


Acties:
  • 0 Henk 'm!

  • Jungian
  • Registratie: Juni 2006
  • Niet online

Jungian

>_<

Zoek eens met je favoriete zoekmachine naar
code:
1
intel 945 install

Dan kom je bijvoorbeeld bij deze link uit :
http://www.ubuntuforums.org/showthread.php?t=326864

Scroll dan naar
-basically, you're done.
en ga helemaal uit je plaat ;)

0.0


Acties:
  • 0 Henk 'm!

  • degroot
  • Registratie: December 2003
  • Niet online
Jungian schreef op woensdag 28 maart 2007 @ 20:27:
Zoek eens met je favoriete zoekmachine naar
code:
1
intel 945 install

Dan kom je bijvoorbeeld bij deze link uit :
http://www.ubuntuforums.org/showthread.php?t=326864

Scroll dan naar

[...]

en ga helemaal uit je plaat ;)
haha ik ben al helemaal uit me plaat gegaan
Weet niet hoe ik het voor elkaar gekregen heb , maar het werkt schijnbaar weer....
Heel apart!

toch bedankt :)

www.degroot-it.nl

Pagina: 1