Ik heb sinds 2 dagen Ubuntu op mijn computer draaien, maar ik krijg de resolutie niet hoger dan 640x480 en de vernieuwingsfrequentie niet hoger dan 60 Hertz. Ik heb het op een aantal manieren geprobeerd, gewoon via het menu en dan schermresolutie, maar daar kan ik alleen maar 640x480 kiezen. En ook via een terminalvenster en dan xrandr. Ik heb een onboard video kaart, Intel 82865G, en heb ook geprobeerd een driver hiervoor te installeren, maar dat ging ook al niet, hij gaf aan dat er geen compileren beschikbaar was. Heb 2 dagen lopen zoeken maar niks kunnen vinden. Iemand die mij kan helpen?
Ik heb dit ook gehad op mijn computer. Hij herkende mijn monitor als een 1024x768 terwijl die tot 1280x1024 kan (en moet
). Ik heb maar handmatig /etc/X11/xorg.conf aangepast zodat die ook 1280x1024 deed.
Overigens moest ik hier wel even de Vsync en Hsync waarde verlagen omdat ik anders weinig beeld kreeg.
Overigens moest ik hier wel even de Vsync en Hsync waarde verlagen omdat ik anders weinig beeld kreeg.
Mistakes are proof that you are trying...
Enig idee hoe ik dat precies moet doen? ik heb niet zo heel veel verstand van Linux, maar wil het graag proberen.Seth4Chaos schreef op zondag 08 mei 2005 @ 14:45:
Ik heb dit ook gehad op mijn computer. Hij herkende mijn monitor als een 1024x768 terwijl die tot 1280x1024 kan (en moet). Ik heb maar handmatig /etc/X11/xorg.conf aangepast zodat die ook 1280x1024 deed.
Overigens moest ik hier wel even de Vsync en Hsync waarde verlagen omdat ik anders weinig beeld kreeg.
In dat bestand herkend ie mijn monitor wel (Philips 109E5) en geeft ie ook aan dat ie 1280 bij 1024 zou moeten kunnen weergeven, maar het lukt mij gewoon niet.
[ Voor 14% gewijzigd door vandenhork25 op 08-05-2005 14:53 ]
Ga naar je root terminal.
Ga dan naar de map /etc/X11/ en tik bijvoorbeeld in
gedit xorg.conf
Ik heb dit zelfde probleem op een intel extreme 2, maar bij mij werkt het ook niet als ik het aanpas in de xorg.conf
hij blijft vast staan op 1280x1024 @ 60 hz... terwijl ik hem op 1400x1050 wil hebben. Iemand die een idee heeft?
Ga dan naar de map /etc/X11/ en tik bijvoorbeeld in
gedit xorg.conf
Ik heb dit zelfde probleem op een intel extreme 2, maar bij mij werkt het ook niet als ik het aanpas in de xorg.conf
hij blijft vast staan op 1280x1024 @ 60 hz... terwijl ik hem op 1400x1050 wil hebben. Iemand die een idee heeft?
Laat eens zien wat er in de "Device" sectie van de file /etc/X11/xorg.conf staat?
Het gaat om een intel extreme 2 'videokaart'
code:
1
2
3
4
5
6
7
8
9
10
| Section "Device" Identifier "Intel Corporation 82852/855GM Integrated Graphics Device" Driver "i810" VideoRam 32764 BusID "PCI:0:2:0" Option "SWCursor" "0" Option "Accel" Option "DisplayInfo" "FALSE" Option "VBERestore" "true" EndSection |
Je kunt in je .conf een modeline toevoegen. Dat werkt meestal wel. Via google zijn er zat sites te vinden waar je je monitor specs kunt invullen om een goede modeline te genereren.
Je kunt ook proberen om de xserver te herconfigureren door als 'root' het volgende commando uit te voeren (dit werkt in Debian en volgens mij ook in Ubuntu): dpkg-reconfigure xserver-xorg
Veel succes.
Veel succes.
Post eens je hele xorg.conf?YscO schreef op zondag 08 mei 2005 @ 20:10:
Het gaat om een intel extreme 2 'videokaart'
code:
1 2 3 4 5 6 7 8 9 10 Section "Device" Identifier "Intel Corporation 82852/855GM Integrated Graphics Device" Driver "i810" VideoRam 32764 BusID "PCI:0:2:0" Option "SWCursor" "0" Option "Accel" Option "DisplayInfo" "FALSE" Option "VBERestore" "true" EndSection
Copywight 2000,2001,2002,2003,2004,2005,2006,2007 Arx. All wights wesewved. | PS Network tag -> Arx_nl
Dit is die van mij:
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
| # /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 /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/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 commands: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum' # sudo dpkg-reconfigure xserver-xorg Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Intel Corporation 82865G Integrated Graphics Device" Driver "i810" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "PHILIPS 109E" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation 82865G Integrated Graphics Device" Monitor "PHILIPS 109E" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection |
[ Voor 21% gewijzigd door vandenhork25 op 09-05-2005 14:20 ]
@vandenhork25:
Mogelijk ligt het aan je monitor sectie, deze is wat incompleet, waarschijnlijk dat ie wat verkeerd geprobed wordt waardoor die alleen maar standaard VESA laat zien. Zoek je monitor specificaties eens en vul het als volgt in:
Als dat niet werkt verander deze eens:
Naar
Kijk eens of het dan verandert. Voor de rest is er eigenlijks niets geks aan de hand.
Mogelijk ligt het aan je monitor sectie, deze is wat incompleet, waarschijnlijk dat ie wat verkeerd geprobed wordt waardoor die alleen maar standaard VESA laat zien. Zoek je monitor specificaties eens en vul het als volgt in:
code:
1
2
3
4
5
6
7
| Section "Monitor" Identifier "PHILIPS 109E" VendorName "PHILIPS" ModelName "109E" HorizSync 30-107 # <= Deze dus. VertRefresh 48-120 # <= Deze dus. EndSection |
Als dat niet werkt verander deze eens:
code:
1
2
3
4
| SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection |
Naar
code:
1
2
3
4
| SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection |
Kijk eens of het dan verandert. Voor de rest is er eigenlijks niets geks aan de hand.
Copywight 2000,2001,2002,2003,2004,2005,2006,2007 Arx. All wights wesewved. | PS Network tag -> Arx_nl
De gehele xorg.conf hieronder:
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
| # /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 /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/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 commands: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum' # sudo dpkg-reconfigure xserver-xorg Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Device" Identifier "Intel Corporation 82852/855GM Integrated Graphics Device" Driver "i810" VideoRam 32764 BusID "PCI:0:2:0" Option "SWCursor" "0" Option "Accel" Option "DisplayInfo" "FALSE" Option "VBERestore" "true" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation 82852/855GM Integrated Graphics Device" Monitor "Generic Monitor" # The favoured Depth and/or Bpp may be specified here DefaultDepth 16 SubSection "Display" Depth 8 Modes "1400x1050" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1400x1050" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1400x1050" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection |
Het eerste gedeelte werkte al gelijk, heel erg bedankt. Eindelijk een normale resolutie nu.Arx schreef op maandag 09 mei 2005 @ 15:15:toon volledige bericht
@vandenhork25:
Mogelijk ligt het aan je monitor sectie, deze is wat incompleet, waarschijnlijk dat ie wat verkeerd geprobed wordt waardoor die alleen maar standaard VESA laat zien. Zoek je monitor specificaties eens en vul het als volgt in:
code:
1 2 3 4 5 6 7 Section "Monitor" Identifier "PHILIPS 109E" VendorName "PHILIPS" ModelName "109E" HorizSync 30-107 # <= Deze dus. VertRefresh 48-120 # <= Deze dus. EndSection
Als dat niet werkt verander deze eens:
code:
1 2 3 4 SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection
Naar
code:
1 2 3 4 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection
Kijk eens of het dan verandert. Voor de rest is er eigenlijks niets geks aan de hand.
@YscO:
Ook voor jou geldt: je monitor sectie is incompleet. Suc6!
Ook voor jou geldt: je monitor sectie is incompleet. Suc6!
Copywight 2000,2001,2002,2003,2004,2005,2006,2007 Arx. All wights wesewved. | PS Network tag -> Arx_nl
Idd dit heb ik nu aangepast, maar ik krijg met geen mogelijkheid die 1400x1050. Ik kan nu wel kiezen uit 1024x768, 800x600 en 640x480
Copywight 2000,2001,2002,2003,2004,2005,2006,2007 Arx. All wights wesewved. | PS Network tag -> Arx_nl
Juppa het is gelukt en op het volgende adres kun je een tutorial vinden voor ubuntu:
http://ubuntuforums.org/archive/index.php/t-24923.html
http://ubuntuforums.org/archive/index.php/t-24923.html
Pagina: 1