|
This file is shared Translations |
VideoResolutionIsLowI have recently had to fallback to deltad as I was unable to get the video resolution under deltah to go above 800 X 600. Can anybody tell me if they changed the way gNewSense handles video between deltad and deltah? When I install deltad, the resolution defaults to 1280 X 11...something. And then I can drop it back to 1024 X 768 which is my preferred resolution. Thank you in advance for any help that can be given. kokomojoe — 06 June 2008, 08:14Mine is too. I'm still stuck at 800x600 when my norm is 1440x900. Xorg.conf is also no help anymore since Ubuntu monkeyed with the setup of xorg. Now under "Monitor" is just says it's "Configured" and leaves it at that. I'll figure it out, but it sucks for now. Any ideas? shawoho — 06 June 2008, 21:39Hi.. Try this in your default(post installation) /etc/X11/xorg.conf Subsection "Display" Modes "1024x768" EndSubSection shawoho — 06 June 2008, 21:45I forgot something.. that must be set inside the Section "Screen" ... bla bla ... ... bla bla ... ... here ... EndSection so look for those lines first and then introduce the ones I gave you. ok? shawoho — 06 June 2008, 21:49this is a chunk of my xorg.conf Section "Screen" Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Subsection "Display"
Modes "1024x768"
EndSubSection
EndSection kokomojoe — 07 June 2008, 07:53I don't have the 'subsection' part with the modes. I just have the top 3 lines above. I wonder if I can just add it. Ark74 — 07 June 2008, 13:06most likely yes. It's weird that you can't change you resolution. I'm using also a 1440x900 and works fine :) brunomiguel — 07 June 2008, 18:40This is my "Screen" section in xorg.conf Section "Screen" Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "metamodes" "1280x1024_75 +0+0; 800x600 +0+0; 640x480 +0+0; 1280x1024_60 +0+0"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection Hope it helps you solve your problem. kokomojoe — 08 June 2008, 05:04I added these lines and it doesn't change anything. I seems to be ignoring them. I'm still stuck at 800x600. Perhaps this is the unbreakable X recovery thing. I am using the Nvidia GeForce Go 7950 by the way. kokomojoe — 08 June 2008, 05:40I tried to dpkg-reconfigure the xorg server and it keeps cutting off after the keyboard configuration. It exits abruptly with the following output (each time with a different really long number after the file name. He He) xserver-xorg postinst warning: overwriting possibly-customised configuration file; backup in /etc/X11/xorg.conf.20080607223007 Ark74 — 08 June 2008, 12:23Edit your profile, add an email address so i can send you a complete x.org file. kokomojoe — 08 June 2008, 19:40How is this done? I can't seem to find any way to do this on the site. Thanks. kokomojoe — 08 June 2008, 20:12Just send it to dr.joe@rocketmail.com Thanks a lot. kokomojoe — 08 June 2008, 20:16Here is my "normal" xorg.conf file: (I own an Alienware Area-51 m9750 if it helps) Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
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" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection Section "ServerLayout" Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection kokomojoe — 08 June 2008, 20:34I guess I didn't need to include everything, huh? Sorry. shawoho — 09 June 2008, 00:08in Section "Device" add this: device "vesa" which is generic driver... kokomojoe — 09 June 2008, 02:43Section "Device" Identifier "Configured Video Device" Driver "vesa" Is this what you were talking about? I tried this and it doesn't work either. Thanks anyway. :-( kokomojoe — 09 June 2008, 02:57Hey thanks shawoho! It didn't work with "vesa" under the device section, but I replaced it with "nv" and now it's working great. Thanks so much. shawoho — 09 June 2008, 04:41kokomojoe, no problem.. this is much the way it works, setting a correct screen mode, a driver, and sometimes HorizSync and VertRefresh parameters... I've suffer a lot with xorg.conf in the past, so I kind know a few tricks about it.. enjoy... happy hacking.... I was away for awhile, but finally got a chance to mess with it again. I tried some of the ideas here in the forum, and I'm not sure what finally did it, but it all of a sudden started to work. Thanks guys. You must be logged in to post. |