|
|
#11 (permalink) | |
|
Master Untangler
Join Date: Jul 2007
Location: San Angelo, TX
Posts: 111
![]() |
Quote:
Thanks, NimRod
__________________
Untangle ROCKS..! :D |
|
|
|
|
|
#12 (permalink) | |
|
Newbie
Join Date: Dec 2008
Posts: 10
![]() |
Quote:
I've solved the problem by adding a few lines to /etc/xorg.conf to limit the X Server's virtual resolution which causes it to ignore the higher resolution modes that my graphics card is capable of displaying. So for a 1280x1024 monitor edit /etc/xorg.conf and change ... Code:
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Code:
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
SubSection "Display"
Virtual 1280 1024
EndSubSection
EndSection
|
|
|
|
|
|
#14 (permalink) |
|
Master Untangler
|
Dell Vostro Users... LISTEN UP!
I found an obscure post about changing the drive type, in BIOS, from IDE to RAID. It actually worked! There is also a BIOS update that needs to be applied to get the USB to stop bonking during boot. I think that between the two, it should make the Vostro usable again. PLEASE POST YOUR FINDINGS! ![]()
__________________
Robert Johnston Datajockeys, LLC |
|
|
|
|
#15 (permalink) | |
|
Master Untangler
Join Date: Jul 2007
Location: San Angelo, TX
Posts: 111
![]() |
Quote:
Nimrod
__________________
Untangle ROCKS..! :D |
|
|
|
|
|
#16 (permalink) | |
|
Master Untangler
Join Date: Jul 2007
Location: San Angelo, TX
Posts: 111
![]() |
Quote:
So, how do I edit this file. I am new to linux.. Thanks, Nimrod
__________________
Untangle ROCKS..! :D |
|
|
|
|
|
#17 (permalink) |
|
Newbie
Join Date: Dec 2008
Posts: 10
![]() |
You'll need to plug a monitor into the computer capable of 1600x1200 display so that you can see the Untangle display.
Click on the Terminal icon. If you've not run the Terminal before, you'll be prompted to enter a new password for the root account. Enter the command "nano /etc/X11/xorg.conf" to edit the file. "nano" is a great, simple editor to use ... the on-screen prompts make it easy. Once you've saved the file, you'll need to press "Ctrl-Alt-Backspace" to restart the X server. If that doesn't work, then you'll need to reboot the Untangle box. If you don't suffer from the 6.1 reboot bug, then you can just click on the "reboot" icon. If you do, then you'll probably have to hit the reset button on the computer. Good luck. |
|
|
|
|
#18 (permalink) |
|
Newbie
Join Date: Apr 2009
Posts: 1
![]() |
could you go into more depth about how to edit the file? i have no experience with nano at all.
I can get into the interface and some of the basic commands are easy enough but how do I bring up the editable code or get to the string to edit in the sub display resolution. I am googling but all i can find on nano so far are rudimentary layouts of it. |
|
|
|
|
#19 (permalink) |
|
Newbie
Join Date: Dec 2006
Posts: 2
![]() |
I went to launch my Untangle Client for the first time in ages (never need to because it just works!), though I was curious about the 6.1 release and wanted to see what was new.
The resolution has changed (and so has the client UI, which really looks cool) to the point that I can't access the window (Iceweasel?). I rebooted, but problem still exists. I also get some Iceweasel error that says it's already running and so I need to reboot. I don't think my monitor is the problem: I have other vms that look fine. There's probably a simple fix. What can I do to change the resolution? |
|
|
|
|
#20 (permalink) | |
![]() |
Quote:
http://forums.untangle.com/installat...ution-fix.html If you have a hardware installation. hit CTRL + ALT + Backspace Then CTRL + C Now you should have a terminal. then edit the /etc/X11/xorg.conf (sudo nano /etc/X11/xorg.conf)
__________________
"Of all the things I've lost, I miss my mind the most" Untangle Reseller (Sweden) WebFooL@fakenews.se http://fakenews.se/ Need space to Upload content for you forum post? http://about.me/webfool |
|
|
|
![]() |
| Thread Tools | |
|
|