Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: [OPGELOST] Resolutie te laag en geen xorg.conf  (gelezen 6796 keer)

[OPGELOST] Resolutie te laag en geen xorg.conf
« Gepost op: 2010/04/12, 11:47:42 »
Hallo

Ik heb net Ubuntu geinstalleerd gekregen na enkele probleempjes. Maar nu stuit ik op een volgend probleem.
Mijn resolutie is te laag. gksu displayconfig-gtk heb ik geprobeert, maar er word niets geopend. In de resolutie settings is mijn maximale keuze 1024x768. Terwijl ik 1280x1024 wil. Ik heb ook geen xorg.conf, wat ik heel vreemd vind.

Ik heb een Intel 915G kaart, in Pakketbeheer staan er Intel drivers geinstalleerd.

Weet iemand wat ik moet doen?
« Laatst bewerkt op: 2010/04/30, 16:43:17 door Jeff Matthys »
Een trotse linux-beginner!

Re: Resolutie te laag en geen xorg.conf
« Reactie #1 Gepost op: 2010/04/12, 13:37:42 »
Zijn ze ook geactiveerd onder Systeem>Beheer>Hardware Drivers? Na activeren de computer herstarten.
In der Beschränkung zeigt sich der Meister.

Offline Joshua822

  • Lid
Re: Resolutie te laag en geen xorg.conf
« Reactie #2 Gepost op: 2010/04/12, 15:10:53 »
Trouwens, als je weet dat je dit probleem kunt oplossen door het bestand /etc/X11/xorg.conf te wijzigen, kun je dit bestand zo aanmaken:
Ga eerst naar een virtuele console, door de toetsencombinatie Ctrl + Alt + F1 in te drukken. Typ hier nu de volgende commando's in:
sudo service gdm stopsudo Xorg -configuresudo mv /etc/X11/xorg.conf.new /etc/X11/xorg.confsudo service gdm startAls het goed is heb je nu een bestand /etc/X11/xorg dat je kunt bewerken met rootrechten.

Re: Resolutie te laag en geen xorg.conf
« Reactie #3 Gepost op: 2010/04/12, 16:28:49 »
@Gijsbert: in het Hardware Stuurprogramma menu staat niets.

@Joshua. Bedankt, ik heb nu een xorg.conf, maar nu kan ik nog steeds niet hoger dan 1024x768. Wat moet ik hieraan veranderen. (Zoals in de xorg staat is mijn kaart een: Intel 82915G/GV/910GL)

Dit is mijn xorg.conf

Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
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"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "record"
Load  "extmod"
Load  "glx"
Load  "dbe"
Load  "dri"
Load  "dri2"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            # [<bool>]
        #Option     "SWcursor"            # [<bool>]
        #Option     "ColorKey"            # <i>
        #Option     "CacheLines"          # <i>
        #Option     "Dac6Bit"            # [<bool>]
        #Option     "DRI"                # [<bool>]
        #Option     "NoDDC"              # [<bool>]
        #Option     "ShowCache"          # [<bool>]
        #Option     "XvMCSurfaces"        # <i>
        #Option     "PageFlip"            # [<bool>]
Identifier  "Card0"
Driver      "intel"
VendorName  "Intel Corporation"
BoardName   "82915G/GV/910GL Integrated Graphics Controller"
BusID       "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection
Een trotse linux-beginner!

Offline Joshua822

  • Lid
Re: Resolutie te laag en geen xorg.conf
« Reactie #4 Gepost op: 2010/04/13, 01:56:22 »
Misschien is het volgende draadje op het Engelse Ubuntu forum nuttig:
http://ubuntuforums.org/showthread.php?t=354666

Re: Resolutie te laag en geen xorg.conf
« Reactie #5 Gepost op: 2010/04/13, 10:32:23 »
Volgens mij heb ik nu wel de correcte xorg (na behulp van de link van Joshua). Maar er gebeurt niets in het Resolutie instellingen. Moet die xorg niet geactiveerd worden ofzoiets, want volgens mij word die niet eens gebruikt.

Alvast bedankt!
Een trotse linux-beginner!

Offline Joshua822

  • Lid
Re: Resolutie te laag en geen xorg.conf
« Reactie #6 Gepost op: 2010/04/13, 10:54:29 »
ik denk dat deze post het antwoord bevat:
Citaat
months later.. I finally got my resolution to 1920x1200 !!!
all i did was:
sudo 915resolution 3c 1920 1200 24
(my xorg.conf had previously been edited to contain the 1920x1200 modes)
then restarted x with ctrl+alt+backspace
and selected the correct resolution from system > preferences > screen res
I'm so happy!
also i learned that the changes made by 915resolution are transient (they go away after you reboot). i followed this how-to to add a script to allow the resolution at each boot. i have not yet tested it (i hate rebooting). http://bonte.co.uk/myBlog/?p=97
peace
(Bron)
Dus, voer het volgende commando uit in Toepassingen > Accessoires > Terminalvenster
sudo 915resolution 3c 1920 1200 24Herstart daarna X Windows met de toetsencombinatie Ctrl + Alt + Backspace. Nu kan je in Systeem > Voorkeuren > Monitor de resolutie veranderen.
Volg daarna deze how-to om te zorgen dat de correcte resolutie ook gebruikt wordt bij het herstarten van je computer. En nu zou je klaar moeten zijn.

Re: Resolutie te laag en geen xorg.conf
« Reactie #7 Gepost op: 2010/04/13, 11:08:14 »
915resolution zit toch niet meer in Ubuntu 9.10?
Ik heb het toch even geprobeert en het lukt niet.
Een trotse linux-beginner!

Offline Joshua822

  • Lid
Re: Resolutie te laag en geen xorg.conf
« Reactie #8 Gepost op: 2010/04/13, 21:46:19 »
Is het probleem dat 915resolution niet op je systeem aanwezig is ? Zo ja, probeer dan eens of je het kunt installeren door in een terminalvenster het volgende commando in te voeren:
sudo apt-get install 915resolution(Je wachtwoord is tijdens het intypen niet zichtbaar, ook geen sterretjes, dat hoort zo. Je moet het wachtwoord van het account waarmee je op het moment werkt ingeven.)

Re: Resolutie te laag en geen xorg.conf
« Reactie #9 Gepost op: 2010/04/14, 16:48:11 »
Nee, werkt ook niet. Zijn er bepaalde driver die ik moet installeren ofzo?
Een trotse linux-beginner!

Offline yafuhenk

  • Lid
Re: Resolutie te laag en geen xorg.conf
« Reactie #10 Gepost op: 2010/04/14, 17:36:53 »
Open de terminal en voer het volgende commando in:

cvt 1280 1024

Je krijgt dan

henk@PC1:~$ cvt 1280 1024
# 1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
Modeline "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
henk@PC1:~$

Neem die gegevens over in sectie Monitor in Xorg

Zo zou het er dan uit kunnen zien:

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel "
Horizsync 31.5-99.0
Vertrefresh 56.0 - 65.0
modeline  "1280x1024@60"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
Gamma 1.0
EndSection

Succes

Re: Resolutie te laag en geen xorg.conf
« Reactie #11 Gepost op: 2010/04/14, 20:52:47 »
Ik heb geprobeerd, en nu zijt hij er zo uit:

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
        Modeline "120x1024_60.00"    9.50  120 128 136 152  1024 1027 1037 1063 -hsync +vsync
        Gamma 1.0
EndSection

Na reboot nog steeds geen hogere keuze dan 1024x768
Een trotse linux-beginner!

Offline koos4401

  • Lid
Re: Resolutie te laag en geen xorg.conf
« Reactie #12 Gepost op: 2010/04/14, 21:06:45 »
Zit tikfout in de regel Modline: er staat 120*1024_60.00
Op 27-okt-2009 om 08.20 GMT geregistreerd als gebruiker nr.: 498523

Re: Resolutie te laag en geen xorg.conf
« Reactie #13 Gepost op: 2010/04/14, 21:14:03 »
Zit tikfout in de regel Modline: er staat 120*1024_60.00

Ok, idd, maar dan moet deze toch ook in het lijstje staan.
Een trotse linux-beginner!

Re: Resolutie te laag en geen xorg.conf
« Reactie #14 Gepost op: 2010/04/15, 18:22:36 »
OK, ik heb ondertussen de oplossing. Ik kan nu 1280x1024 nemen en dit is het "Screen" gedeelte van mijn xorg nu:

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 12
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection

Maar nu duikt het volgende probleem op. In het resolutie menu staat dat ik nu op 0 Hz werk wat uiteraard niet kan, maar het hz gehalte staat wel laag door de slechte kwaliteit van het beeld, hoe kan ik dit oplossing. Ook kan ik de visuele effecten niet meer aanzetten. Voor de aanpassingen in de xorg, kon ik die aanzetten zonder een Hardware Stuurprogramma te selecteren. Als ik nu de effecten aanzet krijg ik dit: "Kan bureaublad-effecten niet aanzetten".

Wie weet een oplossing voor de volgende problemen?
Een trotse linux-beginner!

Re: Resolutie te laag en geen xorg.conf
« Reactie #15 Gepost op: 2010/04/15, 19:21:26 »
Toevoegen in je modeline bijv. @ 60 Hz ==> Bijv. "800x600@60" Als je een crt monitor hebt is 75 Hz wel prettig voor de ogen.
In der Beschränkung zeigt sich der Meister.

Offline heir4c

  • Lid
Re: Resolutie te laag en geen xorg.conf
« Reactie #16 Gepost op: 2010/04/15, 19:26:37 »
Probeer dit eens bij de Section "Screen"
Je kan hier resoluties (en verversing: Let op: gebruik @) toevoegen en/of verwijderen. Zowel bij 'Virtual' als bij modes. (Bij virtual slechts één resolutie vermelden zonder verversing en zonder x tussen de twee getallen)

Sla ook eerst je xorg.conf op (voeg bijvoorbeeld: .backup of .original (of wat je ook maar wil) toe aan de bestandsnaam xorg.conf.)


Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual      1024  768
                Modes     "1024x768@70" "1024x768@60" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection
Tip: https://makkelijkelinuxtips.blogspot.com/p/1.html en http://wiki.ubuntu-nl.org/   Upload-site:http://imgur.com/
be Open be Free be Ubuntu

Re: Resolutie te laag en geen xorg.conf
« Reactie #17 Gepost op: 2010/04/15, 19:52:32 »
Toevoegen in je modeline bijv. @ 60 Hz ==> Bijv. "800x600@60" Als je een crt monitor hebt is 75 Hz wel prettig voor de ogen.
Ja, ik weet het. Maar mijn monitor kan dat niet aan op die hoge resolutie.
Een trotse linux-beginner!

Re: Resolutie te laag en geen xorg.conf
« Reactie #18 Gepost op: 2010/04/15, 20:24:19 »
Kan je niet op internet zoeken wat de juiste resolutie is voor je monitor?
In der Beschränkung zeigt sich der Meister.

Re: Resolutie te laag en geen xorg.conf
« Reactie #19 Gepost op: 2010/04/16, 10:35:48 »
Weer mijn xorg aangepast, en nog steeds niets veranderd, nog altijd laag hz gehalte een geen effecten.
Dit is mijn xorg:

Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
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"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "dbe"
Load  "glx"
Load  "record"
Load  "dri2"
Load  "extmod"
Load  "dri"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
        Vertrefresh 56.0 - 65.0
        Modeline "1280x1024@60.00"    9.50  120 128 136 152  1024 1027 1037 1063 -hsync +vsync
        Gamma 1.0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            # [<bool>]
        #Option     "SWcursor"            # [<bool>]
        #Option     "ColorKey"            # <i>
        #Option     "CacheLines"          # <i>
        #Option     "Dac6Bit"            # [<bool>]
        #Option     "DRI"                # [<bool>]
        #Option     "NoDDC"              # [<bool>]
        #Option     "ShowCache"          # [<bool>]
        #Option     "XvMCSurfaces"        # <i>
        #Option     "PageFlip"            # [<bool>]
Identifier  "Card0"
Driver      "intel"
VendorName  "Intel Corporation"
BoardName   "82915G/GV/910GL Integrated Graphics Controller"
BusID       "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Depth 8
Virtual 1280 1024
Modes "1280x1024@60" "1152x864@70" "1024x768@75" "800x600@75" "640x480@75"
EndSubSection
SubSection "Display"
Depth 12
Virtual 1280 1024
Modes "1280x1024@60" "1152x864@70" "1024x768@75" "800x600@75" "640x480@75"
EndSubSection
SubSection "Display"
Depth 16
Virtual 1280 1024
Modes "1280x1024@60" "1152x864@70" "1024x768@75" "800x600@75" "640x480@75"
EndSubSection
SubSection "Display"
Depth 24
Virtual 1280 1024
Modes "1280x1024@60" "1152x864@70" "1024x768@75" "800x600@75" "640x480@75"
EndSubSection
SubSection "Display"
Depth 32
Virtual 1280 1024
Modes "1280x1024@60" "1152x864@70" "1024x768@75" "800x600@75" "640x480@75"
EndSubSection
EndSection
Een trotse linux-beginner!

Offline jolo

  • Lid
Re: Resolutie te laag en geen xorg.conf
« Reactie #20 Gepost op: 2010/04/16, 11:58:55 »
@Gijsbert: in het Hardware Stuurprogramma menu staat niets.
Dat is omdat dit advies meer bedoelt is voor ATI en nvidia videokaarten. Voor grafische Intel chipsets worden automatische de open bron drivers geïnstalleerd. 

Je zou deze Ubuntu Troubleshooting Resolution Problems kunnen checken. Trouwens om welk merk/type monitor gaat het?
Hoofd PC januari 2018 HP Compaq Elite 8300 SFF Windows 10 & Xubuntu 18.04.3
PC 2011 Asus P8Z68-V Pro i7 2600K 8 GB RAM GT730 Xubuntu test pc
PC 2007 Asus P5B E6600 2GB RAM 8800GTS  
Notebook 2008 Lenovo ThinkPad R61i 8932GMG 2,5 GB RAM

Re: Resolutie te laag en geen xorg.conf
« Reactie #21 Gepost op: 2010/04/16, 12:05:00 »
@Gijsbert: in het Hardware Stuurprogramma menu staat niets.
Dat is omdat dit advies meer bedoelt is voor ATI en nvidia videokaarten. Voor grafische Intel chipsets worden automatische de open bron drivers geïnstalleerd. 

Je zou deze Ubuntu Troubleshooting Resolution Problems kunnen checken. Trouwens om welk merk/type monitor gaat het?

Philips 107T5
Een trotse linux-beginner!

Offline jolo

  • Lid
Re: Resolutie te laag en geen xorg.conf
« Reactie #22 Gepost op: 2010/04/16, 14:05:10 »
Philips 107T5
Ik heb dit even gecheckt in de Philips 107T5 specificaties. Het gaat zo te zien om een 17 inch CRT budget monitor. 75 Hz kan wel. Maar bij een resolutie van 640x480. Of de resolutie, die bij een 17 inch CRT monitor hoort. 1024X768 70 Hz.

Ik heb zelf als test mijn oude 17 inch monitor die ik al jaren niet meer gebruik, even aangesloten op de VGA poort van de laptop uit mijn onderschrift. Als ik de laptop reboot en opstart in Ubuntu 10.04 Bèta 2, dan valt op dat de resolutie direct juist is. Namelijk 1024X768 75 Hz.

Als je nu in Gnome gaat naar Systeem >  Voorkeuren > Scherm. En daar klikt op X Server Display Configuration, wordt dan de monitor correct bij merk en type gedetecteerd? En hoe staat Resolution? Heb je 1024X768 70 Hz al geprobeerd? 
Hoofd PC januari 2018 HP Compaq Elite 8300 SFF Windows 10 & Xubuntu 18.04.3
PC 2011 Asus P8Z68-V Pro i7 2600K 8 GB RAM GT730 Xubuntu test pc
PC 2007 Asus P5B E6600 2GB RAM 8800GTS  
Notebook 2008 Lenovo ThinkPad R61i 8932GMG 2,5 GB RAM

Re: Resolutie te laag en geen xorg.conf
« Reactie #23 Gepost op: 2010/04/30, 16:43:01 »
Om hier nog eve op terug te komen.

Vandaag Ubuntu 10.04 getest en ben aan het installeren, en ik kon toen wel 1280x1024 kiezen.

Is dus opgelost!
Een trotse linux-beginner!

Offline jolo

  • Lid
Re: [OPGELOST] Resolutie te laag en geen xorg.conf
« Reactie #24 Gepost op: 2010/04/30, 17:16:18 »
Vandaag Ubuntu 10.04 getest en ben aan het installeren, en ik kon toen wel 1280x1024 kiezen. Is dus opgelost!
Mooi dat het opgelost is. Wellicht dat die bug in Ubuntu 10.04 pas is opgelost. Zoals bijvoorbeeld deze [i915] karmic kms boot getting text and logo in wrong resolution.
Hoofd PC januari 2018 HP Compaq Elite 8300 SFF Windows 10 & Xubuntu 18.04.3
PC 2011 Asus P8Z68-V Pro i7 2600K 8 GB RAM GT730 Xubuntu test pc
PC 2007 Asus P5B E6600 2GB RAM 8800GTS  
Notebook 2008 Lenovo ThinkPad R61i 8932GMG 2,5 GB RAM