As was foretold, we've added advertisements to the forums! If you have questions, or if you encounter any bugs, please visit this thread: https://forums.penny-arcade.com/discussion/240191/forum-advertisement-faq-and-reports-thread/
Options

Sudo Khoo

124»

Posts

  • Options
    Moe FwackyMoe Fwacky Right Here, Right Now Drives a BuickModerator mod
    edited October 2007
    Kadith wrote: »
    _______moe wrote: »
    Kadith wrote: »
    I would use ubuntu non stop if I could just get my dual monitors to work on it.

    What kind of video card are you using? (please say nvidia)

    nvidia hd2600xt
    by nvidia i mean ati

    ATI doesn't really play friendly with Linux. Come back when you get something nVidia
    had you said nvidia, sample xorg.conf ahoy
     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 "i2c"
      Load "bitmap"
      Load "ddc"
      Load "extmod"
      Load "freetype"
      Load "int10"
      Load "vbe"
      load "glx"
      load "v4l"
    EndSection
    
    Section "InputDevice"
      Identifier "Generic Keyboard"
      Driver "kbd"
      option "CoreKeyboard"
      option "XkbRules" "xorg"
      option "XkbModel" "pc105"
      option "XkbLayout" "us"
    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 "Device"
      identifier "nvidia0"
      boardname "nv"
      busid "PCI:2:0:0"
      driver "nvidia"
      screen 0
    EndSection
    
    Section "Device"
      identifier "nvidia1"
      boardname "nv"
      busid "PCI:2:0:0"
      driver "nvidia"
      screen 1
    EndSection
    
    Section "Monitor"
      identifier "monitor0"
      vendorname "Generic"
      modelname "1024x768 @ 60 Hz"
      HorizSync 31.5-48.5
      VertRefresh 50-70
      modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
      modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
      modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
      modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
      gamma 1.0
    EndSection
    
    Section "Monitor"
      identifier "monitor1"
      vendorname "Generic"
      modelname "1024x768 @ 60 Hz"
      HorizSync 31.5-48.5
      VertRefresh 50-70
      modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
      modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
      modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
      modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
      gamma 1.0
    EndSection
    
    Section "Screen"
      Identifier "screen0"
      Device "nvidia0"
      Monitor "monitor0"
      DefaultDepth 24
      SubSection "Display"
        depth 24
        virtual 1024 768
        modes "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
      EndSubSection
    EndSection
    
    Section "Screen"
      Identifier "screen1"
      Device "nvidia1"
      Monitor "monitor1"
      DefaultDepth 24
      SubSection "Display"
        depth 24
        virtual 1280 1024
        modes "800x600@60" "832x624@75" "800x600@85" "1024x768@75" "800x600@75" "1024x768@70" "800x600@72" "1024x768@60" "800x600@56" "1024x768@43" "640x480@85" "1280x960@60" "640x480@75" "1280x1024@60" "640x480@72" "640x480@60"
      EndSubSection
    EndSection
    
    
    Section "ServerLayout"
      Identifier "Default Layout"
      screen 0 "screen0" 0 0
      screen 1 "screen1" leftof "screen0"
      InputDevice "Generic Keyboard"
      InputDevice "Configured Mouse"
    EndSection
    
    
    Section "ServerFlags"
      option "Xinerama" "false"
    EndSection
    

    Moe Fwacky on
    E6LkoFK.png

  • Options
    potatoepotatoe Registered User regular
    edited October 2007
    fuck me that was fun

    i had been having an issue with a phantom upgrade not getting installed do to some sort of issue in the update manager, and it was annoying me by telling me i had some dependency issues
    plus when i would alt-tab through windows the names of the windows just showed up as those []ish characters

    so, i decided to just say "fuck it" and did a nice little sudo aptitude install -f to let it sort itself out

    apparently aptitude decided that the only way to solve the dependency issues i was having was to remove the ubuntu-desktop, leaving me with no working GUI

    took me half an hour to figure out what the fuck had happened, but i was able to solve everything with an update, upgrade, and reinstall of ubuntu-desktop

    scared the hell out of me

    that was my excitement for the day

    potatoe on
  • Options
    GABBO GABBO GABBOGABBO GABBO GABBO Registered User regular
    edited October 2007
    potatoe wrote: »
    the ubuntu forums have saved my ass so many times

    i love them

    linuxquestions.org is pretty great too.
    I swear there are guys who just sit and refresh that site all day, climbing all over each other to be the first one to correctly answer your questions.

    GABBO GABBO GABBO on
  • Options
    GABBO GABBO GABBOGABBO GABBO GABBO Registered User regular
    edited October 2007
    potatoe wrote: »
    fuck me that was fun

    i had been having an issue with a phantom upgrade not getting installed do to some sort of issue in the update manager, and it was annoying me by telling me i had some dependency issues
    plus when i would alt-tab through windows the names of the windows just showed up as those []ish characters

    so, i decided to just say "fuck it" and did a nice little sudo aptitude install -f to let it sort itself out

    apparently aptitude decided that the only way to solve the dependency issues i was having was to remove the ubuntu-desktop, leaving me with no working GUI

    took me half an hour to figure out what the fuck had happened, but i was able to solve everything with an update, upgrade, and reinstall of ubuntu-desktop

    scared the hell out of me

    that was my excitement for the day


    Most of the linux machines I work on don't have a gui installed anyway.
    bash shell all up ins.

    GABBO GABBO GABBO on
  • Options
    FramlingFramling FaceHead Geebs has bad ideas.Registered User regular
    edited October 2007
    Druhim wrote: »
    Druhim wrote: »
    I seriously considered switching to Ubuntu but I simply don't trust it to run the apps that I use regularly, especially games.

    Why not dual-boot?
    like Rank just said, I don't want the headache

    I don't really see the advantage of dual booting since like I said, most of the stuff I run probably will have problems or not run at all in ubuntu so I'd still be in Vista 95% of the time

    too much effort for negligible to no gain

    The snipping tool is the only reason I've found so far to use Vista.

    Framling on
    you're = you are
    your = belonging to you

    their = belonging to them
    there = not here
    they're = they are
  • Options
    MKRMKR Registered User regular
    edited October 2007
    Framling wrote: »
    Druhim wrote: »
    Druhim wrote: »
    I seriously considered switching to Ubuntu but I simply don't trust it to run the apps that I use regularly, especially games.

    Why not dual-boot?
    like Rank just said, I don't want the headache

    I don't really see the advantage of dual booting since like I said, most of the stuff I run probably will have problems or not run at all in ubuntu so I'd still be in Vista 95% of the time

    too much effort for negligible to no gain

    The snipping tool is the only reason I've found so far to use Vista.

    Snipping tool?

    MKR on
  • Options
    potatoepotatoe Registered User regular
    edited October 2007
    boom
    headshot

    potatoe on
  • Options
    FramlingFramling FaceHead Geebs has bad ideas.Registered User regular
    edited October 2007
    Haha, yes.

    Just do that start menu search thing and put in 'snipping.'

    Framling on
    you're = you are
    your = belonging to you

    their = belonging to them
    there = not here
    they're = they are
  • Options
    RageRage Registered User regular
    edited October 2007
    WinKey+K is the hotkey for the snipping tool, I think

    That + OneNote = fucking awesome

    edit: nevermind. I think that's just the hotkey *I* created it for it

    Rage on
  • Options
    potatoepotatoe Registered User regular
    edited October 2007
    haha

    the best part of vista is the sceenshot tool?

    potatoe on
  • Options
    FramlingFramling FaceHead Geebs has bad ideas.Registered User regular
    edited October 2007
    Yeah, so far as I've found.

    Framling on
    you're = you are
    your = belonging to you

    their = belonging to them
    there = not here
    they're = they are
  • Options
    FramlingFramling FaceHead Geebs has bad ideas.Registered User regular
    edited October 2007
    To be fair, it is a really great screenshot tool.

    Framling on
    you're = you are
    your = belonging to you

    their = belonging to them
    there = not here
    they're = they are
  • Options
    RageRage Registered User regular
    edited October 2007
    at this point, yes

    it looks pretty, the media controls\apps are bit nicer

    but otherwise, yeah...that's pretty much it at this point. I still like it though. Been running Enterprise over a year now and have not had a single issue so far.

    Rage on
  • Options
    MKRMKR Registered User regular
    edited October 2007
    Framling wrote: »
    Haha, yes.

    Just do that start menu search thing and put in 'snipping.'

    I would need vista to do that.

    But apparently it's a screenshot tool. Pretty much every OS has that already. :P

    MKR on
  • Options
    RageRage Registered User regular
    edited October 2007
    MKR wrote: »
    Framling wrote: »
    Haha, yes.

    Just do that start menu search thing and put in 'snipping.'

    I would need vista to do that.

    But apparently it's a screenshot tool. Pretty much every OS has that already. :P

    Yes, but the SnipTool freezes your desktop and allows you to draw a highlight box over whatever you want on the screen and sends it directly to your clipboard

    Incredibly helpful when writing documentation and such

    Rage on
  • Options
    FramlingFramling FaceHead Geebs has bad ideas.Registered User regular
    edited October 2007
    This is a really clean one.

    You click the deal, and it kinda whites out everything, then you select your box, and it pops your selection up in a window, you can draw on it a little bit, and then just copy it to clipboard or save it or whatever, and it closes.

    It's all really tight and fast and efficient.

    Framling on
    you're = you are
    your = belonging to you

    their = belonging to them
    there = not here
    they're = they are
  • Options
    MKRMKR Registered User regular
    edited October 2007
    I guess I just find that to be an odd reason for an "only reason."

    MKR on
Sign In or Register to comment.